]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoMoved some OS X only files into MAC_OSX_SRC from MAC_SRC.
David Elliott [Sun, 14 Nov 2004 06:51:16 +0000 (06:51 +0000)] 
Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.

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

19 years agoAdded Mac OS support.
David Elliott [Sun, 14 Nov 2004 06:47:58 +0000 (06:47 +0000)] 
Added Mac OS support.

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

19 years agoReran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support
David Elliott [Sun, 14 Nov 2004 05:02:17 +0000 (05:02 +0000)] 
Reran aclocal using bakefile.m4 from Bakefile CVS HEAD.  This adds support
for MacOS and BeOS and includes some other fixes.

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

19 years agoreSWIGged
Robin Dunn [Sat, 13 Nov 2004 03:24:21 +0000 (03:24 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Sat, 13 Nov 2004 03:01:02 +0000 (03:01 +0000)] 
reSWIGged

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

19 years agothe python2 check is gone, take out the use of the flag too
Robin Dunn [Sat, 13 Nov 2004 03:00:09 +0000 (03:00 +0000)] 
the python2 check is gone, take out the use of the flag too

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

19 years agobump subrelease
Robin Dunn [Sat, 13 Nov 2004 02:55:07 +0000 (02:55 +0000)] 
bump subrelease

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

19 years agoreSWIGged
Robin Dunn [Sat, 13 Nov 2004 02:40:46 +0000 (02:40 +0000)] 
reSWIGged

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

19 years ago* wxPrintDialog no longer derives from wxDialog.
Robin Dunn [Sat, 13 Nov 2004 02:30:14 +0000 (02:30 +0000)] 
* wxPrintDialog no longer derives from wxDialog.
* Add wxRTTI info for wxPyPrintout
* wxPrintFactory probably doesn't need to be exposed

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

19 years agoFix for uninitialized pointer access from wxPrintData's copy ctor
Robin Dunn [Sat, 13 Nov 2004 02:26:20 +0000 (02:26 +0000)] 
Fix for uninitialized pointer access from wxPrintData's copy ctor

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

19 years agoThe assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too
Robin Dunn [Sat, 13 Nov 2004 02:24:35 +0000 (02:24 +0000)] 
The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too
is not always true.

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

19 years agomore wxPostEvent MT fixes
Václav Slavík [Fri, 12 Nov 2004 21:44:26 +0000 (21:44 +0000)] 
more wxPostEvent MT fixes

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

19 years agoremoved unused static variable
Václav Slavík [Fri, 12 Nov 2004 21:43:25 +0000 (21:43 +0000)] 
removed unused static variable

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

19 years agoMoved wxStandardPathsCF into base library when using CarbonLib or Darwin.
David Elliott [Fri, 12 Nov 2004 21:21:00 +0000 (21:21 +0000)] 
Moved wxStandardPathsCF into base library when using CarbonLib or Darwin.
Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference.
Implement it using wxAppTraits::GetStandardPaths() which is overridden by
wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

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

19 years agotypo
Robin Dunn [Fri, 12 Nov 2004 20:38:16 +0000 (20:38 +0000)] 
typo

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

19 years agoCompilation fix
Robin Dunn [Fri, 12 Nov 2004 20:34:57 +0000 (20:34 +0000)] 
Compilation fix

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

19 years agoReset LC_NUMERIC to "C" for Python < 2.4. This fixes Python's float parser.
Robin Dunn [Fri, 12 Nov 2004 18:12:49 +0000 (18:12 +0000)] 
Reset LC_NUMERIC to "C" for Python < 2.4.  This fixes Python's float parser.

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

19 years agoFix build on platforms without any real source in the new media library.
David Elliott [Fri, 12 Nov 2004 15:48:10 +0000 (15:48 +0000)] 
Fix build on platforms without any real source in the new media library.

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

19 years agoNotebook page bitmaps now supported.
Julian Smart [Fri, 12 Nov 2004 15:28:48 +0000 (15:28 +0000)] 
Notebook page bitmaps now supported.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 12 Nov 2004 14:36:46 +0000 (14:36 +0000)] 
Warning fixes.

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

19 years agoMinGW fix.
Włodzimierz Skiba [Fri, 12 Nov 2004 14:26:31 +0000 (14:26 +0000)] 
MinGW fix.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 12 Nov 2004 14:23:02 +0000 (14:23 +0000)] 
Warning fixes.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 12 Nov 2004 14:15:30 +0000 (14:15 +0000)] 
Warning fixes.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 12 Nov 2004 14:08:31 +0000 (14:08 +0000)] 
Warning fixes.

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

