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

2007-03-11 02:32 VZ, revision 44756

argh, added missing comma in last commit

2007-03-11 02:31 VZ, revision 44755

added wxWinVersion_Vista to wxWinVersion enum

2007-03-11 02:29 PC, revision 44754

don't create new refdata unnecessarily in Unshare()

2007-03-11 02:29 VZ, revision 44753

derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)

2007-03-11 02:19 VZ, revision 44752

set GtkRcStyle::text to fg colour too to allow changing the text colour in single line wxTextCtrl

2007-03-11 01:31 VS, revision 44751

VC6 compilation fix

2007-03-11 01:22 ROL, revision 44750

made test window for Dialog and Wizard a child of g.frame for consistency (probably not important)

2007-03-11 01:21 VZ, revision 44749

added headers to fix compilation when using PCH with gcc

2007-03-11 01:20 VZ, revision 44748

fixed overflow when using sysconf() to retrieve free memory (bug 1524157)

2007-03-11 01:16 ROL, revision 44747

Ctrl-H must not be used on Mac...

2007-03-11 00:50 VZ, revision 44746

fixed compilation with wxUSE_WXDIB==0 (bug 1667819)

2007-03-11 00:47 VZ, revision 44745

backported wxImage::ConvertToGreyscale() which is required by the recently backported disabled menu items patch

2007-03-10 23:04 PC, revision 44744

make wxPenRefData private

2007-03-10 23:00 PC, revision 44743

use AllocExclusive

2007-03-10 19:25 VS, revision 44742

removed C++BuilderX project files, they are broken, not used by anybody and the product is dead

2007-03-10 19:20 VS, revision 44741

removed remaining wx24dsp format references

2007-03-10 18:51 PC, revision 44740

source id type is unsigned; minor cleanup

2007-03-10 18:50 PC, revision 44739

use simpler color ctor

2007-03-10 18:20 VZ, revision 44738

fixes to colour remapping in buttons (patch 1633748 backporting changes from HEAD)

2007-03-10 18:16 VZ, revision 44737

derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)

2007-03-10 18:09 VZ, revision 44736

allow using multiple wxBufferedDCs at once (patch 1589441)

2007-03-10 18:06 VZ, revision 44735

miscellaneous LnF improvements, including support for Vista-style (patch 1588794)

2007-03-10 17:56 VZ, revision 44734

64-bit compilation fixes (patch 1590121 which is itself a backport of patches 1414052 and 1431939)

2007-03-10 17:47 VZ, revision 44733

fix alignment of bitmaps (patch 1637808 backporting the fix to the bug 1626424 from HEAD)

2007-03-10 17:45 VZ, revision 44732

grey out the disabled menu items bitmaps (replaces patch 1637804; backport of fix for bug 1632888 from HEAD)