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-05-27 19:34 RD, revision 15690

SWIGged updates for wxMac

2002-05-27 19:23 RD, revision 15689

Changed the default style flags on wxSplashScreen

2002-05-27 18:39 RD, revision 15688

workaround for assert about wxFRAME_FLOAT_ON_PARENT

2002-05-27 18:24 RD, revision 15687

SWIGged updates for wxGTK

2002-05-27 17:55 RD, revision 15686

SWIGged updates for wxMSW

2002-05-27 17:54 RD, revision 15685

Fix exception when there are no items in the sizer yet

2002-05-27 17:53 RD, revision 15684

Added a bit of test code (commented out)

2002-05-27 17:53 RD, revision 15683

Reduce flicker in the demo when image is dragged out of the frame

2002-05-27 17:52 RD, revision 15682

changes to match recent CVS updates

2002-05-27 17:51 RD, revision 15681

Some cleanup

2002-05-27 17:50 RD, revision 15680

UsePrimarySelection

2002-05-26 22:41 VZ, revision 15679

added wxWizard::Fit()

2002-05-26 22:37 VZ, revision 15678

attempts to make GetBestSize() work using constraints (failed)

2002-05-26 12:51 VZ, revision 15677

set the id in wxMouseEvent (bug 484245)

2002-05-26 12:46 VZ, revision 15676

added more spin event handlers

2002-05-26 12:46 VZ, revision 15675

updated wxSpinXXX event docs

2002-05-26 12:19 VZ, revision 15674

add full 32 bit range support to wxSpinButton/Ctrl

2002-05-26 12:04 VZ, revision 15673

set the focus to the first control in the dialog when it is shwon

2002-05-26 11:49 VZ, revision 15672

globally renamed INT32 to JPEG_INT32 to solve the [re]definition problems with cygwin/mingw32 headers which sometimes define INT32 and sometimes don't

2002-05-26 10:53 VZ, revision 15671

added test for EditLabel, Unicode fixes

2002-05-26 10:53 VZ, revision 15670

fix for the crash when pressing TAB in the edit control created by EditLabel() (bug 555749)

2002-05-26 07:53 SC, revision 15669

make sure we are removing ourselves from the focus of the toplevel frame when deleting (copied from msw)

2002-05-26 07:49 SC, revision 15668

added accessors for last focus

2002-05-25 21:01 VZ, revision 15667

fixes to better remember the last focused child; also restore it using SetFocus() and not SetFocusFromKbd()

2002-05-25 20:34 VZ, revision 15666

fixed assert when using wxMiniFrame (result of recent changes)