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-03-08 01:21 VZ, revision 44681

fix infinite recursion typo in operator!=() (patch 1665591) [backport from HEAD]

2007-03-08 01:18 VZ, revision 44680

fix the bug which could have resulted in failing to read config file if a chunk boundary fell in a middle of a multibyte character (patch 1674488) [backport from HEAD]

2007-03-08 01:18 VZ, revision 44679

fix infinite recursion typo in operator!=() (patch 1665591)

2007-03-08 01:15 VZ, revision 44678

fix the bug which could have resulted in failing to read config file if a chunk boundary fell in a middle of a multibyte character (patch 1674488)

2007-03-08 00:44 VZ, revision 44677

don't use font sizes less than 1 with Pango (remaining part of patch 1671684); refactor the font size setting code to eliminate duplication

2007-03-08 00:40 VZ, revision 44676

use facename in wxFontRefData::Init() in Unicode build (part of patch 1671684)

2007-03-08 00:25 RD, revision 44675

More 0.5 pixel offset fixes

2007-03-08 00:25 RD, revision 44674

Notes about some 2.8.2 changes

2007-03-08 00:24 RD, revision 44673

test drawing rectangles with wxGCDC

2007-03-08 00:23 RD, revision 44672

fix a comment

2007-03-08 00:22 VZ, revision 44671

added wxMutex::LockTimeout() (modified patch 1671637)

2007-03-07 23:47 VZ, revision 44670

update the value shown in the combobox itself correctly in SetValue() (patch 1669275; bug 1667563) [backport from HEAD]

2007-03-07 23:46 VZ, revision 44669

update the value shown in the combobox itself correctly in SetValue() (patch 1669275; bug 1667563)

2007-03-07 23:42 VZ, revision 44668

test for special keys first, before testing for alphanumeric ones as even keys such as WXK_F2 can be recognized as alnum in some locales, in ToString() (modified patch 1669197; bug 1620758) [backport from HEAD]

2007-03-07 23:40 VZ, revision 44667

test for special keys first, before testing for alphanumeric ones as even keys such as WXK_F2 can be recognized as alnum in some locales, in ToString() (modified patch 1669197; bug 1620758)

2007-03-07 23:29 VZ, revision 44666

avoid flicker when setting the text which is the same as the current status bar pane value (patch 1669140) [backport from HEAD]

2007-03-07 23:29 VZ, revision 44665

fix wrong assert in SetItemBitmap() (patch 1668449; bug 1667505) [backport from HEAD]

2007-03-07 23:28 VZ, revision 44664

avoid flicker when setting the text which is the same as the current status bar pane value (patch 1669140)

2007-03-07 23:24 VZ, revision 44663

fix wrong assert in SetItemBitmap() (patch 1668449; bug 1667505)

2007-03-07 23:21 VZ, revision 44662

fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145) [backport from HEAD]

2007-03-07 23:18 VZ, revision 44661

fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145)

2007-03-07 23:07 VZ, revision 44660

fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616) [backport from HEAD]

2007-03-07 23:07 VZ, revision 44659

fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616)

2007-03-07 22:59 VZ, revision 44658

don't delete m_pActiveChild twice in wxWINDOWCLOSEALL event handler (patch 1665395, bug 1661995)

2007-03-07 22:56 VZ, revision 44657

no changes, just removed TABs/trailing spaces