]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoDigital Mars compilation warnings and Unicode fixes (patch 884587)
Vadim Zeitlin [Sat, 7 Feb 2004 15:07:08 +0000 (15:07 +0000)] 
Digital Mars compilation warnings and Unicode fixes (patch 884587)

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

20 years agorespect xsrc, ysrc parameters in DoBlit() (patch 733961)
Vadim Zeitlin [Sat, 7 Feb 2004 15:02:54 +0000 (15:02 +0000)] 
respect xsrc, ysrc parameters in DoBlit() (patch 733961)

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

20 years agobetter leak error reporting using VC CRT (patch 828250)
Vadim Zeitlin [Sat, 7 Feb 2004 14:53:17 +0000 (14:53 +0000)] 
better leak error reporting using VC CRT (patch 828250)

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

20 years agoremoved inclusion of malloc.h (part of patch 828250 but makes sense independently...
Vadim Zeitlin [Sat, 7 Feb 2004 14:47:48 +0000 (14:47 +0000)] 
removed inclusion of malloc.h (part of patch 828250 but makes sense independently of it)

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

20 years agoshow first item added with InsertItem() correctly (part of patch 833247)
Vadim Zeitlin [Sat, 7 Feb 2004 14:31:29 +0000 (14:31 +0000)] 
show first item added with InsertItem() correctly (part of patch 833247)

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

20 years agofixes for compiling with more stuff disabled in setup.h (patch 889211)
Vadim Zeitlin [Sat, 7 Feb 2004 14:26:00 +0000 (14:26 +0000)] 
fixes for compiling with more stuff disabled in setup.h (patch 889211)

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

20 years agoadded wsock32.lib (patch 880683)
Vadim Zeitlin [Sat, 7 Feb 2004 14:19:15 +0000 (14:19 +0000)] 
added wsock32.lib (patch 880683)

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

20 years agoadded numdlg.h and generic/numdlgg.h
Vadim Zeitlin [Sat, 7 Feb 2004 13:57:37 +0000 (13:57 +0000)] 
added numdlg.h and generic/numdlgg.h

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

20 years agomade wxNumberEntryDialog public; extracted it and wxGetNumberFromUser() in a separate...
Vadim Zeitlin [Sat, 7 Feb 2004 13:55:49 +0000 (13:55 +0000)] 
made wxNumberEntryDialog public; extracted it and wxGetNumberFromUser() in a separate header (patch 882545)

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

20 years agoconsume less CPU while waiting for thread to terminate (patch 883268)
Vadim Zeitlin [Sat, 7 Feb 2004 13:49:18 +0000 (13:49 +0000)] 
consume less CPU while waiting for thread to terminate (patch 883268)

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

20 years agofix for memory leaks (patch 885242)
Vadim Zeitlin [Sat, 7 Feb 2004 13:19:18 +0000 (13:19 +0000)] 
fix for memory leaks (patch 885242)

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

20 years agoadded wxDC::DrawPolyPolygon() (patch 882189)
Vadim Zeitlin [Sat, 7 Feb 2004 13:12:31 +0000 (13:12 +0000)] 
added wxDC::DrawPolyPolygon() (patch 882189)

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

20 years agoreplaced ASSERT in wxEvtHandler::ProcessPendingEvents() with a CHECK (replaces patch...
Vadim Zeitlin [Sat, 7 Feb 2004 12:54:29 +0000 (12:54 +0000)] 
replaced ASSERT in wxEvtHandler::ProcessPendingEvents() with a CHECK (replaces patch 886852)

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

20 years agotrying to make comments readable again after their auto-mangling by RN...
Vadim Zeitlin [Sat, 7 Feb 2004 12:51:44 +0000 (12:51 +0000)] 
trying to make comments readable again after their auto-mangling by RN...

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

20 years agofixed wxIsctrl/wxIscntrl confusion (modified patch 888519)
Vadim Zeitlin [Sat, 7 Feb 2004 12:46:14 +0000 (12:46 +0000)] 
fixed wxIsctrl/wxIscntrl confusion (modified patch 888519)

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

20 years agofixed the mess (nested C/C++ comments) intorduced by automatic comments conversion
Vadim Zeitlin [Sat, 7 Feb 2004 12:41:39 +0000 (12:41 +0000)] 
fixed the mess (nested C/C++ comments) intorduced by automatic comments conversion

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

20 years agoadding textencoding for classic
Stefan Csomor [Sat, 7 Feb 2004 08:02:40 +0000 (08:02 +0000)] 
adding textencoding for classic

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

20 years agoPut the wxMemoryBuffer typemaps back
Robin Dunn [Sat, 7 Feb 2004 00:47:53 +0000 (00:47 +0000)] 
Put the wxMemoryBuffer typemaps back

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

20 years agoCorrected parameter names
Robin Dunn [Fri, 6 Feb 2004 22:19:02 +0000 (22:19 +0000)] 
Corrected parameter names

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

20 years agoProblem fixed, removed comments about it
Robin Dunn [Fri, 6 Feb 2004 22:18:40 +0000 (22:18 +0000)] 
Problem fixed, removed comments about it

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

20 years agostc module updates for the new Scintilla
Robin Dunn [Fri, 6 Feb 2004 22:15:41 +0000 (22:15 +0000)] 
stc module updates for the new Scintilla

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

20 years agoFix wxArrayString and wxArrayInt typemaps so they can be used with
Robin Dunn [Fri, 6 Feb 2004 22:15:00 +0000 (22:15 +0000)] 
Fix wxArrayString and wxArrayInt typemaps so they can be used with
default args.

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

20 years agoUse Bind
Robin Dunn [Fri, 6 Feb 2004 22:14:22 +0000 (22:14 +0000)] 
Use Bind

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

20 years agocorrect some compile warnings and errors
Robin Dunn [Fri, 6 Feb 2004 20:37:57 +0000 (20:37 +0000)] 
correct some compile warnings and errors

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

20 years agofixing notebook icons for panther
Stefan Csomor [Fri, 6 Feb 2004 18:26:52 +0000 (18:26 +0000)] 
fixing notebook icons for panther

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

20 years agoStart out with the line numbers not shown.
Robin Dunn [Fri, 6 Feb 2004 17:36:28 +0000 (17:36 +0000)] 
Start out with the line numbers not shown.
Don't use the default size for the AppFrame.

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

20 years agoconditional compilation for compositing
Stefan Csomor [Fri, 6 Feb 2004 16:24:52 +0000 (16:24 +0000)] 
conditional compilation for compositing

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

20 years agocorrecting a missing redraw area on certain resize operations when window has a border
Stefan Csomor [Fri, 6 Feb 2004 13:20:02 +0000 (13:20 +0000)] 
correcting a missing redraw area on certain resize operations when window has a border

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

20 years agoreverting part of Kevin O's patch, due to incompatibility problems
Stefan Csomor [Fri, 6 Feb 2004 09:10:58 +0000 (09:10 +0000)] 
reverting part of Kevin O's patch, due to incompatibility problems

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

20 years agoCall Finalise.
Robin Dunn [Fri, 6 Feb 2004 05:54:16 +0000 (05:54 +0000)] 
Call Finalise.

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

20 years agorebaked the wxSTC makefiles
Robin Dunn [Fri, 6 Feb 2004 05:16:09 +0000 (05:16 +0000)] 
rebaked the wxSTC makefiles

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

20 years agoCorrect export declarations
Robin Dunn [Fri, 6 Feb 2004 00:29:56 +0000 (00:29 +0000)] 
Correct export declarations

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

20 years agoUpdated Scintilla to version 1.58
Robin Dunn [Fri, 6 Feb 2004 00:03:13 +0000 (00:03 +0000)] 
Updated Scintilla to version 1.58

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

20 years agowxMGL fixes (patch #884758)
Václav Slavík [Thu, 5 Feb 2004 23:13:30 +0000 (23:13 +0000)] 
wxMGL fixes (patch #884758)

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

20 years agomakefiles update
Václav Slavík [Thu, 5 Feb 2004 22:34:18 +0000 (22:34 +0000)] 
makefiles update

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

20 years agoapplied patch 744616: WXRC extension for automated use (Eduardo Marques)
Václav Slavík [Thu, 5 Feb 2004 21:58:29 +0000 (21:58 +0000)] 
applied patch 744616: WXRC extension for automated use (Eduardo Marques)

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

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