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-07-23 21:59 VZ, revision 16265

added operator++/-- for wxAutoULong (SF patch from Igor)

2002-07-23 20:51 RR, revision 16264

Changed wxGTK's notion of SetSize() to never allow setting the width and height to -1 even if the wxALLOW_MINUS_ONE flag is set.

2002-07-23 17:32 JS, revision 16263

Added wxMotif comments

2002-07-23 17:31 JS, revision 16262

Applied patch [ 585436 ] motif toolbar control alignment fix

2002-07-23 17:28 JS, revision 16261

Applied patch [ 585322 ] motif border style fix for statictext

2002-07-23 17:25 JS, revision 16260

Applied patch [ 584885 ] better colour handling in motif

2002-07-23 16:27 JS, revision 16259

Possibly cured the assertion message dialog paint problem, by explicitly calling OnInternalIdle if it's a message dialog within an assertion.

2002-07-23 14:09 VZ, revision 16258

fix to not show ampersands in the static box title (needed after the previous change)

2002-07-23 14:08 VZ, revision 16257

added test for toggling the main toolbar

2002-07-22 23:07 DW, revision 16256

Weekly catch up and slider fixes.

2002-07-22 23:06 DW, revision 16255

OS/2 tweaks.

2002-07-22 23:03 JS, revision 16254

Added wxListCtrl to derive from wxGenericListCtrl, ditto for wxImageList

2002-07-22 14:46 DW, revision 16253

FALSE not false.

2002-07-22 14:42 VZ, revision 16252

made wxDllLoader more backwards compatible

2002-07-22 13:37 JS, revision 16251

Changed main ftp address to ftp://biolpc22.york.ac.uk/pub

2002-07-22 08:51 JS, revision 16250

Applied patch [ 583922 ] Make generic/wxListCtrl avail. in WIN32 Generic wxListCtrl renamed to wxGenericListCtrl, wxImageList renamed to wxGenericImageList, so they can be used on wxMSW (Rene Rivera).

2002-07-22 03:29 DW, revision 16249

Dialogs and slider updates

2002-07-22 03:28 DW, revision 16248

OS/2 Update

2002-07-22 03:27 DW, revision 16247

Lots of updates for color dialog and sliders

2002-07-21 22:29 VS, revision 16246

Unicodification of wxDataStreams

2002-07-21 21:45 JS, revision 16245

Returned value from operator=

2002-07-21 20:44 VZ, revision 16244

fixed small memory leak

2002-07-21 20:32 JS, revision 16243

operator = implemented inline.

2002-07-21 18:51 VZ, revision 16242

added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text control methods

2002-07-21 18:49 VZ, revision 16241

default style now applies to the text entered by the user as well (patch 574789)