]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agoadded more includes of wx/msw/dc.h needed since r52054 for wxMSW compilation
Vadim Zeitlin [Mon, 25 Feb 2008 02:13:36 +0000 (02:13 +0000)] 
added more includes of wx/msw/dc.h needed since r52054 for wxMSW compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoprecision: the listed chars don't need to be escaped when they appear inside @code...
Francesco Montorsi [Mon, 25 Feb 2008 00:29:04 +0000 (00:29 +0000)] 
precision: the listed chars don't need to be escaped when they appear inside @code or @verbatim

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd the missing < > symbols
Francesco Montorsi [Mon, 25 Feb 2008 00:25:48 +0000 (00:25 +0000)] 
add the missing < > symbols

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreworked link anchors and link text
Francesco Montorsi [Mon, 25 Feb 2008 00:09:20 +0000 (00:09 +0000)] 
reworked link anchors and link text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed anchor link naming, indentation in some places, added the <hr> divisor, fixed...
Francesco Montorsi [Mon, 25 Feb 2008 00:03:35 +0000 (00:03 +0000)] 
fixed anchor link naming, indentation in some places, added the <hr> divisor, fixed the <>& removal in sample XRC and C++ code, wrapped long lines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse wxLogLastError() to show the last error value when reporting failure to create...
Vadim Zeitlin [Sun, 24 Feb 2008 23:38:57 +0000 (23:38 +0000)] 
use wxLogLastError() to show the last error value when reporting failure to create a control (replaces patch 1890940)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoalways return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll inclu...
Vadim Zeitlin [Sun, 24 Feb 2008 23:28:43 +0000 (23:28 +0000)] 
always return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll includes all comctl32.dll v4.71 functionality (replaces patch 1890933)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't forcefully disable regex and tiff, they build fine with VC8 (and not eVC)
Vadim Zeitlin [Sun, 24 Feb 2008 23:24:22 +0000 (23:24 +0000)] 
don't forcefully disable regex and tiff, they build fine with VC8 (and not eVC)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't define, nor use, LVS_EX_LABELTIP under WinCE
Vadim Zeitlin [Sun, 24 Feb 2008 23:20:27 +0000 (23:20 +0000)] 
don't define, nor use, LVS_EX_LABELTIP under WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoset TOOLKIT to WINCE for VC8 builds targeting pocketpc2003
Vadim Zeitlin [Sun, 24 Feb 2008 23:06:58 +0000 (23:06 +0000)] 
set TOOLKIT to WINCE for VC8 builds targeting pocketpc2003

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocompilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE case (fixes WinCE compil...
Vadim Zeitlin [Sun, 24 Feb 2008 23:05:45 +0000 (23:05 +0000)] 
compilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE case (fixes WinCE compilation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoWinCE adjustments
Vadim Zeitlin [Sun, 24 Feb 2008 23:04:57 +0000 (23:04 +0000)] 
WinCE adjustments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't use hook code for positioning message box under WinCE, it doesn't compile there
Vadim Zeitlin [Sun, 24 Feb 2008 22:59:58 +0000 (22:59 +0000)] 
don't use hook code for positioning message box under WinCE, it doesn't compile there

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agorestore checks for SM_SWAPBUTTON, it is not defined in WinCE SDK
Vadim Zeitlin [Sun, 24 Feb 2008 22:59:07 +0000 (22:59 +0000)] 
restore checks for SM_SWAPBUTTON, it is not defined in WinCE SDK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't include wx/msw/dc.h from wx/msw/private.h, this results in circular inclusion...
Vadim Zeitlin [Sun, 24 Feb 2008 22:32:23 +0000 (22:32 +0000)] 
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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed end of line and path separator
Francesco Montorsi [Sun, 24 Feb 2008 20:39:26 +0000 (20:39 +0000)] 
fixed end of line and path separator

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving forward
Stefan Csomor [Sun, 24 Feb 2008 18:57:43 +0000 (18:57 +0000)] 
moving forward

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving forward
Stefan Csomor [Sun, 24 Feb 2008 18:29:22 +0000 (18:29 +0000)] 
moving forward

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving forward
Stefan Csomor [Sun, 24 Feb 2008 18:01:09 +0000 (18:01 +0000)] 
moving forward

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded images for topic overviews
Francesco Montorsi [Sun, 24 Feb 2008 17:39:16 +0000 (17:39 +0000)] 
added images for topic overviews

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving forward
Stefan Csomor [Sun, 24 Feb 2008 17:36:44 +0000 (17:36 +0000)] 
moving forward

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix some links
Francesco Montorsi [Sun, 24 Feb 2008 17:36:28 +0000 (17:36 +0000)] 
fix some links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agorevised topic overviews (letters g,h)
Francesco Montorsi [Sun, 24 Feb 2008 17:26:29 +0000 (17:26 +0000)] 
revised topic overviews (letters g,h)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing link anchors naming
Francesco Montorsi [Sun, 24 Feb 2008 17:25:48 +0000 (17:25 +0000)] 
fixing link anchors naming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadding reminder of a few ideas about new ALIASES
Francesco Montorsi [Sun, 24 Feb 2008 17:25:11 +0000 (17:25 +0000)] 
adding reminder of a few ideas about new ALIASES

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoving forward
Stefan Csomor [Sun, 24 Feb 2008 17:22:10 +0000 (17:22 +0000)] 
moving forward

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofirst round, connecting overviews properly to main page
Stefan Csomor [Sun, 24 Feb 2008 17:08:13 +0000 (17:08 +0000)] 
first round, connecting overviews properly to main page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed wxListCtrl::RefreshItem(s) - it didn't update anything before
Václav Slavík [Sun, 24 Feb 2008 17:07:13 +0000 (17:07 +0000)] 
fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agowxMac's wxListBox was missing GetDefaultAttributes() to accompany its GetClassDefault...
Václav Slavík [Sun, 24 Feb 2008 17:00:35 +0000 (17:00 +0000)] 
wxMac's wxListBox was missing GetDefaultAttributes() to accompany its GetClassDefaultAttributes()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded few DON'Ts
Francesco Montorsi [Sun, 24 Feb 2008 16:12:13 +0000 (16:12 +0000)] 
added few DON'Ts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoRewritten technote for Doxygen documentation
Francesco Montorsi [Sun, 24 Feb 2008 15:48:20 +0000 (15:48 +0000)] 
Rewritten technote for Doxygen documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded batch script for generating wx HTML manual from windows; added a comment about...
Francesco Montorsi [Sun, 24 Feb 2008 14:33:49 +0000 (14:33 +0000)] 
added batch script for generating wx HTML manual from windows; added a comment about what the scripts do

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoget rid of references to CVS as we use SVN now
Francesco Montorsi [Sun, 24 Feb 2008 14:23:30 +0000 (14:23 +0000)] 
get rid of references to CVS as we use SVN now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremove other references to the contrib hierarchy, which does not exist anymore
Francesco Montorsi [Sun, 24 Feb 2008 14:19:20 +0000 (14:19 +0000)] 
remove other references to the contrib hierarchy, which does not exist anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremove references to the contrib hierarchy, which does not exist anymore
Francesco Montorsi [Sun, 24 Feb 2008 14:15:11 +0000 (14:15 +0000)] 
remove references to the contrib hierarchy, which does not exist anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agorevert r51647 change as it broke the code overriding AcceptsFocusFromKeyboard() to...
Vadim Zeitlin [Sun, 24 Feb 2008 13:58:38 +0000 (13:58 +0000)] 
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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoanother batch of topic overviews reviewing (letters e,f)
Francesco Montorsi [Sun, 24 Feb 2008 00:47:29 +0000 (00:47 +0000)] 
another batch of topic overviews reviewing (letters e,f)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agounder 10.4 there are some theme brushes represented as pure grayscale, convert them...
Stefan Csomor [Sat, 23 Feb 2008 14:48:21 +0000 (14:48 +0000)] 
under 10.4 there are some theme brushes represented as pure grayscale, convert them to the rgb components accordingly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadding comments for debugging visibility differences between native and wx state
Stefan Csomor [Sat, 23 Feb 2008 09:53:42 +0000 (09:53 +0000)] 
adding comments for debugging visibility differences between native and wx state

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUse native visibility information at this point, as it might trigger during a sequenc...
Stefan Csomor [Sat, 23 Feb 2008 09:46:26 +0000 (09:46 +0000)] 
Use native visibility information at this point, as it might trigger during a sequence of hiding/showing events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoavoiding double firing of visibility state changed for certain controls like multilin...
Stefan Csomor [Sat, 23 Feb 2008 09:45:10 +0000 (09:45 +0000)] 
avoiding double firing of visibility state changed for certain controls like multiline text controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremove MacIsReallyShown() as we now have public IsShownOnScreen() doing exactly the...
Vadim Zeitlin [Sat, 23 Feb 2008 00:19:18 +0000 (00:19 +0000)] 
remove MacIsReallyShown() as we now have public IsShownOnScreen() doing exactly the same thing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUse build/autoconf_prepend-include when running autoconf
Robin Dunn [Fri, 22 Feb 2008 22:31:20 +0000 (22:31 +0000)] 
Use build/autoconf_prepend-include when running autoconf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdd AutoToolbox framework
Robin Dunn [Fri, 22 Feb 2008 22:27:39 +0000 (22:27 +0000)] 
Add AutoToolbox framework

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoanother batch of topic overviews reviewing
Francesco Montorsi [Fri, 22 Feb 2008 22:05:22 +0000 (22:05 +0000)] 
another batch of topic overviews reviewing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdd MacHideApp
Robin Dunn [Fri, 22 Feb 2008 20:37:43 +0000 (20:37 +0000)] 
Add MacHideApp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed wxBitmapButton to use focus and hover bitmaps correctly; also fixed tons of...
Václav Slavík [Fri, 22 Feb 2008 19:59:36 +0000 (19:59 +0000)] 
fixed wxBitmapButton to use focus and hover bitmaps correctly; also fixed tons of misnomers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed strange focus order in wxTipDialog and set initial focus to the checkbox instea...
Václav Slavík [Fri, 22 Feb 2008 18:44:38 +0000 (18:44 +0000)] 
fixed strange focus order in wxTipDialog and set initial focus to the checkbox instead of read-only textctrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFixed IsShownOnScreen() for Mac
Julian Smart [Fri, 22 Feb 2008 14:12:34 +0000 (14:12 +0000)] 
Fixed IsShownOnScreen() for Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFixed IsShownOnScreen() for Mac
Julian Smart [Fri, 22 Feb 2008 14:12:16 +0000 (14:12 +0000)] 
Fixed IsShownOnScreen() for Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoved win_gtk.h header to wx/gtk/private, it's for internal use only
Václav Slavík [Fri, 22 Feb 2008 13:24:05 +0000 (13:24 +0000)] 
moved win_gtk.h header to wx/gtk/private, it's for internal use only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed some doxygen warnings about wrong anchor links
Francesco Montorsi [Thu, 21 Feb 2008 22:05:29 +0000 (22:05 +0000)] 
fixed some doxygen warnings about wrong anchor links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing the topic overviews
Francesco Montorsi [Thu, 21 Feb 2008 21:58:30 +0000 (21:58 +0000)] 
fixing the topic overviews

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing the topic overviews
Francesco Montorsi [Thu, 21 Feb 2008 21:46:03 +0000 (21:46 +0000)] 
fixing the topic overviews

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed the library links
Francesco Montorsi [Thu, 21 Feb 2008 21:45:44 +0000 (21:45 +0000)] 
fixed the library links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed the library links
Francesco Montorsi [Thu, 21 Feb 2008 21:45:10 +0000 (21:45 +0000)] 
fixed the library links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomove pages under 'mainpages' and also adopt new link anchor naming and use @itemdef...
Francesco Montorsi [Thu, 21 Feb 2008 21:12:57 +0000 (21:12 +0000)] 
move pages under 'mainpages' and also adopt new link anchor naming and use @itemdef instead of \twocolitem tag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomove pages under 'mainpages' and also adopt new link anchor naming and use @itemdef...
Francesco Montorsi [Thu, 21 Feb 2008 21:11:25 +0000 (21:11 +0000)] 
move pages under 'mainpages' and also adopt new link anchor naming and use @itemdef instead of \twocolitem tag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse @itemdef macro and correct link naming
Francesco Montorsi [Thu, 21 Feb 2008 19:49:45 +0000 (19:49 +0000)] 
use @itemdef macro and correct link naming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse @subpage where possible
Francesco Montorsi [Thu, 21 Feb 2008 18:59:36 +0000 (18:59 +0000)] 
use @subpage where possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agothe wxTip overview is in tipprovider.h; this is a page of the reference manual which...
Francesco Montorsi [Thu, 21 Feb 2008 18:59:18 +0000 (18:59 +0000)] 
the wxTip overview is in tipprovider.h; this is a page of the reference manual which should stay in wx/interface - fix the link

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agothe wxTip overview is in tipprovider.h; this is a page of the reference manual which...
Francesco Montorsi [Thu, 21 Feb 2008 18:57:26 +0000 (18:57 +0000)] 
the wxTip overview is in tipprovider.h; this is a page of the reference manual which should stay in wx/interface

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFix caret position when deleting last character
Julian Smart [Thu, 21 Feb 2008 16:58:43 +0000 (16:58 +0000)] 
Fix caret position when deleting last character

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoDon't treat character attributes as non-paragraph attributes if using a named paragra...
Julian Smart [Thu, 21 Feb 2008 16:23:39 +0000 (16:23 +0000)] 
Don't treat character attributes as non-paragraph attributes if using a named paragraph style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoDon't omit empty text objects
Julian Smart [Thu, 21 Feb 2008 16:19:00 +0000 (16:19 +0000)] 
Don't omit empty text objects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix harmless unused variable warning under CE
Vadim Zeitlin [Thu, 21 Feb 2008 16:14:10 +0000 (16:14 +0000)] 
fix harmless unused variable warning under CE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agorestore generic DrawEllipticArc() used by CE which was lost during the great wxDC...
Vadim Zeitlin [Thu, 21 Feb 2008 16:13:39 +0000 (16:13 +0000)] 
restore generic DrawEllipticArc() used by CE which was lost during the great wxDC refactoring somehow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoVC8 doesn't have xlocale support under CE
Vadim Zeitlin [Thu, 21 Feb 2008 16:11:37 +0000 (16:11 +0000)] 
VC8 doesn't have xlocale support under CE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved now-unused wxSizer::GetMax/MinWindowSize helpers
Václav Slavík [Thu, 21 Feb 2008 14:07:04 +0000 (14:07 +0000)] 
removed now-unused wxSizer::GetMax/MinWindowSize helpers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoCompile fixes.
Michael Wetherell [Wed, 20 Feb 2008 22:28:02 +0000 (22:28 +0000)] 
Compile fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFixed two out by one errors
Julian Smart [Wed, 20 Feb 2008 20:33:18 +0000 (20:33 +0000)] 
Fixed two out by one errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agorevert not encoding the colons in FileNameToURL() under MSW (r51904, patch 1890922...
Vadim Zeitlin [Wed, 20 Feb 2008 16:33:55 +0000 (16:33 +0000)] 
revert not encoding the colons in FileNameToURL() under MSW (r51904, patch 1890922) as this completely broke wxFS URLs parsing; explain this in a comment in the trunk version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded Id keyword
Francesco Montorsi [Tue, 19 Feb 2008 23:05:18 +0000 (23:05 +0000)] 
added Id keyword

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded wxWidgets samples
Francesco Montorsi [Tue, 19 Feb 2008 23:04:18 +0000 (23:04 +0000)] 
added wxWidgets samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agonew aliases
Francesco Montorsi [Tue, 19 Feb 2008 22:46:29 +0000 (22:46 +0000)] 
new aliases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse lowercase for anchor names of wxlibs
Francesco Montorsi [Tue, 19 Feb 2008 22:31:17 +0000 (22:31 +0000)] 
use lowercase for anchor names of wxlibs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse @subpage where possible instead of @ref
Francesco Montorsi [Tue, 19 Feb 2008 22:30:49 +0000 (22:30 +0000)] 
use @subpage where possible instead of @ref

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix wxConfig link and layout the initial list in two columns
Francesco Montorsi [Tue, 19 Feb 2008 22:28:28 +0000 (22:28 +0000)] 
fix wxConfig link and layout the initial list in two columns

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadding some stub for wx-specific styles
Francesco Montorsi [Tue, 19 Feb 2008 22:27:58 +0000 (22:27 +0000)] 
adding some stub for wx-specific styles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded Id keyword
Francesco Montorsi [Tue, 19 Feb 2008 17:28:40 +0000 (17:28 +0000)] 
added Id keyword

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix part of the doxygen warnings introducing aliases for preprocessor commands; repla...
Francesco Montorsi [Tue, 19 Feb 2008 16:51:34 +0000 (16:51 +0000)] 
fix part of the doxygen warnings introducing aliases for preprocessor commands; replacing some \_ with _ and fixing links to the libraries_page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix doxygen.log and put the .css file in the HTML output folder
Francesco Montorsi [Tue, 19 Feb 2008 16:35:45 +0000 (16:35 +0000)] 
fix doxygen.log and put the .css file in the HTML output folder

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agowe simply use doxygen default
Francesco Montorsi [Tue, 19 Feb 2008 16:35:12 +0000 (16:35 +0000)] 
we simply use doxygen default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoforgot to commit these -- were part of devtips.h
Francesco Montorsi [Tue, 19 Feb 2008 16:21:38 +0000 (16:21 +0000)] 
forgot to commit these -- were part of devtips.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved erraneously-added file
Francesco Montorsi [Tue, 19 Feb 2008 15:23:28 +0000 (15:23 +0000)] 
removed erraneously-added file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agorenamed some topic overviews to a more readable filename
Francesco Montorsi [Tue, 19 Feb 2008 15:23:05 +0000 (15:23 +0000)] 
renamed some topic overviews to a more readable filename

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved almost all TeX code from main manual pages
Francesco Montorsi [Tue, 19 Feb 2008 15:15:32 +0000 (15:15 +0000)] 
removed almost all TeX code from main manual pages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd meta to manifests
Chris Elliott [Tue, 19 Feb 2008 15:01:25 +0000 (15:01 +0000)] 
add meta to manifests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved useless spaces
Francesco Montorsi [Tue, 19 Feb 2008 13:28:24 +0000 (13:28 +0000)] 
removed useless spaces

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomoved the images under images folder
Francesco Montorsi [Tue, 19 Feb 2008 13:18:53 +0000 (13:18 +0000)] 
moved the images under images folder

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadjusted topic links
Francesco Montorsi [Tue, 19 Feb 2008 13:02:03 +0000 (13:02 +0000)] 
adjusted topic links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoimplement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030)
Vadim Zeitlin [Tue, 19 Feb 2008 02:43:29 +0000 (02:43 +0000)] 
implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't encode collons in file:// URLs under Windows as IE is incapable of opening...
Vadim Zeitlin [Tue, 19 Feb 2008 02:37:53 +0000 (02:37 +0000)] 
don't encode collons in file:// URLs under Windows as IE is incapable of opening them (and other browsers can open both forms) (patch 1890922)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded initial version of the Doxygen manual
Francesco Montorsi [Tue, 19 Feb 2008 00:04:03 +0000 (00:04 +0000)] 
added initial version of the Doxygen manual

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agomake IsOk() virtual to allow it to be overridden in e.g. wxEnhMetaFile (replaces...
Vadim Zeitlin [Mon, 18 Feb 2008 23:58:09 +0000 (23:58 +0000)] 
make IsOk() virtual to allow it to be overridden in e.g. wxEnhMetaFile (replaces patch 1896222)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreverted r51340: don't use wxWeakRef in the library code as long as not all supported...
Vadim Zeitlin [Mon, 18 Feb 2008 23:47:50 +0000 (23:47 +0000)] 
reverted r51340: don't use wxWeakRef in the library code as long as not all supported compilers (notably all versions of Borland C++) can compile it; reapply r51340 once wxWeakRef is supported everywhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoRework the dl* Darwin compatibility code so it uses the real functions when
David Elliott [Mon, 18 Feb 2008 23:44:46 +0000 (23:44 +0000)] 
Rework the dl* Darwin compatibility code so it uses the real functions when
available.  If compiled to allow for pre-10.3 systems it will do the check
at runtime and the compatibility functions will be compiled but likely
not used.  If compiled with 10.3 or higher as the minimum version, the
compatibility functions will not be compiled and the library will work
identically as it does on all other UNIX.

Even if the compatibility code is compiled in, the function names are now
prefixed with wx_darwin_ and are marked static so they don't make it into
the exported symbols, even in their C++-mangled form.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agohonour locale modifiers such a @valencia in system locale (patch 1896444)
Vadim Zeitlin [Mon, 18 Feb 2008 23:43:29 +0000 (23:43 +0000)] 
honour locale modifiers such a @valencia in system locale (patch 1896444)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoDon't include dlfcn.h from wx/dynlib.h on Darwin. We might be using our own
David Elliott [Mon, 18 Feb 2008 22:53:38 +0000 (22:53 +0000)] 
Don't include dlfcn.h from wx/dynlib.h on Darwin.  We might be using our own
internal replacement functions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoTest for dlopen/dlerror on Mac OS X as with any other UNIX.
David Elliott [Mon, 18 Feb 2008 22:50:15 +0000 (22:50 +0000)] 
Test for dlopen/dlerror on Mac OS X as with any other UNIX.
Indent dlerror test appropriately.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775