wxWidgets.git
16 years agoOpen and Close clipboard properly
Julian Smart [Thu, 28 Feb 2008 18:44:43 +0000 (18:44 +0000)] 
Open and Close clipboard properly

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

16 years agoadded missing std sections
Francesco Montorsi [Thu, 28 Feb 2008 08:13:31 +0000 (08:13 +0000)] 
added missing std sections

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

16 years agoadded library missing section
Francesco Montorsi [Thu, 28 Feb 2008 08:13:04 +0000 (08:13 +0000)] 
added library missing section

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

16 years agoadding missing quotes
Francesco Montorsi [Thu, 28 Feb 2008 08:12:25 +0000 (08:12 +0000)] 
adding missing quotes

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

16 years agofix the include files
Francesco Montorsi [Thu, 28 Feb 2008 08:11:52 +0000 (08:11 +0000)] 
fix the include files

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

16 years agoremoved samples topic overview; the samples are part of mainpages/utilities.h now
Francesco Montorsi [Thu, 28 Feb 2008 08:06:39 +0000 (08:06 +0000)] 
removed samples topic overview; the samples are part of mainpages/utilities.h now

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

16 years agorevert updating GTK size hints when window decorations change, it messes up min size...
Paul Cornett [Thu, 28 Feb 2008 06:34:43 +0000 (06:34 +0000)] 
revert updating GTK size hints when window decorations change, it messes up min size set by a sizer

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

16 years agoforward Show() to base, not wxWindow
Paul Cornett [Thu, 28 Feb 2008 06:34:01 +0000 (06:34 +0000)] 
forward Show() to base, not wxWindow

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

16 years agoRemoved some remaining '#' references.
Bryan Petty [Thu, 28 Feb 2008 03:22:12 +0000 (03:22 +0000)] 
Removed some remaining '#' references.

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

16 years agoLast doxygen topic overview cleanup assigned to myself.
Bryan Petty [Thu, 28 Feb 2008 03:13:22 +0000 (03:13 +0000)] 
Last doxygen topic overview cleanup assigned to myself.

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

16 years agocorrect WinCE compilation after last change: can't use global scope with GlobalLock...
Vadim Zeitlin [Thu, 28 Feb 2008 02:52:26 +0000 (02:52 +0000)] 
correct WinCE compilation after last change: can't use global scope with GlobalLock/Unlock() there

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

16 years agoadded DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)
Vadim Zeitlin [Thu, 28 Feb 2008 02:48:51 +0000 (02:48 +0000)] 
added DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)

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

16 years agomore /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL...
Vadim Zeitlin [Thu, 28 Feb 2008 02:22:52 +0000 (02:22 +0000)] 
more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles

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

16 years agouse GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGet...
Vadim Zeitlin [Thu, 28 Feb 2008 00:41:38 +0000 (00:41 +0000)] 
use GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGetPrinterDC() to avoid /Wp64 warnings and also make code safer

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

16 years agocompilation fix after last change
Vadim Zeitlin [Thu, 28 Feb 2008 00:22:02 +0000 (00:22 +0000)] 
compilation fix after last change

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Wed, 27 Feb 2008 18:37:48 +0000 (18:37 +0000)] 
More doxygen topic overview cleanup.

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

16 years agofix wxWeakRef<> for Borland C++ (slightly modified patch 1902415)
Vadim Zeitlin [Wed, 27 Feb 2008 18:12:29 +0000 (18:12 +0000)] 
fix wxWeakRef<> for Borland C++ (slightly modified patch 1902415)

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

16 years agoTake into account explorer associations and CurVer when finding the command to execute.
Julian Smart [Wed, 27 Feb 2008 18:07:30 +0000 (18:07 +0000)] 
Take into account explorer associations and CurVer when finding the command to execute.

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

16 years agodon't attempt to create 0*0 bitmaps in GetBuffer() (patch 1899643)
Vadim Zeitlin [Wed, 27 Feb 2008 18:03:12 +0000 (18:03 +0000)] 
don't attempt to create 0*0 bitmaps in GetBuffer() (patch 1899643)

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

16 years agoclip the text in report mode to prevent it from overflowing into the next column...
Vadim Zeitlin [Wed, 27 Feb 2008 18:00:30 +0000 (18:00 +0000)] 
clip the text in report mode to prevent it from overflowing into the next column (patch 1898914)

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

16 years agodon't track handlers connected to this object itself (patch 1899730)
Vadim Zeitlin [Wed, 27 Feb 2008 17:54:44 +0000 (17:54 +0000)] 
don't track handlers connected to this object itself (patch 1899730)

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

16 years agoadd SetNativeTheme() (slightly modified patch 1884553)
Vadim Zeitlin [Wed, 27 Feb 2008 17:46:14 +0000 (17:46 +0000)] 
add SetNativeTheme() (slightly modified patch 1884553)

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

