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-04-12 19:51 RD, revision 45431

Forward declare new wxPy classes

2007-04-12 17:47 VS, revision 45430

removed unneeded wxChar* cast, we already have wxString one

2007-04-12 15:00 VZ, revision 45429

removed the code to manually send wxNavigationEvents, it's not needed any more

2007-04-12 14:57 VZ, revision 45428

avoid code duplication by using helper functions

2007-04-12 14:28 VZ, revision 45427

modify the listbox item in place instead of deleting and inserting it back in SetString(), this gets rid of confusing listbox selection events for invalid item when SetString() is called

2007-04-12 00:56 RD, revision 45426

reSWIGged

2007-04-12 00:54 RD, revision 45425

wx.VScrolledWindow has been refactored, and new wx.HScrolledWindow and wx.HVScrolledWindow classes have been added.

2007-04-12 00:53 RD, revision 45424

SetCanFocus

2007-04-12 00:52 RD, revision 45423

wizard classes don't take resource parameter anymore

2007-04-12 00:51 RD, revision 45422

wxNullIconBundle

2007-04-12 00:50 RD, revision 45421

Add wxEXEC_NOEVENTS

2007-04-12 00:49 RD, revision 45420

update wx.IconBundle methods and docstrings

2007-04-12 00:45 RD, revision 45419

SetDefault returns the former default widget

2007-04-12 00:44 RD, revision 45418

wx.IconBundle support

2007-04-12 00:44 RD, revision 45417

wxMac: The get-url apple event is now supported, simply override wx.App.MacOpenURL to receive it.

2007-04-12 00:41 RD, revision 45416

Add wx.Position

2007-04-12 00:38 RD, revision 45415

STC is not a separate library anymore

2007-04-12 00:37 RD, revision 45414

tweaks needed for new GLCanvas API

2007-04-12 00:36 RD, revision 45413

trim whitespace

2007-04-12 00:35 RD, revision 45412

Test EVT_TREE_ITEM_ACTIVATED

2007-04-12 00:34 RD, revision 45411

All platforms have the same GLCanvas API now

2007-04-12 00:23 RD, revision 45410

Use the wxWANTS_CHARS style

2007-04-12 00:23 RD, revision 45409

Don't use stc lib if building monolithic

2007-04-12 00:13 RD, revision 45408

Adjust output dir for wxPython file

2007-04-11 21:54 RD, revision 45407

Don't use hidden items for size calc (patch 1698314) (backport from HEAD)