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

2007-01-21 07:05 RD, revision 44281

remove bad property

2007-01-21 07:03 RD, revision 44280

Build and distrib tweaks

2007-01-21 06:59 RD, revision 44279

No animate contrib anymore

2007-01-21 06:58 RD, revision 44278

Return an empty string from wxDataFormat::GetId if there was an error

2007-01-21 06:53 RD, revision 44277

Add some wxCHECK_MSG's

2007-01-21 06:47 RD, revision 44276

Return an empty string from GetValue if the textctrl is set to the descriptive text

2007-01-21 06:43 RD, revision 44275

Revert menus and toolbars to using wxNewId() too since their IDs can't be negative either

2007-01-21 01:58 PC, revision 44274

expose handlers are supposed to return a gboolean; false may be correct, at least it's not random

2007-01-21 01:21 VZ, revision 44273

fix infinite recursion when processing navigation keys in panels containing book controls

2007-01-21 01:01 VZ, revision 44272

reverted last commit, using result of NewControlId() when creating the control (instead of wxID_ANY) results in an assert

2007-01-21 00:52 VZ, revision 44271

use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change

2007-01-20 14:32 VZ, revision 44270

don't crash in dtor if the X11 window hadn't been created (patch 1640153)

2007-01-20 14:15 VZ, revision 44269

name user config file appname.conf when it's locayed in ~/.appname by default

2007-01-20 14:13 VZ, revision 44268

set command int (indicating whether the item is checked) correctly for the menu events (bug 1639891)

2007-01-20 03:28 RD, revision 44267

wx.FRAME_FLOAT_ON_PARENT notes

2007-01-20 03:26 RD, revision 44266

Use float-on-parent frames for the popups if wxPopupWindow is not available

2007-01-20 03:23 RD, revision 44265

Added support for the wxFRAME_FLOAT_ON_PARENT style Also add a mode for the wxPOPUP_WINDOW style as a temporary hack to make it easier using a wxFrame as a replacement for wxPopupWindow. See how it is used in wxStyledTextCtrl.

2007-01-19 23:25 VS, revision 44264

fixed typo in code for setting alternative locale name

2007-01-19 20:17 RD, revision 44263

Bump subrelease number

2007-01-19 20:15 RD, revision 44262

Add a note about wxSearchCtrl::[Get|Set]DescriptiveText

2007-01-19 20:13 RD, revision 44261

some updates to CHANGES.txt

2007-01-19 19:51 RD, revision 44260

Added stepColour utility function

2007-01-19 12:36 JS, revision 44259

Corrections

2007-01-19 12:17 JS, revision 44258

Added missing functions

2007-01-19 05:27 RD, revision 44257

Added wxSearchCtrl::[Get|Set]DescriptiveText Tweaked the layout of the subcontrols a bit Lightened the icons to be more like Mac