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

2001-10-13 12:22 GD, revision 11965

added wxMac distribution target

2001-10-13 08:52 GD, revision 11964

added MoreFiles sources to wxMac under Mac OS X

2001-10-13 00:41 RD, revision 11963

Second phase of OOR completed. (Original python object return for wxEvtHandler and derived classes.

2001-10-12 23:26 RD, revision 11962

Second phase of OOR completed. (Original python object return for wxEvtHandler and derived classes.

2001-10-12 23:21 VZ, revision 11961

don't define wxUSE_OWNER_DRAWN for wxUniv

2001-10-12 20:26 VZ, revision 11960

added base parameter to wxString::To[U]Long

2001-10-12 18:11 RD, revision 11959

Added style parameter to wxPopupWindow ctors so they match the Create method.

2001-10-12 17:29 VZ, revision 11958

fix for Solaris realloc() which moves the memory block even when the block size is reduced

2001-10-12 16:38 DW, revision 11957

Added new cmdline parsing classes to wxOS2

2001-10-12 16:38 DW, revision 11956

Cleaned up makedfile to handle setup.h better. Added command line parsing

2001-10-12 16:11 SC, revision 11955

fixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)

2001-10-12 15:25 DW, revision 11954

New wxUSE entries to support some new wx features.

2001-10-12 15:24 DW, revision 11953
  • D /wxWidgets/trunk/include/wx/os2/setup.h

Not really needed in CVS

2001-10-12 14:16 VZ, revision 11952

fix to avoid internal compiler error with gcc 2.95.2 on Alpha

2001-10-12 14:09 VZ, revision 11951

made wxString::assign() more efficient (don't force buffer reallocation)

2001-10-12 14:01 DW, revision 11950

Some updates

2001-10-12 06:51 GD, revision 11949

updated with latest morefiles

2001-10-12 06:16 VZ, revision 11948

make the main dialog resizeable

2001-10-12 06:15 VZ, revision 11947

do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE problem

2001-10-12 06:14 VZ, revision 11946

create wxNotebook without any extended style

2001-10-12 03:18 RD, revision 11945

Moved client data stuff directly into wxEvtHandler, #if'd out wxClientDataContainer for now.

2001-10-11 16:15 RD, revision 11944

fixed leaking wxColour

2001-10-11 16:15 RD, revision 11943

add a newline to the log message

2001-10-11 00:14 RL, revision 11942

added DEFINE_LOCAL_EVENT_TYPE() macro

2001-10-11 00:08 RL, revision 11941

added missing (2.4 forward compatible) event macros.