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):

2004-10-03 21:00 VS, revision 29628

fixed menu destruction if it was removed from menubar with Remove

2004-10-03 19:38 VS, revision 29627

fixed transiency when the parent is MDI child frame

2004-10-03 18:06 JS, revision 29626

Workaround for special menu items not always being enabled. Use with UI update events.

2004-10-03 16:31 VS, revision 29625

fixed crash on invalid data (patch 1039453)

2004-10-03 16:10 VZ, revision 29624

don't include headers not needed when wxUSE_GUI == 0

2004-10-03 14:13 RR, revision 29623

Reworked TLW and app activation event code, also moved it to toplevel.cpp where it belongs.

2004-10-03 14:03 VZ, revision 29622

store bitmap data in premultiplied by alpha format in wxBitmap/wxDIB (patch 991172)

2004-10-03 13:53 VZ, revision 29621

use AlphaBlt() when blitting to a bitmap with alpha channel too (patch 991166)

2004-10-03 13:46 VZ, revision 29620

update the disabled buttons appearance when system colours change (followup to patch 1027243)

2004-10-03 13:38 VZ, revision 29619

oops, AdjustFontSize() had no effect; fixed (patch 1037952)

2004-10-03 13:36 VZ, revision 29618

Metrowerks fixes after huge file patch (patch 1037951)

2004-10-03 12:13 RL, revision 29617

Use the same paranoia we already apply to lib lists we get from configure to those we get from the user on the command line. Bubble all duplicates to occur at their last mention so static linking order is satified.

2004-10-03 12:11 VZ, revision 29616

destroy any TLWs still alive when the app terminates (avoids problems with classes unregistering under MSW and memory leaks everywhere)

2004-10-03 09:57 JS, revision 29615

Updated version number

2004-10-02 23:19 VZ, revision 29614

fixes for Metrowerks command line compiler (avoid redefining stuff already defined by configure)

2004-10-02 23:17 VZ, revision 29613

Metrowerks doesn't have isascii()

2004-10-02 23:16 VZ, revision 29612

$#include "expat_config.h" instead of <expat_config.h> as the file is in current directory

2004-10-02 22:10 VS, revision 29611

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:55 VS, revision 29610

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:30 VZ, revision 29609

removed non-const wxDC accessors for pens, brushes, ... (bug 1039169)

2004-10-02 20:52 VZ, revision 29608

only use __attribute__(regparm) for x86, this results in warnings under other platforms (e.g. PPC)

2004-10-02 20:31 VZ, revision 29607

use AC_LINK to check for va_copy, not AC_COMPILE

2004-10-02 19:19 RN, revision 29606

warning for 2.5.3

2004-10-02 18:33 VZ, revision 29605

added tests for va_copy and va_list

2004-10-02 18:32 VZ, revision 29604

added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)