]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoopen registry keys in read-only mode as we might not have the rights for full access...
Vadim Zeitlin [Wed, 28 Apr 2004 10:42:41 +0000 (10:42 +0000)] 
open registry keys in read-only mode as we might not have the rights for full access to them (this is default for normal users under XP)

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

20 years ago Committing in .
Jouk Jansen [Wed, 28 Apr 2004 08:00:44 +0000 (08:00 +0000)] 
 Committing in .

 OpenVMS updates

 Modified Files:
  wxWidgets/contrib/src/deprecated/resource.cpp
  wxWidgets/src/common/descrip.mms
  wxWidgets/src/common/wfstream.cpp

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

20 years agoFixes Bug [ 930200 ] Async does not work
Robin Dunn [Tue, 27 Apr 2004 20:02:41 +0000 (20:02 +0000)] 
Fixes Bug [ 930200 ] Async does not work

Because the wxConsoleAppTraits was being created for GUI apps
wxExecute would fail if the wxEXEC_ASYNC flags was used.

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

20 years agoChange SetStringSelection to return bool like in other classes and ports
Robin Dunn [Tue, 27 Apr 2004 19:59:35 +0000 (19:59 +0000)] 
Change SetStringSelection to return bool like in other classes and ports

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

20 years agoIt's now wx._core
Robin Dunn [Tue, 27 Apr 2004 19:36:16 +0000 (19:36 +0000)] 
It's now wx._core

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

20 years agoAdd Unbind methods that can Disconnect event handlers
Robin Dunn [Tue, 27 Apr 2004 19:35:49 +0000 (19:35 +0000)] 
Add Unbind methods that can Disconnect event handlers

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

20 years agoRemove the need for the PyPen class
Robin Dunn [Tue, 27 Apr 2004 19:29:16 +0000 (19:29 +0000)] 
Remove the need for the PyPen class

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

20 years agobetter __docfilter__ and other epydoc tweaks
Robin Dunn [Tue, 27 Apr 2004 19:26:48 +0000 (19:26 +0000)] 
better __docfilter__ and other epydoc tweaks

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

20 years agoadded defines for wxchar workaround
Stefan Csomor [Tue, 27 Apr 2004 17:17:31 +0000 (17:17 +0000)] 
added defines for wxchar workaround

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

20 years agospecific workaround for XCODE native
Stefan Csomor [Tue, 27 Apr 2004 17:15:02 +0000 (17:15 +0000)] 
specific workaround for XCODE native

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

20 years agocleanup
Stefan Csomor [Tue, 27 Apr 2004 17:13:40 +0000 (17:13 +0000)] 
cleanup

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

20 years agoSmartPhone windows are always maximized: Patch 942118
Julian Smart [Tue, 27 Apr 2004 13:48:07 +0000 (13:48 +0000)] 
SmartPhone windows are always maximized: Patch 942118

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

20 years agoreSWIGged
Robin Dunn [Mon, 26 Apr 2004 23:41:48 +0000 (23:41 +0000)] 
reSWIGged

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

20 years agofixed introspection of objects with attrs without string names.
Robin Dunn [Mon, 26 Apr 2004 23:38:06 +0000 (23:38 +0000)] 
fixed introspection of objects with attrs without string names.

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

20 years agoPatch [ 942051 ] generic wxDCBase::DoGetPartialTextExtents speed improvement
Robin Dunn [Mon, 26 Apr 2004 23:33:55 +0000 (23:33 +0000)] 
Patch [ 942051 ] generic wxDCBase::DoGetPartialTextExtents speed improvement

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

20 years agoadded missing comma
Robin Dunn [Mon, 26 Apr 2004 22:28:34 +0000 (22:28 +0000)] 
added missing comma

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

20 years agoSetStringSelection and etc. fixes
Robin Dunn [Mon, 26 Apr 2004 22:26:39 +0000 (22:26 +0000)] 
SetStringSelection and etc. fixes

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

20 years agoPatches from KevinO that work around issues where the widget isn't
Robin Dunn [Mon, 26 Apr 2004 22:25:44 +0000 (22:25 +0000)] 
Patches from KevinO that work around issues where the widget isn't
fully created yet.

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

