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-02-26 14:26 JS, revision 52113

Removed redundant Init call (bug 1724495)

2008-02-26 14:15 JS, revision 52112

Fixed [ 1764805 ] wxSeek with negative offset fails on WinCE

2008-02-26 14:15 JS, revision 52111

Fixed [ 1764805 ] wxSeek with negative offset fails on WinCE

2008-02-26 12:54 JS, revision 52110

Fixed bug [ 1870906 ] There are few problems selection text by mouse in RichTextCt Fixed bug [ 1870265 ] window does not scroll after pasting text Fixed bug [ 1870264 ] wxTextUrlEvent after click in empty space Fixed bug [ 1806479 ] wxRichText URL issues (URL event triggered when clicking on blank space) Fixed bug [ 1806953 ] wxRichTextControl::AddParagraph() is broken Fixed a bug in SelectWord causing bad selections. Added Ctrl+Backspace word deletion.

2008-02-26 12:53 JS, revision 52109

Fixed bug [ 1870906 ] There are few problems selection text by mouse in RichTextCt Fixed bug [ 1870265 ] window does not scroll after pasting text Fixed bug [ 1870264 ] wxTextUrlEvent after click in empty space Fixed bug [ 1806479 ] wxRichText URL issues (URL event triggered when clicking on blank space) Fixed bug [ 1806953 ] wxRichTextControl::AddParagraph() is broken Fixed a bug in SelectWord causing bad selections. Added Ctrl+Backspace word deletion.

2008-02-26 09:29 BP, revision 52107

More doxygen topic overview cleanup.

2008-02-26 08:36 MW, revision 52105

td163 down, move to td189.

2008-02-26 08:35 MW, revision 52104

check xmllint/xsltproc installed

2008-02-26 06:14 PC, revision 52100

update GTK size hints when window decorations change

2008-02-26 05:57 DE, revision 52099

* When hiding a wxWindow make sure that none of its subviews are the first responder. If one of them is, make it resign. If it refuses, don't hide the window and return false. * When showing a wxWindow that has been hidden, schedule a reconfiguration of the key-view loop so that tabbing will work correctly. * Add some comments about why wxCocoa does what it does. This makes the widgets sample much more usable.

2008-02-26 00:05 BP, revision 52098

More doxygen overview updates.

2008-02-25 22:39 FM, revision 52097

the manual doxygen generates by default is for the C++ interface only; the wxPython and wxPerl-specific stuff can be enabled by the relative WXPERL_MANUAL and WXPYTHON_MANUAL 'sections'

2008-02-25 22:29 FM, revision 52096

fixed all warnings for topic overviews (letters a,h)

2008-02-25 18:36 VZ, revision 52095

return true from IsShownOnScreen() for TLWs even if their parent is hidden [backport of r50876 from trunk]

2008-02-25 15:35 VS, revision 52094

compilation fix for pch-less build

2008-02-25 13:43 VZ, revision 52093

reset s_bInAssert in wxDoOnAssert() in an exception-safe way (replaces patch 1900613) [backport of r52078 from trunk]

2008-02-25 11:06 VS, revision 52089

gcc on OS X has problems with compiling empty files on SMB shares, added a comment to make macsock.h non-empty

2008-02-25 10:50 BP, revision 52088

Doxygen topic overview cleanups.

2008-02-25 03:01 VZ, revision 52080

check that we have a non-empty keyword in KeywordSearch() (replaces patch 1899972)

2008-02-25 02:51 VZ, revision 52079

reset s_bInAssert in wxDoOnAssert() in an exception-safe way (replaces patch 1900613)

2008-02-25 02:46 VZ, revision 52078

better wording for the last change

2008-02-25 02:45 VZ, revision 52077

implement support for display enumeration under WinCE (patch 1890936)

2008-02-25 02:23 VZ, revision 52076

check for wxDF_UNICODETEXT and not only wxDF_TEXT in CanPaste(), this is necessary under WinCE (patch 1891003) and shouldn't hurt elsewhere

2008-02-25 02:21 VZ, revision 52075

correct radio button best size calculation under CE (was too small by 1 pixel vertically) (modified patch 1891008)

2008-02-25 02:13 VZ, revision 52074

added more includes of wx/msw/dc.h needed since r52054 for wxMSW compilation

2008-02-25 00:29 FM, revision 52073

precision: the listed chars don't need to be escaped when they appear inside @code or @verbatim

2008-02-25 00:25 FM, revision 52072

add the missing < > symbols

2008-02-25 00:09 FM, revision 52071

reworked link anchors and link text

2008-02-25 00:03 FM, revision 52068

fixed anchor link naming, indentation in some places, added the <hr> divisor, fixed the <>& removal in sample XRC and C++ code, wrapped long lines

2008-02-24 23:38 VZ, revision 52064

use wxLogLastError() to show the last error value when reporting failure to create a control (replaces patch 1890940)

2008-02-24 23:28 VZ, revision 52062

always return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll includes all comctl32.dll v4.71 functionality (replaces patch 1890933)

2008-02-24 23:24 VZ, revision 52061

don't forcefully disable regex and tiff, they build fine with VC8 (and not eVC)

2008-02-24 23:20 VZ, revision 52060

don't define, nor use, LVS_EX_LABELTIP under WinCE

2008-02-24 23:06 VZ, revision 52059

set TOOLKIT to WINCE for VC8 builds targeting pocketpc2003

2008-02-24 23:05 VZ, revision 52058

compilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE case (fixes WinCE compilation)

2008-02-24 23:04 VZ, revision 52057

WinCE adjustments

2008-02-24 22:59 VZ, revision 52056

don't use hook code for positioning message box under WinCE, it doesn't compile there

2008-02-24 22:59 VZ, revision 52055

restore checks for SM_SWAPBUTTON, it is not defined in WinCE SDK

2008-02-24 22:32 VZ, revision 52054

don't include wx/msw/dc.h from wx/msw/private.h, this results in circular inclusion of wx/stream.h from wx/filefn.h before wxFileOffset is defined which results in compilation errors under WinCE and is bad/confusing anyhow

2008-02-24 20:39 FM, revision 52053

fixed end of line and path separator

2008-02-24 18:57 SC, revision 52052

moving forward

2008-02-24 18:29 SC, revision 52051

moving forward

2008-02-24 18:01 SC, revision 52050

moving forward

2008-02-24 17:39 FM, revision 52049

added images for topic overviews

2008-02-24 17:36 SC, revision 52048

moving forward

2008-02-24 17:36 FM, revision 52047

fix some links

2008-02-24 17:26 FM, revision 52046

revised topic overviews (letters g,h)

2008-02-24 17:25 FM, revision 52045

fixing link anchors naming

2008-02-24 17:25 FM, revision 52044

adding reminder of a few ideas about new ALIASES

2008-02-24 17:22 SC, revision 52043

moving forward