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-06 16:41 SC, revision 60043

branching for a 2.9.0 release

2009-04-06 10:21 VZ, revision 60038

compilation fix for PCH-less build

2009-04-06 09:09 VZ, revision 60037

update from Micha³ Trzebiatowski

2009-04-05 14:58 VZ, revision 60034

use COLORONCOLOR stretching mode in DrawBitmap() too (see #3400)

2009-04-05 14:53 VZ, revision 60033

added test for wxDC-based image scaling; updated copyright

2009-04-05 14:34 VZ, revision 60032

paint background by default to avoid unexpected sample appearance

2009-04-05 13:07 VZ, revision 60031

improve wxTreeItemData documentation (closes #10662)

2009-04-05 12:54 VZ, revision 60030

implement SetTimes() for directories too under MSW [backport of r58153 from trunk] (closes #10250)

2009-04-05 12:52 VZ, revision 60029

implement GetImageCount() for GIF handler (closes #10663); added test for it to the sample

2009-04-05 12:31 VZ, revision 60028

allow reading GIFs with incorrectly specified animation size (closes #9465)

2009-04-05 12:16 VZ, revision 60027

define HAVE_SSIZE_T if we define ssize_t ourselves to prevent redefinitions in other libraries headers (closes #10674)

2009-04-04 23:55 VZ, revision 60024

revert r60023 and really fixed compilation problems caused by r60017 by providing assertEquals(const char *, const char *) overload as well

2009-04-04 22:33 VZ, revision 60023

compilation fix after r60017

2009-04-04 22:12 MW, revision 60022

Fixes for archive tests on Windows.

2009-04-04 16:45 VZ, revision 60018

fix the test for !wxUSE_UNICODE_UTF8 builds: don't suppose that strings are UTF-8 encoded in VsnprintfTestCase::S() but use FromUTF8() explicitly (how did it manage to work with VC9 before?)

2009-04-04 16:43 VZ, revision 60017

allow symmetric comparisons to work too in CPPUNIT_ASSERT_EQUAL (e.g. wxString==char*, size_t==int and not only char*==wxString, int==size_t)

2009-04-04 16:02 VZ, revision 60016

fix VsnprintfTestCase::P() for mingw32 which may use MSVC CRT (closes #10679)

2009-04-04 13:34 SC, revision 60014

adding API note

2009-04-04 12:09 VZ, revision 60013

fix test failure on glibc systems which do not use %T; also replace CompareTimeFormats() with a macro to get failure messages on the right line

2009-04-04 12:08 VZ, revision 60012

no changes, just removed unused variable

2009-04-04 11:53 VZ, revision 60011

fix parsing of %p for locales which use periods in AM/PM strings (see #10677)

2009-04-04 11:49 VZ, revision 60010

no changes, just fixed typo in an error message

2009-04-04 11:38 VZ, revision 60009

fix PCH-less build after last change (closes #10678)

2009-04-04 09:05 SC, revision 60007

fixing unused param warning

2009-04-04 09:05 SC, revision 60006

fixing 64 bit value transfer