Vadim Zeitlin
|
e256b53a3d
|
remove wxWindow::Clear() from wxDFB and wxMGL which was unused (probably replaced by ClearBackground()) and conflicted with methods with the same name in other classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-17 18:22:15 +00:00 |
|
Robert Roebling
|
001f0f8273
|
Correct focus rect to not appear in unfocussed controls (currently doesn't appear at all under XP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-17 09:43:19 +00:00 |
|
Robert Roebling
|
49fc3b9c03
|
Correct EnsureVisible() to show last item entirely
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-17 09:21:04 +00:00 |
|
Robert Roebling
|
e2da67f6d7
|
More alignment issues
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-17 09:17:32 +00:00 |
|
Robert Roebling
|
69357fa0cb
|
Change default alignment to centre vertically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-17 08:50:22 +00:00 |
|
Paul Cornett
|
c266eff98c
|
remove C++ comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-17 02:59:13 +00:00 |
|
Robert Roebling
|
e94d0c1e66
|
Add wxDataViewTreeStore with sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-16 11:41:46 +00:00 |
|
Robert Roebling
|
c33edc08d6
|
Beginning of wxDataViewTreeStore API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-13 22:01:24 +00:00 |
|
Robert Roebling
|
7e59e3d050
|
Made wxList no longer inherit from wxObject, no change in STL mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-13 22:00:10 +00:00 |
|
Robert Roebling
|
9a0a58f5af
|
Use typesafe wxVariantList in wxVariant instead of wxList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-13 12:11:51 +00:00 |
|
Robert Roebling
|
7e6b478087
|
define typesafe wxVariantList (to be used by wxVariant instead of wxList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-13 11:57:48 +00:00 |
|
Robert Roebling
|
3586d10f72
|
wxVariantData no longer inherits from wxObject
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-13 11:45:34 +00:00 |
|
David Elliott
|
99d21c0e1f
|
Move wxCocoa's wxFontRefData from the header to the implementation file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-13 07:18:04 +00:00 |
|
Robert Roebling
|
1e40f6676a
|
added wxDataViewModel::HasContainerColumns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-12 18:31:12 +00:00 |
|
Julian Smart
|
fe8b03618a
|
Make SaveFile and LoadFile virtual so they can be overridden
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-11 19:56:38 +00:00 |
|
Václav Slavík
|
d350fbec22
|
compilation fixed for wxDataViewCtrl: almost no class was properly exported in wxGTK version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 19:44:26 +00:00 |
|
Chris Elliott
|
b1ab476240
|
update setup.h for univ
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 17:01:34 +00:00 |
|
Vadim Zeitlin
|
2978a784f5
|
compilation fix for wxUniv: don't use the native wxTextEntry class in this case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 15:45:28 +00:00 |
|
Benjamin Williams
|
c89e16e423
|
added DockFixed() pane option; doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 10:27:03 +00:00 |
|
Václav Slavík
|
6a6ea041d9
|
compilation fix for Mingw: it doesn't have std::wostream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 09:48:00 +00:00 |
|
Robin Dunn
|
b9cd2cb909
|
Give wxMac's wxStaticBox an AcceptsFocus method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 16:04:16 +00:00 |
|
Julian Smart
|
44cc96a80c
|
Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
to wxRichTextBuffer to reduce wxFont consumption and increase performance.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 11:20:36 +00:00 |
|
Vadim Zeitlin
|
6b61b594cf
|
define insertion operator in std::wostream in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:09:01 +00:00 |
|
Vadim Zeitlin
|
7a906e1a21
|
fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:01:59 +00:00 |
|
Vadim Zeitlin
|
6919e3bb38
|
don't define operator<<(ostream&, wxString) at all if it's already defined in the library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:01:20 +00:00 |
|
Vadim Zeitlin
|
dad49cc7f9
|
compilation fix for wxUSE_STL==1 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 23:50:32 +00:00 |
|
Vadim Zeitlin
|
e3408b704d
|
added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 23:41:50 +00:00 |
|
Vadim Zeitlin
|
0f1b6d7b58
|
removed extra const in DoGetFilenames() declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 13:00:45 +00:00 |
|
Chris Elliott
|
6b73ac78de
|
set minimum bcc32 version to turbo explorer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 08:00:59 +00:00 |
|
Robert Roebling
|
a5fb925380
|
Update from Hartwig for OS X implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 19:15:30 +00:00 |
|
Václav Slavík
|
b85e0ae0a1
|
globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 17:15:37 +00:00 |
|
Vadim Zeitlin
|
24904055f3
|
made Blur() methods const (bug 180914)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 17:02:12 +00:00 |
|
Vadim Zeitlin
|
e9717bd5d8
|
fixed several problems due to use of GetEditHWND() when the edit control is not available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 11:19:09 +00:00 |
|
Vadim Zeitlin
|
14d6351382
|
always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 12:38:15 +00:00 |
|
Vadim Zeitlin
|
398eebb155
|
fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 23:54:40 +00:00 |
|
Václav Slavík
|
2826ef0c63
|
use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 22:56:55 +00:00 |
|
Václav Slavík
|
3115bfa8a4
|
fixed WX_CLEAR_HASH_SET to compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 22:41:54 +00:00 |
|
David Elliott
|
e960ba596b
|
Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 20:12:02 +00:00 |
|
Chris Elliott
|
fbbac9353b
|
add DMC to misbehaving compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 17:03:32 +00:00 |
|
Michael Wetherell
|
53e372c281
|
Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with
-Wundef.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-02 14:56:09 +00:00 |
|
Vadim Zeitlin
|
f5851311d3
|
fix several mingw32 warnings (patch from Tim Stahlhut)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-02 11:36:35 +00:00 |
|
Vadim Zeitlin
|
b152d8c56c
|
PCH-less compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-02 11:32:25 +00:00 |
|
Robert Roebling
|
6608fdab17
|
Document _ITEM_VALUE_CHANGED and implmement it equally as being sent from valueChanged and ItemChanged. Remove other _MODEL_XXX events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-02 10:41:46 +00:00 |
|
Vadim Zeitlin
|
8ece1737f4
|
define WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too to avoid warnings about __declspec being ignored in forward declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-01 12:14:35 +00:00 |
|
Vadim Zeitlin
|
fb1a478979
|
use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-01 11:54:50 +00:00 |
|
Jouk Jansen
|
3a04ad7917
|
OpenVMS : removing dependency on obsolete Porting-library (Jackets)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-01 11:46:08 +00:00 |
|
Robert Roebling
|
854cdb0975
|
Added API for adding/deleting/changing multiple items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-01 10:54:57 +00:00 |
|
Václav Slavík
|
6e26d6b78c
|
include line number information in wxXmlNode (based on patch #1803492 by Heikki Linnakangas)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-30 11:09:54 +00:00 |
|
Václav Slavík
|
43de415736
|
_WX_DECLARE_OBJARRAY was missing reserve() declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-30 10:52:08 +00:00 |
|
Václav Slavík
|
cd64344431
|
use reserve() instead of Alloc() in WX_APPEND_ARRAY so that it works with std classes too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-30 10:44:45 +00:00 |
|