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

2001-10-20 20:50 SC, revision 12115

corrected file type pop up for only one liners, added parsing for different types on same line

2001-10-20 20:33 RL, revision 12114

Fixed formatting left after One True Width tabs had been s/^I/ /g 'd. Removed what was surely superfluous code. (ie. I second Robert's prior act of commenting it out :)

2001-10-20 20:01 SC, revision 12113

corrected #ifdef TARGET_CARBON to #if TARGET_CARBON

2001-10-20 19:57 SC, revision 12112

changed menu creation for choice and combobox (unique ids), control changed back to old selection code for non carbon targets

2001-10-20 19:34 GD, revision 12111

changed pragma interface/implementation to avoid conflict with wxWindows

2001-10-20 18:40 RR, revision 12110

Someone (possibly me) commented a correct line in wxGrid leading to an optical bug.

2001-10-20 17:49 RD, revision 12109

Put the vertical limit back in for the AutoCOmp list box

2001-10-20 17:41 RR, revision 12108

Fix crash in wxGrid.

2001-10-20 08:07 SC, revision 12107

added correct wchar include for metrowerks compilers

2001-10-20 08:02 SC, revision 12106

removed duplicated DYNCLASS macro

2001-10-20 07:39 GD, revision 12105

removed extra DECLARE_DYNAMIC_CLASS

2001-10-20 01:15 VZ, revision 12104

fixd creation of controls with default initial size

2001-10-20 00:40 VZ, revision 12103

don't use hidden windows as implicit dialog parents neither

2001-10-20 00:10 VZ, revision 12102

don't use windows about to be destroyed as implicit dialog parent

2001-10-19 23:18 VS, revision 12101

fix for buffer overrun bug in wxHTML parser

2001-10-19 21:13 GD, revision 12100

removed corrected detection of wchar_t under Mac OS X (added in revision 1.355) since there only seem to be stub functions (no wcslen available)

2001-10-19 20:35 VS, revision 12099

we no longer need wxFrameNative

2001-10-19 20:31 RD, revision 12098

Updated version numbers for 2.2.8

2001-10-19 19:08 VZ, revision 12097

typo fix

2001-10-19 19:03 VZ, revision 12096

use statvfs() if statfs() is not available (Solaris)

2001-10-19 18:29 VZ, revision 12095

added wxApp::Yield()

2001-10-19 17:54 VZ, revision 12094

who forward declared wcslen() without using extern "C" around it?? and why was it needed at all? removed.

2001-10-19 17:37 VZ, revision 12093

use -I. for parser.c as it needs it to find lexer.c

2001-10-19 17:31 VZ, revision 12092

fix for BSD compilation

2001-10-19 17:30 VZ, revision 12091

don't include X11 path before our own -I because on some systems (FreeBSD) wx headers are installed under /usr/X11R6/include