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-12 15:56 FM, revision 57283

document wxInitializer and wxInitialize and wxUninitialize

2008-12-12 15:41 FM, revision 57282

fix typo

2008-12-12 15:40 FM, revision 57281

split AddCatalog docs for the two overloads

2008-12-12 15:06 VZ, revision 57280

really fix STL compilation

2008-12-12 14:16 VZ, revision 57279

add unit test for column reordering functions

2008-12-11 22:27 VZ, revision 57264

don't duplicate the column reordering in generic wxHeaderCtrl and wxGrid, extract it into a (public) helper function

2008-12-11 22:16 VZ, revision 57263

forward SetColPos() to the header window

2008-12-11 22:06 VZ, revision 57262

don't lose the scroll offset when the window is repositioned

2008-12-11 21:41 VZ, revision 57261

in STL build wxVector elements need to be assignable as well as copy constructible

2008-12-11 19:21 VZ, revision 57259

added wxGrid::UseNativeColHeader() (column reordering doesn't work yet); more wxGrid clean up: refactor Init/InitVars/Create

2008-12-11 19:20 VZ, revision 57258

add bigger margins around column title when autosizing column width based on it, it looks better like this

2008-12-11 19:17 VZ, revision 57257

there is no need to call UpdateColumn() in the derived class UpdateColumnWidthToFit(), the base class does it already if the latter returns true

2008-12-11 18:57 VZ, revision 57256

generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGING, not from HDN_TRACK which we don't seem to be getting at all

2008-12-11 17:15 VZ, revision 57255

added wxHeaderCtrl::OnColumnCountChanging()

2008-12-11 17:11 JMS, revision 57254

Added wxPropertyGridInterface::RemoveProperty()

2008-12-11 16:46 VZ, revision 57253

fix wxTextCtrl::Replace() under wxGTK; added unit test for it and describe its effect on the insertion point

2008-12-11 16:14 JMS, revision 57252

SpinCtrl editor's 'value change by mouse motion' feature is made optional, enabled via 'MotionSpin' attribute. Also, for now only enabled on MSW (mouse capture etc. inconsistent on native wxGTK spinbutton?).

2008-12-11 13:45 VZ, revision 57248

added wxVector::resize()

2008-12-11 13:27 VZ, revision 57247

export wxSettableHeaderColumn from DLL

2008-12-11 13:05 VZ, revision 57246

extract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class as we don't always need to implement them in order to use this class; also renamed wxHeaderColumnBase to just wxHeaderColumn as we didn't have any wxHeaderColumn at all

2008-12-11 12:14 FM, revision 57245

substitute (c) and (C) for copyright strings as documented

2008-12-11 10:50 VZ, revision 57244

don't use MSW-only DEFAULT_ITEM_WIDTH but the width returned by the best class GetBestSize() in wxHeaderCtrl::DoGetBestSize() implementation for empty header

2008-12-11 05:52 PC, revision 57243

fix SetStyle tag removing, broken in r45186

2008-12-11 00:49 VZ, revision 57240

implement column reordering by dragging in the generic wxHeaderCtrl

2008-12-10 23:38 VZ, revision 57239

clarify wxFlexSizerGrowMode description