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-21 15:29 RR, revision 12140

Updated install.txt for Mac.

2001-10-21 14:03 RR, revision 12139

Updated Makefile to make "make dist" work right for wxMac

2001-10-21 14:02 RR, revision 12138

Added missing changes.txt for wxMac.

2001-10-21 12:49 GD, revision 12137

use "..." instead of <...> for wx headers

2001-10-21 12:38 SN, revision 12136

Added support for new style OS/2 autodetection.

2001-10-21 12:33 GD, revision 12135

added missing type for static variable

2001-10-21 12:32 GD, revision 12134

conditional compilation for Mac OS X

2001-10-21 12:27 SN, revision 12133

Added support for new style OS/2 autodetection.

2001-10-21 12:19 GD, revision 12132

corrected dynamic class implementation

2001-10-21 03:58 RD, revision 12131

updated version number

2001-10-21 03:56 RD, revision 12130

Added wxClientDataContainer to wxSizer, so sizers can now do OOR in wxPython too.

2001-10-21 03:52 RD, revision 12129

#undef Yield

2001-10-21 03:49 RD, revision 12128

Updated for new library and DLL names on MSW

2001-10-21 03:44 RD, revision 12127

Fixed some demos

2001-10-21 03:43 RD, revision 12126

Added wxRightTextCtrl from Josu Oyanguren

2001-10-21 03:43 RD, revision 12125

New PyCrust files

2001-10-21 00:25 VZ, revision 12124

fixed "toolbar getting focus" bug for the (N+1)-th time

2001-10-21 00:08 VZ, revision 12123

blind fix for the initial dialog position

2001-10-20 22:09 VS, revision 12122

wxRegion fixes (off by one)

2001-10-20 22:09 VS, revision 12121

reverted Kendall's commit

2001-10-20 22:07 VS, revision 12120

fix for MGL bug when rendering text with solid background

2001-10-20 22:07 VS, revision 12119

added wxApp::Yield

2001-10-20 21:37 , revision 12118

This commit was manufactured by cvs2svn to create tag 'WX_2_2_8'.

2001-10-20 21:37 RL, revision 12117

Updated Debian release docs. Updated locale files for current source.

2001-10-20 21:10 MBN, revision 12116

Cygwin does support 64 bit ints

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