19 years agofix for when zlib is not compiled in
Ryan Norton [Fri, 12 Nov 2004 14:05:24 +0000 (14:05 +0000)] 
fix for when zlib is not compiled in

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

19 years agomedia proj
Ryan Norton [Fri, 12 Nov 2004 13:09:53 +0000 (13:09 +0000)] 
media proj

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

19 years agoTagged DEBIAN_2_5_3_2 for release testing. Bumped subversion to 2.5.3.3
Ron Lee [Fri, 12 Nov 2004 13:09:09 +0000 (13:09 +0000)] 
Tagged DEBIAN_2_5_3_2 for release testing.  Bumped subversion to 2.5.3.3

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

19 years agodon't include strmiids.lib as its not needed by default anymore
Ryan Norton [Fri, 12 Nov 2004 13:03:02 +0000 (13:03 +0000)] 
don't include strmiids.lib as its not needed by default anymore

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

19 years agodwCallback if DWORD.
Włodzimierz Skiba [Fri, 12 Nov 2004 12:37:39 +0000 (12:37 +0000)] 
dwCallback if DWORD.

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

19 years agoBump WX_CURRENT back to 3, this must stay the same as
Ron Lee [Fri, 12 Nov 2004 11:39:03 +0000 (11:39 +0000)] 
Bump WX_CURRENT back to 3, this must stay the same as
wx_release_number until bakefile is fixed to unlink the
the soversion from it.  Ideally of course it should track
binary incompatible releases instead.

Update the Debian scripts to suit the new site-packages
location for wxPython.

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

19 years agofix hiding the other (mac) one
Ryan Norton [Fri, 12 Nov 2004 10:23:22 +0000 (10:23 +0000)] 
fix hiding the other (mac) one

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

19 years agoFix hiding wxMediaEvent::Clone().
Włodzimierz Skiba [Fri, 12 Nov 2004 10:13:04 +0000 (10:13 +0000)] 
Fix hiding wxMediaEvent::Clone().

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

19 years agoexplanation of getdefaultattributes
Ryan Norton [Fri, 12 Nov 2004 10:05:13 +0000 (10:05 +0000)] 
explanation of getdefaultattributes

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

19 years agospelling
Ryan Norton [Fri, 12 Nov 2004 09:53:47 +0000 (09:53 +0000)] 
spelling

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

19 years agowxUSE_POSTSCRIPT is not a sufficient test by itself for
Ron Lee [Fri, 12 Nov 2004 06:52:19 +0000 (06:52 +0000)] 
wxUSE_POSTSCRIPT is not a sufficient test by itself for
wxPostScriptPrintNative data.  This is probably still not
100% correct but at least msw builds again for mingw now.

Fixed bogus eof (and removed junk whitespace) from mediactl.

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

19 years agomingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround
Ryan Norton [Fri, 12 Nov 2004 06:35:09 +0000 (06:35 +0000)] 
mingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround

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

19 years agoworkaround to call directshow drivers without actually using directshow
Ryan Norton [Fri, 12 Nov 2004 06:29:08 +0000 (06:29 +0000)] 
workaround to call directshow drivers without actually using directshow

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

19 years agoMove stdpath into base on msw as well.
Ron Lee [Fri, 12 Nov 2004 05:50:08 +0000 (05:50 +0000)] 
Move stdpath into base on msw as well.

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

19 years agoCruft cleanup from MJW, strip the tabs out of sound.cpp
Ron Lee [Fri, 12 Nov 2004 03:30:07 +0000 (03:30 +0000)] 
Cruft cleanup from MJW, strip the tabs out of sound.cpp

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

19 years agoPatch from MJW for ssize_t
Ron Lee [Fri, 12 Nov 2004 03:06:44 +0000 (03:06 +0000)] 
Patch from MJW for ssize_t

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

19 years agoNot sure how you can print audio, so I expect that this was a typo. ;-)
Robin Dunn [Fri, 12 Nov 2004 01:16:14 +0000 (01:16 +0000)] 
Not sure how you can print audio, so I expect that this was a typo.  ;-)

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

