]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoAdded some notes and other changes.....
Ryan Norton [Sun, 21 Dec 2003 10:09:36 +0000 (10:09 +0000)] 
Added some notes and other changes.....

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

20 years agoFixed TEST_SCOPEGUARD (newer version prepends wx to macros...)
Ryan Norton [Sun, 21 Dec 2003 10:02:35 +0000 (10:02 +0000)] 
Fixed TEST_SCOPEGUARD (newer version prepends wx to macros...)

C:\\wxWindows\\samples\\console\\console.cpp(3379) : error C2065: 'ON_BLOCK_EXIT0' : undeclared identifier
C:\\wxWindows\\samples\\console\\console.cpp(3380) : error C2065: 'ON_BLOCK_EXIT1' : undeclared identifier
C:\\wxWindows\\samples\\console\\console.cpp(3381) : error C2065: 'ON_BLOCK_EXIT2' : undeclared identifier
C:\\wxWindows\\samples\\console\\console.cpp(3384) : error C2065: 'ON_BLOCK_EXIT_OBJ0' : undeclared identifier
C:\\wxWindows\\samples\\console\\console.cpp(3385) : error C2065: 'ON_BLOCK_EXIT_OBJ1' : undeclared identifier
C:\\wxWindows\\samples\\console\\console.cpp(3386) : error C2065: 'ON_BLOCK_EXIT_OBJ2' : undeclared identifier

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

20 years agoCommitted Mike's Update Patch
Ryan Norton [Sun, 21 Dec 2003 04:30:32 +0000 (04:30 +0000)] 
Committed Mike's Update Patch
862130 wxZlibInput/OutputStream gzip support

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

20 years agoCommitted Mike's Update Patch
Ryan Norton [Sun, 21 Dec 2003 04:28:45 +0000 (04:28 +0000)] 
Committed Mike's Update Patch
862130 wxZlibInput/OutputStream gzip support

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

20 years agoScopeguard test doesn't work either due to some undefined functions/macros
Ryan Norton [Sun, 21 Dec 2003 00:05:35 +0000 (00:05 +0000)] 
Scopeguard test doesn't work either due to some undefined functions/macros

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

20 years agoquick fixes
Ryan Norton [Sun, 21 Dec 2003 00:04:17 +0000 (00:04 +0000)] 
quick fixes

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

20 years agosize_t is always unsigned....
Ryan Norton [Sat, 20 Dec 2003 22:25:48 +0000 (22:25 +0000)] 
size_t is always unsigned....

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

20 years agominor corrections
Václav Slavík [Sat, 20 Dec 2003 22:16:32 +0000 (22:16 +0000)] 
minor corrections

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

20 years agoClean out the old stuff
Robin Dunn [Sat, 20 Dec 2003 21:28:12 +0000 (21:28 +0000)] 
Clean out the old stuff

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

20 years agoreSWIGged
Robin Dunn [Sat, 20 Dec 2003 20:03:09 +0000 (20:03 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 20 Dec 2003 19:55:26 +0000 (19:55 +0000)] 
reSWIGged

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

20 years agoAquire the GIL before raising the NotImplementedError exception
Robin Dunn [Sat, 20 Dec 2003 19:54:10 +0000 (19:54 +0000)] 
Aquire the GIL before raising the NotImplementedError exception

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

20 years agoAdded wxHtmlCell::[S|G]etId
Robin Dunn [Sat, 20 Dec 2003 19:53:24 +0000 (19:53 +0000)] 
Added wxHtmlCell::[S|G]etId

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

20 years agoMore lib and demo changes for dropping the wx prefix, from Jeff G.
Robin Dunn [Sat, 20 Dec 2003 19:36:30 +0000 (19:36 +0000)] 
More lib and demo changes for dropping the wx prefix, from Jeff G.

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

20 years ago[ 835171 ] Show hidden files in wxGenericDirCtrl
Ryan Norton [Sat, 20 Dec 2003 15:13:15 +0000 (15:13 +0000)] 
[ 835171 ] Show hidden files in wxGenericDirCtrl
(genericdirctrl is neat!)

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

20 years agoI should modify this more :)
Ryan Norton [Sat, 20 Dec 2003 14:04:08 +0000 (14:04 +0000)] 
I should modify this more :)

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

20 years agoAdded wxPATH_NORM_SHORTCUT
Julian Smart [Sat, 20 Dec 2003 13:59:13 +0000 (13:59 +0000)] 
Added wxPATH_NORM_SHORTCUT

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

20 years agoAdded another sanity check....
Ryan Norton [Sat, 20 Dec 2003 13:54:13 +0000 (13:54 +0000)] 
Added another sanity check....

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

