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):

2006-03-20 22:26 VS, revision 38228

fixed GetBitmap() to respect the "param" argument if !wxUSE_FILESYSTEM

2006-03-20 18:26 RD, revision 38227

reSWIGged

2006-03-20 18:02 RD, revision 38226

Editors, Renderers and Attrs need to have a destructor so SWIG won't complain about it, but since they are protected in C++ we need to give them a dummy one. In the future these shoud be changed to use %ref/%unref and let SWIG manage the refcount for us.

2006-03-20 17:56 RD, revision 38225

Use the static method instead of the global alias

2006-03-20 17:09 VZ, revision 38224

initialize wxZipFSHandler even when wxUSE_GIF=0

2006-03-20 16:44 RR, revision 38223

Further compilation fixes.

2006-03-20 16:41 RR, revision 38222

Compilation fixes.

2006-03-20 16:37 RR, revision 38221

Added (yet unfunctional) skeleton files fir generic implementation of wxDataViewCtrl.

2006-03-20 12:17 VZ, revision 38220

fixed Clear() for GTK+ 2.4+

2006-03-20 12:14 VZ, revision 38219

don't use toupper() with non-ASCII key codes (backport from HEAD)

2006-03-19 13:43 VZ, revision 38218

corrected cross-reference to non existent note

2006-03-19 10:55 SC, revision 38217

rewire char events in case there is no focusable control on a tlw

2006-03-19 02:22 RD, revision 38216

A bit of cleanup

2006-03-19 02:17 RD, revision 38215

docstrings

2006-03-19 02:16 RD, revision 38214

Add wxHelpProvider destructor

2006-03-18 22:17 RD, revision 38213

Demonstrate setting metal appearance for wxMac

2006-03-18 21:58 VZ, revision 38212

explain that wxABI_VERSION shouldn't be used in the source files; and do not use it

2006-03-18 17:14 VZ, revision 38211

do not assign uniChar to wxKeyEvent::m_keyCode for EVT_CHAR events; this breaks any code handling things like arrow keys as it gets absolutely useless kDownArrowCharCode instead of WXK_DOWN for example

2006-03-18 17:04 VZ, revision 38210

removed redundant declaration (no real changes)

2006-03-18 16:57 VZ, revision 38209

backported crash fix for last change

2006-03-18 16:53 VZ, revision 38208

fixed crash introduced in rev. 187 for all non-MSW platforms

2006-03-18 14:25 RR, revision 38207

use wxWindow instead of wxWindowGtk

2006-03-18 13:59 RR, revision 38206

Commited SetDoubleBufferd() in wxABI_VERSION checks for wxGTK2.

2006-03-18 13:32 MR, revision 38205

Update copyright years. Is manual2e.tex even used anymore? Much information in it is out of date.

2006-03-18 13:20 MR, revision 38204

Update copyright year.