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

2007-06-18 19:39 RD, revision 46531

Coerce to floating point to fix ResampleBicubic. See bug #1736953.

2007-06-18 19:34 RD, revision 46530

Send the calendar and date changed events to the datepicker ctrl first (not its parent) so they can be caught by dynamic event handlers connected directly to the picker.

2007-06-18 19:23 MBN, revision 46529

Must update iterator to avoid infinite loop in case backend initialization fails.

2007-06-18 19:09 RD, revision 46528

Added patch from Chriss Mellon that gives PyShell a custom context menu that is better integrated with the shell environment.

2007-06-18 18:57 RD, revision 46527

reSWIGged

2007-06-18 18:53 RD, revision 46526

docstring fix

2007-06-18 18:52 RD, revision 46525

some cleanup

2007-06-18 18:51 RD, revision 46524

it looks better if we just change the main bitmap, not all of them.

2007-06-18 18:43 VS, revision 46523

improve XRC loading performance on Unix by avoiding MIME database loading

2007-06-18 18:37 VS, revision 46522

improve XRC loading performance on Unix by avoiding MIME database loading

2007-06-18 17:32 FT, revision 46521

Isolate wx.Window test failures in wx.Frame. Minor refactoring to testWindow, due to wx.Frame testing issues.

2007-06-18 16:52 FT, revision 46520

wx.Control test for GetLabelText. Remove extraneous comments.

2007-06-18 16:50 FT, revision 46519

Added testing for TopLevelFrames. Need to find out why some wx.Window tests fail on wx.Frame instances.

2007-06-18 16:14 VS, revision 46518

make our vsnprintf() implementation work for ANSI version too

2007-06-18 15:26 FT, revision 46517

Remove non-useful comments.

2007-06-18 14:18 FT, revision 46516

runAllTests displays data on each module run.

2007-06-18 08:55 VS, revision 46515

fixed wxString iterators linked list corruption

2007-06-18 06:16 MR, revision 46514

gtk_border_free is for freeing GtkBorder's, not g_free. Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard. So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July. Hopefully we will release 2.8.5 by then...

2007-06-18 06:03 MR, revision 46513

gtk_border_free is for freeing GtkBorder's, not g_free. Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard. So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July.

2007-06-18 05:53 MR, revision 46512

Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

2007-06-18 04:54 MR, revision 46511

Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

2007-06-17 22:07 ROL, revision 46510

'root' name for root menu

2007-06-17 22:05 ROL, revision 46509

new version of panel.py

2007-06-17 22:04 ROL, revision 46508

- moved some code from panel.py to AttributePanel.py, AttributePanel class used for attributes and WindowAttributePanel for windows attributes; they are created (no caching yet) in empty state for the moment. - Open command loads XML and constructs tree (_Presenter.Flush() used). - tree items contain PyData of DOM node. - creating new DOM nodes in _Presenter.create().

2007-06-17 17:58 VS, revision 46507

when selecting text in wxHTML, selecting half a character is enough to select it (patch #1719530; this is standard behaviour when selecting text)