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

2002-09-06 12:19 JS, revision 17015

Corrected wxMenu::Append item symbol documentation

2002-09-06 10:51 CE, revision 17014

small bug fix for using multiple borland compilers

2002-09-06 08:18 JS, revision 17013

Added another reference to adding the zip handler.

2002-09-06 08:13 JS, revision 17012

Added note about adding the zip handler when using wxHtmlHelpController.

2002-09-06 06:10 JJ, revision 17011

Committing in . Updates for OpenVMS in utilsunx.cpp : OpenVMS does not have fork. So I use vfork there although the source warns me that it may be broken on some systems. Modified Files: wxWindows/setup.h_vms wxWindows/src/unix/utilsunx.cpp ----------------------------------------------------------------------

2002-09-06 01:45 RD, revision 17010

SWIGged updates for wxMac

2002-09-05 23:33 VZ, revision 17009

fixed the width of the (week day as number) field, should be 1, not 2

2002-09-05 23:02 VS, revision 17008

fix va_arg(.,short int) problem

2002-09-05 22:58 RD, revision 17007

Allow wxGTK's wxToolbar to catch the standard window events

2002-09-05 21:40 RD, revision 17006

SWIGged updates for wxGTK

2002-09-05 21:39 RD, revision 17005

Added IsEditCancelled

2002-09-05 21:04 GD, revision 17004

corrected comments (should not be C++ style!)

2002-09-05 20:57 MBN, revision 17003

XmNframeChildType is not in Lesstif if it was compiled with Motif 1.2 compatibility.

2002-09-05 20:56 MBN, revision 17002

Build without 2.2 compatibility

2002-09-05 20:55 MBN, revision 17001

Revert apparently accidental commit

2002-09-05 20:54 RD, revision 17000

Added effects.h to filelist.txt so it will get installed, fixed a syntax problem in makeall.sh, regenerated all makefiles and etc.

2002-09-05 20:49 GRG, revision 16999

Solved problems with handling of LOST events on Unix platforms (reported on wxGTK). Main symptoms were spurious CONNECT events being delivered when a connection had failed.

2002-09-05 20:12 RD, revision 16998

Ensure -D_FILE_OFFSET_BITS=64 also gets on the command line when needed, and also fix wx-config to output the largefile flags

2002-09-05 20:12 JS, revision 16997

Eliminated unreachable code warning in VC++

2002-09-05 19:59 JS, revision 16996

Applied patch [ 605188 ] Fix to draw 24 bit bitmaps Derry Bryson Fix to wxPrinterDC::DrawBitmap() to print 24 bit bitmaps at 24 bits rather than 8 bits.

2002-09-05 19:50 JS, revision 16995

Applied patch [ 605189 ] add edit cancel notify to wxTreeEvent Benjamin I. Williams Currently there is no way of receiving notification that a user cancelled an edit operation on a wxTreeCtrl tree node label. This patch adds a method "IsEditCancelled" to the wxTreeEvent class. During an EVT_TREE_END_LABEL_EDIT event, the programmer can now determine whether or not the edit operation was cancelled by the user (by pressing <ESC>). This patch provides this implementation for both wxMSW's wxTreeCtrl and the wxGenericTreeCtrl. Both situations have been tested and work well. The patch is not very invasive, and is much smaller than I had expected. Please see the relevent discussion on the wx-dev list for more details.

2002-09-05 19:41 RD, revision 16994

SWIGged updates for wxMSW

2002-09-05 19:39 RD, revision 16993

Various wxPython updates to go along with recent changes in CVS

2002-09-05 19:38 RD, revision 16992

Use the iconIndex in the default case too.

2002-09-05 19:37 RD, revision 16991

Added some accessors for wxEffects