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)

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

2007-03-10 03:41 PC, revision 44706

sizeof(char) is 1. By definition.

2007-03-09 23:21 VZ, revision 44705

implement wxMutex::LockTimeout() using critical region API too

2007-03-09 18:44 VS, revision 44704

Unicode compilation fixes

2007-03-09 17:57 PC, revision 44703

add 4th parameter to AC_CHECK_HEADER to skip preprocessor check

2007-03-09 16:36 VS, revision 44702

Unicode compilation fix

2007-03-09 16:25 VZ, revision 44701

compilation fix for wxUSE_STL==1 build [backport from HEAD]

2007-03-09 16:19 VZ, revision 44700

compilation fix for wxUSE_STL==1 build

2007-03-09 16:03 VS, revision 44699

deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer

2007-03-09 12:40 CE, revision 44698

add htb build to win docs

2007-03-09 00:43 VZ, revision 44697

compilation fixes after wxGTK_CONV_BACK changes

2007-03-08 19:24 RD, revision 44696

Renamed the wx.lib.inspect and wx.lib.mixins.inspect modules to inspection, in order to avoid conflicts with the inspect module in the standard Python library.

2007-03-08 19:21 RD, revision 44695

Make GetItemImage API consistent with other trees

2007-03-08 15:49 ROL, revision 44694

0.1.8-3 ------- Notebook page highlighting fix. Highlight resizes when the window is resized. ParamUnit spin button detects event handler re-entry (wxGTK probably has a bug in wxSpinButton with repeated events).

2007-03-08 14:58 VZ, revision 44693

include wx/thread.h in debug build which is needed after last change [backport from HEAD]

2007-03-08 14:57 VZ, revision 44692

include wx/thread.h in debug build which is needed after last change

2007-03-08 14:31 VZ, revision 44691

fix extra comma at the end of wxStretch enum introduced by last commit

2007-03-08 04:31 PC, revision 44690

remove unreachable declaration

2007-03-08 04:29 PC, revision 44689

add HAVE_ROUND

2007-03-08 04:28 PC, revision 44688

minor cleanup

2007-03-08 04:27 PC, revision 44687

use full repaint style instead of size event

2007-03-08 04:26 PC, revision 44686

non-debug build fix

2007-03-08 01:46 VZ, revision 44685

use gettimeofday() instead of clock_gettime() as the latter lives in librt which we currently don't link with and it seems not to be worth to add another library just because of wxMutex::LockTimeout()

2007-03-08 01:44 VZ, revision 44684

made wxGetTimeOfDay() public

2007-03-08 01:33 VZ, revision 44683

removed WXWIN_COMPATIBILITY_24

2007-03-08 01:24 VZ, revision 44682

removed WXWIN_COMPATIBILITY_24

2007-03-08 01:21 VZ, revision 44681

fix infinite recursion typo in operator!=() (patch 1665591) [backport from HEAD]

2007-03-08 01:18 VZ, revision 44680

fix the bug which could have resulted in failing to read config file if a chunk boundary fell in a middle of a multibyte character (patch 1674488) [backport from HEAD]

2007-03-08 01:18 VZ, revision 44679

fix infinite recursion typo in operator!=() (patch 1665591)

2007-03-08 01:15 VZ, revision 44678

fix the bug which could have resulted in failing to read config file if a chunk boundary fell in a middle of a multibyte character (patch 1674488)

2007-03-08 00:44 VZ, revision 44677

don't use font sizes less than 1 with Pango (remaining part of patch 1671684); refactor the font size setting code to eliminate duplication

2007-03-08 00:40 VZ, revision 44676

use facename in wxFontRefData::Init() in Unicode build (part of patch 1671684)

2007-03-08 00:25 RD, revision 44675

More 0.5 pixel offset fixes

2007-03-08 00:25 RD, revision 44674

Notes about some 2.8.2 changes

2007-03-08 00:24 RD, revision 44673

test drawing rectangles with wxGCDC

2007-03-08 00:23 RD, revision 44672

fix a comment

2007-03-08 00:22 VZ, revision 44671

added wxMutex::LockTimeout() (modified patch 1671637)

2007-03-07 23:47 VZ, revision 44670

update the value shown in the combobox itself correctly in SetValue() (patch 1669275; bug 1667563) [backport from HEAD]

2007-03-07 23:46 VZ, revision 44669

update the value shown in the combobox itself correctly in SetValue() (patch 1669275; bug 1667563)

2007-03-07 23:42 VZ, revision 44668

test for special keys first, before testing for alphanumeric ones as even keys such as WXK_F2 can be recognized as alnum in some locales, in ToString() (modified patch 1669197; bug 1620758) [backport from HEAD]

2007-03-07 23:40 VZ, revision 44667

test for special keys first, before testing for alphanumeric ones as even keys such as WXK_F2 can be recognized as alnum in some locales, in ToString() (modified patch 1669197; bug 1620758)

2007-03-07 23:29 VZ, revision 44666

avoid flicker when setting the text which is the same as the current status bar pane value (patch 1669140) [backport from HEAD]

2007-03-07 23:29 VZ, revision 44665

fix wrong assert in SetItemBitmap() (patch 1668449; bug 1667505) [backport from HEAD]

2007-03-07 23:28 VZ, revision 44664

avoid flicker when setting the text which is the same as the current status bar pane value (patch 1669140)

2007-03-07 23:24 VZ, revision 44663

fix wrong assert in SetItemBitmap() (patch 1668449; bug 1667505)

2007-03-07 23:21 VZ, revision 44662

fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145) [backport from HEAD]

2007-03-07 23:18 VZ, revision 44661

fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145)

2007-03-07 23:07 VZ, revision 44660

fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616) [backport from HEAD]

2007-03-07 23:07 VZ, revision 44659

fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616)

2007-03-07 22:59 VZ, revision 44658

don't delete m_pActiveChild twice in wxWINDOWCLOSEALL event handler (patch 1665395, bug 1661995)

2007-03-07 22:56 VZ, revision 44657

no changes, just removed TABs/trailing spaces