19 years agoRemoved the rest of the include. Thanks Robin.
David Elliott [Thu, 11 Nov 2004 23:30:21 +0000 (23:30 +0000)] 
Removed the rest of the include.  Thanks Robin.

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

19 years agoRemoved the "include/" from the corefoundation headers in files.bkl so
Robin Dunn [Thu, 11 Nov 2004 21:33:34 +0000 (21:33 +0000)] 
Removed the "include/" from the corefoundation headers in files.bkl so
they will actually get installed.  I expect that the other "include/"
prefixes need to be removed too but I left them in case I am wrong.

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

19 years agoFixed typo
Robin Dunn [Thu, 11 Nov 2004 20:58:44 +0000 (20:58 +0000)] 
Fixed typo

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

19 years agofixes to ZIP/archive patch (patch 1064426); should fix the docs build
Vadim Zeitlin [Thu, 11 Nov 2004 19:10:35 +0000 (19:10 +0000)] 
fixes to ZIP/archive patch (patch 1064426); should fix the docs build

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

19 years agoensure that g_timerMap is always initialized before it is used (patch 1060619, bug...
Vadim Zeitlin [Thu, 11 Nov 2004 19:08:15 +0000 (19:08 +0000)] 
ensure that g_timerMap is always initialized before it is used (patch 1060619, bug 1060591)

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

19 years agofix reading beyond the end of the string if the last string character is a backslash...
Vadim Zeitlin [Thu, 11 Nov 2004 19:01:53 +0000 (19:01 +0000)] 
fix reading beyond the end of the string if the last string character is a backslash (patch 1059846; bug 1059848)

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

19 years agoremoved 2.0 compatibility stuff (patch 1054261)
Vadim Zeitlin [Thu, 11 Nov 2004 18:59:51 +0000 (18:59 +0000)] 
removed 2.0 compatibility stuff (patch 1054261)

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

19 years agoadd directshow define
Ryan Norton [Thu, 11 Nov 2004 15:59:49 +0000 (15:59 +0000)] 
add directshow define

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

19 years agoturn off directshow by default for lib dependancy
Ryan Norton [Thu, 11 Nov 2004 15:26:04 +0000 (15:26 +0000)] 
turn off directshow by default for lib dependancy

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

19 years agomci can't play video on win2k - disable for now
Ryan Norton [Thu, 11 Nov 2004 15:20:34 +0000 (15:20 +0000)] 
mci can't play video on win2k - disable for now

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

19 years agotweak stopping - nicen up sample some more
Ryan Norton [Thu, 11 Nov 2004 15:18:18 +0000 (15:18 +0000)] 
tweak stopping - nicen up sample some more

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

19 years agofixup
Ryan Norton [Thu, 11 Nov 2004 15:17:35 +0000 (15:17 +0000)] 
fixup

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

19 years agocorrectly generate wxUSE_MEDIACTRL define
Ryan Norton [Thu, 11 Nov 2004 14:43:50 +0000 (14:43 +0000)] 
correctly generate wxUSE_MEDIACTRL define

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

19 years agoclean up
Ryan Norton [Thu, 11 Nov 2004 14:14:12 +0000 (14:14 +0000)] 
clean up

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

19 years agomci backend for wxMediaCtrl. Better workaround for refresh issue and sizers
Ryan Norton [Thu, 11 Nov 2004 14:06:45 +0000 (14:06 +0000)] 
mci backend for wxMediaCtrl.  Better workaround for refresh issue and sizers

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

19 years agofile not needed any longer after ZIP r/w patch
Vadim Zeitlin [Thu, 11 Nov 2004 11:08:17 +0000 (11:08 +0000)] 
file not needed any longer after ZIP r/w patch

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

19 years agocomment/explain a lot
Ryan Norton [Thu, 11 Nov 2004 09:56:45 +0000 (09:56 +0000)] 
comment/explain a lot

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

19 years ago1) fix border styles in wxMediaCtrl, 2) regenerate wx and mediaplayer samples bakefil...
Ryan Norton [Thu, 11 Nov 2004 09:32:49 +0000 (09:32 +0000)] 
1) fix border styles in wxMediaCtrl, 2) regenerate wx and mediaplayer samples bakefiles, 3) add sample makefiles

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

19 years agogcc < 3.4 warns about friendless private dtors.
Ron Lee [Thu, 11 Nov 2004 08:58:27 +0000 (08:58 +0000)] 
gcc < 3.4 warns about friendless private dtors.

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

