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-03 21:07 FM, revision 46306

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 20:01 FM, revision 46305

added tree-view of the wxWidgets class list

2007-06-03 19:26 FM, revision 46304

move "old" RTTI code to rtti.h

2007-06-03 19:26 FM, revision 46303

make GetTypeInfo implementation safer; other minor reformatting changes

2007-06-03 19:26 FM, revision 46302

no real changes; changed formatting

2007-06-03 19:25 FM, revision 46301

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 19:25 FM, revision 46300

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 18:29 FM, revision 46299

default to wxUSE_EXTENDED_RTTI=yes, enable XTI sample when wxUSE_EXTENDED_RTTI=yes

2007-06-03 18:29 FM, revision 46298

added XTI sample

2007-06-03 18:27 FM, revision 46297

removed wxUSE_EXTENDED_RTTI sections which were duplicated from MSW sources

2007-06-03 18:23 FM, revision 46296

added "dump registered class" menuitem and relative dialog to show wxWidgets class list and the XTI properties of the selected class

2007-06-03 11:23 JS, revision 46295

Typo fix

2007-06-03 11:01 SC, revision 46294

coordinate adjustment not needed here anymore

2007-06-03 10:59 SC, revision 46293

do coordinate conversion in the context creation already

2007-06-03 00:11 RD, revision 46292

reSWIGged

2007-06-03 00:06 RD, revision 46291

install wx/mac/corefoundation/cfdataref.h and wx/mac/corefoundation/cfref.h

2007-06-02 23:57 RD, revision 46290

bump subrelease number

2007-06-02 23:53 RD, revision 46289

Richtext updates

2007-06-02 23:50 RD, revision 46288

Additional tags to treat as bitmaps

2007-06-02 23:50 RD, revision 46287

Show the .this attribute too

2007-06-02 23:49 RD, revision 46286

tweak layout

2007-06-02 23:49 RD, revision 46285

menu and accel tweaks for Mac

2007-06-02 23:46 RD, revision 46284

out typemap for wxPyComboCtrl*

2007-06-02 23:46 RD, revision 46283

wxRect* typemap

2007-06-02 23:43 RD, revision 46282

wxOutputStream wrapers and typemaps

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