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

2008-06-07 01:54 VZ, revision 54008

support multiline labels in wxCheckBox (#9495)

2008-06-07 01:24 VZ, revision 54007

correct phrase broken by the last change

2008-06-07 01:22 VZ, revision 54006

call wxSizerFlags::Top/Bottom() or Left/Right() shouldn't change horizontal or vertical alignment (#9534)

2008-06-07 00:53 VZ, revision 54005

change another long type to wxBitmapType

2008-06-07 00:04 VZ, revision 54004

specify the name of the control (#9515)

2008-06-07 00:01 VZ, revision 54003

replace another SF link with wxTrac one (#9501)

2008-06-06 23:58 VZ, revision 54002

replace SF links with wxTrac ones (#9500)

2008-06-06 23:50 VZ, revision 54001

use report mode for the wxListbook list control if there are no images (#9484)

2008-06-06 23:40 VZ, revision 54000

fixed another pointer-to-int-of-lesser-size conversion warning

2008-06-06 23:33 VZ, revision 53999

change longs used for bitmap types to wxBitmapType (#9126)

2008-06-06 22:55 VZ, revision 53998

don't leave current item index invalid after SetItemCount() (ticket #3720)

2008-06-06 21:24 VZ, revision 53997

remove another unnecessary memcpy() of string contents to wxStringBufferLength

2008-06-06 21:20 VZ, revision 53996

remove unnecessary memcpy() of string contents to wxStringBufferLength

2008-06-06 21:19 VZ, revision 53995

initialize wxStringBuffer with the original contents of wxString it was created from for better compatibility with the old, non-STL, build (this avoids problems such as ticket #4845); add wxString::tchar_buf() to help with the implementation

2008-06-06 21:06 VZ, revision 53994

compilation fix for VC6 (and maybe not only): enums defined in containing class are not accessible from the nested classes

2008-06-06 20:56 VZ, revision 53993

compilation fixes for ANSI build

2008-06-06 20:55 VZ, revision 53992

removed the test which never works: Lower/Upper() don't work with Unicode strings currently

2008-06-06 15:21 JS, revision 53991

Fixed reading of image type

2008-06-06 15:21 JS, revision 53990

Fixed reading of image type

2008-06-05 23:51 VZ, revision 53988

corrected bug in wxTimeSpan::IsShorterThan() for equal time spans (ticket #9539)

2008-06-05 15:48 VZ, revision 53987

set focus to the control when it's clicked [backport of r53014 from trunk]

2008-06-05 15:05 VS, revision 53986

PCH-less compilation fix

2008-06-05 13:47 VZ, revision 53985

compilation fix for --disable-filesystem --enable-xrc build (wxArrayString is needed here and was only included indirectly via wx/filesys.h) (ticket #9537)

2008-06-05 09:38 VS, revision 53984

added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar*) (patch #9235 by troelsk)

2008-06-04 22:34 VS, revision 53980

Changed wxHTML default font size for printing to be 12pt regardless of the platform; this font shouldn't depend on toolkit's default GUI font (introduced in 2.8, now reverting to pre-2.8 correct behaviour).