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-21 20:40 RD, revision 16665

SWIGged updates for wxMac

2002-08-21 20:34 RD, revision 16664

SWIGged update for wxGTK (the last checkin was really for wxMSW...)

2002-08-21 20:20 GD, revision 16663

corrected enabling of a specific item by index

2002-08-21 20:15 RD, revision 16662

SWIGged updates for wxGTK

2002-08-21 20:15 RD, revision 16661

Various changes needed to match recent cvs updates

2002-08-21 19:49 VZ, revision 16660

polling child process IO seems to work now

2002-08-21 19:45 VZ, revision 16659

fixed the async process IO polling code

2002-08-21 19:44 VZ, revision 16658

better dummy implementation of IsInput/ErrorAvailable() (it's still wrong but now no more wrong than before my changes)

2002-08-21 18:41 VZ, revision 16657

added propsize to the list of samples

2002-08-21 17:04 VZ, revision 16656

compilation fix after my previos m_exitOnFrameDelete changes

2002-08-21 16:13 SC, revision 16655

fixing a possible NULL ptr exception when dispatching key events

2002-08-21 16:08 SC, revision 16654

I think this is now defined in the common accel.h, I'll remove it if no build complains...

2002-08-21 16:07 SC, revision 16653

centralized key handling, control key handling

2002-08-21 16:06 SC, revision 16652

fix for single item wildcards with no explanatory name item

2002-08-21 16:05 SC, revision 16651

centralized key handling

2002-08-21 16:04 VZ, revision 16650

regenerated everything

2002-08-21 16:01 VZ, revision 16649

added stats target to show the number of translated strings

2002-08-21 15:58 JS, revision 16648

Applied patch [ 598173 ] Fixes erroneous logging notebook sample

2002-08-21 15:56 JS, revision 16647

Applied patch [ 598286 ] Fixes uninitted var in drawing sample

2002-08-21 15:21 VZ, revision 16646

removed (broken) richedit sample from the list of samples to build

2002-08-21 15:03 DW, revision 16645

OS/2 update to get Tip icon created correctly.

2002-08-21 14:32 VZ, revision 16644

updated with the patch from Andrew V. Samoilov

2002-08-21 07:31 JS, revision 16643

Added a line about MINGW32VERSION

2002-08-21 04:12 DW, revision 16642

File dialog fixes

2002-08-20 22:55 VZ, revision 16641

added wxCheckListBox::HitTest() (modified patch 594524)