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

2006-05-26 18:36 RD, revision 39353

Some tweaks to reflect changes in wxWidgets

2006-05-26 17:27 ABX, revision 39352

Fixed unicode reference file writing under some builds.

2006-05-26 16:44 PC, revision 39351

fix incomplete change in previous commit

2006-05-26 16:43 RD, revision 39350

Another stab (hopefully the last) at how to handle the delayed initialization of the stock objects. Go ahead and create an uninitialized instance using __new__, and then just set the .this attribute when the app is initialized.

2006-05-26 16:35 RD, revision 39349

Use MustHaveApp for wx.RendererNative.Get and others

2006-05-26 16:12 PC, revision 39348

move some data definitions to more appropriate places

2006-05-26 15:09 ABX, revision 39347

Fixed OpenWatcom (strange) scope related crash.

2006-05-26 14:56 ABX, revision 39346

Fixed OpenWatcom (strange) scope related crash.

2006-05-26 14:09 ABX, revision 39345

wxToggleButton for wxUniv already implemented.

2006-05-26 14:07 ABX, revision 39344

Small devices adjustements.

2006-05-26 10:15 ABX, revision 39343

Include wx/control.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-26 02:23 VZ, revision 39342

show help for the page under mouse when the [?] button is used to request help

2006-05-26 02:22 VZ, revision 39341

moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook

2006-05-26 02:21 VZ, revision 39340

added help event origin field: indicates if the help was requested using the mouse or from keyboard

2006-05-26 02:09 VZ, revision 39339

moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook

2006-05-26 01:12 VZ, revision 39338

mention the addition of the clipboard events

2006-05-25 21:08 ABX, revision 39337

Include wx/cmndata.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-25 19:03 SC, revision 39336

using new method for implementing Maximize

2006-05-25 16:23 SC, revision 39335

this compat must not be set in this file

2006-05-25 15:46 PC, revision 39334

unused declarations

2006-05-25 15:41 RD, revision 39333

wx.lib.mixins.listctrl.TextEditMixin: Fixed the double END_LABEL_EDIT event problem in TextEditMixin by checking if the editor was already hidden before continuing with the CloseEditor method. Also added code to OpenEditor to send the BEGIN_LABEL_EDIT event and to not allow the opening of the editor to continue if the event handler doesn't allow it.

2006-05-25 14:45 ABX, revision 39332

src/mac/carbon/pnghand.cpp removed

2006-05-25 14:03 ABX, revision 39331

Adjustement to wxCheckListBox under WinCE.

2006-05-25 13:59 ABX, revision 39330

Better screen usage on smaller devices.

2006-05-25 13:57 ABX, revision 39329

__WXHANDHELD__ introduction.