]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoWinCE correction.
Włodzimierz Skiba [Tue, 16 Nov 2004 13:54:33 +0000 (13:54 +0000)] 
WinCE correction.

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 16 Nov 2004 13:52:47 +0000 (13:52 +0000)] 
Warning fix.

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

19 years agoeVC3 media fix.
Włodzimierz Skiba [Tue, 16 Nov 2004 13:51:16 +0000 (13:51 +0000)] 
eVC3 media fix.

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

19 years agoDefine wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEvent...
Włodzimierz Skiba [Tue, 16 Nov 2004 13:49:27 +0000 (13:49 +0000)] 
Define wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEventFunction. Warning fix.

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

19 years agoattempts to suppress C4702 for VC
Vadim Zeitlin [Tue, 16 Nov 2004 12:09:17 +0000 (12:09 +0000)] 
attempts to suppress C4702 for VC

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

19 years agoadded operator>>(wchar_t)
Vadim Zeitlin [Tue, 16 Nov 2004 12:07:03 +0000 (12:07 +0000)] 
added operator>>(wchar_t)

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

19 years agosmall optimization for wxTextCtrl (forgot to commit with textctrl.cpp)
Vadim Zeitlin [Tue, 16 Nov 2004 12:06:02 +0000 (12:06 +0000)] 
small optimization for wxTextCtrl (forgot to commit with textctrl.cpp)

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

19 years agomade default background colour BTNFACE (so that panels don't have to erase their...
Vadim Zeitlin [Tue, 16 Nov 2004 12:00:51 +0000 (12:00 +0000)] 
made default background colour BTNFACE (so that panels don't have to erase their background explicitly); removed now unneeded SetBackgroundColour() in wxDialog which now has default bg colour and restored one in wxFrame which now has a non default one

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

19 years agofixed wxEncodingConverter-base wxCSConv to report failures as expected
Václav Slavík [Tue, 16 Nov 2004 11:58:56 +0000 (11:58 +0000)] 
fixed wxEncodingConverter-base wxCSConv to report failures as expected

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

19 years agomodified wxEncodingConverter API to report failures
Václav Slavík [Tue, 16 Nov 2004 11:58:24 +0000 (11:58 +0000)] 
modified wxEncodingConverter API to report failures

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

19 years agosuppress output of wx-config --static to fix problems introduced by wx-config rewrite
Vadim Zeitlin [Tue, 16 Nov 2004 11:56:52 +0000 (11:56 +0000)] 
suppress output of wx-config --static to fix problems introduced by wx-config rewrite

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

19 years agoremoved unused variable to suppress warning (and put a TODO in place)
Vadim Zeitlin [Tue, 16 Nov 2004 11:30:15 +0000 (11:30 +0000)] 
removed unused variable to suppress warning (and put a TODO in place)

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

19 years agoonsize event not needed anymore
Stefan Csomor [Tue, 16 Nov 2004 06:04:59 +0000 (06:04 +0000)] 
onsize event not needed anymore

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

19 years agoPrevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error()
David Elliott [Tue, 16 Nov 2004 03:15:00 +0000 (03:15 +0000)] 
Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error()
without first checking IsOpened().

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

19 years agoUse wxUint16 instead of WORD and wxUint8 instead of BYTE.
David Elliott [Mon, 15 Nov 2004 20:51:05 +0000 (20:51 +0000)] 
Use wxUint16 instead of WORD and wxUint8 instead of BYTE.

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

19 years agochanged fonts on OSX to use OSX system fonts having the full Unicode Tables
Stefan Csomor [Mon, 15 Nov 2004 20:25:18 +0000 (20:25 +0000)] 
changed fonts on OSX to use OSX system fonts having the full Unicode Tables

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

19 years agoadapted to current filelist
Stefan Csomor [Mon, 15 Nov 2004 19:50:58 +0000 (19:50 +0000)] 
adapted to current filelist

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

19 years agocorrecting include type
Stefan Csomor [Mon, 15 Nov 2004 19:29:51 +0000 (19:29 +0000)] 
correcting include type

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

19 years agoset bg style to custom as we overwrite it anyhow
Vadim Zeitlin [Mon, 15 Nov 2004 19:20:47 +0000 (19:20 +0000)] 
set bg style to custom as we overwrite it anyhow

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

19 years agofixed XP sash rendering to really do something (using REBAR style didn't work but...
Vadim Zeitlin [Mon, 15 Nov 2004 19:17:45 +0000 (19:17 +0000)] 
fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

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

19 years agodon't draw background at all if bg style is custom
Vadim Zeitlin [Mon, 15 Nov 2004 19:15:53 +0000 (19:15 +0000)] 
don't draw background at all if bg style is custom

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

19 years agoremoved unnecessary (now that we leave Windows paint background itself) SetBackground...
Vadim Zeitlin [Mon, 15 Nov 2004 18:22:11 +0000 (18:22 +0000)] 
removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

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

19 years agorestored OnEraseBackground(), we do need it but only for the cases when the window...
Vadim Zeitlin [Mon, 15 Nov 2004 18:10:48 +0000 (18:10 +0000)] 
restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

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

19 years agowxDC::DrawLabel documented.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:58:32 +0000 (17:58 +0000)] 
wxDC::DrawLabel documented.

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

19 years agoOrder fix.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:57:05 +0000 (17:57 +0000)] 
Order fix.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:40:00 +0000 (17:40 +0000)] 
Warning fixes.

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

