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-02-20 00:22 VZ, revision 14315

removed unused test code (no real changes)

2002-02-20 00:21 VZ, revision 14314

don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do

2002-02-20 00:02 VZ, revision 14313

1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them from overwriting each other when the main window is resized 2. more tweaks to MSWGetStyle() and related code, added a new, easier to use, version of MSWCreateControl()

2002-02-19 23:58 VS, revision 14312

added an image to wxHTML printing sample

2002-02-19 21:48 RR, revision 14311

Added test for default action (button normally) to combo box when hittinh return. In a normal Find&Replace dialog, hitting enter in one of the two fields will usually mean "OK". Corrected the same test in wxTextCtrl. Removed some debug code.

2002-02-19 18:00 VZ, revision 14310

show the resize cursor when the mouse is above the grip and not only when it's just on it

2002-02-19 17:50 VZ, revision 14309

added GetButton(), some cleanups

2002-02-19 16:41 VZ, revision 14308

added an error message to wxCopyFile

2002-02-19 15:21 VZ, revision 14307

fixed Unicode-mode only bug in Validate()

2002-02-19 15:06 VZ, revision 14306

added a note about parsing numbers with leading zeroes in ToLong/ToULong

2002-02-19 15:03 VZ, revision 14305

fixed bug in ParseDateFormat() with numbers with leading zeroes

2002-02-19 14:21 VZ, revision 14304

don't crash in SetFocus()

2002-02-19 13:41 VZ, revision 14303

typo in style definition fixed

2002-02-19 10:45 SC, revision 14302

respects wxFRAME_TOOL_WINDOW for floaters, too

2002-02-19 10:44 SC, revision 14301

added default style wxFRAME_TOOL_WINDOW to creation

2002-02-18 23:31 VS, revision 14300

fixed a typo (_ instead of wxT)

2002-02-18 23:30 VS, revision 14299

better approach to centering windows (in absence of somebody else's solution...)

2002-02-18 22:17 GD, revision 14298

corrections to dynamic loading for Darwin

2002-02-18 22:13 RR, revision 14297

Added more wxRegion tests to erase sample. Implemented "clear now, paint later". Corrected colour-by-name lookup. Corrected DrawRectangle code which produced redraw garbage under wxX11.

2002-02-18 20:38 VS, revision 14296

checked in forgottern parts of MSLU changes

2002-02-18 04:32 DW, revision 14295

wxOS2 no longer relies on xpmlib

2002-02-18 04:30 DW, revision 14294

Use xpmdecod instead of xpmhand.h

2002-02-17 23:35 VS, revision 14293

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:34 VS, revision 14292

Unicode fixes and warnings cleanup

2002-02-17 23:30 VS, revision 14291

compilation fix