16 years agotranslate "Copy URL" string in the popup menu (feature request 1803958) (should have...
Vadim Zeitlin [Wed, 27 Feb 2008 17:45:15 +0000 (17:45 +0000)] 
translate "Copy URL" string in the popup menu (feature request 1803958) (should have been part of r52131 but somehow wasn't committed)

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

16 years agofixes for __WINCE_NET__ build (slightly modified patch 1892654)
Vadim Zeitlin [Wed, 27 Feb 2008 17:35:13 +0000 (17:35 +0000)] 
fixes for __WINCE_NET__ build (slightly modified patch 1892654)

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

16 years agoonly define wxAuiFloatingFrameBaseClass as wxMiniFrame if wxUSE_MINIFRAME==1 (and...
Vadim Zeitlin [Wed, 27 Feb 2008 17:29:54 +0000 (17:29 +0000)] 
only define wxAuiFloatingFrameBaseClass as wxMiniFrame if wxUSE_MINIFRAME==1 (and do it under all platforms, why not?) (replaces part of patch 1892654)

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

16 years agooverride SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what...
Vadim Zeitlin [Wed, 27 Feb 2008 17:19:42 +0000 (17:19 +0000)] 
override SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what things tend to be dropped on (patch 1903103)

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

16 years agoforward WM_HELP from the buddy control to the main one in order to make context sensi...
Vadim Zeitlin [Wed, 27 Feb 2008 15:08:54 +0000 (15:08 +0000)] 
forward WM_HELP from the buddy control to the main one in order to make context sensitive help work when the text part of wxSpinCtrl is clicked with "?" cursor

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

16 years agodon't hide the TLW being deleted unless there any other *visible* TLWs remaining...
Vadim Zeitlin [Wed, 27 Feb 2008 14:49:46 +0000 (14:49 +0000)] 
don't hide the TLW being deleted unless there any other *visible* TLWs remaining (bug 1902632)

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

16 years agoMade wxRichTextCtrl cursors accessible
Julian Smart [Wed, 27 Feb 2008 08:54:55 +0000 (08:54 +0000)] 
Made wxRichTextCtrl cursors accessible

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

16 years agoapplying patch 1873285
Stefan Csomor [Wed, 27 Feb 2008 08:11:33 +0000 (08:11 +0000)] 
applying patch 1873285

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Wed, 27 Feb 2008 06:48:16 +0000 (06:48 +0000)] 
More doxygen topic overview cleanup.

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Wed, 27 Feb 2008 04:40:10 +0000 (04:40 +0000)] 
More doxygen topic overview cleanup.

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

16 years agono changes, just a couple of typo fixes in comments
Vadim Zeitlin [Wed, 27 Feb 2008 02:01:02 +0000 (02:01 +0000)] 
no changes, just a couple of typo fixes in comments

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

16 years agorestore wxComboBox's behaviour of reacting to <ENTER>
Robert Roebling [Tue, 26 Feb 2008 20:09:23 +0000 (20:09 +0000)] 
restore wxComboBox's behaviour of reacting to <ENTER>

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

16 years agoMore doxygen overview cleanup.
Bryan Petty [Tue, 26 Feb 2008 18:37:50 +0000 (18:37 +0000)] 
More doxygen overview cleanup.

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

16 years agoDon't take the previous paragraph style when deleting paragraph marker
Julian Smart [Tue, 26 Feb 2008 17:59:06 +0000 (17:59 +0000)] 
Don't take the previous paragraph style when deleting paragraph marker

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

16 years ago/Wp64 warnings fixes (mostly simply use wxUIntToPtr/wxPtrToUInt() instead of C casts)
Vadim Zeitlin [Tue, 26 Feb 2008 17:55:19 +0000 (17:55 +0000)] 
/Wp64 warnings fixes (mostly simply use wxUIntToPtr/wxPtrToUInt() instead of C casts)

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

16 years agoCorrected GetFontAttributes
Julian Smart [Tue, 26 Feb 2008 17:55:19 +0000 (17:55 +0000)] 
Corrected GetFontAttributes

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

16 years agofixes for MSVC compilation with /Wp64 (used by new _vc7 project files): define wxUInt...
Vadim Zeitlin [Tue, 26 Feb 2008 17:42:20 +0000 (17:42 +0000)] 
fixes for MSVC compilation with /Wp64 (used by new _vc7 project files): define wxUIntPtr as size_t, not ulong; suppress warning about size_t to int conversion as there are simply too many of them to be fixed now

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

16 years agocheck whether the grid is fully created in Refresh() (fixes a crash under Mac); refac...
Vadim Zeitlin [Tue, 26 Feb 2008 17:17:28 +0000 (17:17 +0000)] 
check whether the grid is fully created in Refresh() (fixes a crash under Mac); refactored members initialization into a new InitVars() method to avoid duplication and ensure that they're always initialized (slightly modified patch 1901366)

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

16 years agoinitialize m_miniTitle, fix button press detection on caption area,
Paul Cornett [Tue, 26 Feb 2008 17:14:17 +0000 (17:14 +0000)] 
initialize m_miniTitle, fix button press detection on caption area,
remove support for obsolete wxTINY_CAPTION styles

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

16 years agoFixed [ 1775674 ] Invalid color in picker dialog
Julian Smart [Tue, 26 Feb 2008 15:27:20 +0000 (15:27 +0000)] 
Fixed [ 1775674 ] Invalid color in picker dialog

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

16 years agoFixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.
Julian Smart [Tue, 26 Feb 2008 15:05:11 +0000 (15:05 +0000)] 
Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

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

16 years agoFixed bug [ 1714813 ] ApplyXXXToSelection remove style
Julian Smart [Tue, 26 Feb 2008 14:55:42 +0000 (14:55 +0000)] 
Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

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

16 years agoRemoved redundant Init call (bug 1724495)
Julian Smart [Tue, 26 Feb 2008 14:26:18 +0000 (14:26 +0000)] 
Removed redundant Init call (bug 1724495)

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

16 years agoFixed [ 1764805 ] wxSeek with negative offset fails on WinCE
Julian Smart [Tue, 26 Feb 2008 14:15:35 +0000 (14:15 +0000)] 
Fixed [ 1764805 ] wxSeek with negative offset fails on WinCE

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

16 years agoFixed bug [ 1870906 ] There are few problems selection text by mouse in RichTextCt
Julian Smart [Tue, 26 Feb 2008 12:54:01 +0000 (12:54 +0000)] 
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.

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Tue, 26 Feb 2008 09:29:48 +0000 (09:29 +0000)] 
More doxygen topic overview cleanup.

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

