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-05-15 15:06 VS, revision 60642

simplified code now that utf8_str() always returns a scoped buffer

2009-05-15 13:22 JS, revision 60641

Added background colour control

2009-05-15 13:20 JS, revision 60640

Added background colour control

2009-05-15 10:17 VS, revision 60639

set icons bundle instead of single icon for wxHtmlHelpFrame

2009-05-15 06:32 SC, revision 60638

applying, closes #9012

2009-05-15 06:31 SC, revision 60637

applying, closes #9012

2009-05-14 14:45 JS, revision 60636

Fixed event propagation problems in wxMac native list control

2009-05-14 14:40 JS, revision 60635

Corrected event routing/id change bug

2009-05-14 14:40 JS, revision 60634

Corrected event processing whereby event routing was interrpted and event id changed

2009-05-14 12:46 BIW, revision 60633

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 12:31 BIW, revision 60632

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 11:59 BIW, revision 60631

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 11:55 BIW, revision 60630

implement default width for toolbar lables (from trunk r60199)

2009-05-14 11:53 BIW, revision 60629

Fixed a bug whereby setting one element size set all element sizes (from trunk r60162)

2009-05-14 08:58 BIW, revision 60628

fix from r59107 - aui toolbar crash fixed (fixes #10371)

2009-05-14 00:29 VZ, revision 60625

don't use empty attribute name in wxIconXmlHandler too (should have been part of r60624)

2009-05-13 23:54 VZ, revision 60624

fix handling of wxBitmap nodes broken by previous changes; remove the special case of passing empty attribute name to GetBitmap/Icon(wxString) and use the overload taking wxXmlNode directly instead

2009-05-13 21:19 BP, revision 60623

Small build and run fixes made to screenshotgen util after wxMSW changes. Updated wxOSX (Carbon) screenshots in the manual.

2009-05-13 20:40 BP, revision 60622

Replaced dir control screenshot in the manual with one that doesn't have personal info in it.

2009-05-13 20:34 BP, revision 60621

Updated wxMSW screenshots in the manual generated with a default Windows font sizes, theme, and locale.

2009-05-13 20:30 BP, revision 60620

Removed dependancy on wx/bitmap.h from autocapture.h. Fixed issue with Union() improperly generating a combined bitmap from two source bitmaps (only shown on Mac). Replaced old wxWidgets logo with the new one.

2009-05-13 18:22 VZ, revision 60619

remove misleaing mentions of wxEXEC_ASYNC from wxExecute() overloads always executing synchronously

2009-05-13 10:41 VZ, revision 60616

compare wxMessageDialog::ShowModal() return value with wxID_YES, not wxYES (closes #10789)

2009-05-13 09:51 SC, revision 60615

missing classinfo

2009-05-13 09:01 SC, revision 60614

add window-modal dialog calls and fallback implementation