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-14 08:47 VZ, revision 58089

disable new event code unconditionally for now

2009-01-13 23:15 VZ, revision 58088

don't define wxHeaderColumnsRearrangeDialog if !wxUSE_REARRANGECTRL (closes #10368)

2009-01-13 23:04 VZ, revision 58087

fix memory leak of FrameSite (see #3935)

2009-01-13 22:53 VZ, revision 58086

use wxWindow::GetClientSize() instead of ::GetClientRect() in wxActiveXContainer::CreateActiveX()

2009-01-13 20:10 RR, revision 58085

Also update cursor when over toolbar and titlebar

2009-01-13 19:39 FM, revision 58084

add a note about the formats which wxAnimation is capable of loading

2009-01-13 19:26 FM, revision 58083

warn that a seekable stream is required for generic implementation of wxAnimation

2009-01-13 19:25 FM, revision 58082

check for wxInputStream::Read errors

2009-01-13 19:20 FM, revision 58081

fix typo

2009-01-13 19:16 FM, revision 58080

always properly check if SeekI() calls succeded; this makes CanRead() functions of animation decoders return false for non-seekable streams (which is a wanted side-effect)

2009-01-13 18:43 FM, revision 58079

document operator\!

2009-01-13 18:35 SC, revision 58078

using subclass as impl ptr, common code in macro because mix-in are not possible in obj-c

2009-01-13 18:19 SC, revision 58077

common event code

2009-01-13 18:09 FM, revision 58076

reorder the classes, putting first the basic ones and towards the end of the file the derived ones; document OnSysXXX functions return values to allow the user to implement new stream classes without the need of guessing from source code the inner workings of the streams (closes #4487)

2009-01-13 17:29 FM, revision 58075

use ::wxInvalidOffset to enable autolinking

2009-01-13 15:09 JJ, revision 58073

Update OpenVMS compile support

2009-01-13 13:18 JJ, revision 58071

Update configuration for OpenVMS

2009-01-13 12:48 JJ, revision 58070

Avoid warning on OpenVMS system

2009-01-13 12:01 FM, revision 58069

provide our own implementation of wxStrnlen if it's not available; add tests for it

2009-01-13 08:51 JJ, revision 58068

Update configuration for OpenVMS

2009-01-13 08:02 JJ, revision 58067

Update configuration for OpenVMS

2009-01-13 07:48 JJ, revision 58066

change int->wxRasterOperationMode was omitted at one location

2009-01-13 04:54 SC, revision 58064

make sure that code is always available when compiling for 10.4, whatever flavour

2009-01-13 04:38 SC, revision 58063

removing duplicate code

2009-01-13 00:38 FM, revision 58062

fix wxMSW shared builds

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()