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

2008-02-24 17:08 SC, revision 52042

first round, connecting overviews properly to main page

2008-02-24 17:07 VS, revision 52041

fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

2008-02-24 17:06 VS, revision 52040

fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

2008-02-24 17:00 VS, revision 52039

wxMac's wxListBox was missing GetDefaultAttributes() to accompany its GetClassDefaultAttributes()

2008-02-24 16:12 FM, revision 52038

added few DON'Ts

2008-02-24 15:48 FM, revision 52037

Rewritten technote for Doxygen documentation

2008-02-24 14:33 FM, revision 52036

added batch script for generating wx HTML manual from windows; added a comment about what the scripts do

2008-02-24 14:23 FM, revision 52035

get rid of references to CVS as we use SVN now

2008-02-24 14:19 FM, revision 52034

remove other references to the contrib hierarchy, which does not exist anymore

2008-02-24 14:15 FM, revision 52033

remove references to the contrib hierarchy, which does not exist anymore

2008-02-24 13:58 VZ, revision 52032

revert r51647 change as it broke the code overriding AcceptsFocusFromKeyboard() to prevent the user from tabbing into a window; simply override it at wxControlContainer too

2008-02-24 00:47 FM, revision 52022

another batch of topic overviews reviewing (letters e,f)

2008-02-23 14:48 SC, revision 52021

under 10.4 there are some theme brushes represented as pure grayscale, convert them to the rgb components accordingly

2008-02-23 09:53 SC, revision 52020

adding comments for debugging visibility differences between native and wx state

2008-02-23 09:46 SC, revision 52019

Use native visibility information at this point, as it might trigger during a sequence of hiding/showing events

2008-02-23 09:45 SC, revision 52018

avoiding double firing of visibility state changed for certain controls like multiline text controls

2008-02-23 00:19 VZ, revision 52017

remove MacIsReallyShown() as we now have public IsShownOnScreen() doing exactly the same thing

2008-02-22 22:31 RD, revision 52016

Use build/autoconf_prepend-include when running autoconf

2008-02-22 22:27 RD, revision 52015

Add AutoToolbox framework

2008-02-22 22:05 FM, revision 52014

another batch of topic overviews reviewing

2008-02-22 20:39 RD, revision 52011

Add MacHideApp

2008-02-22 20:37 RD, revision 52009

Add MacHideApp

2008-02-22 19:59 VS, revision 52008

fixed wxBitmapButton to use focus and hover bitmaps correctly; also fixed tons of misnomers

2008-02-22 19:57 VS, revision 52007

fixed wxBitmapButton to use focus and hover bitmaps correctly

2008-02-22 18:44 VS, revision 52001

fixed strange focus order in wxTipDialog and set initial focus to the checkbox instead of read-only textctrl

2008-02-22 18:37 VS, revision 52000

fixed strange focus order in wxTipDialog and set initial focus to the checkbox instead of read-only textctrl

2008-02-22 14:12 JS, revision 51997

Fixed IsShownOnScreen() for Mac

2008-02-22 14:12 JS, revision 51996

Fixed IsShownOnScreen() for Mac

2008-02-22 14:11 JS, revision 51995

Fixed IsShownOnScreen() for Mac

2008-02-22 13:24 VS, revision 51993

moved win_gtk.h header to wx/gtk/private, it's for internal use only

2008-02-21 23:34 KO, revision 51982

Add wxGraphicsBitmap with Win and Mac impls.

2008-02-21 22:05 FM, revision 51981

fixed some doxygen warnings about wrong anchor links

2008-02-21 21:58 FM, revision 51980

fixing the topic overviews

2008-02-21 21:46 FM, revision 51979

fixing the topic overviews

2008-02-21 21:45 FM, revision 51978

fixed the library links

2008-02-21 21:45 FM, revision 51977

fixed the library links

2008-02-21 21:12 FM, revision 51976
  • D /wxWidgets/trunk/docs/doxygen/categories.h
  • D /wxWidgets/trunk/docs/doxygen/constants.h
  • D /wxWidgets/trunk/docs/doxygen/const_cpp.h
  • D /wxWidgets/trunk/docs/doxygen/const_keycode.h
  • D /wxWidgets/trunk/docs/doxygen/const_keymod.h
  • D /wxWidgets/trunk/docs/doxygen/const_langcodes.h
  • D /wxWidgets/trunk/docs/doxygen/const_stdevtid.h
  • D /wxWidgets/trunk/docs/doxygen/const_stockitems.h
  • D /wxWidgets/trunk/docs/doxygen/const_wxusedef.h
  • D /wxWidgets/trunk/docs/doxygen/copyright.h
  • D /wxWidgets/trunk/docs/doxygen/devtips.h
  • D /wxWidgets/trunk/docs/doxygen/introduction.h
  • D /wxWidgets/trunk/docs/doxygen/libs.h
  • D /wxWidgets/trunk/docs/doxygen/manual.h
  • D /wxWidgets/trunk/docs/doxygen/platdetails.h
  • D /wxWidgets/trunk/docs/doxygen/strategies.h
  • D /wxWidgets/trunk/docs/doxygen/topics.h
  • D /wxWidgets/trunk/docs/doxygen/utilities.h

move pages under 'mainpages' and also adopt new link anchor naming and use @itemdef instead of \twocolitem tag

2008-02-21 21:11 FM, revision 51975

move pages under 'mainpages' and also adopt new link anchor naming and use @itemdef instead of \twocolitem tag

2008-02-21 19:49 FM, revision 51974

use @itemdef macro and correct link naming

2008-02-21 18:59 FM, revision 51973

use @subpage where possible

2008-02-21 18:59 FM, revision 51972

the wxTip overview is in tipprovider.h; this is a page of the reference manual which should stay in wx/interface - fix the link

2008-02-21 18:57 FM, revision 51971
  • D /wxWidgets/trunk/docs/doxygen/overviews/tipprovider.h

the wxTip overview is in tipprovider.h; this is a page of the reference manual which should stay in wx/interface

2008-02-21 16:58 JS, revision 51970

Fix caret position when deleting last character

2008-02-21 16:57 JS, revision 51969

Fix caret position when deleting last character

2008-02-21 16:23 JS, revision 51968

Don't treat character attributes as non-paragraph attributes if using a named paragraph style

2008-02-21 16:23 JS, revision 51967

Don't treat character attributes as non-paragraph attributes if using a named paragraph style

2008-02-21 16:19 JS, revision 51966

Don't omit empty text objects

2008-02-21 16:18 JS, revision 51965

Don't omit empty text objects

2008-02-21 16:14 VZ, revision 51964

fix harmless unused variable warning under CE

2008-02-21 16:13 VZ, revision 51963

restore generic DrawEllipticArc() used by CE which was lost during the great wxDC refactoring somehow