]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agodon't call Init() twice when dialog is created in 2 steps
Vadim Zeitlin [Thu, 5 Feb 2004 20:51:33 +0000 (20:51 +0000)] 
don't call Init() twice when dialog is created in 2 steps

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

20 years agomoved wxClientData to wxcore
Václav Slavík [Thu, 5 Feb 2004 19:57:57 +0000 (19:57 +0000)] 
moved wxClientData to wxcore

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

20 years agoremoved wxTE_HT_XXX constants which are now in wx/textctrl.h itself
Vadim Zeitlin [Thu, 5 Feb 2004 19:44:58 +0000 (19:44 +0000)] 
removed wxTE_HT_XXX constants which are now in wx/textctrl.h itself

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

20 years agorestored wxPluginLibrary::ms_classes handling code that was removed by mistake
Václav Slavík [Thu, 5 Feb 2004 10:38:01 +0000 (10:38 +0000)] 
restored wxPluginLibrary::ms_classes handling code that was removed by mistake

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

20 years agoreSWIGged
Robin Dunn [Thu, 5 Feb 2004 01:12:26 +0000 (01:12 +0000)] 
reSWIGged

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

20 years agoSome ifdef's to correct compile problems on wxMac
Robin Dunn [Thu, 5 Feb 2004 01:04:08 +0000 (01:04 +0000)] 
Some ifdef's to correct compile problems on wxMac

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

20 years agoDon't send the wxWindowCreateEvent immediately
Robin Dunn [Thu, 5 Feb 2004 00:25:36 +0000 (00:25 +0000)] 
Don't send the wxWindowCreateEvent immediately

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

