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-27 20:31 MBN, revision 20748

Removed some duplicated code, made wxCursor( wxImage ) handling of dark/light colors agree with wxMSW and wxGTK, i.e. dark -> black, light -> white.

2003-05-27 20:28 MBN, revision 20747

Don't leave the wxStaticBox hanging around after wxStaticLine destruction.

2003-05-27 13:43 CE, revision 20746

Borland makefiles for contrib keeping output apart

2003-05-27 09:16 CE, revision 20745

fixing SF bug 742496

2003-05-27 06:09 JJ, revision 20744

Committing in . OpenVMS complie issues + src/generic/statline.cpp : setup should be runned before first #ifdef Modified Files: wxWindows/src/generic/descrip.mms wxWindows/src/generic/statline.cpp wxWindows/src/motif/descrip.mms wxWindows/src/x11/descrip.mms ----------------------------------------------------------------------

2003-05-26 22:59 JS, revision 20743

More style fixes

2003-05-26 22:15 JS, revision 20742

Further border style corrections.

2003-05-26 20:41 GD, revision 20741

ignore dll build output directories

2003-05-26 19:28 JS, revision 20740

Include missing.h and commctrl.h

2003-05-26 19:25 JS, revision 20739

Include missing.h

2003-05-26 16:20 VS, revision 20738

clarify using embedded XRC

2003-05-26 11:34 CE, revision 20737

Borland makefiles now keep output apart

2003-05-26 10:23 CE, revision 20736

fix SF bug 742496

2003-05-26 09:55 JS, revision 20735

Allow printing objects to be passed a wxWindow, not a wxFrame (vestigial remains of older wxWin version)

2003-05-26 09:17 CE, revision 20734

dialogs sample now works with digitalmars

2003-05-25 20:28 VZ, revision 20733

fix m_Matches overflow if Compile() is called more than once (bug 742236)

2003-05-25 17:19 JS, revision 20732

Backported size fix for MSW

2003-05-25 13:20 JS, revision 20731

Backported wxSplitterWindow and wxWizard from head

2003-05-25 13:20 , revision 20730

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2003-05-25 11:18 VS, revision 20729

fix _() for wxUSE_INTL==0 case

2003-05-25 11:18 VS, revision 20728

added CompareAccelString function

2003-05-24 22:27 VZ, revision 20727

added a link to the Wiki page explaining MSVC++ install process

2003-05-24 21:31 SC, revision 20726

guarded M_PI declaration

2003-05-24 20:23 MBN, revision 20725

Removed obsoleted files from vc.t. Regenerated some makefiles/project files.

2003-05-24 20:07 MBN, revision 20724

Compilation/warning fixes.

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