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-21 01:56 VZ, revision 32278

declare variable used in source code example (bug 1093638)

2005-02-21 01:52 VZ, revision 32277

removed ambiguity from wxGLCanvas ctors (bug 1102544)

2005-02-21 01:44 VZ, revision 32276

removed mention of client data, there is none in this class (bug 1144820)

2005-02-21 01:24 VZ, revision 32275

call gdk_flush() in Update() (see discussion of patch 1047642)

2005-02-21 00:24 VZ, revision 32274

update from James Bishop

2005-02-21 00:10 VZ, revision 32273

use different image for pressed button state

2005-02-21 00:04 VZ, revision 32272

implementation of wxRendererXP::DrawComboBoxDropButton() (patch 1144845)

2005-02-20 22:22 VS, revision 32271

fixed spec files: no data files are installed under prefix/share/wx anymore

2005-02-20 20:50 RR, revision 32270

Changed wxFopen() calls to use c_str

2005-02-20 20:46 RR, revision 32269

Applied patch to allow resizing the popup window.

2005-02-20 20:39 RR, revision 32268

Added LDOWN handler for wxListBox so that it wil deselect a selected item if clicke upon. This is actually not the native GTK+ behaviour, but the native behaviour seems just broken.

2005-02-20 19:35 RR, revision 32267

Commited fix for wrong background colour in TLWs. I don't know if this will play well with themes. Alternatively, one could change one of the few lines below to parent == this;

2005-02-20 19:15 VZ, revision 32266

force wxUSE_THREADS/EXCEPTIONS to 0 if wxNO_THREADS/EXCEPTIONS is defined

2005-02-20 19:13 VZ, revision 32265

mention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs

2005-02-20 19:01 VZ, revision 32264

define wxNO_(THREADS|RTTI|EXCEPTIONS) if the corresponding feature is disabled

2005-02-20 18:58 VZ, revision 32263

removed explicit calls to gtk_glwindow_(realized/map)_callback() as they should be called by GTK+ itself anyhow

2005-02-20 18:25 JS, revision 32262

Duplicate label corrections

2005-02-20 18:09 VZ, revision 32261

mention [_]UNICODE

2005-02-20 17:31 VZ, revision 32260

regenerated after adding USE_THREADS and USE_RTTI flags

2005-02-20 17:06 VZ, revision 32259

more minor doc corrections (patch 1144628)

2005-02-20 16:41 JS, revision 32258

Font correction

2005-02-20 16:41 SC, revision 32257

toggle corrected for click as well

2005-02-20 16:27 SC, revision 32256

added missing files

2005-02-20 16:26 SC, revision 32255

cleanup

2005-02-20 16:24 SC, revision 32254

changing include type for XCode