Vadim Zeitlin
34dc0674f1
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
2008-02-27 17:35:13 +00:00
Vadim Zeitlin
81bed90ee4
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
2008-02-27 17:29:54 +00:00
Vadim Zeitlin
1edce33f7e
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
2008-02-27 17:19:42 +00:00
Vadim Zeitlin
5a0b1008ff
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
2008-02-27 15:08:54 +00:00
Vadim Zeitlin
18868d62a2
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
2008-02-27 14:49:46 +00:00
Julian Smart
c2a4fabb14
Made wxRichTextCtrl cursors accessible
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-27 08:54:55 +00:00
Stefan Csomor
0d0b1695e0
applying patch 1873285
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-27 08:11:33 +00:00
Bryan Petty
58d0deaac1
More doxygen topic overview cleanup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-27 06:48:16 +00:00
Bryan Petty
07fa8f78f8
More doxygen topic overview cleanup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-27 04:40:10 +00:00
Vadim Zeitlin
2a8c8b35f8
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
2008-02-27 02:01:02 +00:00
Robert Roebling
5e9b723f6d
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
2008-02-26 20:09:23 +00:00
Bryan Petty
721a49c715
More doxygen overview cleanup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 18:37:50 +00:00
Julian Smart
6c0ea5130f
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
2008-02-26 17:59:06 +00:00
Vadim Zeitlin
3f49efdba9
/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
2008-02-26 17:55:19 +00:00
Julian Smart
c40766261b
Corrected GetFontAttributes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 17:55:19 +00:00
Vadim Zeitlin
194727706f
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
2008-02-26 17:42:20 +00:00
Vadim Zeitlin
f954984155
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
2008-02-26 17:17:28 +00:00
Paul Cornett
8d788b830c
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
2008-02-26 17:14:17 +00:00
Julian Smart
3638bb5c0d
Fixed [ 1775674 ] Invalid color in picker dialog
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 15:27:20 +00:00
Julian Smart
ab44f4bf4e
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
2008-02-26 15:05:11 +00:00
Julian Smart
063dbace7b
Fixed bug [ 1714813 ] ApplyXXXToSelection remove style
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 14:55:42 +00:00
Julian Smart
11f0898b7d
Removed redundant Init call (bug 1724495)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 14:26:18 +00:00
Julian Smart
ff24aeb7b1
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
2008-02-26 14:15:35 +00:00
Julian Smart
62381daaaf
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
2008-02-26 12:54:01 +00:00
Bryan Petty
a2968d85eb
More doxygen topic overview cleanup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 09:29:48 +00:00
Michael Wetherell
ef16be7bed
td163 down, move to td189.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 08:36:17 +00:00
Michael Wetherell
e09c4c1de8
check xmllint/xsltproc installed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 08:35:45 +00:00
Paul Cornett
81b0235f13
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
2008-02-26 06:14:32 +00:00
David Elliott
dee851ec9f
* 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
2008-02-26 05:57:42 +00:00
Bryan Petty
877b5c30d6
More doxygen overview updates.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-26 00:05:33 +00:00
Francesco Montorsi
2bdba54504
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
2008-02-25 22:39:36 +00:00
Francesco Montorsi
98ba1eee5d
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
2008-02-25 22:29:37 +00:00
Václav Slavík
30724d046d
compilation fix for pch-less build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-25 15:35:28 +00:00
Bryan Petty
728449503c
Doxygen topic overview cleanups.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-25 10:50:43 +00:00
Vadim Zeitlin
ed8c374dd7
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
2008-02-25 03:01:47 +00:00
Vadim Zeitlin
000eea7a2e
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
2008-02-25 02:51:44 +00:00
Vadim Zeitlin
3bbd9580df
better wording for the last change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-25 02:46:26 +00:00
Vadim Zeitlin
d238d403f1
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
2008-02-25 02:45:27 +00:00
Vadim Zeitlin
fa9cd5d361
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
2008-02-25 02:23:45 +00:00
Vadim Zeitlin
7eee360775
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
2008-02-25 02:21:18 +00:00
Vadim Zeitlin
74052fe83b
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
2008-02-25 02:13:36 +00:00
Francesco Montorsi
a51ea7f13d
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
2008-02-25 00:29:04 +00:00
Francesco Montorsi
b8afbac6aa
add the missing < > symbols
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-25 00:25:48 +00:00
Francesco Montorsi
d230488b29
reworked link anchors and link text
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-25 00:09:20 +00:00
Francesco Montorsi
e244be154e
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
2008-02-25 00:03:35 +00:00
Vadim Zeitlin
0d801d09f9
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
2008-02-24 23:38:57 +00:00
Vadim Zeitlin
6b4296f7fb
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
2008-02-24 23:28:43 +00:00
Vadim Zeitlin
4798fbc7d1
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
2008-02-24 23:24:22 +00:00
Vadim Zeitlin
2036bdd303
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
2008-02-24 23:20:27 +00:00
Vadim Zeitlin
00b20999de
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
2008-02-24 23:06:58 +00:00