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-06-01 15:44 VZ, revision 53902

really fix the test to work in any time zone and with or without DST

2008-06-01 15:32 VZ, revision 53901

added missing wx/wrapsizer.h include

2008-06-01 14:37 VZ, revision 53900

fix wxDateTime::ParseRfc822Date() to handle missing seconds (ticket #1341)

2008-06-01 14:13 VZ, revision 53899

another compilation fix, now for Unicode build

2008-06-01 13:24 SN, revision 53898

Added mingw-w64 builds (cross compile on i686-linux).

2008-06-01 13:15 VZ, revision 53897

test for fifth getsockopt() argument type using C++ compiler, not C one (blind fix for HP-UX buildbot failure)

2008-06-01 13:07 VZ, revision 53896

fix compilation with wxUSE_DRAG_AND_DROP==0 (as in wxX11 build)

2008-06-01 13:04 VZ, revision 53895

compilation fix for ANSI build

2008-06-01 13:01 VZ, revision 53894

add a special macro for comparing time_t values to fix unit test compilation on platforms with 64 bit time_t (such as FreeBSD 6.2 apparently)

2008-06-01 12:58 VZ, revision 53893

fix time zone conversion test to work in any time zone, not just GMT+1

2008-06-01 03:11 VZ, revision 53891

corrected bug in wxMBConvStrictUTF8::FromWChar(): it wrote one extra NUL when used with explicit source length

2008-06-01 03:09 VZ, revision 53890

added wxTextOutputStream::Flush(): this is necessary with the stateful encodings, such as UTF-7

2008-06-01 03:08 VZ, revision 53889

rewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream uses the converters; also converted a couple off by 1 bugs and unit test finally pass now

2008-05-31 23:41 VZ, revision 53886

disable visibility for powerpc-apple-darwin8 build, otherwise we get errors when linking the test

2008-05-31 23:08 VZ, revision 53885

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT to have more details when the test fails

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

reviewed and completed wxMBConv and friends documentation

2008-05-31 22:35 VZ, revision 53883

create a separate category for the conversion classes

2008-05-31 17:30 SC, revision 53881

supporting Freeze and Thaw in native control, has huge implications on performance of lists with many thousands of elements

2008-05-31 13:31 VZ, revision 53880

include configure/makefiles necessary for building libtiff

2008-05-31 13:25 VZ, revision 53879

no real changes, just simplify LoadPage() to make it more readable and less redundant

2008-05-31 12:44 SN, revision 53878

Compilation fixes for mingw-w64.

2008-05-31 12:43 SN, revision 53877

Compilation fixes for mingw-w64.

2008-05-31 09:44 VS, revision 53876

allow periods in wxFileSystem URL anchors (patch #2265)

2008-05-31 05:44 RD, revision 53875

Don't use both -framework OpenGL and -lGL

2008-05-31 02:46 VZ, revision 53874

make test failure in TestStreamDecoder more informative