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

2004-03-03 09:39 SC, revision 26053

tentative fix for http://sourceforge.net/tracker/index.php?func=detail&aid=908712&group_id=9863&atid=109863

2004-03-03 09:24 SC, revision 26052

added conversions via UniChar for wchar = 4 bytes versions

2004-03-03 07:17 SC, revision 26051

added comment about array, switched intepretation of IsRunning to MSW meaning

2004-03-03 07:10 RL, revision 26050

Updates for debian build scripts to suit new library and tool status. Updated config.{sub,guess} for new platform support. Incorporated fixes to GNU/Hurd support and added GNU/K*BSD support.

2004-03-03 06:38 DW, revision 26049

Innotek gcc for os2 specific updates

2004-03-03 03:45 DE, revision 26048

Construct wxCocoaNSWindow with a pointer to this

2004-03-03 03:44 DE, revision 26047

s/wxTopLevelWindow/wxTopLevelWindowCocoa/

2004-03-03 03:35 DE, revision 26046

Constructor now takes a wxTopLevelWindow * = NULL so that the new GetWxTopLevelWindow() method can be used.

2004-03-03 02:06 RD, revision 26045

Fix for [ 907679 ] segfault on SetSizerAndFit after SetSizer Don't do anything if setting the same sizer again.

2004-03-03 02:02 RD, revision 26044

Added a typemap that converts the references returned for some GDI objects (Brush, Pen, Font, etc.) into copies, (taking advantage of the copy-on-write capabilities of the C++ class.) This is to work around an issue where getting a GDI object changing it and setting it back to the DC would trigger an incorrect optimization.

2004-03-03 01:59 RD, revision 26043

fixed some docstrings

2004-03-03 01:57 RD, revision 26042

Fixed wxWindow_FromHWND so it would compile (still untested)

2004-03-03 01:50 RD, revision 26041

Fixed some wx prefix issues, changed the self test to use a sizer.

2004-03-02 23:54 RD, revision 26040

Removed some test code

2004-03-02 23:51 RD, revision 26039

Updates for STCStyleEditor

2004-03-02 23:50 RD, revision 26038

copy the metadata file into the docs archive too

2004-03-02 23:49 RD, revision 26037

Namechange changes

2004-03-02 23:47 RD, revision 26036

Docstring tweaks, fixed typo, etc.

2004-03-02 23:46 RD, revision 26035

Added InReportView

2004-03-02 23:45 RD, revision 26034

Docstring tweaks

2004-03-02 23:44 RD, revision 26033

Fixed wx.Timer to not need to hold an extra reference to itself, so it can be cleaned up properly when the Python reference to it is released. Also fixed wx.FutureCall so that its timer can be restarted. Souped up the Timer demo to show and explain the various ways to use a wx.Timer.

2004-03-02 23:36 VS, revision 26032

return version of GTK+ library the app links against, not the one it was compiled with

2004-03-02 20:48 DE, revision 26031

Removed unncessary includes

2004-03-02 18:15 VZ, revision 26030

wxWindow::Freeze()/Thaw() can now be nested

2004-03-02 18:00 VZ, revision 26029

updated VC build instructions