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

2007-11-18 20:42 VZ, revision 50060

fix gcc signed/unsigned comparison warnings after recent changes

2007-11-18 20:42 VZ, revision 50059

wxGTK compilation fix after wxInfoMessageBox change (need to include gtk.h)

2007-11-18 20:25 VZ, revision 50058

wxColourData::operator=() should return wxColourData&, not void

2007-11-18 19:56 VZ, revision 50057

added public wxInfoMessageBox() (slightly modified patch 1828235)

2007-11-18 19:33 VZ, revision 50056

preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582)

2007-11-18 19:25 VZ, revision 50055

no real changes: just some cleanup, better error handling and (unsuccessful) attemps to retrieve CC_FULLOPEN value from the dialog

2007-11-18 18:37 PC, revision 50054

build fixes

2007-11-18 18:36 VZ, revision 50053

use newsince{2.9.0}, not {3.0}

2007-11-18 18:00 VS, revision 50052

enable VS2005 project files for samples, but without dependencies on library projects, it's better than nothing

2007-11-18 17:53 VZ, revision 50051

fix more unused parameters and variables warnings

2007-11-18 17:51 VZ, revision 50050

add wxUSE_DATAVIEWCTRL check to fix a hundred compilation errors

2007-11-18 17:45 VZ, revision 50049

removed not implemented anyhow SetIcons()

2007-11-18 17:44 VS, revision 50048

Bakefile cannot generate VC2005 project files for samples yet, disabled

2007-11-18 16:54 VZ, revision 50047

compilation fix after argv changes

2007-11-18 13:40 SN, revision 50046

Compilation fix for Watcom (on OS/2).

2007-11-18 11:59 FM, revision 50043

wxRichTextAttr does not exist anymore - document instead wxTextAttr

2007-11-18 11:52 SN, revision 50042

Fixed argument handling.

2007-11-18 11:07 RR, revision 50041

document attributes mechanism

2007-11-18 10:22 RR, revision 50040

Remove useless GetRowCount

2007-11-17 22:33 SN, revision 50039

Changed control name constants from wxChar to char according to revision 49873 (applying patch #1833732).

2007-11-17 21:20 RR, revision 50038

Update to wxDataViewCtrl from Hartwig

2007-11-17 21:17 VZ, revision 50037

don't use GTK printing in wxUniv

2007-11-17 21:07 VZ, revision 50036

animateg.cpp shouldn't be in UNIV_SRC as it belongs to adv library, not core one

2007-11-17 21:02 VZ, revision 50035

more native GTK implementations of the classes in wxGTK adv library to a separate ADVANCED_GTK_NATIVE_SRC to avoid using them in wxUniv build

2007-11-17 20:50 VZ, revision 50034

rename g_openDialogs to wxOpenModalDialogsCount and define it in toplevel.cpp to fix wxUniv/GTK linking issues