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-10-15 19:01 MW, revision 35903

Compilation fix for platforms where size_t is larger than long

2005-10-15 19:00 MW, revision 35902

Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2

2005-10-15 18:58 MW, revision 35901

Restore WC_UTF16, required for compilation on Windows

2005-10-14 16:16 ROL, revision 35900

fix for correct type of checklist box items

2005-10-14 16:13 ROL, revision 35899

iconize properties frame together with main

2005-10-14 08:39 VZ, revision 35898

fixed OnSysWrite() signature

2005-10-13 10:44 JS, revision 35897

Added "enabled" support for submenus

2005-10-12 15:03 MW, revision 35896

Implement wx_truncate_cast for VC++ 7.1 and later

2005-10-12 13:05 MW, revision 35895

Avoid cast in wx_truncate_cast for intel compiler

2005-10-12 12:06 VZ, revision 35894

removed .cvsignore entries which were old/unused/duplicated in CVSROOT/cvsignore

2005-10-12 11:47 MW, revision 35893

Manifest files for win64

2005-10-12 07:49 MR, revision 35892

Fix includes in wx/treectrl.h

2005-10-12 00:20 VZ, revision 35891

clarified ScrollWindow() docs

2005-10-11 15:52 VZ, revision 35890

64 bit compilation fix

2005-10-11 15:51 VZ, revision 35889

added wx/xrc/xh_treebk.h

2005-10-11 15:05 DS, revision 35888

fixed argv[0] out of bounds error (argc can be 0 when wxEntry is manually called in a plugin environment for example)

2005-10-11 15:01 DS, revision 35887

fixed MSVC6 compilation error ("C2639: compiler generated default constructor required by unnamed class")

2005-10-11 13:40 VZ, revision 35886

another fix for !USE_PCH: added missing wx/imaglist.h include

2005-10-11 12:50 VZ, revision 35885

compilation fix for !USE_PCH: added missing wx/panel.h include

2005-10-10 22:30 VZ, revision 35884

invalidate tree size after adding/removing pages; use portable style for the tree control

2005-10-10 22:29 VZ, revision 35883

removed hardcoded DoGetBestSize() implementation; added support for textOnly parameter in GetBoundingRect()

2005-10-10 21:49 VZ, revision 35882

removed duplicated members which have been moved to wxTreeCtrlBase

2005-10-10 21:46 VZ, revision 35881

removed deprecated InsertItem() overload because it masked all the other ones

2005-10-10 20:36 VZ, revision 35880

Windows compilation fixes after wxTreeCtrl refactoring

2005-10-10 20:25 VZ, revision 35879

introduced a common base class for both MSW and generic wxTreeCtrl implementations