20 years agoreSWIGged
Robin Dunn [Thu, 5 Feb 2004 00:24:27 +0000 (00:24 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Wed, 4 Feb 2004 23:41:34 +0000 (23:41 +0000)] 
reSWIGged

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

20 years agoOther little docs tweaks, and added HTML versions
Robin Dunn [Wed, 4 Feb 2004 23:39:15 +0000 (23:39 +0000)] 
Other little docs tweaks, and added HTML versions

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

20 years agoYou can now make menu items without IDs
Robin Dunn [Wed, 4 Feb 2004 23:38:38 +0000 (23:38 +0000)] 
You can now make menu items without IDs

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

20 years agoDon't use a default button.
Robin Dunn [Wed, 4 Feb 2004 23:37:35 +0000 (23:37 +0000)] 
Don't use a default button.

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

20 years agowxTextCtrl::HitTest
Robin Dunn [Wed, 4 Feb 2004 23:36:58 +0000 (23:36 +0000)] 
wxTextCtrl::HitTest

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

20 years agoAdded bool typemap so Py_True and Py_False are returned instead of integers.
Robin Dunn [Wed, 4 Feb 2004 23:36:07 +0000 (23:36 +0000)] 
Added bool typemap so Py_True and Py_False are returned instead of integers.

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

20 years agoUsing a -1 (wxID_ANY) for menu or toolbar item IDs will now generate a
Robin Dunn [Wed, 4 Feb 2004 23:28:11 +0000 (23:28 +0000)] 
Using a -1 (wxID_ANY) for menu or toolbar item IDs will now generate a
new ID for the item using wxNewId().  As a consequence of this, the
value of wxID_SEPARATOR was changed from -1 to -2 in order to not
clash.

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

20 years agofix for SEARCH_LIB so libs can still be found in the non-lib64 locations.
Robin Dunn [Wed, 4 Feb 2004 20:04:15 +0000 (20:04 +0000)] 
fix for SEARCH_LIB so libs can still be found in the non-lib64 locations.

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

20 years agoautoconf_inc.m4 was corrupted as well, fixed
Václav Slavík [Wed, 4 Feb 2004 19:58:46 +0000 (19:58 +0000)] 
autoconf_inc.m4 was corrupted as well, fixed

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

20 years agofixed bug #890430, parameter documented twice
Václav Slavík [Wed, 4 Feb 2004 19:39:35 +0000 (19:39 +0000)] 
fixed bug #890430, parameter documented twice

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

20 years agoupdated with the latest sources
Vadim Zeitlin [Wed, 4 Feb 2004 18:05:43 +0000 (18:05 +0000)] 
updated with the latest sources

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

20 years ago2.5.1, not 2.5.2
Julian Smart [Wed, 4 Feb 2004 17:06:00 +0000 (17:06 +0000)] 
2.5.1, not 2.5.2

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

20 years agoadded wxTextCtrl::HitTest(); implemented it for MSW
Vadim Zeitlin [Wed, 4 Feb 2004 14:56:14 +0000 (14:56 +0000)] 
added wxTextCtrl::HitTest(); implemented it for MSW

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

20 years agoReverted last change (use of regex) that broke eVC4 compilation
Julian Smart [Wed, 4 Feb 2004 12:26:20 +0000 (12:26 +0000)] 
Reverted last change (use of regex) that broke eVC4 compilation

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

20 years agolook for Motif 2.1 headers before Motif 1.2 ones
Vadim Zeitlin [Wed, 4 Feb 2004 10:21:58 +0000 (10:21 +0000)] 
look for Motif 2.1 headers before Motif 1.2 ones

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

20 years agolook for libs under /usr/lib64 and /usr/X11R6/lib64 (needed for some Linux distributi...
Vadim Zeitlin [Wed, 4 Feb 2004 10:11:02 +0000 (10:11 +0000)] 
look for libs under /usr/lib64 and /usr/X11R6/lib64 (needed for some Linux distributions on AMD64 )

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

20 years agoblind attempt to fix wxMac compilation (__UNIX__ defined on OS X?)
Václav Slavík [Wed, 4 Feb 2004 09:40:17 +0000 (09:40 +0000)] 
blind attempt to fix wxMac compilation (__UNIX__ defined on OS X?)

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

20 years agoUpdated note about wxWANTS_CHARS
Robin Dunn [Wed, 4 Feb 2004 02:01:24 +0000 (02:01 +0000)] 
Updated note about wxWANTS_CHARS

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

20 years agoAlso allow key events for Shift-Tab when wxWANTS_CHARS style is used
Robin Dunn [Wed, 4 Feb 2004 02:00:48 +0000 (02:00 +0000)] 
Also allow key events for Shift-Tab when wxWANTS_CHARS style is used

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

20 years agoDecorator classes are no longer needed
Robin Dunn [Tue, 3 Feb 2004 23:36:49 +0000 (23:36 +0000)] 
Decorator classes are no longer needed

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

20 years agoAdded a typecheck typmap for wxString
Robin Dunn [Tue, 3 Feb 2004 03:58:36 +0000 (03:58 +0000)] 
Added a typecheck typmap for wxString

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

20 years agowxWave --> wxSound
Robin Dunn [Tue, 3 Feb 2004 03:55:05 +0000 (03:55 +0000)] 
wxWave --> wxSound

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

20 years agoAdded export decl
Robin Dunn [Tue, 3 Feb 2004 03:43:49 +0000 (03:43 +0000)] 
Added export decl

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

20 years agoTake advantage of the new ctors accepting a wxArrayString
Robin Dunn [Tue, 3 Feb 2004 00:11:31 +0000 (00:11 +0000)] 
Take advantage of the new ctors accepting a wxArrayString

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

20 years agoUse a compatible bitmap if a depth of -1 is given
Robin Dunn [Tue, 3 Feb 2004 00:08:53 +0000 (00:08 +0000)] 
Use a compatible bitmap if a depth of -1 is given

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

20 years ago* GetValue() now returns true if the state is undetermined
David Elliott [Mon, 2 Feb 2004 23:09:40 +0000 (23:09 +0000)] 
* GetValue() now returns true if the state is undetermined
* Commented out some assertions that are handled in the base class

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

20 years agoUpdated (c)-year to 2004.
Dimitri Schoolwerth [Mon, 2 Feb 2004 20:22:23 +0000 (20:22 +0000)] 
Updated (c)-year to 2004.

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

20 years agoconfigure got corrupted somehow, regenerated
Václav Slavík [Mon, 2 Feb 2004 16:19:36 +0000 (16:19 +0000)] 
configure got corrupted somehow, regenerated

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

20 years agodocumented new API
Václav Slavík [Mon, 2 Feb 2004 14:35:56 +0000 (14:35 +0000)] 
documented new API

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

20 years agorenamed wxWave to wxSound
Václav Slavík [Mon, 2 Feb 2004 14:34:35 +0000 (14:34 +0000)] 
renamed wxWave to wxSound

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

20 years agowxWave->wxSound, Unix wxSound improvements
Václav Slavík [Mon, 2 Feb 2004 14:13:24 +0000 (14:13 +0000)] 
wxWave->wxSound, Unix wxSound improvements

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

20 years agorenamed wxWave to wxSound
Václav Slavík [Mon, 2 Feb 2004 14:12:12 +0000 (14:12 +0000)] 
renamed wxWave to wxSound

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

20 years agorenamed wxWave to wxSound
Václav Slavík [Mon, 2 Feb 2004 13:42:04 +0000 (13:42 +0000)] 
renamed wxWave to wxSound

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

20 years agorenamed wxWave to wxSound; compatibility fixes
Václav Slavík [Mon, 2 Feb 2004 13:34:35 +0000 (13:34 +0000)] 
renamed wxWave to wxSound; compatibility fixes

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

20 years agohopefully better description of GetSocketGUIFunctionsTable's purpose
Václav Slavík [Mon, 2 Feb 2004 13:26:59 +0000 (13:26 +0000)] 
hopefully better description of GetSocketGUIFunctionsTable's purpose

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

20 years agorenamed wxWave to wxSound; compatibility fixes
Václav Slavík [Mon, 2 Feb 2004 13:16:31 +0000 (13:16 +0000)] 
renamed wxWave to wxSound; compatibility fixes

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

20 years agorenamed wxWave to wxSound
Václav Slavík [Mon, 2 Feb 2004 13:15:51 +0000 (13:15 +0000)] 
renamed wxWave to wxSound

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

20 years agorenamed wxWave to wxSound
Václav Slavík [Mon, 2 Feb 2004 13:03:23 +0000 (13:03 +0000)] 
renamed wxWave to wxSound

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

20 years agofool proof fix for gcc warnings on mac
Václav Slavík [Mon, 2 Feb 2004 11:32:55 +0000 (11:32 +0000)] 
fool proof fix for gcc warnings on mac

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

20 years agofixed typo
Václav Slavík [Mon, 2 Feb 2004 11:23:27 +0000 (11:23 +0000)] 
fixed typo

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

20 years agoremoved obsolete wxToLower/Upper() documentation
Vadim Zeitlin [Mon, 2 Feb 2004 11:03:30 +0000 (11:03 +0000)] 
removed obsolete wxToLower/Upper() documentation

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

20 years agoApplied modified 3-state checkbox patch from Mathew Cucuzella
David Elliott [Mon, 2 Feb 2004 04:58:16 +0000 (04:58 +0000)] 
Applied modified 3-state checkbox patch from Mathew Cucuzella

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

20 years agofixed flags to make and tests easier
Václav Slavík [Mon, 2 Feb 2004 00:50:11 +0000 (00:50 +0000)] 
fixed flags to make and tests easier

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

20 years agoAPI and code changes to allowing stopping playback
Václav Slavík [Mon, 2 Feb 2004 00:49:39 +0000 (00:49 +0000)] 
API and code changes to allowing stopping playback

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

20 years agooops, more fixes needed
Václav Slavík [Mon, 2 Feb 2004 00:02:03 +0000 (00:02 +0000)] 
oops, more fixes needed

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

20 years agodon't release audio after the sound finishes playing, it ruins GUI responsivity
Václav Slavík [Sun, 1 Feb 2004 23:33:18 +0000 (23:33 +0000)] 
don't release audio after the sound finishes playing, it ruins GUI responsivity

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

20 years agodon't queue sounds
Václav Slavík [Sun, 1 Feb 2004 23:10:02 +0000 (23:10 +0000)] 
don't queue sounds

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

20 years agoremoved duplicated code and really fixed setup.h problems in regex.lib
Václav Slavík [Sun, 1 Feb 2004 22:41:33 +0000 (22:41 +0000)] 
removed duplicated code and really fixed setup.h problems in regex.lib

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

20 years agouse x.y.z version in unstable branch
Václav Slavík [Sun, 1 Feb 2004 18:54:39 +0000 (18:54 +0000)] 
use x.y.z version in unstable branch

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

20 years agochanges to make building plugins possible; build wxSound SDL plugin on Unix
Václav Slavík [Sun, 1 Feb 2004 18:31:54 +0000 (18:31 +0000)] 
changes to make building plugins possible; build wxSound SDL plugin on Unix

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

20 years ago1. optionally use libSDL for wxSound
Václav Slavík [Sun, 1 Feb 2004 18:29:49 +0000 (18:29 +0000)] 
1. optionally use libSDL for wxSound
2. added --enable-plugins for dynamically loadable SDL backend
3. fixed OSS detection to not be Linux specific

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

20 years agorenamed wxWave to wxSound
Václav Slavík [Sun, 1 Feb 2004 18:27:25 +0000 (18:27 +0000)] 
renamed wxWave to wxSound

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

20 years agoadded support for async playback to Unix implementation of wxSound, implemented SDL...
Václav Slavík [Sun, 1 Feb 2004 18:25:12 +0000 (18:25 +0000)] 
added support for async playback to Unix implementation of wxSound, implemented SDL backend for playback if OSS is not available, fixed OSS to work on non-Linux Unices

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

20 years agoFixed typo in MBN's extensions.
Stefan Neis [Sun, 1 Feb 2004 16:52:11 +0000 (16:52 +0000)] 
Fixed typo in MBN's extensions.

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

20 years agodon't forget to update distrib scripts as I did
Václav Slavík [Sun, 1 Feb 2004 14:02:37 +0000 (14:02 +0000)] 
don't forget to update distrib scripts as I did

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

20 years agoUpdated scripts for new sound sample
Julian Smart [Sun, 1 Feb 2004 13:24:47 +0000 (13:24 +0000)] 
Updated scripts for new sound sample

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

20 years agoFixed setup.h logic again
Ryan Norton [Sun, 1 Feb 2004 12:30:37 +0000 (12:30 +0000)] 
Fixed setup.h logic again

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

20 years agoFix for [ 877037 ] It is no longer possible to build using wxWindows.dsw
Ryan Norton [Sun, 1 Feb 2004 12:27:47 +0000 (12:27 +0000)] 
Fix for [ 877037 ] It is no longer possible to build using wxWindows.dsw

Fixed setup.h logic

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

20 years agoadded back $id
Ryan Norton [Sun, 1 Feb 2004 12:19:07 +0000 (12:19 +0000)] 
added back $id

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

20 years agoAdded setup.h logic
Ryan Norton [Sun, 1 Feb 2004 12:17:15 +0000 (12:17 +0000)] 
Added setup.h logic

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

20 years agoadded wxWave sample
Václav Slavík [Sun, 1 Feb 2004 10:53:59 +0000 (10:53 +0000)] 
added wxWave sample

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

20 years agominor updates
Václav Slavík [Sun, 1 Feb 2004 10:52:30 +0000 (10:52 +0000)] 
minor updates

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

20 years agoprefix symbols with wx, for smaller risk of collision
Václav Slavík [Sun, 1 Feb 2004 10:48:30 +0000 (10:48 +0000)] 
prefix symbols with wx, for smaller risk of collision

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

20 years agouse at most -O1 with BCC, it is broken and cannot correctly compile this file with -O2
Václav Slavík [Sun, 1 Feb 2004 10:40:47 +0000 (10:40 +0000)] 
use at most -O1 with BCC, it is broken and cannot correctly compile this file with -O2

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

20 years agoReverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when...
Dimitri Schoolwerth [Sun, 1 Feb 2004 08:49:56 +0000 (08:49 +0000)] 
Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when running in wxUniv release mode using BCC.

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

20 years agoAssert that m_pendingEvents is not NULL (patch #886852 sort of)
David Elliott [Sun, 1 Feb 2004 01:55:41 +0000 (01:55 +0000)] 
Assert that m_pendingEvents is not NULL (patch #886852 sort of)

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

20 years ago Compilation fix for !WXWIN_COMPATIBILITY_2_4.
Mattia Barbon [Sat, 31 Jan 2004 18:23:50 +0000 (18:23 +0000)] 
  Compilation fix for !WXWIN_COMPATIBILITY_2_4.

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

20 years ago Added some missing STL-like wxArray/wxArrayString constructors.
Mattia Barbon [Sat, 31 Jan 2004 18:21:45 +0000 (18:21 +0000)] 
  Added some missing STL-like wxArray/wxArrayString constructors.
  Added helper class wxCArrayString, better replacement for
wxArrayString::GetStringArray.
  Added overloaded constructors and Create() methods taking
a wxArrayString for wxCheckListBox, wxChoice, wxComboBox,
wxListBox, wxRadioBox, wxSingleChoiceDialog, wxMultipleChoiceDialog.

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

20 years agoReordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h
Stefan Neis [Sat, 31 Jan 2004 17:47:53 +0000 (17:47 +0000)] 
Reordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h

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

20 years agowxClassInfo (un)registration now happens automatically, no need to do it in wxPluginL...
Václav Slavík [Sat, 31 Jan 2004 16:37:04 +0000 (16:37 +0000)] 
wxClassInfo (un)registration now happens automatically, no need to do it in wxPluginLibrary

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

20 years agofixed wxFSVolume definition if !wxUSE_GUI
Václav Slavík [Sat, 31 Jan 2004 14:49:51 +0000 (14:49 +0000)] 
fixed wxFSVolume definition if !wxUSE_GUI

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

20 years ago Fixed idle event processing in wxMotif.
Mattia Barbon [Sat, 31 Jan 2004 14:45:30 +0000 (14:45 +0000)] 
  Fixed idle event processing in wxMotif.

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

20 years agocleanup: all definitions missing from std headers should be in missing.h
Václav Slavík [Sat, 31 Jan 2004 14:44:46 +0000 (14:44 +0000)] 
cleanup: all definitions missing from std headers should be in missing.h

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

20 years agowxUSE_STL affect binary compatibility
Václav Slavík [Sat, 31 Jan 2004 14:32:30 +0000 (14:32 +0000)] 
wxUSE_STL affect binary compatibility

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

20 years agoRemoved remaining DialogEd files
Julian Smart [Sat, 31 Jan 2004 14:13:46 +0000 (14:13 +0000)] 
Removed remaining DialogEd files

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

20 years agoRemoved DialogEd
Julian Smart [Sat, 31 Jan 2004 14:03:31 +0000 (14:03 +0000)] 
Removed DialogEd

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

20 years agoFixed variable name mismatch.
Stefan Neis [Sat, 31 Jan 2004 12:49:12 +0000 (12:49 +0000)] 
Fixed variable name mismatch.

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

20 years agoFixed compile error with gcc-3.2.
Stefan Neis [Sat, 31 Jan 2004 12:44:47 +0000 (12:44 +0000)] 
Fixed compile error with gcc-3.2.

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

20 years agoFixed compile error.
Stefan Neis [Sat, 31 Jan 2004 12:41:32 +0000 (12:41 +0000)] 
Fixed compile error.

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

20 years agoreSWIGged
Robin Dunn [Sat, 31 Jan 2004 03:29:15 +0000 (03:29 +0000)] 
reSWIGged

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

20 years agoFixed a compile error
Robin Dunn [Sat, 31 Jan 2004 03:23:11 +0000 (03:23 +0000)] 
Fixed a compile error

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

20 years agoFix compile error
Robin Dunn [Sat, 31 Jan 2004 02:56:02 +0000 (02:56 +0000)] 
Fix compile error

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

20 years agoreSWIGged
Robin Dunn [Sat, 31 Jan 2004 01:48:55 +0000 (01:48 +0000)] 
reSWIGged

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

20 years ago%addtofunc --> %pythonAppend
Robin Dunn [Sat, 31 Jan 2004 01:45:47 +0000 (01:45 +0000)] 
%addtofunc --> %pythonAppend

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

20 years agoA few comments tweaked
Robin Dunn [Sat, 31 Jan 2004 01:19:44 +0000 (01:19 +0000)] 
A few comments tweaked

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

20 years ago%addtofunc --> %pythonAppend
Robin Dunn [Sat, 31 Jan 2004 01:18:37 +0000 (01:18 +0000)] 
%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

20 years agoUpdated SWIG runtime code
Robin Dunn [Sat, 31 Jan 2004 01:13:31 +0000 (01:13 +0000)] 
Updated SWIG runtime code

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

20 years agoUpdated SWIG patches to CWIG CVS 20040130.
Robin Dunn [Sat, 31 Jan 2004 01:11:51 +0000 (01:11 +0000)] 
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

20 years ago(blind) fix for gcc warning on some platforms
Václav Slavík [Fri, 30 Jan 2004 12:57:51 +0000 (12:57 +0000)] 
(blind) fix for gcc warning on some platforms

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

20 years agoprefix symbols with wx_ to reduce risk of collision
Václav Slavík [Fri, 30 Jan 2004 12:20:40 +0000 (12:20 +0000)] 
prefix symbols with wx_ to reduce risk of collision

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

20 years agoreverted rev 1.113
Václav Slavík [Fri, 30 Jan 2004 11:25:18 +0000 (11:25 +0000)] 
reverted rev 1.113

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

20 years agoApplied most of patch #880002: "Warning free plot contrib".
Dimitri Schoolwerth [Thu, 29 Jan 2004 23:30:21 +0000 (23:30 +0000)] 
Applied most of patch #880002: "Warning free plot contrib".

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