Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2008-08-03 00:10 VZ, revision 54941

compilation after last commit: semicolon after wxDELETE() is now required; also removed some other extra semicolons and other minor cleanup

2008-08-02 22:49 VZ, revision 54940

made wxDELETE[A]() template functions instead of macros; they now also check that their argument is fully declared (#9685)

2008-08-02 22:34 VZ, revision 54939

don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there

2008-08-02 22:33 VZ, revision 54938

return true from IsDoubleBuffered() if our TLW parent is a composited window; the old version returned false in this case which probably was unintentional as it doesn't seem to make sense (see #9666)

2008-08-02 22:30 VZ, revision 54937

add wxGet/Set/HasWindowExStyle() helpers and use them

2008-08-02 22:24 VZ, revision 54936

compilation fix after last commit

2008-08-02 22:00 VZ, revision 54935

copy both alpha and mask in Paste() (#9658)

2008-08-02 21:51 VZ, revision 54934

add wxRenderer::GetCheckBoxSize(); refactor wxGTK code to avoid duplication (#9642)

2008-08-02 21:49 VZ, revision 54933

added trivial wxLaunchDefaultApplication() implementation for wxMac; added a test for it to the exec sample

2008-08-02 20:13 VZ, revision 54932

add wxImage::SetType() and use it in animation decoders (#9639)

2008-08-02 20:00 VZ, revision 54931

document "clear" parameter of ctor/Create() properly (part of #9639)

2008-08-02 19:45 VZ, revision 54930

fix keyboard navigation in radio boxes containing hidden or disabled items

2008-08-02 18:21 VZ, revision 54929

added enabled and hidden attributes to radio box items in XRC

2008-08-02 17:50 VZ, revision 54928

improve best size calculation; notably account for wxDP_ALLOWNONE

2008-08-02 15:59 VZ, revision 54927

ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set in the radiobox style, otherwise layout code doesn't work correctly and this can easily happen if the radiobox is created from an XRC file not specifying its style at all

2008-08-02 15:31 VZ, revision 54926

implement wxLaunchDefaultApplication() for MSW and document it (#9810)

2008-08-02 15:20 VZ, revision 54925

PCH-less build fix after the last commit

2008-08-02 14:15 VZ, revision 54924

extract parts of wxXRC depending on wxAdv in a separate file to allow statically linking with wxXRC but without wxAdv; note that rebaked project/make files also contain ustring.cpp/h now

2008-08-02 14:14 RR, revision 54923

Support NOR logical function

2008-08-02 14:10 RR, revision 54922

Minor formating

2008-08-02 13:10 VZ, revision 54921

VC6 compilation warning fix for non-defined template class copy ctor

2008-08-02 11:02 MMK, revision 54920

Renamed navigator class

2008-08-02 06:40 SC, revision 54919

guarding all text methods against unset font

2008-08-02 06:31 SC, revision 54918

guarding all text methods against unset font

2008-08-02 04:47 SC, revision 54917

guarding preproc variable against undefined