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-12-05 22:48 VZ, revision 57137

suppress (harmless) unused parameter warnings

2008-12-05 22:44 VZ, revision 57136

generic implementation of wxHeaderCtrl API so far

2008-12-05 22:43 VZ, revision 57135

move ScrollWindow() implementation to the base class and call private DoScrollHorz() from it

2008-12-05 22:34 VZ, revision 57134

override GetDefaultBorder() to not use border by default

2008-12-05 22:11 VZ, revision 57133

emulate scrolling in wxMSW header control; document the need to call ScrollWindow() when using it

2008-12-05 21:50 VZ, revision 57132

add Show/HideColumn() methods

2008-12-05 21:49 VZ, revision 57131

add IsShown() accessor which is sometimes more convenient than IsHidden()

2008-12-05 21:06 FM, revision 57129

document wxLogLevel, wxTraceMask antypes and wxLogLevelValues enum

2008-12-05 17:25 FM, revision 57128

fix description of wxconsole template; add description for wxgui template

2008-12-05 10:15 VZ, revision 57126

no changes, just remove typos in comment

2008-12-05 10:09 RR, revision 57125

Use gtk_text_buffer_select_range for selecting programmatically

2008-12-05 07:47 PC, revision 57124

use simpler method to draw bitmap

2008-12-05 01:01 FM, revision 57116

add definitions of some Unicode terms (code point/unit, glyph, plane); link two images to help understanding differences; minor other formatting

2008-12-05 00:57 FM, revision 57115

small refinements

2008-12-04 23:14 VZ, revision 57114

add size parameter to the generic wxFileDialog ctor

2008-12-04 21:50 FM, revision 57112

repair the example code; get rid of useless wxT() from it

2008-12-04 20:49 FM, revision 57111

add a 'Paint background' check menu item in the MyImageFrame class

2008-12-04 20:42 FM, revision 57110

document wxWindowID

2008-12-04 15:37 FM, revision 57108

call Fit() when updating the message label to adapt to longer (or much shorter) labels

2008-12-04 15:17 VZ, revision 57107

PCH-less build fixes

2008-12-04 13:11 VZ, revision 57106

fix VC6 DLL build

2008-12-04 12:08 VZ, revision 57105

define HDS_FLAT outside of __DMC__ section so that it's really visible by VC6

2008-12-04 00:22 VZ, revision 57100

fix handling of abandoned mutexes in wxMutex::Wait[Timeout]() (#10236)

2008-12-04 00:17 VZ, revision 57099

don't call DragFinish() before calling DragQueryPoint() or we (naturally) don't get the correct answer from the query (#10238)

2008-12-03 23:21 VZ, revision 57098

forgot to update after renaming wxHeaderCtrlColumn to wxHeaderColumn