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-06-02 23:43 RD, revision 46281

docstring fix

2007-06-02 23:42 RD, revision 46280

Python sequence wrappers for wxLists

2007-06-02 23:38 RD, revision 46279

Don't use the wxRect* typemaps in the wxRect class

2007-06-02 23:37 RD, revision 46278

wxOutputStream wrapers and typemaps

2007-06-02 23:36 RD, revision 46277

docstring fixes

2007-06-02 21:06 KO, revision 46276

Allow wxpresets to work with wxPython libraries on Windows.

2007-06-02 17:21 VS, revision 46275

use iterators in wxStaticText wrapping and escaping code

2007-06-02 13:51 VZ, revision 46274

factor out the fd<->handlers map from wxFDIODispatcher into a separate wxMappedFDIODispatcher class (patch 1729395)

2007-06-02 13:34 VZ, revision 46273

the same event handler class, not object, can be used with multiple windows (patch 1728835)

2007-06-02 13:25 VZ, revision 46272

fix crash after destroying a default button in a backwards compatible way (patch 1727956)

2007-06-02 13:23 VZ, revision 46271

upported changes from 2.8.5 (at the very least this simplifies merging between branches)

2007-06-02 13:22 VZ, revision 46270

enable non-top tabs workaround for Vista too (replaces patch 1724221) [backport from HEAD]

2007-06-02 13:17 VZ, revision 46269

enable non-top tabs workaround for Vista too (replaces patch 1724221)

2007-06-02 13:13 VZ, revision 46268

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941) [backport from HEAD]

2007-06-02 12:56 VZ, revision 46267

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941)

2007-06-02 12:45 VS, revision 46266

partially fixed passing wxUniChar as vararg argument (non-ASCII characters are still broken in UTF8 build, other cases work)

2007-06-02 12:42 VS, revision 46265

implemented wxMBConv::IsUTF8() helper for more classes so that all uses of UTF-8 are detected and optimized in wxString

2007-06-01 22:05 VZ, revision 46264

extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGridCellAutoWrapStringEditor::Create() to ensure that it honours the base editor parameters

2007-06-01 21:21 VZ, revision 46263

compilation fix: wxColour::GetColor() returns const object

2007-06-01 21:19 VZ, revision 46262

suppress warnings about void* to uint conversion losing precision (under 64 bit architectures)

2007-06-01 12:16 VZ, revision 46261

also correct run-time check for gtk_message_dialog_format_secondary_text() availability

2007-05-31 21:18 ROL, revision 46260

revert to dictionary... it is better design

2007-05-31 21:12 ROL, revision 46259

using list of components to allow duplicate names

2007-05-31 20:46 ROL, revision 46258

test module for component plugin

2007-05-31 20:28 ROL, revision 46257

First test of component plugin design, with stub XMLTree class