20 years agoReversed,...
Ryan Norton [Sat, 20 Dec 2003 13:52:02 +0000 (13:52 +0000)] 
Reversed,...

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

20 years agoComment....
Ryan Norton [Sat, 20 Dec 2003 13:47:25 +0000 (13:47 +0000)] 
Comment....

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

20 years agoAdded an assert...
Ryan Norton [Sat, 20 Dec 2003 13:39:40 +0000 (13:39 +0000)] 
Added an assert...

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

20 years ago1.
Ryan Norton [Sat, 20 Dec 2003 13:08:29 +0000 (13:08 +0000)] 
1.
Regenerated Bakefiles

2.
Added regextest sample

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

20 years agoApplied patch [ 853031 ] Japanese po file
Julian Smart [Sat, 20 Dec 2003 12:18:54 +0000 (12:18 +0000)] 
Applied patch [ 853031 ] Japanese po file
Supplied by Hiroshi Saito, Taishin Kin made the last
adjustment.

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

20 years agoContact info
Ryan Norton [Sat, 20 Dec 2003 09:05:08 +0000 (09:05 +0000)] 
Contact info

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

20 years agoreSWIGged
Robin Dunn [Sat, 20 Dec 2003 01:17:52 +0000 (01:17 +0000)] 
reSWIGged

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

20 years agoOops
Robin Dunn [Sat, 20 Dec 2003 01:14:15 +0000 (01:14 +0000)] 
Oops

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

20 years agoFixed a couple namespace issues
Robin Dunn [Sat, 20 Dec 2003 01:03:44 +0000 (01:03 +0000)] 
Fixed a couple namespace issues

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

20 years agoFixed indetation error
Robin Dunn [Sat, 20 Dec 2003 01:03:19 +0000 (01:03 +0000)] 
Fixed indetation error

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

20 years agoMore changes to make the autodocs be better, made all the namestrings
Robin Dunn [Sat, 20 Dec 2003 01:01:49 +0000 (01:01 +0000)] 
More changes to make the autodocs be better, made all the namestrings
and such be visible to swig so the autodoc generator knows how to
rename them.

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

20 years agoNoted where the documentation was
Ryan Norton [Fri, 19 Dec 2003 23:43:45 +0000 (23:43 +0000)] 
Noted where the documentation was

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

20 years agoAdded some documentation :)
Ryan Norton [Fri, 19 Dec 2003 23:32:40 +0000 (23:32 +0000)] 
Added some documentation :)

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

20 years agoreSWIGged
Robin Dunn [Fri, 19 Dec 2003 04:47:55 +0000 (04:47 +0000)] 
reSWIGged

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

20 years agoautodoc docstring fixes and such
Robin Dunn [Fri, 19 Dec 2003 04:45:35 +0000 (04:45 +0000)] 
autodoc docstring fixes and such

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

20 years agoVersion number
Robin Dunn [Fri, 19 Dec 2003 04:42:39 +0000 (04:42 +0000)] 
Version number

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

20 years agoUpdated SWIG patches for new CVS line numbers, also output "int" for
Robin Dunn [Fri, 19 Dec 2003 04:39:38 +0000 (04:39 +0000)] 
Updated SWIG patches for new CVS line numbers, also output "int" for
enum types in the autodoc strings.

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

20 years agoAlways let (deprecated) FindColour() return a new instance of a found colour, because...
Dimitri Schoolwerth [Fri, 19 Dec 2003 02:09:01 +0000 (02:09 +0000)] 
Always let (deprecated) FindColour() return a new instance of a found colour, because otherwise multiple calls to FindColour() will share the same wxColour; Added a wxLogDebug message when FindColour() is used because it shouldn't be used without modifying user-code probably (Returned wxColours must now be released).

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

20 years agoPartially applied patch #8618848 ("adjustment of bombs demo to wxBombsCE"). Applied...
Dimitri Schoolwerth [Fri, 19 Dec 2003 01:34:40 +0000 (01:34 +0000)] 
Partially applied patch #8618848 ("adjustment of bombs demo to wxBombsCE"). Applied the source changes only, not the project changes; (wx-)modernized the demo.

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

20 years agoinfo about what is generated
Václav Slavík [Thu, 18 Dec 2003 21:29:57 +0000 (21:29 +0000)] 
info about what is generated

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

20 years agoreSWIGged
Robin Dunn [Thu, 18 Dec 2003 19:11:15 +0000 (19:11 +0000)] 
reSWIGged

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

