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-22 17:47 VZ, revision 45581

updated SetFont() documentation: it returns bool, not void (bug 1705330)

2007-04-22 17:43 PC, revision 45580

fix double to int conversion warning

2007-04-22 15:17 VZ, revision 45579

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343) [backport from HEAD]

2007-04-22 15:14 VZ, revision 45578

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343)

2007-04-22 12:50 VZ, revision 45577

distribute only the extra, free, space according to the items proportions in wxBoxSizer and not the entire available space

2007-04-22 12:31 VZ, revision 45576

(blind) compilation fixes after latest changes

2007-04-22 00:18 KO, revision 45575

Backport of key handling and selection fixes.

2007-04-22 00:04 VZ, revision 45574

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime() [backport from HEAD]

2007-04-22 00:03 VZ, revision 45573

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime()

2007-04-21 23:24 VZ, revision 45572

allow having children of status bar in XRC (patch 1704125) [backport from HEAD]

2007-04-21 23:17 KO, revision 45571

Backporting support for adding wx Window menu items into the system Window menu.

2007-04-21 23:01 KO, revision 45570

Return wx menu items inserted into the Window system menu, similar to what we do for Help and application menus.

2007-04-21 21:44 KO, revision 45569

Fix bug with m_current causing EVT_LIST_KEY_DOWN events not to fire in virtual mode, also added handler for navigation keys and tweaked the virtual code for setting selection.

2007-04-21 21:14 VZ, revision 45568

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133)

2007-04-21 19:29 VZ, revision 45567

added support for image resolution options to PNG handler (heavily modified patch 1704128)

2007-04-21 18:57 VZ, revision 45566

allow having children of status bar in XRC (patch 1704125)

2007-04-21 18:50 VZ, revision 45565

readded wxEditableListBox as part of adv library

2007-04-21 18:32 VZ, revision 45564

added safe check for Pango version and use it to avoid underline hack in wxDC::DrawText() (modified patch 1702301)

2007-04-21 18:17 VZ, revision 45563

add missing dynarray.h includes (patch 1702312) [backport from HEAD]

2007-04-21 18:13 VZ, revision 45562

add missing dynarray.h includes (patch 1702312)

2007-04-21 18:11 VZ, revision 45561

added wxStreamBuffer::Truncate() (patch 1687081)

2007-04-21 17:02 PC, revision 45560

remove redundant GTK_WIDGET casts

2007-04-21 15:13 VZ, revision 45559

fix WXDLLIMPEXP_STC definition when building all wx libraries as DLLs (patch 1704527)

2007-04-21 15:10 VZ, revision 45558

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312) [backport from HEAD]

2007-04-21 15:04 VZ, revision 45557

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312); added a unit test for this