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

2002-08-23 18:21 RD, revision 16715

Fixed compile error

2002-08-23 18:05 VZ, revision 16714

fixed crash when calling Delete(root) and also when calling Delete(descendant_of_selected_item)

2002-08-23 18:05 RL, revision 16713

removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks ) and appears to be unneccessary for mingw32 gui builds. It's been around since 1.1 so I'm blindly guessing no one else will need it now either. If that's wrong, please wrap it in USE_GUI, thanks.

2002-08-23 17:43 VZ, revision 16712

fix wxMotif sample program compile test

2002-08-23 16:54 VZ, revision 16711

define wxUSE_XPM_IN_MSW for MSW compilation

2002-08-23 16:00 VZ, revision 16710

compilation fix for !WX_PRECOMP

2002-08-23 15:59 VZ, revision 16709

compilation fix

2002-08-23 14:35 SC, revision 16708

removed WXK_SPACE as duplicating the selection event, added theme text drawing patch

2002-08-23 14:17 SC, revision 16707

fixed selection handling and added default/cancel handling

2002-08-23 14:16 SC, revision 16706

setting the current event record correctly (needed for control text handling)

2002-08-23 13:31 SC, revision 16705

make sure we don't keep a focus pointer to a window that gets deleted

2002-08-23 12:43 SC, revision 16704

brought key values of EVT_KEY and EVT_CHAR in synch with wxMSW and wxGTK...

2002-08-23 12:41 SC, revision 16703

added wxSIZE_T.. defines (every release of CW has a different typedef but I hope they all end up as unsigned long

2002-08-23 11:57 JS, revision 16702

Misc mods for feedback from Marcin Wojdyr <wojdyr@if.pw.edu.pl>

2002-08-23 11:29 JS, revision 16701

Updated release scripts

2002-08-23 09:20 SC, revision 16700

switched to MacOS 8.5+ implementation for submenus

2002-08-23 07:25 SC, revision 16699

added test for m_macControlIsShown in MacRedrawControl apparently HideControl does not work correctly for all controls...

2002-08-23 03:50 RL, revision 16698

add libwx_dcsvg.

2002-08-23 03:33 RL, revision 16697

Updates for 2.3.3 debs. Typo fix for start of local event id's.

2002-08-22 23:25 VZ, revision 16696

blind fix for gcc warning about ?: and different enums

2002-08-22 23:25 RD, revision 16695

Only catch exact menu range

2002-08-22 23:22 VZ, revision 16694

fix for gcc warning about incorrect format arg

2002-08-22 23:20 VZ, revision 16693

gcc warning about unused smile fixed (that's serious stuff)

2002-08-22 22:03 JS, revision 16692

Tidied up filename.tex

2002-08-22 22:02 JS, revision 16691

Create STC lib in standard lib dir as per other project and makefiles