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

2001-08-06 02:37 DW, revision 11290

Updates to fix statusbar and menu errors.

2001-08-06 00:49 VZ, revision 11289

moved knd handling logic from wxPanel to wxControlContainer (sorry for the dull name Julian ;-)

2001-08-05 22:40 VZ, revision 11288

added empty and unused wxTLW - to be used later

2001-08-05 21:40 RR, revision 11287

Patch that should prevent problem with interference between dragging the scrollbat thumb and normal mouse events. Also, thumb-release event are now sent from wxScrollWindow. Neither has been tested, but the same code works in wxWindow.

2001-08-05 16:39 GD, revision 11286

removed useless include (already in glcanvas.h)

2001-08-05 16:37 GD, revision 11285

added include for Mac OS X

2001-08-05 16:34 GD, revision 11284

corrected includes for Mac OS X

2001-08-05 16:32 GD, revision 11283

corrected conditional compilation for wxMac

2001-08-05 15:07 VZ, revision 11282

fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X) without breaking all the others by using a new MSWShouldPreProcessMessage() function

2001-08-05 14:13 VZ, revision 11281

fixed kbd handling in wxFindReplaceDialog

2001-08-04 22:36 VS, revision 11280

reverted my Set/getTitle change

2001-08-03 20:26 VS, revision 11279

compilation fixes

2001-08-03 20:26 VS, revision 11278

once again forgot about this OS/2 strangeness

2001-08-03 17:19 VZ, revision 11277

fix for infinite recursion in UpdateFontIfNeeded

2001-08-03 16:26 VZ, revision 11276

compilation error fixed

2001-08-03 16:02 SC, revision 11275

added gaugecmn

2001-08-03 15:20 JS, revision 11274

Added missing Makefile names

2001-08-03 14:50 VZ, revision 11273

no changes

2001-08-03 13:24 VZ, revision 11272

failed attempt to change the default action for GTK dnd (nothing changed finally)

2001-08-02 23:46 VS, revision 11271

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:32 VS, revision 11270

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:31 VS, revision 11269

fixed docs to accomodate more strict wxHTML Help controller

2001-08-02 21:37 RR, revision 11268

Fix tree control invalid pointer after drag bug.

2001-08-02 20:46 RR, revision 11267

Fixed what might be the nastiest bug I have seen.

2001-08-02 20:15 VZ, revision 11266

compilation fix