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

2006-01-23 23:01 RD, revision 37103

reSWIGged with new SWIG runtime

2006-01-23 22:55 MW, revision 37102
  • D /wxWidgets/trunk/contrib/samples/applet/Makefile.in
  • D /wxWidgets/trunk/contrib/src/applet/Makefile.in

Remove old Makefile.ins

2006-01-23 22:54 SN, revision 37101

Yet another attempt at making the getservbyname_r prototype visible.

2006-01-23 22:48 RD, revision 37100

comment fix

2006-01-23 22:44 MW, revision 37099

lndir no longer needed

2006-01-23 22:41 MW, revision 37098

Back to copying for make dist

2006-01-23 22:28 MW, revision 37097
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/samples/applet/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/src/applet/Makefile.in

Remove old Makefile.ins

2006-01-23 21:05 RD, revision 37096

reSWIGged with new SWIG runtime

2006-01-23 20:47 SN, revision 37095

Testing if using -D_REENTRANT helps compiling socket code on NetBSD.

2006-01-23 20:32 RD, revision 37094

reSWIGed with new SWIG runtime

2006-01-23 20:29 RD, revision 37093

reSWIGged with new SWIG runtime

2006-01-23 20:21 RD, revision 37092

Version number update

2006-01-23 20:12 RD, revision 37091

Version number update

2006-01-23 20:10 RD, revision 37090

fixed compile error

2006-01-23 20:06 RD, revision 37089

Clear possible exception from failed wxPyConvertSwigPtr

2006-01-23 19:57 RD, revision 37088

more about the downloadable swig

2006-01-23 19:52 MW, revision 37087

Fix for gtk1 separation

2006-01-23 19:31 MW, revision 37086

Add gtk1 files to make dist

2006-01-23 18:50 MW, revision 37085

Fixes for gtk1 separation

2006-01-23 18:12 JS, revision 37084

Only do sanity check if the stream is seekable, otherwise it'll always fail

2006-01-23 17:06 RD, revision 37083

Reverted my last change. See http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:mss:69575:200601:mcpjehmjnnbicpomelpm

2006-01-23 16:43 VZ, revision 37082

dirty but backwards compatible fix for UI updating of MDI child menu items (bug 1214439)

2006-01-23 16:38 VZ, revision 37081

extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439)

2006-01-23 15:43 VZ, revision 37080

no real changes; just a very minor cleanup in wxFrame::MSWTranslateMessage()

2006-01-23 15:40 VZ, revision 37079

added tests of update UI handlers for clipboard menu items; minor cleanup