20 years agowxToggleButton on wxMac has these methods now
Robin Dunn [Mon, 26 Apr 2004 22:23:33 +0000 (22:23 +0000)] 
wxToggleButton on wxMac has these methods now

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

20 years agoMore details about the internal module name changes
Robin Dunn [Mon, 26 Apr 2004 22:22:41 +0000 (22:22 +0000)] 
More details about the internal module name changes

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

20 years agomake it easier to do a gtk2 build
Robin Dunn [Mon, 26 Apr 2004 22:22:09 +0000 (22:22 +0000)] 
make it easier to do a gtk2 build

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

20 years agoPatch [ 941460 ] wxStaticBox note about control Z-Order
Robin Dunn [Mon, 26 Apr 2004 16:02:25 +0000 (16:02 +0000)] 
Patch [ 941460 ] wxStaticBox note about control Z-Order

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

20 years agosupress bcc warnings in new zlib
Václav Slavík [Mon, 26 Apr 2004 09:58:00 +0000 (09:58 +0000)] 
supress bcc warnings in new zlib

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

20 years agoanother 2.4 compatiblity fix
Václav Slavík [Mon, 26 Apr 2004 09:22:03 +0000 (09:22 +0000)] 
another 2.4 compatiblity fix

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

20 years agoOSX Info.plist
Stefan Csomor [Mon, 26 Apr 2004 05:34:16 +0000 (05:34 +0000)] 
OSX Info.plist

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

20 years agoxcode 1.2 native targets
Stefan Csomor [Mon, 26 Apr 2004 05:27:12 +0000 (05:27 +0000)] 
xcode 1.2 native targets

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

20 years agoon xcode native we end up with several definitions otherwise
Stefan Csomor [Mon, 26 Apr 2004 05:20:52 +0000 (05:20 +0000)] 
on xcode native we end up with several definitions otherwise

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

20 years agoxcode 1.2 project files with native targets and precompiled headers support
Stefan Csomor [Mon, 26 Apr 2004 05:13:30 +0000 (05:13 +0000)] 
xcode 1.2 project files with native targets and precompiled headers support

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

20 years agoxcode precompiled headers support
Stefan Csomor [Mon, 26 Apr 2004 04:59:46 +0000 (04:59 +0000)] 
xcode precompiled headers support

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

20 years agodon't crash if there's no wxFileSystem instance
Václav Slavík [Sun, 25 Apr 2004 19:39:57 +0000 (19:39 +0000)] 
don't crash if there's no wxFileSystem instance

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

20 years ago2.4 backward compatiblity tests should be run only if the library was built in compat...
Václav Slavík [Sun, 25 Apr 2004 19:26:07 +0000 (19:26 +0000)] 
2.4 backward compatiblity tests should be run only if the library was built in compatibility mode

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

20 years agounused var warning
Vadim Zeitlin [Sun, 25 Apr 2004 11:52:16 +0000 (11:52 +0000)] 
unused var warning

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

20 years agoDMC fixes
Václav Slavík [Sun, 25 Apr 2004 11:06:02 +0000 (11:06 +0000)] 
DMC fixes

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

20 years agoremoved GzipStreams, upgraded zlib
Václav Slavík [Sun, 25 Apr 2004 08:57:44 +0000 (08:57 +0000)] 
removed GzipStreams, upgraded zlib

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

20 years agoremoved wxGzipStreams (supported by wxZlibStreams now)
Václav Slavík [Sun, 25 Apr 2004 08:55:57 +0000 (08:55 +0000)] 
removed wxGzipStreams (supported by wxZlibStreams now)

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

20 years agoremoved GzipStreams, upgraded zlib
Václav Slavík [Sun, 25 Apr 2004 08:50:33 +0000 (08:50 +0000)] 
removed GzipStreams, upgraded zlib

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

20 years agoremoved wxGzipStreams (supported by wxZlibStreams now)
Václav Slavík [Sun, 25 Apr 2004 08:49:19 +0000 (08:49 +0000)] 
removed wxGzipStreams (supported by wxZlibStreams now)

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

20 years agoupgraded builtin zlib to 1.2.1
Václav Slavík [Sun, 25 Apr 2004 08:48:21 +0000 (08:48 +0000)] 
upgraded builtin zlib to 1.2.1

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

