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-05-31 01:57 VZ, revision 53873

use more informative CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

2008-05-31 01:55 VZ, revision 53872

don't write extraneous NUL bytes in wxMBConv_iconv::FromWChar()

2008-05-31 01:54 VZ, revision 53871

correct similar off by 1 bug to the one fixed by r53869 in wxMBConv_iconv::ToWChar() in FromWChar()

2008-05-31 01:53 VZ, revision 53870

fix bug with wrong return value in wxMBConv_iconv::ToWChar() introduced by a recent check in

2008-05-31 01:39 VZ, revision 53869

fix wxMBConv_iconv to respect the base class conventions: when the input is NUL-terminated, the output should be NUL-terminated and the return value should account for the terminating NUL

2008-05-31 01:23 VZ, revision 53868

swap all characters instead of just the last one in a loop in wxMBConv_iconv::ToWChar()

2008-05-31 01:22 VZ, revision 53867

don't return success when converting incomplete UTF-7 sequences

2008-05-30 23:38 VZ, revision 53866

disable test using network by default as it's not available on some of buildbot machines and so makes the test fail

2008-05-30 23:38 VZ, revision 53865

fix test failures: the expected results were incorrect, UTF-8 build uses %lc for characters and not %s

2008-05-30 23:12 VZ, revision 53864

undid change of r44565: not taking hyphens into account entirely is a bad idea as we then recognize some junk as valid encodings and it even made our own unit test fail

2008-05-30 22:57 VZ, revision 53860

make assertion failure messages more useful by using WX_ASSERT_STR_EQUAL instead of just CPPUNIT_ASSERT

2008-05-30 22:49 VZ, revision 53858

implement wxMBConv_iconv::To/FromWChar() instead of MB2WC/WC2MB: this allows to use wxMBConv conversions with wxTextInputStream and fixes TextStreamTestCase unit test failures

2008-05-30 22:11 VZ, revision 53857

don't run vsnprintf() test if we're using the system version, there is nothing we can do about its failures then anyhow

2008-05-30 21:59 VZ, revision 53856

don't compile the test in the build configurations where it's not supported (trying to fix buildbot OS X build)

2008-05-30 20:04 VZ, revision 53855

at least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData<wxBitmap> (thanks buildbot)

2008-05-30 19:49 VZ, revision 53853

check that the argument is not empty in wxHtmlWindow::LoadPage() to avoid crashing if it is

2008-05-30 19:30 VZ, revision 53852

fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be extended to cover more wxImage methods...)

2008-05-30 18:59 VZ, revision 53851

blind fix for Borland ANSI build: define wxStructStat specially for this compiler

2008-05-30 17:51 JS, revision 53850

Typo correction

2008-05-30 17:50 JS, revision 53849

Typo correction

2008-05-30 17:44 JS, revision 53848

Don't update UI if hidden

2008-05-30 17:44 JS, revision 53847

Don't update UI if hidden

2008-05-30 17:14 SC, revision 53846

remove duplicate line

2008-05-30 16:47 SC, revision 53845

fixing a problem where CoreGraphics didn't correctly clip to an empty region

2008-05-30 16:42 SC, revision 53844

make sure invisible windows cannot paint using a wxClientDC or wxWindowDC by making their clip rect empty