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-18 08:17 JS, revision 54689

Fixed initial layout bug when using dynamically created bitmap on wxGTK

2008-07-18 08:06 MW, revision 54688

Fix gzip class factory to return gzip not zlib stream.

2008-07-18 02:45 PC, revision 54676

fix masking of disabled bitmaps with some themes

2008-07-18 00:47 VZ, revision 54675

really correct detecting the end of UTF-7-encoded strings

2008-07-17 23:45 VZ, revision 54673

fix bug introduced in r54646: we still need to count the embedded NULs when converting the entire NUL-terminated string to wchar_t, only the trailing NUL shouldn't be counted

2008-07-17 23:24 VZ, revision 54672

make test failures easier to debug by using more informative failure messages

2008-07-17 23:01 VZ, revision 54671

don't run the tests which can't succeed in ANSI build; remove the tests for wxUSE_WCHAR_T, it's always 1 now; test MB2WC conversions in Unicode build too (it only tested WC2MB for some reason)

2008-07-17 23:01 VZ, revision 54670

properly detect missing data at the end of UTF-7-encoded segment and fail the conversion in this case

2008-07-17 20:03 VZ, revision 54669

overwrite incorrect last commit (which did exactly what its comment said it couldn't do as it was breaking ABI compaitiblity...)

2008-07-17 19:59 VZ, revision 54668

use int32 values in invalid wxDateTime ctor after r54663 fixes to wxLongLong under LP64 platforms (unfortunately we can't do the same thing as in trunk as this would break ABI because default-constructed wxDateTime objects in the programs compiled against old headers would become different from the ones defined in the new library)

2008-07-17 19:44 VZ, revision 54667

CP-xxx and MS-yyy iconv identifiers actually don't have dashes in them (this fixes CP932 unit test failure under FreeBSD where iconv doesn't have WINDOWS-932)

2008-07-17 19:43 VZ, revision 54666

implement wxCSConv::From/ToWChar() correctly for Latin-1 (#9739)

2008-07-16 16:06 VZ, revision 54665

emphasize the fact that GetSelectedCols/Rows() is not sufficient to get the selection (#4732)

2008-07-16 15:53 VZ, revision 54664

allow using SetFont(wxNullFont) to reset the font as per documented behaviour (#3238)

2008-07-16 15:22 VZ, revision 54663

fix wxLongLong for LP64 platforms [backport of r45256 from trunk] (#9745)

2008-07-16 15:21 VZ, revision 54662

add GetLo/Hi() test

2008-07-16 08:59 SC, revision 54661

adding missing include for non-precomp builds, and grouping headers, solves #9744

2008-07-16 03:02 VZ, revision 54660

disable the test declarations and not just the definitions if we don't have strtoll()

2008-07-16 02:59 VZ, revision 54659

disable test which doesn't work without setenv()

2008-07-16 02:49 VZ, revision 54658

_beginthreadex() entry point should really return unsigned and not wxUIntPtr even if this means that it's impossible to return pointers from wxThread::Entry() under Win64 (#9727)

2008-07-16 02:39 VZ, revision 54657

fix a typo in wxUSE_UNICODE test when choosing between strtoull and wcstoull; include wchar.h when testing for the latter

2008-07-16 02:30 VZ, revision 54656

disable the test if we have no strtoll()

2008-07-16 02:19 VZ, revision 54655

fix signed/unsigned comparison warning by using CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

2008-07-16 02:18 VZ, revision 54654

removed a test which doesn't really work

2008-07-16 01:54 VZ, revision 54653

backport fixes for the fix for transparency in static bitmaps (r51824) from trunk (r54651 and r54652)