20 years agoremoved zlib tests
Václav Slavík [Sun, 25 Apr 2004 08:46:02 +0000 (08:46 +0000)] 
removed zlib tests

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

20 years agoThis commit was generated by cvs2svn to compensate for changes in r26952,
Václav Slavík [Sun, 25 Apr 2004 08:06:40 +0000 (08:06 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r26952,
which included commits to RCS files with non-trunk default branches.

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

20 years agoInitial revision
Václav Slavík [Sun, 25 Apr 2004 08:06:02 +0000 (08:06 +0000)] 
Initial revision

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

20 years agoThis commit was generated by cvs2svn to compensate for changes in r26947,
Václav Slavík [Sun, 25 Apr 2004 08:03:26 +0000 (08:03 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r26947,
which included commits to RCS files with non-trunk default branches.

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

20 years agoreSWIGged
Robin Dunn [Sun, 25 Apr 2004 07:03:15 +0000 (07:03 +0000)] 
reSWIGged

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

20 years agoRenamed the core namespace's submodules to have a leading underscore.
Robin Dunn [Sun, 25 Apr 2004 06:51:10 +0000 (06:51 +0000)] 
Renamed the core namespace's submodules to have a leading underscore.
This is so epydoc will automatically mark them as private and won't
document the objects they contain (they'll be docmented via the wx
module.)

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

20 years agoreSWIGged
Robin Dunn [Sun, 25 Apr 2004 00:47:48 +0000 (00:47 +0000)] 
reSWIGged

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

20 years agosilence a bogus error message
Robin Dunn [Sun, 25 Apr 2004 00:43:20 +0000 (00:43 +0000)] 
silence a bogus error message

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

20 years agowx.StaticBox and siblings creation order, and other fixes from Kevin Ollivier
Robin Dunn [Sun, 25 Apr 2004 00:39:05 +0000 (00:39 +0000)] 
wx.StaticBox and siblings creation order, and other fixes from Kevin Ollivier

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

20 years agoUse the right classname
Robin Dunn [Sun, 25 Apr 2004 00:38:55 +0000 (00:38 +0000)] 
Use the right classname

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

20 years agoWe need __docfilter__ too
Robin Dunn [Sun, 25 Apr 2004 00:38:04 +0000 (00:38 +0000)] 
We need __docfilter__ too

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

20 years agoTweak the text about Sizer changes
Robin Dunn [Sun, 25 Apr 2004 00:37:18 +0000 (00:37 +0000)] 
Tweak the text about Sizer changes

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

20 years agoallow to be imported independently
Robin Dunn [Sun, 25 Apr 2004 00:34:35 +0000 (00:34 +0000)] 
allow to be imported independently

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

20 years agogcc warnings
Stefan Csomor [Sat, 24 Apr 2004 07:57:12 +0000 (07:57 +0000)] 
gcc warnings

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

20 years agomention that CountTokens() returns the number of remaining tokens, not the total...
Vadim Zeitlin [Fri, 23 Apr 2004 19:22:19 +0000 (19:22 +0000)] 
mention that CountTokens() returns the number of remaining tokens, not the total count

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

20 years agoadded network-to-host noops
Stefan Csomor [Fri, 23 Apr 2004 12:24:55 +0000 (12:24 +0000)] 
added network-to-host noops

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

20 years agoCFM Build fixes
Stefan Csomor [Fri, 23 Apr 2004 09:14:50 +0000 (09:14 +0000)] 
CFM Build fixes

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

20 years agoalways use opaque structs
Stefan Csomor [Fri, 23 Apr 2004 08:54:23 +0000 (08:54 +0000)] 
always use opaque structs

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

20 years agoAdd __docfilter__ to modules so epydoc doesn't generate docs for all
Robin Dunn [Thu, 22 Apr 2004 23:25:20 +0000 (23:25 +0000)] 
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

20 years agoA way to make the DC classes in wxPython look like the ones in 2.5, so
Robin Dunn [Thu, 22 Apr 2004 23:22:46 +0000 (23:22 +0000)] 
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

20 years agoUse PostCreate
Robin Dunn [Thu, 22 Apr 2004 22:57:50 +0000 (22:57 +0000)] 
Use PostCreate

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

20 years agowxFIXED_MINSIZE is not needed anymore
Robin Dunn [Thu, 22 Apr 2004 22:57:01 +0000 (22:57 +0000)] 
wxFIXED_MINSIZE is not needed anymore

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

20 years agobugfix
Robin Dunn [Thu, 22 Apr 2004 22:48:18 +0000 (22:48 +0000)] 
bugfix

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

20 years agoRemove some obsolete window styles, added a new sizer flag
Robin Dunn [Thu, 22 Apr 2004 22:47:24 +0000 (22:47 +0000)] 
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

20 years agoAdd the masked package dir
Robin Dunn [Thu, 22 Apr 2004 22:46:10 +0000 (22:46 +0000)] 
Add the masked package dir

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

20 years agoVarious tweaks, docstring fixes, etc.
Robin Dunn [Thu, 22 Apr 2004 22:45:15 +0000 (22:45 +0000)] 
Various tweaks, docstring fixes, etc.

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

20 years agoUpdated SWIG docstring changes, also merged prepend patch
Robin Dunn [Thu, 22 Apr 2004 22:37:50 +0000 (22:37 +0000)] 
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

20 years agoAdd SetKind accessor
Robin Dunn [Thu, 22 Apr 2004 22:08:09 +0000 (22:08 +0000)] 
Add SetKind accessor

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

20 years agoGet the GIL before raising an exception
Robin Dunn [Thu, 22 Apr 2004 22:07:20 +0000 (22:07 +0000)] 
Get the GIL before raising an exception

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

20 years agoFix wxGTK's menu and menubar so Insert does something other than
Robin Dunn [Thu, 22 Apr 2004 22:05:52 +0000 (22:05 +0000)] 
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

20 years agoSetFont may temporarily rset the background to wxNullColour before
Robin Dunn [Thu, 22 Apr 2004 22:04:24 +0000 (22:04 +0000)] 
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

20 years agoAdd SetKind accessor
Robin Dunn [Thu, 22 Apr 2004 22:02:02 +0000 (22:02 +0000)] 
Add SetKind accessor

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

20 years agoInstead of using GetAdjustedBestSize use the minsize if there is one,
Robin Dunn [Thu, 22 Apr 2004 21:44:29 +0000 (21:44 +0000)] 
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

20 years agofixed broken filetype filters in file dialogs
Dimitri Schoolwerth [Thu, 22 Apr 2004 21:11:13 +0000 (21:11 +0000)] 
fixed broken filetype filters in file dialogs

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

20 years agoadapting the MSW way for mutex gui
Stefan Csomor [Thu, 22 Apr 2004 20:51:22 +0000 (20:51 +0000)] 
adapting the MSW way for mutex gui

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

20 years agofixes, rewrites, adopting the posix way of resume/suspend (while using MP-API) as...
Stefan Csomor [Thu, 22 Apr 2004 20:50:16 +0000 (20:50 +0000)] 
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

20 years agofixed missing CPPUNIT_LIBS,CFLAGS in dmars makefiles
Václav Slavík [Thu, 22 Apr 2004 18:28:38 +0000 (18:28 +0000)] 
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

20 years agofixed generating dmars makefiles
Václav Slavík [Thu, 22 Apr 2004 08:26:14 +0000 (08:26 +0000)] 
fixed generating dmars makefiles

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

20 years agoapplied patch 939076: __SMARTPHONE__ define
Václav Slavík [Wed, 21 Apr 2004 21:13:49 +0000 (21:13 +0000)] 
applied patch 939076: __SMARTPHONE__ define

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

20 years agoadded wxRegEx::GetMatchCount
Václav Slavík [Wed, 21 Apr 2004 21:04:05 +0000 (21:04 +0000)] 
added wxRegEx::GetMatchCount

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

20 years agoapplied patch 939076: __SMARTPHONE__ define
Václav Slavík [Wed, 21 Apr 2004 21:03:02 +0000 (21:03 +0000)] 
applied patch 939076: __SMARTPHONE__ define

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

20 years agomake the tests run a little faster
Václav Slavík [Wed, 21 Apr 2004 20:20:48 +0000 (20:20 +0000)] 
make the tests run a little faster

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

20 years agomoved wxRegEx test from console to testsuite (patch 938995)
Václav Slavík [Wed, 21 Apr 2004 20:17:18 +0000 (20:17 +0000)] 
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

20 years agosmall fix (patch 938995)
Václav Slavík [Wed, 21 Apr 2004 20:14:59 +0000 (20:14 +0000)] 
small fix (patch 938995)

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

20 years agoadded wxRegEx::GetMatchCount (patch 938995)
Václav Slavík [Wed, 21 Apr 2004 20:14:14 +0000 (20:14 +0000)] 
added wxRegEx::GetMatchCount (patch 938995)

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

20 years agoadded define for Aug 2003 gcc update compatibility with Jaguar
Stefan Csomor [Wed, 21 Apr 2004 19:20:21 +0000 (19:20 +0000)] 
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

20 years agofixed #if in Create(); don't use wxModelessWindows any more
Vadim Zeitlin [Wed, 21 Apr 2004 17:43:48 +0000 (17:43 +0000)] 
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

20 years agocreating Apple menu programmatically
Stefan Csomor [Wed, 21 Apr 2004 16:16:34 +0000 (16:16 +0000)] 
creating Apple menu programmatically

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

20 years agoreally fixed crash with strange HDN_GETDISPINFOWs under XP
Vadim Zeitlin [Wed, 21 Apr 2004 15:01:07 +0000 (15:01 +0000)] 
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

20 years agodon't use wxFileConfig to parse kdeglobals, it's not meant for such use. Fixes bug...
Václav Slavík [Wed, 21 Apr 2004 13:33:31 +0000 (13:33 +0000)] 
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

20 years agogot rid of some ifdefs; added comment explaining why wxYield() is really needed and...
Vadim Zeitlin [Wed, 21 Apr 2004 12:55:41 +0000 (12:55 +0000)] 
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

20 years agotime() takes time_t, not [unsigned] long -- and in fact we don't need to pass it...
Vadim Zeitlin [Wed, 21 Apr 2004 12:49:52 +0000 (12:49 +0000)] 
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

20 years agofixed recent modeless dialog breakage caused by removing wxDIALOG_MODAL (wxModelessWi...
Vadim Zeitlin [Wed, 21 Apr 2004 12:45:16 +0000 (12:45 +0000)] 
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

20 years agofixed unused variable warning
Vadim Zeitlin [Wed, 21 Apr 2004 11:35:04 +0000 (11:35 +0000)] 
fixed unused variable warning

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

20 years agoMPThread implementation by AJ Lavin
Stefan Csomor [Wed, 21 Apr 2004 07:19:25 +0000 (07:19 +0000)] 
MPThread implementation by AJ Lavin

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

20 years agoreplaced Yield with YieldIfNeeded for Mac
Stefan Csomor [Wed, 21 Apr 2004 07:04:32 +0000 (07:04 +0000)] 
replaced Yield with YieldIfNeeded for Mac

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

20 years agoimplemented Lower and Raise for OSX
Stefan Csomor [Wed, 21 Apr 2004 07:03:18 +0000 (07:03 +0000)] 
implemented Lower and Raise for OSX

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

20 years agoMaskedEditControl bugfix pach from Will Sadkin
Robin Dunn [Wed, 21 Apr 2004 01:45:27 +0000 (01:45 +0000)] 
MaskedEditControl bugfix pach from Will Sadkin

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

20 years agoreplaced generic automatic filter string by 2 different ones for all files and all...
Vadim Zeitlin [Tue, 20 Apr 2004 23:07:13 +0000 (23:07 +0000)] 
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

20 years agoDon't use wxUSE_POCKETPC_UI, determine appropriate UI from
Julian Smart [Tue, 20 Apr 2004 22:17:24 +0000 (22:17 +0000)] 
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

20 years agoTemporary fix for VC++ compile breakage.
Julian Smart [Tue, 20 Apr 2004 22:12:06 +0000 (22:12 +0000)] 
Temporary fix for VC++ compile breakage.

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

20 years agoTest for SDK in use
Julian Smart [Tue, 20 Apr 2004 19:12:22 +0000 (19:12 +0000)] 
Test for SDK in use

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