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-10 17:35 VZ, revision 44731

add many new macros to facilitate using wx from projects using bakefile presets; use more consistent names for the existing macros (in particular, AM_OPTIONS_WXCONFIG and AM_PATH_WXCONFIG have been deprecated in favour of WX_CONFIG_OPTIONS and WX_CONFIG_CHECK) (patch 1604462)

2007-03-10 17:30 VZ, revision 44730

use force=1 with default-value tags (part of patch 1604462)

2007-03-10 17:29 VZ, revision 44729

require bakefile 0.2.2 and not 0.2.1 and do it for all platforms (part of patch 1604462)

2007-03-10 17:25 VZ, revision 44728

added GetTextExtent() overload returning wxSize (patch 1631508)

2007-03-10 17:24 VZ, revision 44727

include wx/utils.h in PCH-less build to ensure that we get the correct (DLL-exported) declaration of wxHandleFatalExceptions() as otherwise it was silently not exported (patch 1674514) [backport from HEAD]

2007-03-10 17:23 VZ, revision 44726

added wxDIRCTRL_EDIT_LABELS style support (patch 1676853) [backport from HEAD]

2007-03-10 17:22 VZ, revision 44725

added wxDIRCTRL_EDIT_LABELS style support (patch 1676853)

2007-03-10 17:21 VZ, revision 44724

include wx/utils.h in PCH-less build to ensure that we get the correct (DLL-exported) declaration of wxHandleFatalExceptions() as otherwise it was silently not exported (patch 1674514)

2007-03-10 16:29 VZ, revision 44723

return effective dnd operation result and not the expected one (replaces patch 1677399) [backport from HEAD]

2007-03-10 16:27 VZ, revision 44722

return effective dnd operation result and not the expected one (replaces patch 1677399)

2007-03-10 16:19 VZ, revision 44721

set SO_REUSEADDR before binding for UDP sockets too (2nd part of patch 1667145) [backport from HEAD]

2007-03-10 16:17 VZ, revision 44720

set SO_REUSEADDR before binding for UDP sockets too (2nd part of patch 1667145)

2007-03-10 16:08 VZ, revision 44719

allow using numpad enter key to activate the default button too (patch 1640446) [backport from HEAD]

2007-03-10 16:08 VZ, revision 44718

allow using numpad enter key to activate the default button too (patch 1640446)

2007-03-10 16:07 VZ, revision 44717

don't send incorrect char events when entering Unicode characters (patch 1640443) [backport from HEAD]

2007-03-10 16:04 VZ, revision 44716

don't send incorrect char events when entering Unicode characters (patch 1640443)

2007-03-10 16:03 VZ, revision 44715

compilation fix after last change

2007-03-10 15:56 VZ, revision 44714

corrected the just-added operator=(RGBColor) return value

2007-03-10 15:56 VZ, revision 44713

corrected bug due to testing for wrong return value in wxConditionInternal::WaitTimeout() (patch 1650643)

2007-03-10 15:54 VZ, revision 44712

corrected bug due to testing for wrong return value in wxConditionInternal::WaitTimeout() (patch 1650643) [backport from HEAD]

2007-03-10 15:51 VZ, revision 44711

use high order bytes of RGB values in RGBColor to construct wxColour, not the lower order ones (patch 1662064)

2007-03-10 15:48 VZ, revision 44710

added wxColour(RGBColor) ctor and use it insteaf of constructing wxColour from RGBColor manually in several places (replaces patch 1662064)

2007-03-10 14:27 SN, revision 44709

Applied patch #1677782 (Lock with Timeout for wxMutex, originally patch #1671637)

2007-03-10 13:12 ROL, revision 44708

0.1.8-4 ------- Fixes for wxMSW (notebook highlighting, control sizes, tree Unselect).

2007-03-10 04:46 PC, revision 44707

use simpler color ctor