16 years agotd163 down, move to td189.
Michael Wetherell [Tue, 26 Feb 2008 08:36:17 +0000 (08:36 +0000)] 
td163 down, move to td189.

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

16 years agocheck xmllint/xsltproc installed
Michael Wetherell [Tue, 26 Feb 2008 08:35:45 +0000 (08:35 +0000)] 
check xmllint/xsltproc installed

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

16 years agoupdate GTK size hints when window decorations change
Paul Cornett [Tue, 26 Feb 2008 06:14:32 +0000 (06:14 +0000)] 
update GTK size hints when window decorations change

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

16 years ago* When hiding a wxWindow make sure that none of its subviews are the first
David Elliott [Tue, 26 Feb 2008 05:57:42 +0000 (05:57 +0000)] 
*   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.

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

16 years agoMore doxygen overview updates.
Bryan Petty [Tue, 26 Feb 2008 00:05:33 +0000 (00:05 +0000)] 
More doxygen overview updates.

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

16 years agothe manual doxygen generates by default is for the C++ interface only; the wxPython...
Francesco Montorsi [Mon, 25 Feb 2008 22:39:36 +0000 (22:39 +0000)] 
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'

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

16 years agofixed all warnings for topic overviews (letters a,h)
Francesco Montorsi [Mon, 25 Feb 2008 22:29:37 +0000 (22:29 +0000)] 
fixed all warnings for topic overviews (letters a,h)

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

16 years agocompilation fix for pch-less build
Václav Slavík [Mon, 25 Feb 2008 15:35:28 +0000 (15:35 +0000)] 
compilation fix for pch-less build

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

16 years agoDoxygen topic overview cleanups.
Bryan Petty [Mon, 25 Feb 2008 10:50:43 +0000 (10:50 +0000)] 
Doxygen topic overview cleanups.

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

16 years agocheck that we have a non-empty keyword in KeywordSearch() (replaces patch 1899972)
Vadim Zeitlin [Mon, 25 Feb 2008 03:01:47 +0000 (03:01 +0000)] 
check that we have a non-empty keyword in KeywordSearch() (replaces patch 1899972)

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

16 years agoreset s_bInAssert in wxDoOnAssert() in an exception-safe way (replaces patch 1900613)
Vadim Zeitlin [Mon, 25 Feb 2008 02:51:44 +0000 (02:51 +0000)] 
reset s_bInAssert in wxDoOnAssert() in an exception-safe way (replaces patch 1900613)

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

16 years agobetter wording for the last change
Vadim Zeitlin [Mon, 25 Feb 2008 02:46:26 +0000 (02:46 +0000)] 
better wording for the last change

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

16 years agoimplement support for display enumeration under WinCE (patch 1890936)
Vadim Zeitlin [Mon, 25 Feb 2008 02:45:27 +0000 (02:45 +0000)] 
implement support for display enumeration under WinCE (patch 1890936)

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

16 years agocheck for wxDF_UNICODETEXT and not only wxDF_TEXT in CanPaste(), this is necessary...
Vadim Zeitlin [Mon, 25 Feb 2008 02:23:45 +0000 (02:23 +0000)] 
check for wxDF_UNICODETEXT and not only wxDF_TEXT in CanPaste(), this is necessary under WinCE (patch 1891003) and shouldn't hurt elsewhere

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

16 years agocorrect radio button best size calculation under CE (was too small by 1 pixel vertica...
Vadim Zeitlin [Mon, 25 Feb 2008 02:21:18 +0000 (02:21 +0000)] 
correct radio button best size calculation under CE (was too small by 1 pixel vertically) (modified patch 1891008)

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

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