20 years agoTweaking names (Thanks Jeff!)
Robin Dunn [Thu, 18 Dec 2003 19:10:26 +0000 (19:10 +0000)] 
Tweaking names (Thanks Jeff!)

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

20 years agoTweaked some sample code
Robin Dunn [Thu, 18 Dec 2003 19:08:13 +0000 (19:08 +0000)] 
Tweaked some sample code

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

20 years agoInclude wx/confbase.h which is needed by this file.
Dimitri Schoolwerth [Thu, 18 Dec 2003 14:54:25 +0000 (14:54 +0000)] 
Include wx/confbase.h which is needed by this file.

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

20 years agoregenerated
Václav Slavík [Thu, 18 Dec 2003 14:32:31 +0000 (14:32 +0000)] 
regenerated

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

20 years agoregex lib needs wx headers now
Václav Slavík [Thu, 18 Dec 2003 10:42:09 +0000 (10:42 +0000)] 
regex lib needs wx headers now

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

20 years agoreverted relative include path
Václav Slavík [Thu, 18 Dec 2003 10:41:34 +0000 (10:41 +0000)] 
reverted relative include path

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

20 years agoAk. Corrected wxUSE_UNICODE checking...
Ryan Norton [Thu, 18 Dec 2003 10:19:27 +0000 (10:19 +0000)] 
Ak.  Corrected wxUSE_UNICODE checking...

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

20 years agoOh Henry :).
Ryan Norton [Thu, 18 Dec 2003 10:17:53 +0000 (10:17 +0000)] 
Oh Henry :).

He didn't implement dumpchr correctly for unicode...

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

20 years agoAdded an extra c header for memcmp and stuff...
Ryan Norton [Thu, 18 Dec 2003 10:12:58 +0000 (10:12 +0000)] 
Added an extra c header for memcmp and stuff...

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

20 years agoMake include path more literal for bcc...
Ryan Norton [Thu, 18 Dec 2003 10:08:04 +0000 (10:08 +0000)] 
Make include path more literal for bcc...

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

20 years agominor clarification
Václav Slavík [Thu, 18 Dec 2003 07:59:36 +0000 (07:59 +0000)] 
minor clarification

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

20 years agocorrected comments for wxMac compilation
Gilles Depeyrot [Thu, 18 Dec 2003 07:38:00 +0000 (07:38 +0000)] 
corrected comments for wxMac compilation

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

20 years ago1.
Ryan Norton [Thu, 18 Dec 2003 03:34:22 +0000 (03:34 +0000)] 
1.
Only checks platform #defines in C++ now