19 years agowxUniv actualization.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:38:05 +0000 (17:38 +0000)] 
wxUniv actualization.

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

19 years agoVertical tabs orientation in gtk renderer of wxUniv.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:33:59 +0000 (17:33 +0000)] 
Vertical tabs orientation in gtk renderer of wxUniv.

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

19 years agoRC parse fixes from Michael Shamgar
Julian Smart [Mon, 15 Nov 2004 17:11:37 +0000 (17:11 +0000)] 
RC parse fixes from Michael Shamgar

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

19 years agoadded \deprecated command
Vadim Zeitlin [Mon, 15 Nov 2004 14:44:39 +0000 (14:44 +0000)] 
added \deprecated command

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

19 years agodon't always erase the background ourselves as this is incompatible with XP themed...
Vadim Zeitlin [Mon, 15 Nov 2004 14:43:51 +0000 (14:43 +0000)] 
don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

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

19 years agofixed va_copy test
Vadim Zeitlin [Mon, 15 Nov 2004 13:46:33 +0000 (13:46 +0000)] 
fixed va_copy test

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

19 years agoPartial fix to bug #1040607: support for vertical orientation in win32 renderer of...
Włodzimierz Skiba [Mon, 15 Nov 2004 11:25:13 +0000 (11:25 +0000)] 
Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

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

19 years agofixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)
Václav Slavík [Mon, 15 Nov 2004 11:15:08 +0000 (11:15 +0000)] 
fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

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

19 years agoupdated to be in sync with wxwin.py code
Václav Slavík [Mon, 15 Nov 2004 09:07:46 +0000 (09:07 +0000)] 
updated to be in sync with wxwin.py code

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

19 years agofix buglet wxKeyEvent->wxMouseEvent
Ryan Norton [Mon, 15 Nov 2004 07:44:22 +0000 (07:44 +0000)] 
fix buglet wxKeyEvent->wxMouseEvent

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

19 years agofix technical accuracy of statement
Ryan Norton [Mon, 15 Nov 2004 07:20:35 +0000 (07:20 +0000)] 
fix technical accuracy of statement

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

19 years agoWXUNUSED warning fixes - unicode compilo fix
Ryan Norton [Mon, 15 Nov 2004 07:18:22 +0000 (07:18 +0000)] 
WXUNUSED warning fixes - unicode compilo fix

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

19 years agoWise path to generic dialogs sources.
Włodzimierz Skiba [Mon, 15 Nov 2004 07:08:47 +0000 (07:08 +0000)] 
Wise path to generic dialogs sources.

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

19 years agofix for [ 1066432 ] wxTextOutputStream: endl doesn't work
Ryan Norton [Mon, 15 Nov 2004 06:59:44 +0000 (06:59 +0000)] 
fix for [ 1066432 ] wxTextOutputStream: endl doesn't work

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

19 years agowxUniv use wxBU flags [bug #1040584]
Włodzimierz Skiba [Mon, 15 Nov 2004 06:23:57 +0000 (06:23 +0000)] 
wxUniv use wxBU flags [bug #1040584]

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

19 years agogenerate mediaplayer sample in configure
Ryan Norton [Sun, 14 Nov 2004 23:43:32 +0000 (23:43 +0000)] 
generate mediaplayer sample in configure

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

19 years agocompilation fix
Václav Slavík [Sun, 14 Nov 2004 23:34:36 +0000 (23:34 +0000)] 
compilation fix

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

19 years agodoc for mediaplayer sample
Ryan Norton [Sun, 14 Nov 2004 23:33:12 +0000 (23:33 +0000)] 
doc for mediaplayer sample

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

19 years agoMassive reworking of wxMediaCtrl code - backend everything, search for backends via...
Ryan Norton [Sun, 14 Nov 2004 23:26:55 +0000 (23:26 +0000)] 
Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more

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

19 years agodoc update for wxMediaCtrl
Ryan Norton [Sun, 14 Nov 2004 23:13:18 +0000 (23:13 +0000)] 
doc update for wxMediaCtrl

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

19 years agofixed rendering of bitmaps with alpha channel under GTK+ 2.0
Václav Slavík [Sun, 14 Nov 2004 23:03:51 +0000 (23:03 +0000)] 
fixed rendering of bitmaps with alpha channel under GTK+ 2.0

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

19 years agoadded system colours and fonts support to XRC (based on patch #1038207)
Václav Slavík [Sun, 14 Nov 2004 21:53:51 +0000 (21:53 +0000)] 
added system colours and fonts support to XRC (based on patch #1038207)

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

19 years ago The wxGNOME whitepaper-to-be.
Robert Roebling [Sun, 14 Nov 2004 21:52:55 +0000 (21:52 +0000)] 
  The wxGNOME whitepaper-to-be.

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

19 years agospelling/grammer (lol) :)
Ryan Norton [Sun, 14 Nov 2004 16:56:29 +0000 (16:56 +0000)] 
spelling/grammer (lol) :)

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

19 years agomade wxMBConv_iconv MT-safe
Václav Slavík [Sun, 14 Nov 2004 10:52:17 +0000 (10:52 +0000)] 
made wxMBConv_iconv MT-safe

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

19 years agoRebaked and autoconfiscated.
David Elliott [Sun, 14 Nov 2004 06:53:06 +0000 (06:53 +0000)] 
Rebaked and autoconfiscated.

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

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