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-04-03 18:05 SC, revision 60005

adjusting DATE_TIME_FMT on OS X

2009-04-03 17:03 VZ, revision 60004

fix the test case which wrongly relied on wxString using UTF-8 representation

2009-04-03 17:02 VZ, revision 60003

fix the test case which wrongly relied on wxString using UTF-8 representation

2009-04-03 16:57 VZ, revision 60002

compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested with #if, not #ifdef

2009-04-03 16:56 VZ, revision 60001

handle embedded NULs correctly in wxString::CmpNoCase() in all builds and not just UTF-8 one; incidentally improve its performance under Windows (see #10375)

2009-04-03 16:38 VZ, revision 60000

avoid the ugly hack with adding an empty string to m_registries to indicate that we need to run all tests

2009-04-03 16:37 VZ, revision 59999

really fix handling of trailing periods in abbreviated month names in French locale (without breaking everything else like last commit did)

2009-04-03 15:42 VZ, revision 59998

allow for trailing periods in week day/month names (as used in e.g. French locale)

2009-04-03 15:31 VZ, revision 59997

add possibility to choose the locale (useful for Windows which doesn't honour LC_ALL &c)

2009-04-03 15:23 VZ, revision 59996

use correct expected values for Windows and OS X

2009-04-03 08:53 VZ, revision 59992

added wxXmlNode forward compatible functions (re-closes #10629)

2009-04-02 09:52 JS, revision 59981

Documented AltGr fix.

2009-04-02 09:51 JS, revision 59980

Fixed wxRTC AltGr+key input on Windows

2009-04-02 09:50 JS, revision 59979

Fixed wxRTC AltGr+key input on Windows

2009-04-02 04:43 SC, revision 59978

make long format equal to full on mac (including dayname)

2009-04-01 21:49 VZ, revision 59974

don't run wxPATH_NORM_LONG test on systems where the short file names are disabled

2009-04-01 21:17 VZ, revision 59973

expect 4 digit year in French locale under all platforms

2009-04-01 15:20 FM, revision 59972

fix a problem with setlocale() under Windows: with MSVC7 it sometimes returns garbage when passing "": use NULL instead (may need a fix also in wxLocale::IsAvailable)

2009-04-01 15:00 FM, revision 59971

add IT locale to the makefile

2009-04-01 14:59 FM, revision 59970

include the locale name in the error message when the catalog can't be loaded

2009-04-01 08:57 SC, revision 59968

bringing back utf32 encoding for wchar, fixes #10666

2009-03-31 09:18 VZ, revision 59961

fix g++ warnings for float->int conversions

2009-03-31 09:11 BIW, revision 59960

undock/float toolbar if it's dragged right or south of client area

2009-03-31 08:32 BIW, revision 59959

undock/float toolbar if it's dragged right or south of client area

2009-03-31 08:04 JS, revision 59958

Size correction