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-10-17 22:07 VS, revision 17565

wxCheckBox and wxCheckList docs

2002-10-17 20:40 SC, revision 17564

turned off several branches for cursor setting idle code, I'll have to turn on some of them

2002-10-17 20:38 SC, revision 17563

picture support on tabs

2002-10-17 20:34 SC, revision 17562

changed code for better debugging

2002-10-17 20:32 SC, revision 17561

pict generation code takes into account mask, getting rid of a memory leak

2002-10-17 20:30 SC, revision 17560

attempt to keep the number of control updates lower during idle times

2002-10-17 19:58 VZ, revision 17559

added Indonesian translation

2002-10-17 19:20 GD, revision 17558

Under Mac OS X, when building non bundle applications, resources are bundled both with shared library and applications since the carb resource *must* be included in the application in order for it to be recognized as a Carbon application

2002-10-17 18:49 ROL, revision 17557

Notes about 0.0.8-1.

2002-10-17 18:41 ROL, revision 17556

Using MyDocument objects for writing XML (myxml module). Added new controls. Panel.OnCut code is merged with Panel.OnDelete to Panel.OnCutDelete. Encoding support (beta). Moved "del conf" line from App class to main function - for some weird reason it doesn't work in App.

2002-10-17 18:37 ROL, revision 17555

Updated control parameters for wxDialog, wxGauge, wxSpinButton. Implemented wxSpinCtrl, wxGenericDirCtrl, wxUnknown. Added encoding support and new classes xxxEncoding, xxxMainNode (represents Document object). etc.

2002-10-17 18:37 RD, revision 17554

wxFAIL used wxFalse in its message like '"wxFalse" failed' which doesn't make much sense... So I changed the token passed to wxASSERT to "wxAssertFailure" to try and make it a little better.

2002-10-17 18:33 ROL, revision 17553

Customised XML writing - include encoding header attribute

2002-10-17 18:23 RD, revision 17552

Fix a couple asserts so they won't deref NULL pointers if that's what was passed in.

2002-10-17 18:02 VZ, revision 17551

added include wx/defs.h

2002-10-17 16:43 VZ, revision 17550

fixes for gcc 3.x -Wshadow warnings

2002-10-17 16:38 VZ, revision 17549

gcc 3.x -Wshadow warning fix

2002-10-17 16:32 VZ, revision 17548

compilation fix (missing header)

2002-10-17 16:30 VZ, revision 17547

added wxLongLongSuffix and wxLongLongFmtSpec for CW

2002-10-16 23:24 RD, revision 17546

SWIGged updates for wxGTK

2002-10-16 22:51 RD, revision 17545

Various changes to reflect current CVS. Added a separate wxRadioButton demo. Various tweaks.

2002-10-16 22:48 RD, revision 17544

Reverted last change. The page size must be set when it is added in case the notebook has already been sized by the time the new page is added.

2002-10-16 22:46 RD, revision 17543

FileExists --> wxFileExists

2002-10-16 22:43 VZ, revision 17542

Mac compilation warning fixes

2002-10-15 22:46 VS, revision 17541

fix binary incompatiblities in wxHtmlHelpController's cached data bytestream