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-03-13 17:22 GT, revision 9513

Memory tracing and ODBC classes are now (optionally) available in wxBase builds

2001-03-13 15:09 GT, revision 9512

Semicolon was missing on the end of the WXINC line

2001-03-13 15:06 GT, revision 9511

Added listdb to the list of object files that must be created

2001-03-13 14:43 GT, revision 9510

Removed the requirement that wxUSE_GUI must be 1 to get wxUSE_FILESYSTEM, wxUSE_FS_ZIP, etc...without this change, samples/console cannot be compiled.

2001-03-13 13:17 VZ, revision 9509

fixed wxTimeSpan::Format() to behave more reasonably

2001-03-12 21:54 VZ, revision 9508

patch initializing the multi choice dialog with the selections array values

2001-03-12 18:22 VZ, revision 9507

small fixes to spec files

2001-03-12 17:30 JS, revision 9506

Bug fix for #406153

2001-03-12 16:16 VZ, revision 9505

mention wxSpinCtrl bug fix

2001-03-12 07:20 GD, revision 9504

removed ugly Mac OS X related hack in wxBASE configuration

2001-03-11 23:32 VS, revision 9503

fixed all's dependencies so that the makefile generates files.lst files

2001-03-11 23:32 VS, revision 9502

fixed MacOS X test

2001-03-11 16:43 VS, revision 9501

IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by IMPLEMENT_ABSTRACT_CLASS(wxDC, wxDCBase)

2001-03-11 12:13 JS, revision 9500

Inno Setup distrib files

2001-03-11 10:23 JS, revision 9499

Changes for 2.2.6

2001-03-11 08:06 RR, revision 9498

Prevented a disaster in wxSpinCtrlPrevented a disaster in wxSpinCtrl..

2001-03-10 18:02 VZ, revision 9497

merged wxSpinCtrl update fix from the main branch

2001-03-10 18:01 VZ, revision 9496

trying to fix wxSpinCtrl update behaviour

2001-03-10 17:50 VZ, revision 9495

fixed wxDos2UnixFilename description

2001-03-10 17:48 VZ, revision 9494

merged HAVE_VSNPRINTF fix from 2.2 branch

2001-03-10 17:39 VZ, revision 9493

fixed bug in configure: it didn't define HAVE_VSNPRINTF/SCANF during the 2nd and susequent runs

2001-03-10 05:07 RD, revision 9492

Added some simple sample apps

2001-03-10 00:10 VZ, revision 9491

fixed wxToolBar::DeleteTool and losing the rows number on sys colour change

2001-03-10 00:10 VZ, revision 9490

fixed wxToolBar::DeleteTool

2001-03-09 23:40 VS, revision 9489

fixed parsing of tags with whitespace around = sign