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-01-12 23:37 FM, revision 58061

fix a typo; move aux classes below the main ones

2009-01-12 23:25 FM, revision 58060

add support for wxStrnlen for those platforms where it's available

2009-01-12 23:14 FM, revision 58059

ensure correct linking of the socket manager initializer for static builds of wxWidgets

2009-01-12 20:14 SC, revision 58058

adding 10.4 build compatibility for osx cocoa, see #10361

2009-01-12 20:01 FM, revision 58057

use DECLARE_NO_ASSIGN_CLASS() for better readability

2009-01-12 19:53 FM, revision 58056

better way to avoid warnings about a non-existing missing_semicolons

2009-01-12 19:34 FM, revision 58055

assert when the item index is out of range in wxMSW's listctrl, just like generic listctrl does

2009-01-12 17:27 JMS, revision 58054

Let wxVariantDataDateTime::Write() and Read() work with invalid dates (otherwise wxVariant::GetString() will assert when value is an invalid wxDateTime)

2009-01-12 17:22 JMS, revision 58053

Let wxVariantDataDateTime::Write() and Read() work with invalid dates (otherwise wxVariant::GetString() will assert when value is an invalid wxDateTime)

2009-01-12 17:10 VZ, revision 58052

fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_2_8 case

2009-01-12 17:05 JMS, revision 58051

Better support for unspecified property value in wxDateProperty and DatePickerCtrl editor, especially when wxDP_ALLOWNONE is used

2009-01-12 16:53 VZ, revision 58050

restored the default value of wxObjectEventFunctor wxNewEventFunctor and explain why is it needed

2009-01-12 16:51 VZ, revision 58049

fix VC6 ICE; don't call the function which doesn't compare the objects operator==() (see #10000)

2009-01-12 16:28 VZ, revision 58048

compilation fix after the event patch

2009-01-12 16:12 JMS, revision 58047

Added wxPGProperty::OnValidationFailure(); needed it and some other tweaks to allow vetoing value changes of ComboBox editors

2009-01-12 15:16 VZ, revision 58044

disable new events for VC9 too, it fails when linking in DLL build (#10000)

2009-01-12 14:50 VZ, revision 58043

miscellaneous spelling/grammar corrections (closes #10364)

2009-01-12 14:48 VZ, revision 58042

fix the MSVC check in the last comment and accompanying comment

2009-01-12 14:44 VZ, revision 58041

disable new events for MSVC 7, it fails to compile it (#10000)

2009-01-12 14:33 VZ, revision 58040

don't use wxDELETE unnecessarily

2009-01-12 14:26 VZ, revision 58039

add more flexible and safer template Connect() overloads (#10000)

2009-01-12 11:56 VZ, revision 58038

don't use wxVector<wxDataFormat> from wx/clipbrd.h as wxDataFormat definition is not available in it

2009-01-12 11:56 VZ, revision 58037

fix MSVC warning about possibly unused variable in SetRop()

2009-01-12 11:55 VZ, revision 58036

fix deprecation warnings when building wx with MSVC

2009-01-12 10:58 RR, revision 58035

Also mention wxRound() and wxIsSameDouble()