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

2003-02-20 18:30 MBN, revision 19266

Regenerated files.

2003-02-20 18:20 MBN, revision 19265

Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif. Add src/x11 to VPATH in configure, and add a new flag to filelist.txt indicating a file used in wxMotif but not in wxMotif directory. Modifed VMS makefiles, too (should be checked by someone with VMS, though).

2003-02-19 23:17 VS, revision 19264

fixed wxSYS_DEFAULT_GUI_FONT lookup

2003-02-19 21:12 MBN, revision 19263

Fix DrawRotatedtext to behave more like wxMSW: take into account text background colour, and fix some wrong mathematics which caused incorrect results.

2003-02-19 21:06 JS, revision 19262

Temporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1

2003-02-19 21:06 MBN, revision 19261

Allow selecting a mono bitmap into a wxMemoryDC.

2003-02-19 19:50 GD, revision 19260

Moved ffile inclusion

2003-02-19 19:31 VS, revision 19259

fixed Traditional Chinese mapping

2003-02-19 19:25 VS, revision 19258

fixed Traditional Chinese mapping

2003-02-19 18:54 VZ, revision 19257

removed several out of date/wrong sentences; mention wxEvtHandler::Connect()

2003-02-19 16:31 JS, revision 19256

Further tweaks to accessibility code

2003-02-19 13:52 VZ, revision 19255

use -O0 when optimizing is off -- seems to __slightly__ reduce the build times with g++ 3.2

2003-02-19 13:44 VZ, revision 19254

prevent from setting min[WH] > max[WH] because this leads to an infinite loop later on and generally doesnt make sense

2003-02-19 13:15 VZ, revision 19253

fixed a typo which was preventing any events from being generated after DeleteAll() call

2003-02-19 03:07 RD, revision 19252

Send the wxWindowDestroyEvent for all ports (binary compatible backport)

2003-02-19 02:59 RD, revision 19251

Send the wxWindowDestroyEvent for all ports

2003-02-18 21:33 MBN, revision 19250

Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.

2003-02-18 15:39 JS, revision 19249

Fixed warning, reformatted some code

2003-02-18 14:25 JS, revision 19248

Applied patch [ 608866 ] wxGrid: vertical column label text

2003-02-18 12:51 JS, revision 19247

Fixed typo

2003-02-18 09:50 RR, revision 19246

Applied John's patch to make wxComboBox behave more like its MSW version.

2003-02-18 09:48 RR, revision 19245

Applied John's patch.

2003-02-18 09:40 JS, revision 19244

Applied patch [ 681921 ] Stray focus rectangle in static text

2003-02-18 09:38 JS, revision 19243

Applied patch [ 681893 ] Combobox in toolbar This patch adds controls (i.e. combobox) to toolbars. It also changes the toolbar sample so the combobox is actually shown. Otto Wyss

2003-02-18 09:35 JS, revision 19242

Enhancements to the accessibility sample