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

2005-06-14 18:46 VS, revision 34653

fixed typo

2005-06-14 18:25 VS, revision 34652

removed debugging code checked in by mistake

2005-06-14 18:19 ABX, revision 34651

Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

2005-06-14 18:11 VS, revision 34650

call release builds 'Release'; don't define options if they are already defined by user's bkl code

2005-06-14 17:46 ABX, revision 34649

Allow multiline tooltip testing.

2005-06-14 17:43 ABX, revision 34648

Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

2005-06-14 13:00 MR, revision 34647

Add some missing runtime gtk+ version checks. There is more to spot.

2005-06-14 12:41 MR, revision 34646

Use the toplevel widget as the parent in gtk_file_chooser_dialog_new call. If hierarchy is bad, base classes would assert. Fixes bug #1206516

2005-06-13 20:48 RD, revision 34645

Pass the print data to the wx.PrintDialogData ctor.

2005-06-13 20:45 RD, revision 34644

Patch from Ole André, call RegisterActiveObject() so the objects can be retrieved from the PyWin32 modules.

2005-06-13 12:19 ABX, revision 34643

'[1219035] cleanup: miscellaneous' and minor source cleaning.

2005-06-12 12:18 SN, revision 34642

Added empty destructor that was removed from header.

2005-06-12 12:12 SN, revision 34641

Unicode compilation fixes.

2005-06-12 11:57 SN, revision 34640

Additional imageId values for specific drive types on OS/2.

2005-06-11 23:20 RD, revision 34639

reSWIGged

2005-06-11 23:18 RD, revision 34638

Docview and IDE patch from Morag Hua with fix for bug #1217890 "Closing view crashes Python" plus some new features: New feature added to the IDE is 'Extensions'. Under Tools|Options|Extensions, you can add calls to external programs. For example you can add a "Notepad" extension (under windows) that will exec Notepad on the currently open file. A new "Notepad" menu item will appear under the Tools menu.

2005-06-11 22:58 RD, revision 34637

Only freeze the splitter, the children will be automatically frozen too.

2005-06-11 19:44 RD, revision 34636

Forgot to get rid of the old test code

2005-06-11 19:43 RD, revision 34635

Only Freeze/Thaw on wxMSW. The other ports don't need it.

2005-06-11 19:35 RD, revision 34634

Added the wx.lib.splitter module, which contains the MultiSplitterWindow class. This class is much like the standard wx.SplitterWindow class, except it allows more than one split, so it can manage more than two child windows.

2005-06-11 19:31 RD, revision 34633

A little cleanup

2005-06-10 17:53 ABX, revision 34632

Allow MSW Base be usable in other ports than wxMSW (ie. wxTVision in windows console). Adjustements for limited setup.h (as in wxTV) and minor source cleaning.

2005-06-10 14:57 JS, revision 34631

Don't use native font always.

2005-06-10 14:45 MW, revision 34630

Compilation fix for Cygwin

2005-06-10 12:04 MW, revision 34629

Declare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug 1177079)