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

2008-09-24 18:03 MW, revision 55836

Initial commit for Laurent Humbertclaude's Windows slave.

2008-09-24 17:58 FM, revision 55835

made internal members of wxColourData private; they were not documented to be public BTW so there should be no backward-compatibility issue

2008-09-24 17:57 FM, revision 55834

changed wxColourData::GetCustomColour to const; there's no reason for it to be non-const; fixed wxColourData iface header

2008-09-24 13:47 VZ, revision 55833

return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986)

2008-09-24 13:38 VZ, revision 55832

reverted r55167, see #9854

2008-09-24 13:33 VZ, revision 55831

restore the original selection when the dropdown is cancelled even if it was -1; this fixes the problem of #9995 and the existing code didn't deal correctly with the problem of losing current text in the combobox when the dropdown was cancelled anyhow

2008-09-24 13:16 VZ, revision 55830

document Connect(host, port) overload

2008-09-24 09:18 SC, revision 55828

supporting GetSize, fixes #9969

2008-09-23 17:37 JMS, revision 55822

Document revisioning (including more wx-like formatting and internal function removal)

2008-09-23 15:38 JMS, revision 55821

Remove obsolete references to 'target page' concept

2008-09-23 15:35 JMS, revision 55820

Remove doc references to 'common value' (which is unfinished feature)

2008-09-23 10:00 SC, revision 55818

fixing compiles under certain flags

2008-09-22 22:42 VZ, revision 55817

copied and pasted 2.8.9 change log section (was there anything there that didn't apply to trunk?)

2008-09-22 22:39 FM, revision 55816

fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter

2008-09-22 22:36 FM, revision 55815

fix typo

2008-09-22 21:55 FM, revision 55809

BIG CHANGES: - removed fix from the rungccxml.sh.in; not only it was unnecessary but it's also better to keep all references to specific wxWidgets classes in a single place: the ifacecheck sources; - added g_bLogEnabled and LogNull class; - added an HACK_TO_AUTO_CORRECT_ONLY_VIRTUAL_AND_CONST_ATTRIBUTES mode for fixing virtualness and constness of interface headers in an automated way - added options to wxMethod::GetAsString to provide an easier way to debug ifacecheck comparisons between wxMethods - fixed wxMethod::FixMethod for single-line prototypes and added a boolean return value from it

2008-09-22 19:01 FM, revision 55806

automated virtual/const fixes by ifacecheck

2008-09-22 18:21 FM, revision 55805

ifacecheck fixes

2008-09-22 17:33 VZ, revision 55804

compilation fix for PCH-less build

2008-09-22 16:30 VZ, revision 55803

use wxGetDisplayPPI() instead of redoing it

2008-09-22 16:27 VZ, revision 55802

use factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800

2008-09-22 16:26 VZ, revision 55801

use inches2mm instead of literal constant in wxGetDisplayPPI()

2008-09-22 16:20 VZ, revision 55800

fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721

2008-09-22 16:15 VZ, revision 55799

position the insertion point to the start, not end, of the selection for compatibility with MSW

2008-09-22 16:12 VZ, revision 55798

don't crash if the grid is being deleted while a cell editor is still shown (closes #9991)