2.
A couple /* within /* warnings were fixed

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

20 years agoFixed a very weird typo
Robin Dunn [Thu, 18 Dec 2003 00:44:51 +0000 (00:44 +0000)] 
Fixed a very weird typo

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

20 years agoReworked how stock objects are initialized. They now have an
Robin Dunn [Thu, 18 Dec 2003 00:08:42 +0000 (00:08 +0000)] 
Reworked how stock objects are initialized.  They now have an
alternate __class__ until the App is initialized so they will raise an
exception if anybody tries to use them before the C++ object has been
created.

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

20 years agoFix __repr__
Robin Dunn [Thu, 18 Dec 2003 00:02:35 +0000 (00:02 +0000)] 
Fix __repr__

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

20 years agoAdded FindById
Robin Dunn [Thu, 18 Dec 2003 00:01:33 +0000 (00:01 +0000)] 
Added FindById

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

20 years agoReworked how stock objects are initialized. They now have an
Robin Dunn [Wed, 17 Dec 2003 23:59:57 +0000 (23:59 +0000)] 
Reworked how stock objects are initialized.  They now have an
alternate __class__ until the App is initialized so they will raise an
exception if anybody tries to use them before the C++ object has been
created.

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

20 years agoAdded wxGetKeyState
Robin Dunn [Wed, 17 Dec 2003 23:58:04 +0000 (23:58 +0000)] 
Added wxGetKeyState

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

20 years agowxPython needs wxRTTI info for wxToolBarToolBase in order to return
Robin Dunn [Wed, 17 Dec 2003 21:12:36 +0000 (21:12 +0000)] 
wxPython needs wxRTTI info for wxToolBarToolBase in order to return
objects of the right type.  Also made FindById public.

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

20 years ago1.
Ryan Norton [Wed, 17 Dec 2003 19:51:03 +0000 (19:51 +0000)] 
1.
Converted debug.h to C

2.
Cosmetics

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

20 years agoHeader Cosmetics
Ryan Norton [Wed, 17 Dec 2003 19:41:17 +0000 (19:41 +0000)] 
Header Cosmetics

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

20 years agoHeader Cosmetics
Ryan Norton [Wed, 17 Dec 2003 19:40:06 +0000 (19:40 +0000)] 
Header Cosmetics

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

20 years ago1.
Ryan Norton [Wed, 17 Dec 2003 19:30:31 +0000 (19:30 +0000)] 
1.
Added Release With Debug Info to regex.dsp

2.
Added Release Unicode With Debug Info to regex.dsp and wxWindows.dsp

3.
Converted DS's C++ comments in regcustom.h and regex.h to C

4.
Converted defs.h and all headers it includes to C from C++ by
changing all C++ comments to C and using #ifdef __cplusplus to keep out C++-specific stuff.

5.
Changed wx_wchar to #define wx_wchar wxChar instead of copying wxchar.h code in regcustom.h.

6.
Changed the macros around a bit in regcustom.h.  Originally duplicated code from wx/defs.h.  Now uses SIZEOF_WCHAR_T to get the approriate data.

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

20 years agoGot rid wx-license
Ryan Norton [Wed, 17 Dec 2003 19:00:02 +0000 (19:00 +0000)] 
Got rid wx-license

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

20 years agoSwtch to using Bind, and use better styles for the code viewer
Robin Dunn [Wed, 17 Dec 2003 03:29:47 +0000 (03:29 +0000)] 
Swtch to using Bind, and use better styles for the code viewer

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

20 years agoAdded PyPlot
Robin Dunn [Wed, 17 Dec 2003 03:25:56 +0000 (03:25 +0000)] 
Added PyPlot

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

20 years agoLots of wx namespace updates for the wx.lib package and the demo from
Robin Dunn [Wed, 17 Dec 2003 00:34:40 +0000 (00:34 +0000)] 
Lots of wx namespace updates for the wx.lib package and the demo from
Jeff Grimmett with some tweaks and changes from Robin

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

20 years agoAdded wxAutoNSAutoreleasePool to Create(Tool|Status)Bar
David Elliott [Tue, 16 Dec 2003 19:30:41 +0000 (19:30 +0000)] 
Added wxAutoNSAutoreleasePool to Create(Tool|Status)Bar

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

20 years ago1. Initialize m_mouseDownTool = NULL. Fixes crash when clicking a non-tool part...
David Elliott [Tue, 16 Dec 2003 19:28:21 +0000 (19:28 +0000)] 
1. Initialize m_mouseDownTool = NULL.  Fixes crash when clicking a non-tool part of the toolbar before clicking a tool.
2. Added wxAutoNSAutoreleasePool to CreateButtonCell() and Realize()

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

20 years agoCommented out WXK_CONTROL....
Ryan Norton [Tue, 16 Dec 2003 18:22:49 +0000 (18:22 +0000)] 
Commented out WXK_CONTROL....

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

20 years agoIn UpdateFrameNSView size the toolbar to its best size.
David Elliott [Tue, 16 Dec 2003 17:26:37 +0000 (17:26 +0000)] 
In UpdateFrameNSView size the toolbar to its best size.
When creating or setting a frame's toolbar, SetOwningFrame on it.

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

20 years agowxCocoa: New native wxToolBar
David Elliott [Tue, 16 Dec 2003 15:44:11 +0000 (15:44 +0000)] 
wxCocoa: New native wxToolBar

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

20 years agoVery basic wxToolBar implementation
David Elliott [Tue, 16 Dec 2003 15:36:56 +0000 (15:36 +0000)] 
Very basic wxToolBar implementation

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

20 years agoMake UpdateFrameNSView public for new native wxToolBar
David Elliott [Tue, 16 Dec 2003 15:25:12 +0000 (15:25 +0000)] 
Make UpdateFrameNSView public for new native wxToolBar

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

20 years agoUnicode compatibility
Julian Smart [Tue, 16 Dec 2003 15:06:23 +0000 (15:06 +0000)] 
Unicode compatibility

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

20 years agoOpen Watcom correction
Julian Smart [Tue, 16 Dec 2003 14:10:24 +0000 (14:10 +0000)] 
Open Watcom correction

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

20 years agoPass -mwindows when linking the GUI samples under Wine
Julian Smart [Tue, 16 Dec 2003 10:36:18 +0000 (10:36 +0000)] 
Pass -mwindows when linking the GUI samples under Wine

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

20 years agoNewline madness :)
Ryan Norton [Tue, 16 Dec 2003 04:57:48 +0000 (04:57 +0000)] 
Newline madness :)

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

20 years agocompilation fix for tooltip patch code applied by Julian and w32api
Václav Slavík [Mon, 15 Dec 2003 21:50:56 +0000 (21:50 +0000)] 
compilation fix for tooltip patch code applied by Julian and w32api

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

20 years agocompilation fix for tooltip patch code applied by Julian and w32api
Václav Slavík [Mon, 15 Dec 2003 21:43:59 +0000 (21:43 +0000)] 
compilation fix for tooltip patch code applied by Julian and w32api

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

20 years agoUse wxBitmap::GetNSImage() in wxDC::DrawBitmap. Mask support now works.
David Elliott [Mon, 15 Dec 2003 21:07:44 +0000 (21:07 +0000)] 
Use wxBitmap::GetNSImage() in wxDC::DrawBitmap.  Mask support now works.

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

20 years agoAdd wxBitmap::GetNSImage() which creates an autoreleased NSImage either
David Elliott [Mon, 15 Dec 2003 19:30:54 +0000 (19:30 +0000)] 
Add wxBitmap::GetNSImage() which creates an autoreleased NSImage either
with or without the bitmap mask applied.

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

20 years agoreversed some parts of wxGetKeyState for linkage reasons...
Ryan Norton [Mon, 15 Dec 2003 17:16:04 +0000 (17:16 +0000)] 
reversed some parts of wxGetKeyState for linkage reasons...

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

20 years agoStrip menu codes from label
David Elliott [Mon, 15 Dec 2003 16:49:46 +0000 (16:49 +0000)] 
Strip menu codes from label

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

20 years agoWrap some functions with wxAutoNSAutoreleasePool
David Elliott [Mon, 15 Dec 2003 16:23:29 +0000 (16:23 +0000)] 
Wrap some functions with wxAutoNSAutoreleasePool

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

20 years agoImproved idle event processing.
David Elliott [Mon, 15 Dec 2003 15:57:42 +0000 (15:57 +0000)] 
Improved idle event processing.

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

20 years agoregenerated makefiles
Václav Slavík [Mon, 15 Dec 2003 11:42:03 +0000 (11:42 +0000)] 
regenerated makefiles

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

20 years agoreversed change
Ryan Norton [Mon, 15 Dec 2003 04:17:35 +0000 (04:17 +0000)] 
reversed change

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

20 years agofix broken compilation
Ryan Norton [Mon, 15 Dec 2003 02:21:53 +0000 (02:21 +0000)] 
fix broken compilation

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

20 years agofix gcc warning
Ryan Norton [Mon, 15 Dec 2003 02:20:54 +0000 (02:20 +0000)] 
fix gcc warning

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

20 years agoFixed tabs (i.e. turning into spaces...) Part 2...
Ryan Norton [Mon, 15 Dec 2003 01:03:43 +0000 (01:03 +0000)] 
Fixed tabs (i.e. turning into spaces...) Part 2...

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

20 years agoFixed tabs (i.e. turning into spaces...)
Ryan Norton [Mon, 15 Dec 2003 01:02:07 +0000 (01:02 +0000)] 
Fixed tabs (i.e. turning into spaces...)

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

20 years ago(Fixed?) CHRBITS
Ryan Norton [Mon, 15 Dec 2003 00:59:51 +0000 (00:59 +0000)] 
(Fixed?)  CHRBITS

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

20 years agoAdded u to end of library name
Ryan Norton [Mon, 15 Dec 2003 00:36:44 +0000 (00:36 +0000)] 
Added u to end of library name

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

20 years agoQuick fix.....
Ryan Norton [Mon, 15 Dec 2003 00:28:20 +0000 (00:28 +0000)] 
Quick fix.....

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

20 years agoFixed Mac CodeWarrior compilation (there's no <sys/types.h>).
Dimitri Schoolwerth [Mon, 15 Dec 2003 00:24:35 +0000 (00:24 +0000)] 
Fixed Mac CodeWarrior compilation (there's no <sys/types.h>).

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

20 years agoFixed typo
Ryan Norton [Mon, 15 Dec 2003 00:14:44 +0000 (00:14 +0000)] 
Fixed typo

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

20 years agoUncommented Brian Vitors stuff...
Ryan Norton [Mon, 15 Dec 2003 00:05:04 +0000 (00:05 +0000)] 
Uncommented Brian Vitors stuff...

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

20 years agoAdded debug unicode config
Ryan Norton [Mon, 15 Dec 2003 00:03:07 +0000 (00:03 +0000)] 
Added debug unicode config

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

20 years ago(should) fix unix compilation...
Ryan Norton [Sun, 14 Dec 2003 23:58:55 +0000 (23:58 +0000)] 
(should) fix unix compilation...

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