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-06-09 22:18 VS, revision 10489

changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

2001-06-09 21:38 VZ, revision 10488

use SetForegroundWindow instead of BringWindowToTop

2001-06-09 20:22 GD, revision 10487

added CodeWarrior 5 projects for samples

2001-06-09 20:12 GD, revision 10486

added OpenGL sample project for CodeWarrior 5

2001-06-09 20:08 GD, revision 10485

added dead-strip static initialization code option

2001-06-09 20:03 GD, revision 10484

added dead-strip static initialization code option

2001-06-09 19:11 VS, revision 10483

documented Kendall's change of wxHtmlWindow::LoadPage to virtual function

2001-06-09 19:11 VS, revision 10482

oops, forgot to add editlbox

2001-06-09 17:57 VZ, revision 10481

applied patch 430835 (missing wxSTD breaking compilation for VC++ 5)

2001-06-09 17:55 VZ, revision 10480

applied patch 428783 (fix B32 makefiles)

2001-06-09 17:51 VZ, revision 10479

applied patch 431596 (fixes some crashes in wxDocView classes)

2001-06-09 17:48 VZ, revision 10478

applied patch 424550 (fix compilation of the notebook sample in tabbed dialog mode)

2001-06-09 17:43 JS, revision 10477

Updates for 2.3.1; fixed syntax error in makefile.b32 but this probably means that the 'version' fix for BC++ doesn't work (misapplied?)

2001-06-09 17:40 VZ, revision 10476

fixed bug 418496 (wxDC::SetClippingRegion doesn't clear the previous clipping region)

2001-06-09 17:07 VZ, revision 10475

fixed bug 418766 (elapsed time not initialized in wxProgressDialog)

2001-06-09 17:00 VZ, revision 10474

fixed bug 419079 (wxDateTime::ParseTime() didn't find am/pm)

2001-06-09 16:49 VZ, revision 10473

fixed bug 424212 (unworking close button in the progress dialog)

2001-06-09 16:35 VZ, revision 10472

1. added wxAssertIsEqual() function to be used in wxASSERT() 2. made wxTrap() public, documented it

2001-06-09 16:34 VZ, revision 10471

src/common

2001-06-09 15:57 VZ, revision 10470

fix for crash when pressing TAB in the tree text control

2001-06-09 09:11 SC, revision 10469

delete now does remove the item in correct synch from m_datas and m_strings

2001-06-09 02:01 VZ, revision 10468

warning fix

2001-06-09 01:56 VZ, revision 10467

some fixes to wxSingleInstanceChecker error reporting

2001-06-09 00:27 VZ, revision 10466

added missing brace

2001-06-09 00:21 VZ, revision 10465

some missing c_str()s added