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

2002-02-01 23:16 RD, revision 13965

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:14 RD, revision 13964

Updated contrib from Lorne White

2002-02-01 23:13 RD, revision 13963

better log messages for this demo

2002-02-01 23:01 VS, revision 13962

wxDialog::Show has default argument value in wxUniv now

2002-02-01 20:22 VS, revision 13961

wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow

2002-02-01 20:22 VS, revision 13960

compilation fix

2002-02-01 19:30 VZ, revision 13959

removed GetString(), it doesn't belong here

2002-02-01 17:34 JS, revision 13958

Added missing '!' to HasCapture() in window.cpp

2002-02-01 15:50 DW, revision 13957

Makefile and mod def updates. Compile bug in Choice fixed.

2002-02-01 15:43 VZ, revision 13956

made wxCondition::Signal() queue the signals generated while there were no waiters and documented this behaviour

2002-02-01 15:30 VZ, revision 13955

some really ancient tips updated, mention make problems and flex version minimal requirments

2002-02-01 14:58 VZ, revision 13954

various minor fixes to wxHashMap: compilation warnings suppressed, use calloc() instead of new[]

2002-02-01 14:11 DW, revision 13953

Got rid of the bad EOLs.

2002-02-01 12:24 VZ, revision 13952

fixed Show() doc, added Hide()

2002-02-01 12:21 VZ, revision 13951

added default value for Show() argument

2002-02-01 03:28 DW, revision 13950

no message

2002-02-01 02:48 RD, revision 13949

Fix for bug #511057

2002-02-01 02:08 RD, revision 13948

added wx type info macros for wxFSFile

2002-02-01 01:18 RD, revision 13947

fixed compile bug for when threads are turned off

2002-02-01 00:25 VZ, revision 13946

test wxRegion::Offset()

2002-01-31 23:13 JS, revision 13945

Applied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need to do).

2002-01-31 22:48 DW, revision 13944

Lots of fixes for scrolling

2002-01-31 22:45 JS, revision 13943

Applied status bar sample patch to toggle status bar

2002-01-31 22:11 JS, revision 13942

Applied wxImage -> wxCursor patch, tool window event table fix

2002-01-31 21:58 JS, revision 13941

Applied wxPoem, wxSystemSettings, sizing, install doc patches