Commit Graph

1140 Commits

Author SHA1 Message Date
Václav Slavík
dff1fa9bf5 renamed wxWave to wxSound
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 14:12:12 +00:00
Robin Dunn
8edf1c75f0 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 03:29:15 +00:00
Robin Dunn
a333120784 Fixed a compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 03:23:11 +00:00
Robin Dunn
f904231a06 Fix compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 02:56:02 +00:00
Robin Dunn
994141e6cd reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 01:48:55 +00:00
Robin Dunn
0d6ff08218 A few comments tweaked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 01:19:44 +00:00
Robin Dunn
2b9048c56f %addtofunc --> %pythonAppend
Also used %pythonPrepend to provide backwards compatibility for a few
parameter name changes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 01:18:37 +00:00
Robin Dunn
d7f8258414 Updated SWIG runtime code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 01:13:31 +00:00
Robin Dunn
0cb6df6e3d Updated SWIG patches to CWIG CVS 20040130.
Added a new patch that changes addtofunc to pythonAppend and adds pythonPrepend.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-31 01:11:51 +00:00
Robin Dunn
58203fa6b8 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 02:38:53 +00:00
Robin Dunn
700c96d420 docstring patch has been submitted to SF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 02:35:25 +00:00
Robin Dunn
5d895c0bcd Get[First|Next]Child need to actually create a new itemid if we want
the proxy to own it.

Also switch to just "void*" instead of the typedef to avoid confusing swig.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 02:30:05 +00:00
Robin Dunn
45da8bb7c7 Use the DISOWN typemap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 01:00:54 +00:00
Robin Dunn
8668c24280 Use the DISOWN typemap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 00:52:47 +00:00
Robin Dunn
887dfc146f Remove all extensions before inport, not just .py
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 22:45:58 +00:00
Robin Dunn
93b663b8cc Fix incorrect #if in OnSysTell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 22:45:21 +00:00
Robin Dunn
ae5343ecfd Make SWIG copy the GetDate return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 22:44:38 +00:00
Robin Dunn
ae18f6104c Use correct name for event type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 22:43:39 +00:00
Patrick K. O'Brien
e757654cd8 Minor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-25 23:37:41 +00:00
Robin Dunn
83448d7147 reSWIGged for new runtime, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 22:52:06 +00:00
Robin Dunn
41378d3480 Upadted GLCanvas demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 22:49:04 +00:00
Robin Dunn
6ab5b2e6e0 Use correct name for alternate constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 22:48:15 +00:00
Robin Dunn
2dbef2723c reSWIGged with new runtime, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 22:40:41 +00:00
Robin Dunn
689b5c3869 Put a copy of the generated C++ docs back into the docs tree
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 22:11:26 +00:00
Robin Dunn
a41e16b636 reSWIGged with the new SWIG runtime and also other recent changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:58:14 +00:00
Robin Dunn
8b79f98329 Fix MSVC 6 compile problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:28:55 +00:00
Robin Dunn
c12014018b Fixed another SWIG warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:26:34 +00:00
Robin Dunn
2370fd3a74 Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:11:27 +00:00
Robin Dunn
addd64eea4 Cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:10:42 +00:00
Robin Dunn
76e4fb5ef9 wxGTK has SetSelection now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:09:45 +00:00
Robin Dunn
b60e45d16a docstring fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:08:43 +00:00
Robin Dunn
9cca52ba2b More encoding constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:07:50 +00:00
Robin Dunn
814cbb494a Fixed SWIG warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:06:42 +00:00
Robin Dunn
383562174e wxMenu::Append (and similar) now return a pointer to the wxMenuItem
that was added.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 21:03:15 +00:00
Robin Dunn
3d3e0170c0 Fixed autodoc for static methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 00:12:34 +00:00
Robin Dunn
226b64025a ensure that SetDimensions params are ints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 00:00:13 +00:00
Robin Dunn
09557ac6d1 build static lib and then use it for building wxrc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:59:05 +00:00
Robin Dunn
fa72af694e Batch file for building the wxWindows .chm help file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:57:50 +00:00
Robin Dunn
1b499eb38e Don't forget wxrc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:57:09 +00:00
Robin Dunn
108db18a79 Stop the timer when the demo is shutdown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:56:39 +00:00
Robin Dunn
f12166fcf5 use Bind
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:56:00 +00:00
Robin Dunn
2461468b51 Add some missing wx. prefixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:27:39 +00:00
Robin Dunn
305ac48f0a take Throbber out of Misc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:27:14 +00:00
Robin Dunn
7cc2d290b4 wx.App
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:26:34 +00:00
Robin Dunn
5c75d209da add an overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 23:25:09 +00:00
Robin Dunn
b978d7aa08 These files just changed in SWIG again, so update the patches again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 22:55:38 +00:00
Robin Dunn
1de47c7cb4 Updated SWIG patches and wxPython's SWIG runtime
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 22:31:34 +00:00
Robin Dunn
d1a6e2b7a1 Typos fixed and further clarification of the Python situation on Panther
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-21 23:05:25 +00:00
Robin Dunn
c6387bc1c5 Changes needed to put the Panther version in the right place, also
changed to using "panther" and "jaguar" in the names.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-21 20:53:39 +00:00
Robin Dunn
b515af7a75 Typos fixed and other tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-21 20:33:57 +00:00