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-23 19:01 VS, revision 19291

make wxConvUTF8 available in wchar_t-less mode, too

2003-02-23 19:01 VS, revision 19290

documentation for wxFileConfig changes

2003-02-23 19:01 VS, revision 19289

wxFileConfig in Unicode fixes

2003-02-23 19:00 VS, revision 19288

implemented empty handler for <script> tag, so that script code doesn't show in rendered page

2003-02-23 18:59 VS, revision 19287

fixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)

2003-02-23 02:03 VZ, revision 19286

documented wxGetApp()

2003-02-22 15:42 CE, revision 19285

update watcom makefile

2003-02-22 01:10 RD, revision 19284

The manifest file needs to be for python.exe and pythonw.exe, not the core extension dll.

2003-02-22 01:08 RD, revision 19283

Added icons the the wxTreeCtrl demo

2003-02-21 22:53 RD, revision 19282

Changed how the __del__ mehtods are generated. They now save a reference to the actual delete function instead of just the module.

2003-02-21 22:06 RD, revision 19281

Added option to only do the prepatory steps, but not build anything

2003-02-21 21:45 RD, revision 19280

New distutils from Python 2.3a2

2003-02-21 21:38 JS, revision 19279

Applied FL patch from Stefan Kowski

2003-02-21 21:27 MBN, revision 19278

Added Active Accessibility files to filelist.txt, regenerated wxWindows.dsp.

2003-02-21 20:27 RD, revision 19277

Only send two EVT_BUTTON events when double clicking a button, not three

2003-02-21 16:02 JS, revision 19276

Applied FL patch from Stefan Kowski "Enclosed there is a patch for the FL library that solves a problem overwriting the status bar if a bar is expanded. Cause of this is the calculation of the new window height which may be less than 0 in some cases. In my test a value of -1 caused the window default height to be set which was larger than the space available, therefore the status bar was overwritten."

2003-02-20 22:19 RD, revision 19275

Mac and GTK can take three icons in the wxDropSource now.

2003-02-20 19:34 RD, revision 19274

__del__ is no longer needed

2003-02-20 19:33 RD, revision 19273

Added a wxBitmap.SetMaskColour convenience method.

2003-02-20 19:32 RD, revision 19272

Added missing Init method (renamed to InitLang) to wxLocale wrapper.

2003-02-20 19:30 RD, revision 19271

Fixed GetFirstSelected helper method, the parameter is ignored (copy-paste error) so I made it optional so old code wont break.

2003-02-20 19:27 RD, revision 19270

Fix for Bug #689958, an endless loop in printout.py

2003-02-20 19:26 RD, revision 19269

Added EVT_WINDOW_CREATE_ID and EVT_WINDOW_DESTROY_ID so these events can be associated with a specivif window ID.

2003-02-20 19:18 RD, revision 19268

demo tweaks

2003-02-20 19:16 RD, revision 19267

Fixed return type in the wrapper to match the actual

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