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-05-24 20:06 MBN, revision 20723

Added --enable-accessibility switch to configure (off by default). Fixed makefile for the accessibility sample.

2003-05-24 20:01 MBN, revision 20722

wxMotif now uses src/x11/region.cpp, change makefiles accordingly.

2003-05-24 19:41 MBN, revision 20721

Used wxRegion code from wxX11. Removed update rect list from wxWindow (not necessary anymore). Simplified and corrected clipping region handling in wxWindowDC. Stopped wxWindowDC::DoBlit from destroying the clipping region. Simplified wxPaintDC code. Added wxWindow::DoCreateScrollBar helper function.

2003-05-24 11:20 JS, revision 20720

Removed wxHTMLHelpControllerBase (putting the implementation into wxExtHelpController. wx/helphtml.h now includes wx/html/helpctrl.h.

2003-05-24 11:07 JS, revision 20719

Updated release number

2003-05-24 07:42 SC, revision 20718

reflected latest file movements...

2003-05-24 07:39 SC, revision 20717

removed DoGetSize implementation

2003-05-24 07:37 SC, revision 20716

removed carbon printing code

2003-05-24 07:35 SC, revision 20715

comments added

2003-05-24 07:30 SC, revision 20714

two fixes for CW/Mac

2003-05-23 19:16 JS, revision 20713

Applied patch [ 736322 ] Remove TWINE support, merge it in Wine.

2003-05-23 18:59 JS, revision 20712

Applied patch [ 738821 ] Allow more features to be turned off

2003-05-23 18:56 JS, revision 20711

Applied patch [ 736321 ] Compile error for src/msw/textctrl.cpp

2003-05-23 18:38 JS, revision 20710

Applied patch [ 742452 ] wxPrintDialogData: can't set PD_PAGENUMS Applied patch [ 742446 ] wxPrintDialogData::GetAllPages always returns TRUE

2003-05-23 18:35 SC, revision 20709

experimental speed up avoiding style copying and restoring

2003-05-23 18:30 SC, revision 20708

speed up for string conversion

2003-05-23 18:18 GD, revision 20707

removed print.cpp from list of Mac files and regenerated files.lst

2003-05-23 16:50 RD, revision 20706

Added warning to the docstring

2003-05-23 16:48 RD, revision 20705

Experimental script to assist in static linking wxWindows/wxPython to the python interpreter

2003-05-23 16:48 RD, revision 20704

typo fixed

2003-05-23 16:47 RD, revision 20703

Added "megaGrid" sample to the demo

2003-05-23 16:46 RD, revision 20702

Added new or missing methods

2003-05-23 16:28 RD, revision 20701

define LVSICF_NOSCROLL if it is missing

2003-05-22 21:18 SC, revision 20700

wxPrintData::ValidateOrCreate to keep common code for wxMac, used when ConvertToNative is called, not needed here anymore

2003-05-22 21:14 SC, revision 20699

ValidateOrCreate to keep common code for wxMac