19 years agofix unsigned/signed warnings
Ryan Norton [Thu, 11 Nov 2004 08:30:04 +0000 (08:30 +0000)] 
fix unsigned/signed warnings

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

19 years agofix some comp errors on DMC
Ryan Norton [Thu, 11 Nov 2004 08:29:43 +0000 (08:29 +0000)] 
fix some comp errors on DMC

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

19 years agoget rid of error
Ryan Norton [Thu, 11 Nov 2004 08:06:20 +0000 (08:06 +0000)] 
get rid of error

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

19 years agomore setup changes
Ryan Norton [Thu, 11 Nov 2004 08:02:12 +0000 (08:02 +0000)] 
more setup changes

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

19 years agoRemove a(nother) guaranteed build failure until what is it testing
Ron Lee [Thu, 11 Nov 2004 07:26:54 +0000 (07:26 +0000)] 
Remove a(nother) guaranteed build failure until what is it testing
for actually exists..

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

19 years agoI really don't have to point out what went wrong here, do I?
Ron Lee [Thu, 11 Nov 2004 07:16:28 +0000 (07:16 +0000)] 
I really don't have to point out what went wrong here, do I?
Ryan, please fix this problem at the source, this is not funny
anymore.

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

19 years agoFixes for wxPython site-packages location.
Ron Lee [Thu, 11 Nov 2004 07:00:51 +0000 (07:00 +0000)] 
Fixes for wxPython site-packages location.
Fixed and baked unchecked mediaplayer.bkl

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

19 years agoDoes \deprecated exist outside doxygen?
Ron Lee [Thu, 11 Nov 2004 07:00:11 +0000 (07:00 +0000)] 
Does \deprecated exist outside doxygen?
tex2rtf doesn't seem to like it right now.

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

19 years agodirectshow checking
Ryan Norton [Thu, 11 Nov 2004 06:17:14 +0000 (06:17 +0000)] 
directshow checking

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

19 years agockconf
Ryan Norton [Thu, 11 Nov 2004 06:00:32 +0000 (06:00 +0000)] 
ckconf

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

19 years agosetp.h changes
Ryan Norton [Thu, 11 Nov 2004 05:58:40 +0000 (05:58 +0000)] 
setp.h changes

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

19 years agoconfigure changes
Ryan Norton [Thu, 11 Nov 2004 05:44:57 +0000 (05:44 +0000)] 
configure changes

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

19 years agomedia sample
Ryan Norton [Thu, 11 Nov 2004 05:40:58 +0000 (05:40 +0000)] 
media sample

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

19 years agoprelim docs
Ryan Norton [Thu, 11 Nov 2004 05:37:05 +0000 (05:37 +0000)] 
prelim docs

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

19 years agomedia lib bakefiles
Ryan Norton [Thu, 11 Nov 2004 05:30:21 +0000 (05:30 +0000)] 
media lib bakefiles

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

19 years agobase wxMediaCtrl files
Ryan Norton [Thu, 11 Nov 2004 05:21:02 +0000 (05:21 +0000)] 
base wxMediaCtrl files

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

19 years agoAdded gnome files to gtk dist.
Ron Lee [Thu, 11 Nov 2004 04:51:25 +0000 (04:51 +0000)] 
Added gnome files to gtk dist.

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

19 years agoreSWIGged
Robin Dunn [Thu, 11 Nov 2004 02:34:01 +0000 (02:34 +0000)] 
reSWIGged

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

19 years agoBump subrelease number
Robin Dunn [Thu, 11 Nov 2004 02:28:29 +0000 (02:28 +0000)] 
Bump subrelease number

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

19 years agoLots of tweaks and additions to get caught up with CVS HEAD
Robin Dunn [Thu, 11 Nov 2004 02:27:12 +0000 (02:27 +0000)] 
Lots of tweaks and additions to get caught up with CVS HEAD

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

19 years agoAdded wxStandardPaths
Robin Dunn [Thu, 11 Nov 2004 02:26:18 +0000 (02:26 +0000)] 
Added wxStandardPaths

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

19 years agoFix compilation error by #including imaglist.h
Robin Dunn [Thu, 11 Nov 2004 00:22:44 +0000 (00:22 +0000)] 
Fix compilation error by #including imaglist.h

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

