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

2001-06-08 23:57 VZ, revision 10464

regenerated files with tmake

2001-06-08 23:42 VZ, revision 10463

implemented wxSingleInstanceChecker for Unix

2001-06-08 23:11 VZ, revision 10462

added tiny wxInitializer class

2001-06-08 19:37 KLB, revision 10461

Merged latest changes from SciTech code base into wxWindows CVS Tree. Includes updates to remove Watcom compiler warnings and the latest updates to the wxApplet code.

2001-06-08 15:24 DW, revision 10460

Enabling the Pop Menu fix to peek at all the command messages. Required adding a secondary DoMessage to wxApp. Some textctrl work as well.

2001-06-08 15:23 DW, revision 10459

Add support for the eventual inclusion of the single instance code.

2001-06-08 15:04 JS, revision 10458

Support for Cygwin 1.0 (thought it worked before, but...)

2001-06-08 11:33 JS, revision 10457

Altered the message loop to process implicit accelerators correctly in controls

2001-06-08 04:26 RD, revision 10456

move the tech note to a correctly named file

2001-06-08 01:47 VZ, revision 10455

replaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() - fixes tree ctrl bug

2001-06-08 01:29 VZ, revision 10454

added wxSingleInstanceChecker test

2001-06-08 01:28 VZ, revision 10453

added wxSingleInstanceChecker class

2001-06-07 21:05 SC, revision 10452

implemented generic clipboard, corrected event handling for radiobutton

2001-06-07 21:01 SC, revision 10451

removed duplicate definition

2001-06-07 20:57 SC, revision 10450

clipboard implementation generalized

2001-06-07 13:30 JS, revision 10449

Bug in wxDocument::Save logic corrected, whereby Save didn't save when not first-time saved

2001-06-07 11:12 VZ, revision 10448

documented wxLog::Suspend/Resume

2001-06-07 10:57 JS, revision 10447

Updates for version change to 2.3.1

2001-06-06 17:12 RD, revision 10446

regenerated configure from configure.in

2001-06-06 16:51 VZ, revision 10445

applied patch for compilation with gcc 3.0

2001-06-06 16:50 RD, revision 10444

Updated version numbers to 2.3.1

2001-06-06 16:44 RD, revision 10443

Added technote about where the version numbers are located.

2001-06-06 16:29 VZ, revision 10442

applied patch 429317 (PCH fix for BC++)

2001-06-06 16:27 VZ, revision 10441

fixed slider value rounding once again

2001-06-06 14:54 VZ, revision 10440

another fix for enter processing in wxSpinCtrl