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