Stefan Csomor
3d640cfc40
added network-to-host noops
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-23 12:24:55 +00:00
Stefan Csomor
d9d14984ff
CFM Build fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-23 09:14:50 +00:00
Stefan Csomor
7eb8d1ebd6
always use opaque structs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-23 08:54:23 +00:00
Robin Dunn
5b29df3fee
Add __docfilter__ to modules so epydoc doesn't generate docs for all
...
the SWIG crud in the modules it doesn't need to.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 23:25:20 +00:00
Robin Dunn
a400c2ec04
A way to make the DC classes in wxPython look like the ones in 2.5, so
...
code can be written that works with both versions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 23:22:46 +00:00
Robin Dunn
56b98bac20
Use PostCreate
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:57:50 +00:00
Robin Dunn
3c29a62abb
wxFIXED_MINSIZE is not needed anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:57:01 +00:00
Robin Dunn
3e7c608160
bugfix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:48:18 +00:00
Robin Dunn
9abdd2cb90
Remove some obsolete window styles, added a new sizer flag
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:47:24 +00:00
Robin Dunn
9176f38f73
Add the masked package dir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:46:10 +00:00
Robin Dunn
75e14ed5ee
Various tweaks, docstring fixes, etc.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:45:15 +00:00
Robin Dunn
6c7eee75ce
Updated SWIG docstring changes, also merged prepend patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:37:50 +00:00
Robin Dunn
c6a2657789
Add SetKind accessor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:08:09 +00:00
Robin Dunn
a51dff7380
Get the GIL before raising an exception
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:07:20 +00:00
Robin Dunn
49826dabe6
Fix wxGTK's menu and menubar so Insert does something other than
...
always append.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:05:52 +00:00
Robin Dunn
57fbd4359a
SetFont may temporarily rset the background to wxNullColour before
...
calling ApplyWidgetStyle, so make sure we don't use an invalid colour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:04:24 +00:00
Robin Dunn
d36d8dd7d2
Add SetKind accessor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:02:02 +00:00
Robin Dunn
093475d267
Instead of using GetAdjustedBestSize use the minsize if there is one,
...
otherwise use GetBestSize. This allows for situations where the
minsize is smaller than the bestsize (for example, abbreviated state
fields will normally be smaller than the 100px best size for
wxTextCtrls.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 21:44:29 +00:00
Dimitri Schoolwerth
0fbcc4d827
fixed broken filetype filters in file dialogs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 21:11:13 +00:00
Stefan Csomor
f8df60f2b2
adapting the MSW way for mutex gui
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 20:51:22 +00:00
Stefan Csomor
167d8a885f
fixes, rewrites, adopting the posix way of resume/suspend (while using MP-API) as throwing exceptions is explicitely not recommended
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 20:50:16 +00:00
Václav Slavík
19aa75a874
fixed missing CPPUNIT_LIBS,CFLAGS in dmars makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 18:28:38 +00:00
Václav Slavík
3a81109621
fixed generating dmars makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 08:26:14 +00:00
Václav Slavík
d7da7f13eb
applied patch 939076: __SMARTPHONE__ define
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 21:13:49 +00:00
Václav Slavík
8f61ba286d
added wxRegEx::GetMatchCount
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 21:04:05 +00:00
Václav Slavík
f2aa588ba5
applied patch 939076: __SMARTPHONE__ define
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 21:03:02 +00:00
Václav Slavík
95762eafc1
make the tests run a little faster
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 20:20:48 +00:00
Václav Slavík
bc10103ec8
moved wxRegEx test from console to testsuite (patch 938995)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 20:17:18 +00:00
Václav Slavík
17aa28a91b
small fix (patch 938995)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 20:14:59 +00:00
Václav Slavík
86b79b93fb
added wxRegEx::GetMatchCount (patch 938995)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 20:14:14 +00:00
Stefan Csomor
c3a404b090
added define for Aug 2003 gcc update compatibility with Jaguar
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 19:20:21 +00:00
Vadim Zeitlin
11756f61e9
fixed #if in Create(); don't use wxModelessWindows any more
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 17:43:48 +00:00
Stefan Csomor
cda73c278d
creating Apple menu programmatically
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 16:16:34 +00:00
Vadim Zeitlin
2f8b21fc87
really fixed crash with strange HDN_GETDISPINFOWs under XP
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 15:01:07 +00:00
Václav Slavík
320c341a10
don't use wxFileConfig to parse kdeglobals, it's not meant for such use. Fixes bug 939195
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 13:33:31 +00:00
Vadim Zeitlin
1d1c3a9fda
got rid of some ifdefs; added comment explaining why wxYield() is really needed and Update() is not enough
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 12:55:41 +00:00
Vadim Zeitlin
940b4f0741
time() takes time_t, not [unsigned] long -- and in fact we don't need to pass it any argument at all
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 12:49:52 +00:00
Vadim Zeitlin
f46f4c86b2
fixed recent modeless dialog breakage caused by removing wxDIALOG_MODAL (wxModelessWindows list doesn't exist any more; wxDialog::SetModal() and IsModalShowing() deperecated)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 12:45:16 +00:00
Vadim Zeitlin
a48e51ce11
fixed unused variable warning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 11:35:04 +00:00
Stefan Csomor
7368be43c3
MPThread implementation by AJ Lavin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 07:19:25 +00:00
Stefan Csomor
822fc380b8
replaced Yield with YieldIfNeeded for Mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 07:04:32 +00:00
Stefan Csomor
6548fabe00
implemented Lower and Raise for OSX
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 07:03:18 +00:00
Robin Dunn
89f9e172e2
MaskedEditControl bugfix pach from Will Sadkin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 01:45:27 +00:00
Vadim Zeitlin
186545a42f
replaced generic automatic filter string by 2 different ones for all files and all files with the given extension
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 23:07:13 +00:00
Julian Smart
960b193e59
Don't use wxUSE_POCKETPC_UI, determine appropriate UI from
...
SDK defines.
Now creates menubar at bottom of window for PPC.
Window uses default position and size in PPC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 22:17:24 +00:00
Julian Smart
d1faf43f89
Temporary fix for VC++ compile breakage.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 22:12:06 +00:00
Julian Smart
3874e500de
Test for SDK in use
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 19:12:22 +00:00
Chris Elliott
2cbf0a5e43
fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 19:11:40 +00:00
Václav Slavík
0e43839c41
eliminated some warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 19:08:55 +00:00
Chris Elliott
efaa0436fb
fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 19:04:50 +00:00