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-05-20 15:18 JS, revision 60701

Avoid resetting size if paper id not found

2009-05-20 15:18 JS, revision 60700

Avoid resetting size if paper id not found

2009-05-20 15:16 VZ, revision 60699

do allow calling Hide() on the window before it is created

2009-05-20 15:16 JS, revision 60698

Fixed invisible CHM tooltip text bug when window text colour is black.

2009-05-20 15:15 JS, revision 60697

Removed duplicate semicolon

2009-05-20 15:08 JS, revision 60696

Added a comment about DMPAPER_USER not always working

2009-05-20 15:07 JS, revision 60695

Added a comment about DMPAPER_USER not always working

2009-05-20 13:56 JS, revision 60693

Fixed a problem with unrecognised paper id conversions

2009-05-20 13:56 JS, revision 60692

Fixed a problem with unrecognised paper id conversions

2009-05-19 12:51 VZ, revision 60684

added Asturian language entry (see #10808)

2009-05-17 16:12 VZ, revision 60678

disable a test failing under wxGTK because of what appears to be a Pango limitation

2009-05-17 16:01 VZ, revision 60676

use a different known good face name under non-MSW

2009-05-17 13:52 VZ, revision 60675

correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames

2009-05-17 13:51 VZ, revision 60674

correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames; also simplified it by separating different tests in different functions

2009-05-17 13:48 VZ, revision 60673

deal with fonts with empty face name correctly in wxNativeFontInfo::FromString(): the last token may be empty, just check that it is present at all

2009-05-17 13:47 VZ, revision 60672

deal with the fonts without any specified face name in wxNativeFontInfo::To/FromUserString() correctly by using the family as fallback

2009-05-17 13:08 VZ, revision 60671

disable failing test as we want the test suite to pass in the release and nobody is going to fix it apparently

2009-05-17 12:56 VZ, revision 60670

fix errors in EvtHandlerTestCase::BindFunctor() in optimized build: apparently compiler is smart enough to detect that the same object can be used for all temporaries

2009-05-17 11:58 VZ, revision 60669

do not overwrite ms_{hwnd,className} in wxTimerHiddenWindowModule::OnInit() in case they were already initialized

2009-05-17 05:12 RD, revision 60665

build tweaks

2009-05-16 15:24 FM, revision 60650

fix typo from previous commit

2009-05-16 12:57 FM, revision 60649

(dirty) fix rendering upon startup of the surface

2009-05-16 12:42 FM, revision 60648

fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs

2009-05-16 07:22 VS, revision 60646

fixed typo in error message

2009-05-15 20:02 VZ, revision 60643

move virtual GetPath() implementation out of line to work around an apparent Fedora g++ 4.x bug (see #10791)