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

2005-03-21 12:45 VZ, revision 32953

fixed warnings about possibly uninitialized variables; commented non trivial piece of code

2005-03-21 12:44 VZ, revision 32952

unreachable code warning fix (Unicode build)

2005-03-21 12:27 VZ, revision 32951

added orient parameter to wxMDIParentFrame::Tile()

2005-03-21 11:29 VZ, revision 32950

another compilation fix after wxMenuBar ctor patch

2005-03-21 10:36 VZ, revision 32949

fixed SetColumnWidth() in wxLC_LIST mode (set column to 0, not -1)

2005-03-21 10:36 VZ, revision 32948

regenerated after qa lib changes

2005-03-21 10:34 VZ, revision 32947

added qa dll

2005-03-21 01:07 VZ, revision 32946

generated makefiles after qa library creation

2005-03-21 00:51 VZ, revision 32945

set wxUSE_DEBUGREPORT to 1 by default again

2005-03-21 00:15 VZ, revision 32944

mention which files should be changed when adding a new library in a few places where this was less clear

2005-03-21 00:14 VZ, revision 32943

added closing parenthesis inside comment, no real changes

2005-03-21 00:11 VZ, revision 32942

added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there

2005-03-20 22:08 VZ, revision 32941

define wxNO_RTTI/EXCEPTIONS/THREADS if corresponding USE_XXX is set to 0

2005-03-20 20:08 MBN, revision 32940

Fix wxFileConf crash demonstrated by the 'DeleteLastGroup' unit test.

2005-03-20 19:35 JS, revision 32939

Updated readme

2005-03-20 18:51 DW, revision 32938

Fixes compile warnings

2005-03-20 18:48 VZ, revision 32937

Seek(-1, mode) should work instead of giving an error if mode != wxFromStart

2005-03-20 17:12 JS, revision 32936

Compilo fix

2005-03-20 15:42 VZ, revision 32935

added wxString ctor from std::string (inside #ifdef wxUSE_STD_STRING); removed pragma interface/implementation which force all inline functions to be defined in string.cpp

2005-03-20 15:10 VZ, revision 32934

oops, removed duplicate SetIcons[s]() added in last commit

2005-03-20 15:04 VZ, revision 32933

wxMDIChildFrame::Maximize() should have default value for its argument just as wxFrame does; override other functions which don't make sense for wxGTK implementation of MDI

2005-03-20 12:02 JS, revision 32932

Fixes for WinCE toolbar

2005-03-20 11:58 JS, revision 32931
  • D /wxWidgets/trunk/demos/life/setup/wince/life.ini

Removed spurious file

2005-03-20 11:54 JS, revision 32930

Fixes for WinCE toolbar Don't disable wxFileConfig for WinCE Don't disable common dialogs for WinCE

2005-03-20 11:52 JS, revision 32929

Fix wxFileConfig for WinCE Provide standard WinCE Windows path for wxStandardPaths