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-11 00:49 VZ, revision 58008

check for wxUSE_REARRANGECTRL being defined

2009-01-11 00:46 VZ, revision 58007

there is no need to do DEFAULT_wxUSE_CONTROL=yes; also sort all controls alphabetically to be able to navigate them easier

2009-01-11 00:44 VZ, revision 58006

added wxUSE_REARRANGECTRL

2009-01-11 00:42 FM, revision 58005

do not return true when no data is read by the stream in Load(wxInputStream,wxAnimationType) overload

2009-01-11 00:41 FM, revision 58004

use IsOk() instead of Ok(); fix crash when loading invalid pixmaps/pixbufs

2009-01-11 00:40 FM, revision 58003

guard against NULL parents

2009-01-11 00:39 FM, revision 58002

add the 'GarbageTestCase' which helped me to spot some buggy load routines

2009-01-11 00:34 VZ, revision 58000

fix build with wxUSE_MENU==0 (closes #10330)

2009-01-11 00:25 VZ, revision 57999

correct the FTP host name mungled by a too eager global search and replace in r57951

2009-01-11 00:02 FM, revision 57998

remove operators added by error

2009-01-10 23:56 FM, revision 57997

no change; just fix indentation

2009-01-10 23:44 FM, revision 57994

other ifacecheck fixes

2009-01-10 23:07 FM, revision 57993

remove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in wx; leave only svg-specific docs

2009-01-10 22:42 FM, revision 57992

many automated ifacecheck fixes

2009-01-10 22:10 FM, revision 57991

fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions

2009-01-10 22:07 FM, revision 57990

fix an important bug: ifacecheck was parsing only <sectiondef> with kind==public-func or kind==protected-func; it was ignoring kind==user-defined and in any case the access specifier must be taken from the 'prot' attribute of <memberdef> nodes instead

2009-01-10 21:05 SC, revision 57989

fixes #10358

2009-01-10 20:00 SC, revision 57988

making sure enabling the menus works

2009-01-10 19:58 SC, revision 57987

guarding against NULL peers

2009-01-10 19:56 SC, revision 57986

fixing wrong constant

2009-01-10 19:01 SC, revision 57985

fixing default location for cocoa, see #10361

2009-01-10 18:59 FM, revision 57984

miscellaneous small enhancements

2009-01-10 18:52 SC, revision 57983

calling superclass impl, see #10361

2009-01-10 18:49 SC, revision 57982

cocoa layout optimization, see #10361

2009-01-10 18:44 SC, revision 57981

native apple event support for osx cocoa