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 10:51 RR, revision 58034

Spelling error

2009-01-12 10:26 JJ, revision 58033

Update configuration for OpenVMS

2009-01-12 09:06 JJ, revision 58032

Fixing/Testing sockets on OpenVMS

2009-01-12 05:39 PC, revision 58031

return index of first added image in Add(), like MSW does, #10013

2009-01-12 05:34 PC, revision 58030

use text cursor only when control is enabled, #10347

2009-01-11 19:53 RR, revision 58029

Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed)

2009-01-11 19:37 RR, revision 58028

Added interface for getting/setting text converter of wxDataInputStream and wxDataOutputStream

2009-01-11 16:24 JMS, revision 58026

Fixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out of sync

2009-01-11 16:23 FM, revision 58025

fix for PCH-less builds

2009-01-11 15:49 FM, revision 58024

split wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes), gridctrl.cpp (for wxGridCellRenderer-derived classes)

2009-01-11 12:05 FM, revision 58023

fix others $Id$ keywords

2009-01-11 12:00 FM, revision 58022

do not remove Author, Date, Revision SVN keywords

2009-01-11 11:58 FM, revision 58021

just fix some $Id$ tokens

2009-01-11 11:49 FM, revision 58020

a few missing Id keywords

2009-01-11 11:46 FM, revision 58019

typo fix

2009-01-11 11:46 FM, revision 58018

fix few doxygen warnings

2009-01-11 11:39 FM, revision 58017

document recently added enums

2009-01-11 11:24 FM, revision 58016

add note for wxWidgets user with a skeleton for a very minimal console app

2009-01-11 10:36 FM, revision 58015

suppress warnings about missing_semicolons file not existing

2009-01-11 10:34 FM, revision 58014

VC6 gets confused by the protected copy ctor; make it private

2009-01-11 10:28 FM, revision 58013

fix for the broken VC6 compiler (why do we have to still support it?)

2009-01-11 01:04 VZ, revision 58012

fix handling of locale names without county info (closes #10321)

2009-01-11 00:59 VZ, revision 58011

check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)

2009-01-11 00:57 VZ, revision 58010

correct typo: s/wxUSE_MENU/&S/

2009-01-11 00:57 VZ, revision 58009

added wxUSE_HEADERCTRL

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