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-03 23:20 VZ, revision 57097

define HDS_FLAT not defined in VC6 headers

2008-12-03 21:56 VZ, revision 57095

also disable the test of the generic version as it's not in the svn yet

2008-12-03 21:54 VZ, revision 57094

disable generic version, it's not ready to be committed just yet

2008-12-03 21:53 VZ, revision 57093

extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later

2008-12-03 20:33 FM, revision 57092

document the wxArtID and wxArtClient types; they help to understand how wxArtProvider::GetBitmap can be used to retrieve GTK native icons

2008-12-03 15:49 FM, revision 57089

remove the implementation of the conversion operators (forgot to do it in the initial commit)

2008-12-03 15:21 VZ, revision 57088

fix syntax error

2008-12-03 12:31 JS, revision 57087

Added Undo, Redo accelerators for wxRTC

2008-12-03 12:27 JS, revision 57086

Added Undo, Redo accelerators for wxRTC

2008-12-03 09:05 VZ, revision 57085

compilation fixes for PCH-less build after r57074

2008-12-03 06:59 JJ, revision 57084

Update OpenVMS compile support

2008-12-02 22:53 FM, revision 57083

fix background repainting under wxMSW (not sure this is the best way to do it - but it works)

2008-12-02 22:53 VZ, revision 57082

Doxygen markup corrections after last change

2008-12-02 22:37 MW, revision 57081

Switch off the tests on Windows and switch back on the email notifications.

2008-12-02 22:24 VZ, revision 57080

another compilation fix for wxStrlcpy use in STL Unicode build

2008-12-02 22:02 FM, revision 57079

make WX_UNICODE default to 1 since ASCII build is now deprecated!

2008-12-02 20:51 FM, revision 57078

document GetWheelAxis

2008-12-02 19:39 FM, revision 57077

fix typo making wxGrid crash upon usage of PgDown: MovePageDown() is a row operation, not a column op

2008-12-02 18:39 JMS, revision 57076

Implement ability to rapidly change spin value of SpinCtrl property editor by moving mouse while one of the spin buttons is depressed

2008-12-02 18:35 FM, revision 57075

add GetValue,GetRange and GetMessage helpers

2008-12-02 18:23 VZ, revision 57074

replace asserts in XRC code with wxLogError/Warning() calls as XRC can come from an external source and doesn't necessarily indicate a programming error

2008-12-02 18:11 VZ, revision 57073

add support for creating drop down toolbar buttons from XRC

2008-12-02 18:10 VZ, revision 57072

no changes, just added a TODO comment

2008-12-02 16:56 VZ, revision 57071

show the use of check and radio items in the toolbars

2008-12-02 16:34 FM, revision 57070

document the main event table macros, wxEventType, wxNewEventType; create a new group_funcmacro_events group