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

2000-04-29 02:45 RD, revision 7313

Fixed FullPaint for brace matching

2000-04-28 21:28 DW, revision 7312

Some framework updates

2000-04-28 17:20 RD, revision 7311

Another off-by-one error fixed in STC

2000-04-28 14:19 VZ, revision 7310

small fix to the code I just commited

2000-04-28 14:06 VZ, revision 7309

added and documented wxWizard::SetPageSize()

2000-04-28 13:45 BJ, revision 7308

Add support for Virtuoso

2000-04-28 12:59 DW, revision 7307

static data members cannot be redeclared static in the cpp file under VisualAge, it already knows that it is static

2000-04-28 12:45 DW, revision 7306

Virtual function hiding suppression

2000-04-28 12:45 VZ, revision 7305

made dnd cursors/icons slightly more usable (and much more documented)

2000-04-28 09:49 JS, revision 7304

Win16 fixes (incl. slider not sending messages, text ctrl not showing consistent colours

2000-04-28 06:49 RD, revision 7303

various tweaks, fixes, and doodads

2000-04-28 06:37 RD, revision 7302

Some wxStyledTextCtrl bugfixes Merged in new Scintilla sources Added new methods to wxStyledTextCtrl to match new Scintilla capabilities.

2000-04-28 05:50 VZ, revision 7301

corrected bug with m_selection not being initialized in CreateGrid() and SetTable()

2000-04-28 05:37 VZ, revision 7300

compilation fix

2000-04-28 05:36 VZ, revision 7299

wxUSE_UNICODE set to 0 by default, added wxUSE_WCHAR_T

2000-04-27 20:51 VZ, revision 7298

use CRT in DLL for wxBase too

2000-04-27 20:46 VZ, revision 7297

added test for wxDateTime TZ/DST bug

2000-04-27 20:45 VZ, revision 7296

added test for combo/focus bug

2000-04-27 20:42 VZ, revision 7295

fixed problem with help text being left in the status bar

2000-04-27 18:03 VZ, revision 7294

attempts to fix the proplist crash - fruitless

2000-04-27 18:02 VZ, revision 7293

some more convenience functions/wrappers (all inline, cross-platform)

2000-04-27 17:46 JS, revision 7292

Further non-PCH fixes

2000-04-27 17:41 JS, revision 7291

Added missing brush.h includes.

2000-04-27 16:46 RD, revision 7290

Made the DLL load lots faster by specifying that other DLLs it depends on are to be loaded on demand. The is experimental, but it works for wxPython.

2000-04-27 16:41 RD, revision 7289

some minor tweaks