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-08 19:25 FM, revision 57204

added a overview_string_binary section describing what is wxString support with regard to binary data; removed traces of UCS2 wording; it was not completely correct (see wx-dev thread 'string changes doubts and docs')

2008-12-08 19:07 FM, revision 57203

enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore (part of r57199)

2008-12-08 17:36 VZ, revision 57202

don't allow resizing non-resizeable columns in wxHeaderCtrl itself, no need to do it in wxDataViewCtrl

2008-12-08 17:33 VZ, revision 57201

honour column min width when resizing in wxHeaderCtrl, no need to do it in wxDataViewCtrl

2008-12-08 17:20 JMS, revision 57200

Better EVT_MOTION handling in wxPGSpinButton

2008-12-08 16:51 FM, revision 57199

enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore

2008-12-08 16:50 VZ, revision 57198

test non-resizeable and resizeable but with min size set columns

2008-12-08 16:38 VZ, revision 57197

rename wxHeaderCtrl DRAG events into RESIZE ones as we're also going to have column drag-reodering

2008-12-08 16:31 VZ, revision 57196

don't take EVT_HEADER_END_DRAG into account if it indicates the the drag was cancelled

2008-12-08 16:30 VZ, revision 57195

add the possibility to cancel drag-resizing by pressing Esc

2008-12-08 16:24 VZ, revision 57194

buildbot VC6 apparently can't compile variable declaration inside a switch statement even though my own VC6 SP5 can

2008-12-08 16:20 FM, revision 57193

add some missing semicolons

2008-12-08 15:20 VZ, revision 57192

forgot to capture mouse during drag-resizing

2008-12-08 15:11 VZ, revision 57191

fix another logical/physical coords confusion and update the comment to help with this in the future

2008-12-08 14:40 VZ, revision 57190

implement column resizing events in wxHeaderCtrl

2008-12-08 13:25 VZ, revision 57189

don't access inexistent column in wxDataViewTreeCtrl::OnSize() (this bug also probably explains why this code doesn't actually work: size event is generated before we have any columns)

2008-12-08 13:22 FM, revision 57188

enable wheel-scrolling under wxGTK by allowing GTK+ default processing to happen (see wx-dev thread 'possible fix for wxGrid mouse wheel handling'); closes #1847

2008-12-08 12:28 VZ, revision 57187

added wxHeaderCtrlSimple::GetBestFittingWidth() for even more automatic column resizing

2008-12-08 12:15 VZ, revision 57186

add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi-automatic header resizing support

2008-12-08 11:37 VZ, revision 57185

account for scroll offset correctly in the mouse event handler

2008-12-08 11:26 VZ, revision 57184

update column highlight when mouse hovers over the control

2008-12-08 11:20 VZ, revision 57183

correct WXDLLIMPEXP symbols for the event constants

2008-12-08 10:36 RR, revision 57182

Ticket #10245, UTF-8 font face name of GTK 2 font dialog box

2008-12-08 08:58 PC, revision 57181

restore clearing of clipped mask, turns out it is needed

2008-12-08 08:39 VZ, revision 57180

correct the check added in r57175 to use dynamically computed numbers of rows/columns