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