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-10 20:07 VZ, revision 57238

deprecate wxStringEq

2008-12-10 16:24 VZ, revision 57237

undo accidental change of r57233

2008-12-10 16:24 VZ, revision 57236

properly implement Do[GS]etColumnsOrder() in the generic wxHeaderCtrl

2008-12-10 16:20 FM, revision 57235

use wxAboutBox() to make it evident a wxGrid refreshing bug under wxMSW (probably correlated to the window disabler used by the generic about box)

2008-12-10 16:09 VZ, revision 57234

provide Do[GS]etColumnsOrder() stubs for the generic wxHeaderCtrl

2008-12-10 16:05 VZ, revision 57233

added EVT_HEADER_DRAGGING_CANCELLED event sent when either resizing or reordering operation is cancelled instead of having a special cancelled flag in normal END_RESIZE/REORDER events

2008-12-10 15:56 VZ, revision 57232

implement column reordering support in wxMSW wxHeaderCtrl; use it in wxDataViewCtrl (and make difference between column indices and positions more clear in it)

2008-12-09 23:31 VZ, revision 57223

make first column non-draggable to test support for this flag

2008-12-09 19:53 FM, revision 57221

if we keep autobrief comments = YES, let's repeat the brief comment in the detailed documentation block as to avoid lots of empty blocks

2008-12-09 18:35 VS, revision 57220

fix for r56618: toolbar event handlers can toggle or disable tools again (patch #10241)

2008-12-09 18:34 VS, revision 57219

fix for r56618: toolbar event handlers can toggle or disable tools again (patch #10241)

2008-12-09 14:45 VZ, revision 57218

define I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)

2008-12-09 14:05 VZ, revision 57217

document UpdateColumn()

2008-12-09 13:36 VZ, revision 57216

use a slightly less ugly way to conditionally suppress unused parameter warnings

2008-12-09 13:35 VZ, revision 57215

call wxMDIClientWindow::CreateClient()

2008-12-09 11:42 VZ, revision 57214

recreate the column instead of trying to update it in place, it's much simpler like this

2008-12-09 09:15 FM, revision 57213

fix wxOS2 build where OpenGL headers are available but there's no wxGlCanvas implementation available

2008-12-09 00:14 VZ, revision 57212

recreate the column instead of trying to update it in place, it's much simpler like this

2008-12-08 23:22 FM, revision 57211

add an event table; even if wxMenuItem is not a widget, it emits events

2008-12-08 23:21 FM, revision 57210

formatting change; added @c in front of wxEVT_ constants

2008-12-08 23:19 FM, revision 57209

implement 'auto' mode for both wxMediaCtrl and OpenGL

2008-12-08 21:22 VZ, revision 57208

always update the column icon field when updating the item as it could be reset to nothing

2008-12-08 21:14 VZ, revision 57207

skip the header click event to allow sorting (done in the default handler) to take place

2008-12-08 21:13 VZ, revision 57206

restore sorting functionality of the generic wxDataViewCtrl but implement it on top of wxHeaderCtrl support for it now; don't have const and non-const overloads of GetSortingColumn() in wxDVC returning different things (could this have really been intentional?); added GetSortingColumnIndex()

2008-12-08 19:33 FM, revision 57205

don't give an error when OpenGL libraries aren't available; give a warning, put wxUSE_OPENGL=no and proceed