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):

2008-07-20 22:11 VZ, revision 54729

fix (harmless) Win64-compatibility MSVC warning

2008-07-20 22:05 VZ, revision 54728

handle C++ exception in EVT_{TIMER,IDLE} handlers (#9768)

2008-07-20 12:57 VZ, revision 54727

really fix compilation for PCH-less builds

2008-07-20 12:37 VZ, revision 54726

add a missing backslash (#9766)

2008-07-20 12:35 VZ, revision 54725

compilation fix for PCH-less builds

2008-07-19 23:14 VZ, revision 54723

big wxURI cleanup; it now handles Unicode characters correctly (#3874)

2008-07-19 20:07 VZ, revision 54722

remove the just added assertEquals(time_t, long) overload, it results in infinite recursion and crash if time_t is the same type as long

2008-07-19 19:59 VZ, revision 54721

check that string passed to FromUTF8() is valid even in release build, this is safer; add a separate FromUTF8Unchecked() which can be used for maximal efficiency

2008-07-19 16:17 MMK, revision 54710

Created custom event

2008-07-19 15:36 VZ, revision 54709

no changes, just removed an unnecessary semicolon at top level

2008-07-19 05:33 VZ, revision 54708

compilation fix for builds without wxHAS_RAW_KEY_CODES

2008-07-19 01:53 VZ, revision 54704

already escaped backslash shouldn't escape the following quote in ConvertStringToArgs()

2008-07-19 01:45 VZ, revision 54703

fix bug with wxCSConv("ASCII")

2008-07-19 01:37 VZ, revision 54702

no changes, just added some explanatory comments for wxCSConv members

2008-07-19 01:34 VZ, revision 54701

backport fix for wxCSConv(wxFONTENCODING_SYSTEM) creation from trunk: use system encoding for DoCreate(), not name which is not handled correctly for ASCII case

2008-07-19 00:32 VZ, revision 54700

return ISO8859-1 from wxLocale::GetSystemEncoding() for C locale, as in trunk, otherwise wxCSConv with default encoding doesn't work at all

2008-07-18 23:36 VZ, revision 54699

disable compilation of test broken by wxMimeTypesManager changes

2008-07-18 23:33 VZ, revision 54698

compilation fix for PCH-less build

2008-07-18 23:08 VZ, revision 54697

simplify the test, don't reuse the same macro for different things

2008-07-18 23:07 VZ, revision 54696

get rid of special WX_ASSERT_FOO_EQUAL macros by defining CppUnit::assertEquals() overloads for wx types

2008-07-18 22:22 VZ, revision 54695

mention compatibility implications of wxExecute() quoting changes; don't change quoting of already quoted arguments in 2.8 for compatibility; also fix handling of empty arguments as a side effect (see #4115)

2008-07-18 13:56 VZ, revision 54693

remove duplicate SetIcon(sample_xpm) call which didn't even compile under MSW

2008-07-18 13:47 VZ, revision 54692

compilation fix for eVC4: include commctrl.h explicitely

2008-07-18 12:56 JS, revision 54691

Tab removal

2008-07-18 12:55 JS, revision 54690

Tab removal