Vadim Zeitlin
1cd3409d5e
fixed assert failure for a window which doesn't have a set background colour
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 13:10:43 +00:00
Vadim Zeitlin
78361a0e98
moved OnExceptionInMainLoop() in .cpp from header
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 11:16:32 +00:00
Václav Slavík
c2218763d5
corrected cppunit test's output
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 09:01:16 +00:00
Mattia Barbon
e04b7e8e71
Make wxMotif buttons smaller (and nicer) by default,
...
with the option of reverting to the old behaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 08:14:39 +00:00
Mattia Barbon
bea8e651c7
Fixed MinGW compilation with GCC 3.x when wxUSE_STL == 1.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 08:11:52 +00:00
Mattia Barbon
961dd75341
Added missing NO_GCC_PRAGMA check.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 08:06:45 +00:00
Robin Dunn
d6c14a4c94
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:32:57 +00:00
Robin Dunn
7fdaaabe42
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:25:19 +00:00
Robin Dunn
7ef67bb9b2
removed duplicate definitiion
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:23:54 +00:00
Robin Dunn
450d55a035
Added wx.FileSystem support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:14:58 +00:00
Robin Dunn
c24da6d6a6
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:13:30 +00:00
Robin Dunn
03e37cd542
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:46:01 +00:00
Robin Dunn
5841276a80
Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows
...
all columns of a wx.ListCtrl in report mode to be edited.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:45:06 +00:00
Robin Dunn
d7403ad2d1
Reverted to old method names/signatures for wx.DC, updated lib and
...
demo to match. Also fixed some deprecation warnings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:41:33 +00:00
Robin Dunn
019fd9d379
some methods missing wxPyBeginBlockThreads/wxPyEndBlockThreads
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:38:53 +00:00
Robin Dunn
b2ce5e1b27
Implement some base class virtuals to avoid errors related to this not
...
being a true wxDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 01:55:29 +00:00
Dimitri Schoolwerth
6f28211af2
fixed Xcode 1.2 warnings; code cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 00:19:00 +00:00
Robin Dunn
82b978d70d
Reverted last change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 22:46:38 +00:00
Václav Slavík
9941ff2d65
compilation fixes (apparently, gcc <3.4 didn't validate code in templates that were never used, at least in this case)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 22:13:02 +00:00
Václav Slavík
d6cb2e49d3
dmars_smake support (bakefile cvs, patch 942877)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 22:10:06 +00:00
Robin Dunn
3e3b7e7556
wxScreenDC also needs a pango context and layout so it can do GetTextExtent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 21:42:07 +00:00
Robin Dunn
abdb7725e1
In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
...
will always be NULL there will be a wxCHECK asserts triggered whenever
calling base class methods that are valid calls (or just ignored) on
other wx ports. Added a set of macros to be used to test m_widget
that will bypass the wxFAIL if the window is a wxMessageDialog. This
will silence those asserts if the window is a wxMessageDialog and will
let the method doing the check just be ignored in that case.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 21:29:35 +00:00
Mattia Barbon
6e86701b83
Use new wxHashTable implementation not using keyed wxList
...
when !WXWIN_COMPATIBILITY_24. It is faster. It is almost 100%
compatible, too, the only difference being Next() return value
type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 20:59:17 +00:00
Mattia Barbon
066f177ced
Some wxPerl notes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 20:19:11 +00:00
Mattia Barbon
15b845f277
Fixed menu separators.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 17:08:23 +00:00
Mattia Barbon
0c02f0701e
Native wxControl::DoGetBestSize() implementation
...
using XtQueryGeometry().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 17:06:08 +00:00
Mattia Barbon
0c05fdf357
MSVC 5 fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 17:03:19 +00:00
Mattia Barbon
1248b41f9f
Precompiled headers support.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 17:00:40 +00:00
Mattia Barbon
93d660a411
GCC 3.4 fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 16:56:59 +00:00
Stefan Csomor
53d923413a
classic case menubar changed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 09:37:00 +00:00
Václav Slavík
263da34866
define wxUSE_HOTKEY
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 09:27:42 +00:00
Stefan Csomor
1d3216f76d
replacing OSX only carbon calls by classic ones for CFM build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 06:34:28 +00:00
Stefan Csomor
57ab966bab
positioning of the insertion point at the end
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 06:32:24 +00:00
Vadim Zeitlin
2d814c19cc
use an internal wxFileSystem in wxHtmlListBox so that references to images could be resolved
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 22:44:03 +00:00
Vadim Zeitlin
2437f26ca5
fixed bug with SetSelection() not hiding the previously shown page
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 22:15:52 +00:00
Vadim Zeitlin
c096f614b9
made TestDestroy public and virtual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 21:31:52 +00:00
Václav Slavík
0d95d20c5b
more dmc fixes (patch 941830)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 20:55:57 +00:00
Václav Slavík
387f829ed1
moved Unicode tests to testsuite (patch 943945)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 20:26:14 +00:00
Václav Slavík
8ef11eb628
don't export private symbols
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 13:17:38 +00:00
Stefan Csomor
3b28eaf5c3
libpng vulnerability CAN-2004-0421
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 12:55:10 +00:00
Stefan Csomor
cfeff6f71c
adaption for CW 8.3 and quick hack for unicode text control size
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 12:30:20 +00:00
George Tasker
e31a990025
Updated the embedded sample program to reflect latest class functions. Added a generic HandleError() function as part of the sample program to show a simple way of getting error messages fro database calls
...
Insert/Query/Delete examples shown in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 11:11:40 +00:00
Robin Dunn
66c033b4a6
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:30:29 +00:00
Robin Dunn
bcb1a72d5f
undid one of the last SWIG tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:29:27 +00:00
Robin Dunn
9ed0168094
script for the api docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:28:54 +00:00
Robin Dunn
36305df5aa
style sheet for the api docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:25:00 +00:00
Robin Dunn
dce2bd223c
Docstring updates and tweaks for epydoc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:14:22 +00:00
Robin Dunn
68ae5821b6
Adds wxSplitterWindow support, patch from Steve Hartwell.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-29 22:32:23 +00:00
Dimitri Schoolwerth
015c495184
changed hand cursor to look like Windows' hand cursor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-29 20:28:49 +00:00
Dimitri Schoolwerth
75d1935a0a
clarified #error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-29 19:19:57 +00:00