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

2004-02-10 23:46 VZ, revision 25728

reversed last accidental commit

2004-02-10 23:46 VZ, revision 25727

use static_cast<> in event table macros for type safety (patch 843206)

2004-02-10 23:40 RD, revision 25726

Fixed a compliation error, event args should not be const.

2004-02-10 22:56 RD, revision 25725

Update the version number, remove mentioon of the wx.py.wxd module

2004-02-10 22:46 VZ, revision 25724

allow generating PS on an output stream and not only a FILE (patch 876362)

2004-02-10 22:17 VZ, revision 25723

reverted wxStaticCast change which obviously can't work as there is already a wxStaticCast in wx/object.h...

2004-02-10 22:16 SN, revision 25722

Unicode fixes.

2004-02-10 22:15 VZ, revision 25721

use static_cast<> in event table macros for type safety (patch 843206)

2004-02-10 22:11 VZ, revision 25720

added wxStaticCast, moved wxConstCast from wx/object.h to wx/defs.h for consistency

2004-02-10 21:49 VZ, revision 25719

added HAVE_STATIC_CAST

2004-02-10 21:16 VZ, revision 25718

compilation fix for wxUSE_LOG == 0 (part of patch 843206)

2004-02-10 19:30 VZ, revision 25717

restored defaults in switchs removed in the last commit

2004-02-10 19:14 VZ, revision 25716

implemented SelectItem(item, bool); UnselectItem() and ToggleItemSelection()

2004-02-10 19:11 VZ, revision 25715

added base array of size_t as under Win64 size_t > long

2004-02-10 18:58 VZ, revision 25714

added wxTreeCtrl::UnselectItem() and ToggleItemSelection() (includes patch 832281)

2004-02-10 18:23 SC, revision 25713

panther fixes for static box distances

2004-02-10 18:21 VZ, revision 25712

added auto check count as otherwise calling EnableAutoCheck() twice in a row resulted in problems

2004-02-10 17:31 SC, revision 25711

because some sash code draws whether the window is visible or not, the easiest thing is to make the MacGetVisibleRegion return an empty region for this case, so the wxDC is always entirely clipped added wxStaticBox fix for panther

2004-02-10 17:29 SC, revision 25710

because some sash code draws whether the window is visible or not, the easiest thing is to make the MacGetVisibleRegion return an empty region for this case, so the wxDC is always entirely clipped

2004-02-10 15:04 CE, revision 25709

fix for non-unicode DMC builds

2004-02-10 14:57 JJ, revision 25708

Committing in . Updating OpenVMS compile support Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms ----------------------------------------------------------------------

2004-02-10 14:41 VZ, revision 25707

fixed the value returned by GetSize()

2004-02-10 13:03 VZ, revision 25706

compiles under win64

2004-02-10 13:02 VZ, revision 25705

part of Ictrl -> Iscntrl change I forgot to commit (not important, anyhow)

2004-02-10 13:02 VZ, revision 25704

Win64 compilation fixes