]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Dimitri Schoolwerth [Thu, 29 Jan 2004 23:11:29 +0000 (23:11 +0000)]
Applied patch #880008: "Unused parameters in FL contrib reported by VC".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25415
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Thu, 29 Jan 2004 21:33:45 +0000 (21:33 +0000)]
Fixed a few typos.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25414
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 29 Jan 2004 09:44:34 +0000 (09:44 +0000)]
added newline
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25413
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 29 Jan 2004 09:43:18 +0000 (09:43 +0000)]
xcode native target adaption
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25412
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 29 Jan 2004 08:19:49 +0000 (08:19 +0000)]
Bad newlines in the mpw makefile,
so it is removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25411
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 29 Jan 2004 06:34:26 +0000 (06:34 +0000)]
Use wxBitmap::GetNSImage(false) instead of duplicating code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25410
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 29 Jan 2004 06:26:10 +0000 (06:26 +0000)]
ConvertToImage: Check !Ok() (we may not have any ref data at all) and if
the bitmap is not okay return wxNullImage (instead of a dummy 5x5 image)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25409
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775