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-11-02 19:13 SC, revision 56650

make sure virtual method isn't inlined away

2008-11-02 02:43 VZ, revision 56645

replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents

2008-11-02 02:39 VZ, revision 56644

replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents

2008-11-02 02:34 VZ, revision 56643

add yet another overload of assertEquals to fix another compilation error due to using different types inside CPPUNIT_ASSERT_EQUAL

2008-11-02 02:16 VZ, revision 56642

remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

2008-11-02 02:16 VZ, revision 56641

remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

2008-11-02 01:59 VZ, revision 56640

explicitly cast wxUniCharRef to char inside CPPUNIT_ASSERT_EQUAL

2008-11-02 01:58 VZ, revision 56639

added propgrid sources

2008-11-02 01:48 VZ, revision 56638

resolve the DLL linking problems with MSVC due to use of static variables of template types by replacing them by a non-template unique untypedNullDataPtr

2008-11-02 01:43 VZ, revision 56637

fix (justified) warnings about potential use of uninitialized variable in wxTCPEventHandler::Client_OnRequest()

2008-11-02 01:11 VZ, revision 56636

g++ compilation fix after latest changes

2008-11-02 00:52 VZ, revision 56635

add assertEquals(int,unsigned short) overload to resolve the ambiguity resulting in tests comparing unsigned short with literal integer constants now that we have both assertEqals(int,unsigned int) and assertEquals(int, unsigned long) to satisfy VC6

2008-11-01 18:40 JMS, revision 56631

In composed string values, entry for last children was often omitted if it was empty (and possibly unspecified, fixes wxPG sf bug #2197916)

2008-11-01 18:05 VZ, revision 56630

yet another compilation fix, this time for VC9

2008-11-01 17:09 JMS, revision 56629

It was not possible to set value of unspecified child by editing parent's composite string (fixes wxPG sf bug #2186553)

2008-11-01 16:49 JMS, revision 56628

Fix various warnings that only appear for release builds

2008-10-31 23:07 VZ, revision 56623

fix another MSVC /Wp64 warning about size_t to int conversion (closes #10140)

2008-10-31 18:53 JMS, revision 56622

Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours.

2008-10-31 17:14 VZ, revision 56621

fix MSVC /Wp64 warning about size_t to int conversion (closes #10068)

2008-10-31 13:07 VZ, revision 56620

fix compilation without wxUSE_FILESYSTEM (closes #10114)

2008-10-31 10:06 VS, revision 56619

wxTLW: don't assert when setting null icons initially (#10138)

2008-10-31 09:47 VS, revision 56618

fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update

2008-10-31 09:41 VS, revision 56617

fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update

2008-10-31 05:25 PC, revision 56616

make sure update UI handlers are called for accelerators, #10130

2008-10-31 02:06 VZ, revision 56607

grid sample doesn't need neither html nor xml library