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-09-21 10:59 RR, revision 48857

more work on wxDC reorganizing

2007-09-21 10:56 VZ, revision 48856

removed an extra semicolon

2007-09-21 10:54 VZ, revision 48855

don't shadow declaration of nIndex variable

2007-09-21 10:51 JS, revision 48854

Optimized update events by only sending them to visible windows

2007-09-21 10:51 VZ, revision 48853

use the lower-case version of the parameter in GetEndianness() as intended (thanks icc for the warning)

2007-09-21 10:50 VZ, revision 48852

check whether compiler supports visibility pragmas used for broken libstdc++ visibility workaround and don't use visibility at all if it doesn't (which is the case for icc)

2007-09-21 10:39 RR, revision 48851

Mention that DrawLines( wxList *) is deprecated

2007-09-21 10:34 JS, revision 48850

Corrected bug in in revision 47973

2007-09-21 10:33 JS, revision 48849

Corrected bug in in revision 47973

2007-09-21 10:19 SC, revision 48848

drawing sash correctly in quickdraw mode when embedded

2007-09-21 09:21 SC, revision 48847

smaller code, notes for testing and todo

2007-09-21 08:50 JS, revision 48846

Fix for wxLIST_STATE_SELECTED not being returned from GetItem[State]

2007-09-21 08:48 JS, revision 48845

Fix for wxLIST_STATE_SELECTED not being returned when calling GetItem[State]

2007-09-21 02:48 PC, revision 48844

wcstod seems to be more widely available than wcstof

2007-09-21 02:39 PC, revision 48843

build fix for AIX

2007-09-21 02:39 PC, revision 48842

fix for HP and IBM compilers, calls to static template functions must be qualified

2007-09-20 23:11 VZ, revision 48841

allow the user to press Esc to close preview frame wherever the focus is, not only if it's on the canvas itself (patch 1719276)

2007-09-20 22:58 VZ, revision 48840

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined ids; bug fixes in wxMSW for negative menu and toolbar items ids

2007-09-20 22:24 VZ, revision 48839

update from Antonio Cardoso Martins [backport from trunk]

2007-09-20 22:22 VZ, revision 48838

update from Antonio Cardoso Martins

2007-09-20 19:38 RR, revision 48837

Patch from Bo for new selection API and impl. of GetColumnPos

2007-09-20 16:29 VZ, revision 48836

apply XRCID() automatically to XRCSIZERITEM() argument (patch 1798697)

2007-09-20 13:16 VZ, revision 48835

fix round trip check in wxMBConv_win32::WC2MB() when the buffer size is 0

2007-09-20 12:43 VZ, revision 48834

replaced the old half-done Ukrainian translations with the complete version from the trunk

2007-09-20 12:40 VZ, revision 48833

Ukrainian translation update from Yuri Chornoivan