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-05-10 16:41 VS, revision 10113

supressed error messages when wxCSConv cannot find registry key and/or value when looking for charset information

2001-05-10 16:41 VS, revision 10112

fixed wxListCtrl::EditLabel for MSW (ListView_EditLabel fails if the control does not have focus, so I changed EditLabel to always set focus to *this before calling LV_EditLabel). This fixes wxEditableListBox.

2001-05-10 16:41 VS, revision 10111

fixed handling of root paths: now checks if string ends with / before appending / to it

2001-05-10 16:41 VS, revision 10110

fixed parsing of XPM data files from demos/forty (decoder did not parse lowercase hexadecimal numbers)

2001-05-10 16:06 SC, revision 10109

added lowercase functionality to wxHexToDec

2001-05-10 15:13 JS, revision 10108

Some installation updates

2001-05-10 15:08 VS, revision 10107

fixed fatal bug in wxBitmap::CreateFromXpm (the bitmap was added twice to wxTheBitmapsList)

2001-05-10 14:51 JS, revision 10106

Added a couple more numeric character references

2001-05-10 14:31 JS, revision 10105

Removed references to xpm[d].lib

2001-05-10 14:27 JS, revision 10104

Removed xpm[d].lib

2001-05-10 13:28 DW, revision 10103

Get rid of the CVS merge characters that have worked their way into this causing the dll builds from the command line to fail.

2001-05-10 12:53 JS, revision 10102

NULL -> 0

2001-05-10 10:26 JS, revision 10101

Now sorts the files case-insensitively

2001-05-10 06:35 GRG, revision 10100

Use GetPath instead of GetFileName in file selector, otherwise it doesn't work for files outside the current directory

2001-05-10 06:31 GRG, revision 10099

Private gsocket files were using 'typedef int bool', removed this and replaced by true ints. Currently this was not causing any problem but it is better to avoid bool at all in C code as a matter of good coding practice.

2001-05-10 06:28 SC, revision 10098

corrected redraw problems in controls (the erroneusly revalidated their draw area thus eating other pending redraws

2001-05-10 06:24 GRG, revision 10097

Streams were being created the wrong way (was using the copy ctor which should not be used for any stream class)

2001-05-10 05:27 SC, revision 10096

corrected a bug in dc which resetted the port , exchanged the wxchoice implementation

2001-05-09 22:37 VS, revision 10095

compilation fix for apps w/o precompiled headers

2001-05-09 22:36 VS, revision 10094

removed libxpm from templates

2001-05-09 22:36 VS, revision 10093

removed libxpm dependencies from makefiles

2001-05-09 22:31 RD, revision 10092

Added accessors for the sub-windows in the wxGrid. Added methods to get/set the pen width used for the current cell highlight, bot normal and read-only. Fixed (I think) the problem of the cell highlight leaving extra lines behind when the grid lines are turned off

2001-05-09 22:15 , revision 10091
  • A /wxWidgets/tags/b4_OOR_1
  • D /wxWidgets/tags/b4_OOR_1/.cvsignore
  • D /wxWidgets/tags/b4_OOR_1/aclocal.m4
  • D /wxWidgets/tags/b4_OOR_1/autogen.sh
  • D /wxWidgets/tags/b4_OOR_1/BuildCVS.txt
  • D /wxWidgets/tags/b4_OOR_1/config.guess
  • D /wxWidgets/tags/b4_OOR_1/config.sub
  • D /wxWidgets/tags/b4_OOR_1/configure
  • D /wxWidgets/tags/b4_OOR_1/configure.in
  • D /wxWidgets/tags/b4_OOR_1/contrib
  • D /wxWidgets/tags/b4_OOR_1/debian
  • D /wxWidgets/tags/b4_OOR_1/demos
  • D /wxWidgets/tags/b4_OOR_1/descrip.mms
  • D /wxWidgets/tags/b4_OOR_1/difflast.pl
  • D /wxWidgets/tags/b4_OOR_1/distrib
  • D /wxWidgets/tags/b4_OOR_1/docs
  • D /wxWidgets/tags/b4_OOR_1/include
  • D /wxWidgets/tags/b4_OOR_1/install-sh
  • D /wxWidgets/tags/b4_OOR_1/lib
  • D /wxWidgets/tags/b4_OOR_1/locale
  • D /wxWidgets/tags/b4_OOR_1/Makefile.in
  • D /wxWidgets/tags/b4_OOR_1/Mingw32-gcc295.patches
  • D /wxWidgets/tags/b4_OOR_1/make-deb
  • D /wxWidgets/tags/b4_OOR_1/misc
  • D /wxWidgets/tags/b4_OOR_1/mkinstalldirs
  • D /wxWidgets/tags/b4_OOR_1/regen
  • D /wxWidgets/tags/b4_OOR_1/samples
  • D /wxWidgets/tags/b4_OOR_1/setup.h.in
  • D /wxWidgets/tags/b4_OOR_1/setup.h_vms
  • D /wxWidgets/tags/b4_OOR_1/src
  • D /wxWidgets/tags/b4_OOR_1/tests
  • D /wxWidgets/tags/b4_OOR_1/user
  • D /wxWidgets/tags/b4_OOR_1/utils
  • D /wxWidgets/tags/b4_OOR_1/wx-config.in
  • D /wxWidgets/tags/b4_OOR_1/wxBase.dsp
  • D /wxWidgets/tags/b4_OOR_1/wxBase.spec
  • D /wxWidgets/tags/b4_OOR_1/wxGTK.spec
  • D /wxWidgets/tags/b4_OOR_1/wxMotif.spec
  • D /wxWidgets/tags/b4_OOR_1/wxWINE.spec

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

2001-05-09 22:15 RD, revision 10090

Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called.

2001-05-09 13:40 VZ, revision 10089

replaced wxLogDebugs with less annoying wxLogTraces