19 years agoadded ZIP classes by M.J.Wetherell (patch 1030239)
Vadim Zeitlin [Wed, 10 Nov 2004 23:58:38 +0000 (23:58 +0000)] 
added ZIP classes by M.J.Wetherell (patch 1030239)

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

19 years agofixed creation of the mask in wxImage -> wxBitmap conversion when bpp < 32 (patch...
Vadim Zeitlin [Wed, 10 Nov 2004 23:30:57 +0000 (23:30 +0000)] 
fixed creation of the mask in wxImage -> wxBitmap conversion when bpp < 32 (patch 1052766)

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

19 years agouse TB_GETMAXSIZE in GetBestSize() (patch 1050045)
Vadim Zeitlin [Wed, 10 Nov 2004 23:12:44 +0000 (23:12 +0000)] 
use TB_GETMAXSIZE in GetBestSize() (patch 1050045)

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

19 years agoCorrect typos, minor wording improvements
Kevin Hock [Wed, 10 Nov 2004 22:46:50 +0000 (22:46 +0000)] 
Correct typos, minor wording improvements

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

19 years agobetter (more precise) values for wxGetOsDescription() (patch 1047539)
Vadim Zeitlin [Wed, 10 Nov 2004 22:08:37 +0000 (22:08 +0000)] 
better (more precise) values for wxGetOsDescription() (patch 1047539)

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

19 years agoPatch 1053127 - Test fixes.
Włodzimierz Skiba [Wed, 10 Nov 2004 21:29:08 +0000 (21:29 +0000)] 
Patch 1053127 - Test fixes.

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

19 years agoconstruct icon from wxIconLocation, not just the file name without index: this fixes...
Vadim Zeitlin [Wed, 10 Nov 2004 21:16:44 +0000 (21:16 +0000)] 
construct icon from wxIconLocation, not just the file name without index: this fixes icons display under MSW (replaces patch 1047225)

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

19 years agoClarified the wording for the return value of count
Kevin Hock [Wed, 10 Nov 2004 21:16:33 +0000 (21:16 +0000)] 
Clarified the wording for the return value of count

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

19 years agoreplaced wxStream::GetSize() with GetLength() (still keep the former but it will...
Vadim Zeitlin [Wed, 10 Nov 2004 21:10:30 +0000 (21:10 +0000)] 
replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498)

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

19 years agonew set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFil...
Vadim Zeitlin [Wed, 10 Nov 2004 21:02:58 +0000 (21:02 +0000)] 
new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498)

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

19 years agoWhen using an external scrollbar ensure that the built-in one is set
Robin Dunn [Wed, 10 Nov 2004 19:58:49 +0000 (19:58 +0000)] 
When using an external scrollbar ensure that the built-in one is set
at minimal values so it won't be displayed.

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

19 years agoOW fixes.
Włodzimierz Skiba [Wed, 10 Nov 2004 19:54:00 +0000 (19:54 +0000)] 
OW fixes.

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

19 years agoFixed two instances of : inbetween wxRect and method name (Inside and Intersects...
Kevin Hock [Wed, 10 Nov 2004 19:32:18 +0000 (19:32 +0000)] 
Fixed two instances of : inbetween wxRect and method name (Inside and Intersects), replaced with ::

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

19 years agowxTreeEvent::Clone() support [patch #1061198].
Włodzimierz Skiba [Wed, 10 Nov 2004 19:24:22 +0000 (19:24 +0000)] 
wxTreeEvent::Clone() support [patch #1061198].

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

19 years agoPatch #1053364 - combobox shoult not remember position after clearing.
Włodzimierz Skiba [Wed, 10 Nov 2004 19:17:40 +0000 (19:17 +0000)] 
Patch #1053364 - combobox shoult not remember position after clearing.

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

19 years agoWarning fix observed in tex2rtf.
Włodzimierz Skiba [Wed, 10 Nov 2004 19:12:34 +0000 (19:12 +0000)] 
Warning fix observed in tex2rtf.

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

19 years agoExplain supressed warnings.
Włodzimierz Skiba [Wed, 10 Nov 2004 19:06:24 +0000 (19:06 +0000)] 
Explain supressed warnings.

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

19 years agoMissing parts of wxDateTime - bug #825215.
Włodzimierz Skiba [Wed, 10 Nov 2004 19:01:43 +0000 (19:01 +0000)] 
Missing parts of wxDateTime - bug #825215.

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