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