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 07:52 VZ, revision 57179

undo accidental change to always use generic version in r57178

2008-12-08 00:57 VZ, revision 57178

implement click events in wxHeaderCtrl

2008-12-07 23:33 VZ, revision 57175

check index validity in AddGrowable{Row,Col}()

2008-12-07 21:15 VZ, revision 57173

define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn

2008-12-07 21:05 VZ, revision 57172

no changes, just removed whitespace and perfectly useless "/* if */" and the incredible "// variable definition and initialization" and wx version checks unnecessary inside wx itself

2008-12-07 18:23 PC, revision 57170

make sure timer events will trigger idle processing, #10251

2008-12-07 16:16 VZ, revision 57168

restore sorting functionality broken by r57161

2008-12-07 16:07 VZ, revision 57167

wxDataViewColumn doesn't need to have wxRTTI

2008-12-07 16:06 VZ, revision 57166

compilation fix after r57161

2008-12-07 16:04 VZ, revision 57165

removed accidentally left in in r57161 pure virtual function marker

2008-12-07 16:03 VZ, revision 57164

made wxHeaderColumnBase dtor virtual to avoid gcc warnings

2008-12-07 16:00 VZ, revision 57163

update the generic wxHeaderCtrl implementation after r57161

2008-12-07 15:58 VZ, revision 57162

use wxHeaderColumnSimple instead of wxHeaderColumn

2008-12-07 14:47 VZ, revision 57161

- Rewrite wxHeaderCtrl to be virtual-like: even if we don't need an infinite number of columns in it, it turns out that getting column information from the associated control is much easier than copying it into the control. - Provide wxHeaderCtrlSimple derived class which can be used easily if callback approach of wxHeaderCtrl is not needed. - Because of wxHeaderCtrl virtualization, port-specific implementations of wxHeaderColumn are not needed any more and were removed. - Use wxHeaderCtrl in the generic wxDataViewCtrl: this means that column events are broken right now in it as they haven't been implemented by wxHeaderCtrl yet, this will be fixed a.s.a.p.

2008-12-07 14:19 VZ, revision 57160

no changes, just remove trailing whitespace

2008-12-07 13:50 FM, revision 57159

document GetPickerCtrl() method and provide an example of how to use it to change the default 'Browse' label for wxFilePickerCtrl

2008-12-07 13:48 FM, revision 57158

formatting change

2008-12-07 13:48 FM, revision 57157

add a link to the page of the GTK+ manual stock items

2008-12-07 13:16 VZ, revision 57156

enable autobrief comments

2008-12-07 05:51 PC, revision 57155

remove redundant clearing of clipped mask

2008-12-07 05:50 PC, revision 57154

fix bitmap position with RTL and non-default scale

2008-12-06 19:01 JMS, revision 57145

Fixed incorrect background colour that wxStaticTexts in description box sometimes got

2008-12-06 18:53 VZ, revision 57144

replace __UNICODE__ with wxUSE_UNICODE

2008-12-06 16:45 FM, revision 57141

added a @todo about references to old wx functions

2008-12-06 16:24 FM, revision 57140

moved many things from wxString reference page to the wxString overview; updated some old/incoherent informations; added some DIA-drawn graphs showing UTF8/UCS2 different representation used by wxString