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

2003-11-07 08:27 RD, revision 24453

Refactored wxSizerXmlHandler and added support for wxGridBagSizer

2003-11-07 08:11 RD, revision 24452

reSWIGged

2003-11-07 08:07 RD, revision 24451

Fixed warning

2003-11-07 08:04 RD, revision 24450

reSWIGged

2003-11-07 08:03 RD, revision 24449

Added an alias for backwards compatibility

2003-11-07 07:50 RD, revision 24448

Added some autogenerated name importers for the old namespace. Some will still need to be tweaked by hand.

2003-11-07 07:42 RD, revision 24447

Some fixes here and there for API changes.

2003-11-07 07:41 RD, revision 24446

Tweaks

2003-11-07 07:19 RD, revision 24445

Tweaks to XRCed needed to get it working with 2.5

2003-11-07 07:17 RD, revision 24444

reSWIGged

2003-11-07 07:16 RD, revision 24443

Added wrappers for wxGridBagSizer. Other cleanups and fixes in the other sizers too.

2003-11-07 07:15 RD, revision 24442

new namespace for the scripts

2003-11-07 07:14 RD, revision 24441

Guard against double cleanups and use a template function for some of the helpers.

2003-11-07 07:12 RD, revision 24440

A bandaid for wxWindow.GetChildren

2003-11-07 07:11 RD, revision 24439

Toyed with putting wxSize.x and wxSize.y back, but changed my mind...

2003-11-07 07:11 RD, revision 24438

Some missing EVT's

2003-11-07 07:09 RD, revision 24437

Added wrappers for wxGridBagSizer. Other cleanups and fixes in the other sizers too.

2003-11-07 07:06 RD, revision 24436

Added missing style flag

2003-11-07 07:05 RD, revision 24435

Added default ctor

2003-11-07 07:04 RD, revision 24434

Calling sizerItem->SetWindow shoudl set the minsize too.

2003-11-06 23:52 VS, revision 24433

moved build.cfg to setup.h directory

2003-11-06 23:44 VS, revision 24432

moved build.cfg to setup.h directory

2003-11-06 20:37 DE, revision 24431

Add wxCocoaNSWindow* parameter to GetAppMenuBar so implementations can return an alternate menubar based on the window which needs it

2003-11-06 20:12 DE, revision 24430

* Removed CocoaInternalIdle() * Removed methods that were called by wxTopLevelWindow notification handlers * Removed now useless m_needMenuBar * Added an Objective-C notification observer class * Added methods to receive the notifications * InstallMenuBarForWindow now takes a wxCocoaNSWindow * Do not keep track of key/main window * Keep track of window for which menu bar was installed (m_windowCurrent) * SetMenuBar() will now install the main menu immediately

2003-11-06 20:04 DE, revision 24429

Don't pass notifications to wxMenuBarManager. It will be getting its own.