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

2004-11-10 21:10 VZ, revision 30428

replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498)

2004-11-10 21:02 VZ, revision 30427

new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498)

2004-11-10 19:58 RD, revision 30426

When using an external scrollbar ensure that the built-in one is set at minimal values so it won't be displayed.

2004-11-10 19:54 ABX, revision 30425

OW fixes.

2004-11-10 19:32 KH, revision 30424

Fixed two instances of : inbetween wxRect and method name (Inside and Intersects), replaced with ::

2004-11-10 19:24 ABX, revision 30423

wxTreeEvent::Clone() support [patch #1061198].

2004-11-10 19:17 ABX, revision 30422

Patch #1053364 - combobox shoult not remember position after clearing.

2004-11-10 19:12 ABX, revision 30421

Warning fix observed in tex2rtf.

2004-11-10 19:06 ABX, revision 30420

Explain supressed warnings.

2004-11-10 19:01 ABX, revision 30419

Missing parts of wxDateTime - bug #825215.

2004-11-10 18:59 ABX, revision 30418

IsSubMenu() not listed - bug #921648.

2004-11-10 18:51 ABX, revision 30417

Fixes to recently added documentation of wxPasswordEntryDialog.

2004-11-10 18:16 RD, revision 30416

Fixed GetSaveData and SetSaveData in wx.lib.multisash to not depend on the default way that class objectss are converted to strings.

2004-11-10 18:14 RD, revision 30415

OGL patch from Shane Holloway: Two simple problems found in the new python ogl code. First is the patch for _canvas.py. Essentially: dx = abs(dc.LogicalToDeviceX(x - self._firstDragX)) dy = abs(dc.LogicalToDeviceY(y - self._firstDragY)) was incorrect because (x,y) and (self._firstDragX, self._firstDragY) are both already in Logical coordinates. Therefore the difference between the two is also in logical coordinates, and the conversion call is an error. This bug surfaces when you have OGL on a scrollwin, and you are far from the origin of the canvas. The second change in _composit.py basically removes the assumption that the child is in both self._children and self._divisions. Causes many problems when it's not. ;)

2004-11-10 14:37 RL, revision 30414

This size/offset stuff is a mess, but leaving this one warning about a mismatch that makes the test a NOOP is just silly.

2004-11-10 13:52 RL, revision 30413

Added wx.manifest to the msw source dist, it seems to be necessary now.

2004-11-10 13:44 SC, revision 30412

text attributes corrected

2004-11-10 12:19 GT, revision 30411

wxChar* usage changed over to wxString in various places Warning fixes when compiling in compatibility 2_4 mode to force use of the desired wxDbTable constructor Added OnDClick() event to listbox to auto-click the OK button to select a name Unicode fix of a SQL_C_CHAR reference

2004-11-10 12:12 GT, revision 30410

wxChar* usage changed over to wxString in various places Warning fixes when compiling in compatibility 2_4 mode to force use of the desired wxDbTable constructor

2004-11-10 10:31 GT, revision 30409

Correction of a commented out line of code so that if ever uncommented, it will work in unicode builds

2004-11-10 10:29 GT, revision 30408

Added support for SQL_C_UCHAR (unicode builds), SQL_C_LONG, and SQL_C_SHORT. These are the column types supported by the wxODBC classes that were not being handled by the wxDbGrid code

2004-11-10 09:31 RN, revision 30407

fix datetime tests for non-westeurope time zones

2004-11-10 05:01 RL, revision 30406

Don't shoot the messenger. Reverted the previous 'silent treatment' patch, users should be informed of things that go wrong, when they go wrong, without having to figure out what cold silence means in that context from other clues. If broken configure scripts perform unnecessary tests, or clever ones want to perform them silently, then they should redirect stderr to /dev/null like all other well behaved tools might. Fixed bug diagnosed by Fritz Elfert where an explicit --host specification to configure was not properly ignored for native builds.

2004-11-10 00:53 , revision 30405
  • A /wxWidgets/tags/wxPy_2_5_3_1
  • R /wxWidgets/tags/wxPy_2_5_3_1/configure
  • R /wxWidgets/tags/wxPy_2_5_3_1/configure.in
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/wxPy_2_5_3_1/contrib/include/wx/stc
  • R /wxWidgets/tags/wxPy_2_5_3_1/contrib/src/gizmos/splittree.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/contrib/src/stc/PlatWX.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/contrib/src/stc/stc.h.in
  • D /wxWidgets/tags/wxPy_2_5_3_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_5_3_1/docs
  • R /wxWidgets/tags/wxPy_2_5_3_1/include
  • R /wxWidgets/tags/wxPy_2_5_3_1/include/wx/platform.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/include/wx/stc
  • R /wxWidgets/tags/wxPy_2_5_3_1/include/wx/version.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_5_3_1/misc/afm
  • A /wxWidgets/tags/wxPy_2_5_3_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_5_3_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/printing/printing.def
  • D /wxWidgets/tags/wxPy_2_5_3_1/samples/resource
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_3_1/samples/tab/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_5_3_1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/common/datetime.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/common/dcbase.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/mdi.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/html/search.cpp
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/mac/corefoundation
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/msw/combobox.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/configure
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngM7.mcp
  • A /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/README
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/regex/regfronts.c
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/stc/PlatWX.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/stc/stc.h.in
  • D /wxWidgets/tags/wxPy_2_5_3_1/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_5_3_1/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_5_3_1/tests
  • D /wxWidgets/tags/wxPy_2_5_3_1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_5_3_1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_5_3_1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_5_3_1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_5_3_1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_5_3_1/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_5_3_1/wxPython

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

2004-11-10 00:53 RD, revision 30404

reSWIGged