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

2001-10-19 16:56 VZ, revision 12090

fixed test for statfs() for BSD systems, not just MacOSX

2001-10-19 16:30 VZ, revision 12089

oops, typo fix

2001-10-19 16:27 VZ, revision 12088

added wxStreamToTextRedirector

2001-10-19 15:57 SC, revision 12087

corrected default arguments, so that setting GetStdIcon works again

2001-10-19 15:34 VZ, revision 12086

simplified wxTextCtrl::Create() to use wxControl::MSWCreateControl() instead of duplicating its code

2001-10-19 15:17 RD, revision 12085

Use the black pen for the border on Windows now too.

2001-10-19 13:20 GT, revision 12084

Added -DSTRICT to the WINFLAGS variable to match the new project settings

2001-10-19 11:37 GT, revision 12083

Removed a line of debug code that got left in

2001-10-19 10:54 GT, revision 12082

Added a #error compiler error if the database sample/demo is attempted to be compiled and wxUSE_ODBC is not set to 1, so that new users will know to set this value

2001-10-18 23:52 RL, revision 12081

updated wx-config man page for new options.

2001-10-18 23:29 VZ, revision 12080

fixed resource leak in wxBitmap::CopyFromIconOrCursor

2001-10-18 23:18 VZ, revision 12079

fix for the initial size of the dialogs

2001-10-18 22:51 VS, revision 12078

added screenshot capturing for debugging purposes

2001-10-18 21:51 GD, revision 12077

added missing include

2001-10-18 21:39 GD, revision 12076

use $(MAKE) instead of make

2001-10-18 21:34 GD, revision 12075

use $(MAKE) instead of make

2001-10-18 21:24 VZ, revision 12074

fix for wxStatusBar linking problems under wxMac

2001-10-18 21:22 GD, revision 12073

use $(MAKE) instead of make

2001-10-18 21:18 MBN, revision 12072

#elif -> #else

2001-10-18 21:09 MBN, revision 12071

Added RTTI macros to wxSplashScreen.

2001-10-18 21:07 MBN, revision 12070

Check for wxUSE_SPLASH

2001-10-18 21:05 MBN, revision 12069

Updated makefile.g95/vc to behave similarly to wxWindows.dsp WRT library names and setup.h .

2001-10-18 20:58 MBN, revision 12068

Forgot to commit

2001-10-18 20:41 , revision 12067
  • A /wxWidgets/tags/wxPy_2_3_2b6
  • R /wxWidgets/tags/wxPy_2_3_2b6/contrib
  • A /wxWidgets/tags/wxPy_2_3_2b6/contrib/src/stc/scintilla/include/WinDefs.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_2b6/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2b6/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2b6/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2b6/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/WHATSNEW
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/stc/scintilla/include/WinDefs.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/zlib.3
  • R /wxWidgets/tags/wxPy_2_3_2b6/utils
  • D /wxWidgets/tags/wxPy_2_3_2b6/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2b6/utils/wxprop

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

2001-10-18 20:41 RD, revision 12066

Added a set of sophisticated Error Dialogs from Chris Fama.

2001-10-18 20:20 GD, revision 12065

added conditional compilation around wxGTK specific include

2001-10-18 19:34 RD, revision 12064

An incorrect patch to SWIG caused incorrect generated code. Fixed and regenerated.

2001-10-18 19:26 RD, revision 12063

An incorrect patch to SWIG caused incorrect generated code. Fixed and regenerated.

2001-10-18 19:19 RD, revision 12062

Some little tweaks...

2001-10-18 19:12 RD, revision 12061

cleanup

2001-10-18 19:09 GD, revision 12060

removed wxGetTranslation already defined in wx intl

2001-10-18 19:06 RD, revision 12059

Expanded some release notes

2001-10-18 18:04 RD, revision 12058

Added wxTE_NOHIDESEL

2001-10-18 17:07 RD, revision 12057

Removed wxLB_SORT flag. Users of the Autocomplete will now have to sort their lists themselves, but this lets them sort it either case sensitive or insensitive and use AutoComp the same way.

2001-10-18 16:56 RD, revision 12056

wxGTK's wxListBox now returns a meaningful value for DoGetBestSize instead of just 100x110. (Needed by wxSTC.)

2001-10-18 15:55 SC, revision 12055

corrected wxGetWorkingDirectory for mac (stripping last char off)

2001-10-18 06:21 GD, revision 12054

removed inexistant wxMotif header file

2001-10-18 01:33 RD, revision 12053

wxPython updates for new wxSTC

2001-10-18 01:30 RD, revision 12052

reference count bugs in DrawXXXList fixed

2001-10-18 01:27 RD, revision 12051

A fix for Scintilla's case insensitive sort routine

2001-10-18 01:24 RD, revision 12050

Updated to version 1.40 of Scintilla

2001-10-18 01:20 RD, revision 12049

Updated to new PyCrust

2001-10-18 00:53 VZ, revision 12048

added and documented wxTE_NOHIDESEL

2001-10-18 00:43 VZ, revision 12047

create lib\...\setup.h from setup.h, not setup0.h which is not meant to be edited

2001-10-17 22:31 KLB, revision 12046

Added missing OS/2 files for wxUniversal on OS/2

2001-10-17 22:25 KLB, revision 12045

Mutiple updates from SciTech for wxWindows including the following: 1. Updates to HTML applet classes in client side include syntax 2. Updates to wxUniversal for OS/2 3. Updates for better palette management on Windows 4. Misc other fixes and changes to fix build system for Watcom 11.0

2001-10-17 16:18 GRG, revision 12044

Added comment explaining that it's not necessary to use LEX and YACC on Windows since the files will be copied from doslex.c and dosyacc.c by default.

2001-10-17 14:30 VZ, revision 12043

fixed linking problems related to wxStatusBar under wx!MSW

2001-10-17 13:44 VZ, revision 12042

fix for linking problem under !MSW

2001-10-17 13:35 JS, revision 12041

Applied patch sent to me for xpmdecod.cpp/VC++ compilation, and changed VC++ project filenames in vc.rsp