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

2009-03-06 18:52 RR, revision 59375

Initialise DC only when needed and deinitilise it properly before, fixes #10543: wxGTK wxDataViewCtrl Assert and Crash

2009-03-06 17:32 JMS, revision 59374

Property value images are no longer shrinked horizontally

2009-03-06 16:31 VZ, revision 59372

don't allow setting readonly combobox value to a string which is not one of the valid choices in wxGTK neither and document this behaviour (closes #10549)

2009-03-06 16:26 KO, revision 59371

docs/mac is now docs/osx.

2009-03-06 16:26 VZ, revision 59370

added wxZlibStream::SetDictionary() (closes #10551)

2009-03-06 16:13 VZ, revision 59369

fix duplicate events for selection keys after the last change (see #626)

2009-03-06 10:56 VZ, revision 59367

no changes, just some minor cleanup

2009-03-06 10:54 VZ, revision 59366

only set maximal tooltip width if it's greater than the previously set one to avoid breaking long lines if a shorter tooltip is added afterwards (see #10537)

2009-03-06 10:38 VZ, revision 59365

pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544)

2009-03-06 08:46 CE, revision 59364

for 2.8.10

2009-03-06 08:19 JS, revision 59363

Removed conflicting virtual function

2009-03-06 00:05 FM, revision 59360

Indentation/coding style adjustments. Make the columns resize when dragging the columns in the header control intercepting the EVT_HEADER_RESIZING event

2009-03-06 00:01 FM, revision 59359

fix crash when using wxDataViewListStore::DeleteAllItems

2009-03-05 23:41 VZ, revision 59358

2nd (blind) fix for VC6 build

2009-03-05 22:54 KO, revision 59357

Fill out the left and top fields as well.

2009-03-05 21:54 KO, revision 59356

Make about dialog non-modal on GTK/Mac and don't show the OK button on Mac.

2009-03-05 21:47 FM, revision 59355

do not use HDS_FLAT by default

2009-03-05 21:21 KO, revision 59354

Sheet support for wxDirDialog.

2009-03-05 21:20 KO, revision 59353

Don't use result for both NS and wx button ID values.

2009-03-05 21:20 KO, revision 59352

Sheet support for wxMessageDialog.

2009-03-05 21:19 KO, revision 59351

Fix for sheets based on NSAlert.

2009-03-05 19:22 KO, revision 59349

Fix typo.

2009-03-05 19:21 KO, revision 59348

Make sure we call SetEventObject before firing events.

2009-03-05 19:20 KO, revision 59347

Make wxStaticText for OS X Cocoa properly size multiline strings.

2009-03-05 19:19 KO, revision 59346

Use sheets for native file dialogs if the dialog has its parent set.