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

2005-02-20 16:14 JS, revision 32253

menu name consistency

2005-02-20 15:57 JS, revision 32252

Doc fixes

2005-02-20 15:35 JS, revision 32251

Identifiers can't be zero

2005-02-20 15:32 VZ, revision 32250

old translation file which apparently never got checked in somehow...

2005-02-20 15:24 VZ, revision 32249

Norwegian Bokmal is named nb, not nb_NO -- renamed

2005-02-20 15:09 VZ, revision 32248

wxUniv compilation fix

2005-02-20 15:07 VZ, revision 32247

cleanup of TrackMouseEvent() code (use a single #ifdef instead of 3 different ones to test for the same thing)

2005-02-20 14:38 VZ, revision 32246

compilation fix for wxUSE_STL==1

2005-02-20 14:14 VZ, revision 32245

added USE_RTTI (instead of it being set by USE_EXCEPTIONS)

2005-02-20 13:22 VS, revision 32244

added USE_THREADS

2005-02-20 13:07 JS, revision 32243

wxrc no longer lives under contrib

2005-02-20 12:07 VZ, revision 32242

removed wxLoadBitmap() introduced in 1.37 -> 1.38; just use DIBs under Windows CE as well, we surely shouldn't duplicate system functions _especially_ on a platform with limited resources such as CE

2005-02-20 10:39 JS, revision 32241

Don't repaint window if hidden

2005-02-20 10:35 JS, revision 32240

Fix for compilo

2005-02-20 09:33 RN, revision 32239

if wxUSE_XXX fixes

2005-02-20 08:45 RN, revision 32238

use on cocoa without fontmapper

2005-02-20 03:45 DE, revision 32237

Don't build when __WXMAC__ is defined but __WXMAC_OSX__ is not (i.e. CFM). FIXME: We really ought to put this (as well as the existing __WXWINCE__ check) into files.bkl but I have no idea how to do it cleanly.

2005-02-20 03:22 KH, revision 32236

Color dialog sliders make more sense inverted, with 0 at the bottom (slide the scale UP to add color, consistent with other "generic" color dialogs in other programs).

2005-02-20 02:19 DE, revision 32235

Don't automatically define WX_PRECOMP when building using configure.

2005-02-20 01:54 VZ, revision 32234

use native gtk_paint_expander() to implement DrawTreeItemButton() under GTK+ 2.0

2005-02-20 01:54 DS, revision 32233

minor textual fix

2005-02-20 01:33 VZ, revision 32232

trying to draw transparent arrow instead of opaque one but it doesn't seem to change anything

2005-02-20 01:06 VZ, revision 32231

yet more corrections to drop down button drawing: don't draw a border around the arrow

2005-02-20 00:52 VZ, revision 32230

don't use invalid font in wxDC used for measuring text extent

2005-02-20 00:45 VZ, revision 32229

compilation fix after last patch