wxWidgets.git
18 years agoadded tech note describing how to add a new wxUSE_XXX
Vadim Zeitlin [Fri, 16 Sep 2005 16:18:32 +0000 (16:18 +0000)] 
added tech note describing how to add a new wxUSE_XXX

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

18 years agoCygwin compile fix
Michael Wetherell [Fri, 16 Sep 2005 15:00:45 +0000 (15:00 +0000)] 
Cygwin compile fix

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

18 years agoAssert correction.
Włodzimierz Skiba [Fri, 16 Sep 2005 14:53:39 +0000 (14:53 +0000)] 
Assert correction.

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

18 years agoNative spline drawing.
Włodzimierz Skiba [Fri, 16 Sep 2005 12:55:05 +0000 (12:55 +0000)] 
Native spline drawing.

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

18 years agoDefine SQLUINTEGER
Julian Smart [Fri, 16 Sep 2005 11:22:35 +0000 (11:22 +0000)] 
Define SQLUINTEGER

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

18 years agoApplied patch [ 1286701 ] fix for compiling odbc with MS VC8 on x64
Julian Smart [Fri, 16 Sep 2005 11:03:53 +0000 (11:03 +0000)] 
Applied patch [ 1286701 ] fix for compiling odbc with MS VC8 on x64
also define SQLTCHAR for DMC++

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

18 years ago(blind) CE compilation fix: declare wxToolBarNameStr
Vadim Zeitlin [Fri, 16 Sep 2005 10:28:40 +0000 (10:28 +0000)] 
(blind) CE compilation fix: declare wxToolBarNameStr

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

18 years agoScript updates
Julian Smart [Fri, 16 Sep 2005 08:51:48 +0000 (08:51 +0000)] 
Script updates

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

18 years agowxUSE_SPLINES markup and other cleanings.
Włodzimierz Skiba [Thu, 15 Sep 2005 15:26:27 +0000 (15:26 +0000)] 
wxUSE_SPLINES markup and other cleanings.

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

18 years agoSplines sample.
Włodzimierz Skiba [Thu, 15 Sep 2005 15:18:37 +0000 (15:18 +0000)] 
Splines sample.

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

18 years agoDoc fix
Julian Smart [Wed, 14 Sep 2005 21:21:41 +0000 (21:21 +0000)] 
Doc fix

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

18 years agoFixes for passing non-PODs via '...'
Michael Wetherell [Wed, 14 Sep 2005 21:10:34 +0000 (21:10 +0000)] 
Fixes for passing non-PODs via '...'

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

18 years agoddesetup.h becomes ipcsetup.h, missing part of patch 1263950 Jurgen Doornik
Michael Wetherell [Wed, 14 Sep 2005 21:08:03 +0000 (21:08 +0000)] 
ddesetup.h becomes ipcsetup.h, missing part of patch 1263950 Jurgen Doornik

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

18 years agoRegenerate after change to install of wxpresets
Michael Wetherell [Wed, 14 Sep 2005 15:56:38 +0000 (15:56 +0000)] 
Regenerate after change to install of wxpresets

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

18 years agorenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with
Vadim Zeitlin [Wed, 14 Sep 2005 14:36:02 +0000 (14:36 +0000)] 
renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with
DoCreate()s in derived classes and removed DoDestroy() entirely because there
was really no advantage in having it (it can't be called fom base class dtor)

also made XmDoCreateTLW() pure virtual which required changing
IMPLEMENT_DYNAMIC_CLASS into IMPLEMENT_ABSTRACT_CLASS for wxTopLevelWindow in
common code but this made sense anyhow because wxTLW should be an ABC anyhow

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

18 years agodialog creation function should be extern C
Vadim Zeitlin [Wed, 14 Sep 2005 14:24:31 +0000 (14:24 +0000)] 
dialog creation function should be extern C

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

18 years agorenamed arg[cv] parameters to not hide wxApp members
Vadim Zeitlin [Wed, 14 Sep 2005 14:22:16 +0000 (14:22 +0000)] 
renamed arg[cv] parameters to not hide wxApp members

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

18 years agomore non-const string literal warnings correction
Vadim Zeitlin [Wed, 14 Sep 2005 14:21:16 +0000 (14:21 +0000)] 
more non-const string literal warnings correction

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

18 years agouse -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun cc to avoid hundreds of warnings...
Vadim Zeitlin [Wed, 14 Sep 2005 13:18:10 +0000 (13:18 +0000)] 
use -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun cc to avoid hundreds of warnings from Sun X11 headers

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

18 years agoreverted last changes which were false alarm
Dimitri Schoolwerth [Wed, 14 Sep 2005 12:08:24 +0000 (12:08 +0000)] 
reverted last changes which were false alarm

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

18 years agoadding Robert Lang's native CG-Bezier patch
Stefan Csomor [Wed, 14 Sep 2005 12:05:48 +0000 (12:05 +0000)] 
adding Robert Lang's native CG-Bezier patch

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

18 years agoadding Robert Lang's native CG-Bezier patch
Stefan Csomor [Wed, 14 Sep 2005 11:49:31 +0000 (11:49 +0000)] 
adding Robert Lang's native CG-Bezier patch

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

18 years ago"See also wxListView" link for wxListCtrl
Mart Raudsepp [Wed, 14 Sep 2005 00:09:29 +0000 (00:09 +0000)] 
"See also wxListView" link for wxListCtrl

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

18 years agomade XPM data const
Vadim Zeitlin [Tue, 13 Sep 2005 16:50:13 +0000 (16:50 +0000)] 
made XPM data const

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

18 years agoadded wxMOTIF_STR() macro casting away string literal constness for use with Motif...
Vadim Zeitlin [Tue, 13 Sep 2005 16:49:07 +0000 (16:49 +0000)] 
added wxMOTIF_STR() macro casting away string literal constness for use with Motif functions taking char *; use it when needed to suppress warnings about string literals being treated as non-const

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

18 years agounihde base class virtual functions
Vadim Zeitlin [Tue, 13 Sep 2005 16:37:11 +0000 (16:37 +0000)] 
unihde base class virtual functions

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

18 years agoclipboard handler must be extern C (Sun CC warning)
Vadim Zeitlin [Tue, 13 Sep 2005 16:36:50 +0000 (16:36 +0000)] 
clipboard handler must be extern C (Sun CC warning)

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

18 years agoX error handler should be extern C (SunCC warning fix)
Vadim Zeitlin [Tue, 13 Sep 2005 16:23:46 +0000 (16:23 +0000)] 
X error handler should be extern C (SunCC warning fix)

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

18 years agowarning fixes for Sun CC: extern C, non-const string literals
Vadim Zeitlin [Tue, 13 Sep 2005 16:22:56 +0000 (16:22 +0000)] 
warning fixes for Sun CC: extern C, non-const string literals

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

18 years agoBetter fix for 'int i' used twice in the same block.
Włodzimierz Skiba [Tue, 13 Sep 2005 16:06:41 +0000 (16:06 +0000)] 
Better fix for 'int i' used twice in the same block.

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

18 years agoWarning fix.
Włodzimierz Skiba [Tue, 13 Sep 2005 16:04:22 +0000 (16:04 +0000)] 
Warning fix.

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

18 years agofixed virtual function hiding for LoadBitmap()
Vadim Zeitlin [Tue, 13 Sep 2005 16:04:10 +0000 (16:04 +0000)] 
fixed virtual function hiding for LoadBitmap()

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

18 years agoMissing includes.
Włodzimierz Skiba [Tue, 13 Sep 2005 16:02:37 +0000 (16:02 +0000)] 
Missing includes.

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

18 years agouse WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)
Vadim Zeitlin [Tue, 13 Sep 2005 15:58:50 +0000 (15:58 +0000)] 
use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)

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

18 years agouse extern C around signal handler declaration (fixes Sun CC warning)
Vadim Zeitlin [Tue, 13 Sep 2005 15:57:02 +0000 (15:57 +0000)] 
use extern C around signal handler declaration (fixes Sun CC warning)

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

18 years agoqsort() should be passedonly extern C functions
Vadim Zeitlin [Tue, 13 Sep 2005 14:35:50 +0000 (14:35 +0000)] 
qsort() should be passedonly extern C functions

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

18 years agofixed Sun CC warning about local variable read hiding wxStreamBuffer::read
Vadim Zeitlin [Tue, 13 Sep 2005 14:34:38 +0000 (14:34 +0000)] 
fixed Sun CC warning about local variable read hiding wxStreamBuffer::read

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

18 years agofixed Sun CC warning about arg[cv] parameters hiding wxApp members
Vadim Zeitlin [Tue, 13 Sep 2005 14:30:18 +0000 (14:30 +0000)] 
fixed Sun CC warning about arg[cv] parameters hiding wxApp members

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

18 years agoand now it even compiles
Vadim Zeitlin [Tue, 13 Sep 2005 13:47:04 +0000 (13:47 +0000)] 
and now it even compiles

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

18 years agofix for last commit
Vadim Zeitlin [Tue, 13 Sep 2005 13:45:39 +0000 (13:45 +0000)] 
fix for last commit

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

18 years agoremoved strcpy to fixed buffer (do it the right way: cf rev 1.54)
Vadim Zeitlin [Tue, 13 Sep 2005 13:30:13 +0000 (13:30 +0000)] 
removed strcpy to fixed buffer (do it the right way: cf rev 1.54)

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

18 years agofixed uninitialized variable (depending on wxChoice ctor used it resulted in an out...
Dimitri Schoolwerth [Tue, 13 Sep 2005 12:54:59 +0000 (12:54 +0000)] 
fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

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

18 years ago Add one more encoding name for EUC-JP for Solaris 8.
Mattia Barbon [Mon, 12 Sep 2005 21:22:17 +0000 (21:22 +0000)] 
  Add one more encoding name for EUC-JP for Solaris 8.

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

18 years ago Honous initial position for wxSpinCtrl.
Mattia Barbon [Mon, 12 Sep 2005 20:06:31 +0000 (20:06 +0000)] 
  Honous initial position for wxSpinCtrl.

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

18 years ago Revert change 1.131 which actually broke inital size handling.
Mattia Barbon [Mon, 12 Sep 2005 20:04:56 +0000 (20:04 +0000)] 
  Revert change 1.131 which actually broke inital size handling.
  Set background colour for all widgets (same as foreground colour).

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

18 years agofixed presets installation for scrdir!=. case
Václav Slavík [Mon, 12 Sep 2005 19:00:24 +0000 (19:00 +0000)] 
fixed presets installation for scrdir!=. case

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

18 years agoremoved stray ^Ms
Vadim Zeitlin [Mon, 12 Sep 2005 14:27:02 +0000 (14:27 +0000)] 
removed stray ^Ms

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

18 years agoVC++ /Wp64 warning fixes
Vadim Zeitlin [Mon, 12 Sep 2005 13:02:34 +0000 (13:02 +0000)] 
VC++ /Wp64 warning fixes

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

18 years agoSend mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and...
Kevin Hock [Sun, 11 Sep 2005 19:54:58 +0000 (19:54 +0000)] 
Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and the window has captured the mouse.  This used to be done in OnInternalIdle, which now only sends leave events when HAVE_TRACKMOUSEEVENT is *not* defined.  Patch from Jamie Gadd, posted 9/10/2005 on wx-dev.

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

18 years agoApplied [ 1283696 ] wxDC::GetPartialTextExtents crashes on empty strings
Julian Smart [Sun, 11 Sep 2005 18:37:52 +0000 (18:37 +0000)] 
Applied [ 1283696 ] wxDC::GetPartialTextExtents crashes on empty strings

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

18 years agoUpdated change log
Julian Smart [Sun, 11 Sep 2005 18:36:41 +0000 (18:36 +0000)] 
Updated change log

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

18 years agoApplied [ 1235509 ] wxCocoa unicode wxT("fixes")
Julian Smart [Sun, 11 Sep 2005 18:34:58 +0000 (18:34 +0000)] 
Applied [ 1235509 ] wxCocoa unicode wxT("fixes")

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

18 years agoApplied patch [ 1263950 ] wxConnection fixes for Unicode
Julian Smart [Sun, 11 Sep 2005 18:31:34 +0000 (18:31 +0000)] 
Applied patch [ 1263950 ] wxConnection fixes for Unicode
By Jurgen Doornik

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

18 years agoApplied patch [ 1284335 ] doc update for wxString::operator[]
Julian Smart [Sun, 11 Sep 2005 18:04:35 +0000 (18:04 +0000)] 
Applied patch [ 1284335 ] doc update for wxString::operator[]

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

18 years agounused var warning in Mac build
Vadim Zeitlin [Sun, 11 Sep 2005 12:09:35 +0000 (12:09 +0000)] 
unused var warning in Mac build

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

18 years agouse given position for page insertion instead of trying to find the page to insert...
Vadim Zeitlin [Sun, 11 Sep 2005 11:55:48 +0000 (11:55 +0000)] 
use given position for page insertion instead of trying to find the page to insert before (bug 1287730)

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

18 years agoadded ToLong/ULong/Double() tests
Vadim Zeitlin [Sun, 11 Sep 2005 11:47:11 +0000 (11:47 +0000)] 
added ToLong/ULong/Double() tests

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

18 years agoclarified ToULong() behaviour with negative numbers
Vadim Zeitlin [Sun, 11 Sep 2005 11:44:45 +0000 (11:44 +0000)] 
clarified ToULong() behaviour with negative numbers

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

18 years agoshow that key codes are defined in wx/defs.h (patch 1284054)
Vadim Zeitlin [Sun, 11 Sep 2005 11:31:26 +0000 (11:31 +0000)] 
show that key codes are defined in wx/defs.h (patch 1284054)

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

18 years agoaccept grey PNM images (patch 1285885)
Vadim Zeitlin [Sun, 11 Sep 2005 11:18:36 +0000 (11:18 +0000)] 
accept grey PNM images (patch 1285885)

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

18 years agoRespect wxListItem::m_mask in general list control Set/GetItem() and allow
Vadim Zeitlin [Sun, 11 Sep 2005 11:14:26 +0000 (11:14 +0000)] 
Respect wxListItem::m_mask in general list control Set/GetItem() and allow
them to be used to change/query the item selection and focus status (second
part of patch 1264533 from Ryan, modified to be backwards compatible)

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

18 years agowxMediaCtrl patch from Ryan:
Vadim Zeitlin [Sun, 11 Sep 2005 11:04:00 +0000 (11:04 +0000)] 
wxMediaCtrl patch from Ryan:
- factored out Active X code into separate files
- also refactored common part of all backends in mediactrlcmn.cpp
- adds async loading from URLs support to Mac version
- support for ShowPlayerControls() in Mac wxMediaCtrl
- more minor bug fixes in the MSW version and the sample

(this is slightly modified patch 1264533 (without the list control part))

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

18 years agoImprove instructions for compiling with djgpp
Michael Wetherell [Sat, 10 Sep 2005 22:57:24 +0000 (22:57 +0000)] 
Improve instructions for compiling with djgpp

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

18 years agoCompile fix for VC++ 5
Michael Wetherell [Sat, 10 Sep 2005 21:21:27 +0000 (21:21 +0000)] 
Compile fix for VC++ 5

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

18 years agoUpdate to zlib 1.2.3
Michael Wetherell [Sat, 10 Sep 2005 21:15:17 +0000 (21:15 +0000)] 
Update to zlib 1.2.3

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

18 years agoThis commit was generated by cvs2svn to compensate for changes in r35455,
Michael Wetherell [Sat, 10 Sep 2005 20:52:12 +0000 (20:52 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r35455,
which included commits to RCS files with non-trunk default branches.

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

18 years agoUse AC_CHECK_TOOL rather than AC_CHECK_PROG for AR, RANLIB, STRIP, RESCOMP,
David Elliott [Fri, 9 Sep 2005 22:17:09 +0000 (22:17 +0000)] 
Use AC_CHECK_TOOL rather than AC_CHECK_PROG for AR, RANLIB, STRIP, RESCOMP,
and DLLTOOL.  This automatically searches for tools with a prefix of
"$host_alias-" when cross compiling then falls back to the unprefixed tool name
if that fails.  If the user specifies the tool using the appropriate variable
(e.g. CC, CXX, AR, RANLIB, STRIP, etc.) then it will be checked as is.

Removed the major hack that did something similar to this but simply
ignored user-provided variables and used default tool names.  For example,
CC was locked to $host_alias-gcc when cross compiling even if the user
specified CC on the configure command-line.

This brings wxWidgets in line with other autoconf 2.5x projects.  The only
downside to this approach is that our old method would fail if
$host_alias-toolname was not present whereas the autoconf method will silently
use the host compiler (which is usually _not_ what the user wants).

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

18 years agoApplied patch [ 1232933 ] [WinCE] wxDateTime incorrect reading
Julian Smart [Fri, 9 Sep 2005 20:49:05 +0000 (20:49 +0000)] 
Applied patch [ 1232933 ] [WinCE] wxDateTime incorrect reading
By bastekx - eba_k

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

18 years agoMoved definition
Julian Smart [Fri, 9 Sep 2005 20:45:08 +0000 (20:45 +0000)] 
Moved definition

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

18 years agoFixed wxListbook and wxChoicebook internal layout.
Włodzimierz Skiba [Fri, 9 Sep 2005 16:30:19 +0000 (16:30 +0000)] 
Fixed wxListbook and wxChoicebook internal layout.

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

18 years agoWinCE fixes
Julian Smart [Fri, 9 Sep 2005 16:29:35 +0000 (16:29 +0000)] 
WinCE fixes

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

18 years agoRestored missing SS_SUNKEN for WinCE
Julian Smart [Fri, 9 Sep 2005 16:20:27 +0000 (16:20 +0000)] 
Restored missing SS_SUNKEN for WinCE

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

18 years agofix for toolbar highlighting (not done for main toolbar)
Roman Rolinsky [Fri, 9 Sep 2005 15:47:27 +0000 (15:47 +0000)] 
fix for toolbar highlighting (not done for main toolbar)

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

18 years agoApplied patch [ 1281902 ] fix for wxJoystick under Linux
Julian Smart [Fri, 9 Sep 2005 14:50:27 +0000 (14:50 +0000)] 
Applied patch [ 1281902 ] fix for wxJoystick under Linux
From John Ratliff

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

18 years agoApplied patch [ 1283943 ] Fix crash in GSocket::Select
Julian Smart [Fri, 9 Sep 2005 14:44:15 +0000 (14:44 +0000)] 
Applied patch [ 1283943 ] Fix crash in GSocket::Select
From Paul Rupe

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

18 years agoApplied patch [ 1284913 ] [DOC] Removes msw.staticbitmap.htclient from sysopt.tex
Julian Smart [Fri, 9 Sep 2005 14:40:53 +0000 (14:40 +0000)] 
Applied patch [ 1284913 ] [DOC] Removes msw.staticbitmap.htclient from sysopt.tex

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

18 years agoUpdated date
Julian Smart [Fri, 9 Sep 2005 14:37:03 +0000 (14:37 +0000)] 
Updated date

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

18 years agoMinor doc corrections
Julian Smart [Fri, 9 Sep 2005 14:33:41 +0000 (14:33 +0000)] 
Minor doc corrections

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

18 years ago0.1.6-5
Roman Rolinsky [Fri, 9 Sep 2005 10:44:28 +0000 (10:44 +0000)] 
0.1.6-5

fixed testing for non-top-level objects

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

18 years agotesting for top-level objects only
Roman Rolinsky [Fri, 9 Sep 2005 09:35:07 +0000 (09:35 +0000)] 
testing for top-level objects only

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

18 years agouse env var for daily build
Chris Elliott [Thu, 8 Sep 2005 14:02:57 +0000 (14:02 +0000)] 
use env var for daily build

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

18 years agoForgot to put the previous (v)snprintf commit inside '#ifdef __cplusplus' which
Michael Wetherell [Wed, 7 Sep 2005 19:49:39 +0000 (19:49 +0000)] 
Forgot to put the previous (v)snprintf commit inside '#ifdef __cplusplus' which
is needed for the inline function.

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

18 years agoHandle the case when (v)snprintf have the format declared as char* instead of
Michael Wetherell [Wed, 7 Sep 2005 18:28:03 +0000 (18:28 +0000)] 
Handle the case when (v)snprintf have the format declared as char* instead of
const char*.

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

18 years agoWrapper script for pulling a CVS revision and making tarballs from it. This is afirst...
Kevin Ollivier [Wed, 7 Sep 2005 05:08:55 +0000 (05:08 +0000)] 
Wrapper script for pulling a CVS revision and making tarballs from it. This is afirst attempt; eventually it will re-bake automatically and handle docs completely (once I look at Chris Elliott's script.)

The eventual idea is that you should be able to run this script on all three platforms and it will generate all the tarballs and post them to a deliver directory, which a script would then upload.

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

18 years agowxApp destructor is virtual [ patch 1283503 ]
Kevin Hock [Wed, 7 Sep 2005 01:05:52 +0000 (01:05 +0000)] 
wxApp destructor is virtual [ patch 1283503 ]

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

18 years agodaily build unix
Chris Elliott [Tue, 6 Sep 2005 13:49:24 +0000 (13:49 +0000)] 
daily build unix

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

18 years agodaily build of windows-format docs
Chris Elliott [Tue, 6 Sep 2005 13:31:17 +0000 (13:31 +0000)] 
daily build of windows-format docs

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

18 years agoAdding --silent option so that you can batch build tarballs without being prompted...
Kevin Ollivier [Tue, 6 Sep 2005 00:18:35 +0000 (00:18 +0000)] 
Adding --silent option so that you can batch build tarballs without being prompted to confirm values for each.

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

18 years agoCode clarification.
Włodzimierz Skiba [Mon, 5 Sep 2005 18:10:46 +0000 (18:10 +0000)] 
Code clarification.

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

18 years agoLaunch default browser.
Włodzimierz Skiba [Mon, 5 Sep 2005 18:07:00 +0000 (18:07 +0000)] 
Launch default browser.

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

18 years agoFix for [1250089] 'wxHtmlHelpFrame uses constants instead of variables'.
Włodzimierz Skiba [Mon, 5 Sep 2005 17:43:54 +0000 (17:43 +0000)] 
Fix for [1250089] 'wxHtmlHelpFrame uses constants instead of variables'.

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

18 years ago'i' is already used in this scope so make it clearer.
Włodzimierz Skiba [Mon, 5 Sep 2005 17:39:15 +0000 (17:39 +0000)] 
'i' is already used in this scope so make it clearer.

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

18 years ago'mark' is already used in this scope so make it clearer.
Włodzimierz Skiba [Mon, 5 Sep 2005 17:37:06 +0000 (17:37 +0000)] 
'mark' is already used in this scope so make it clearer.

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

18 years ago Committing in .
Jouk Jansen [Mon, 5 Sep 2005 12:43:06 +0000 (12:43 +0000)] 
 Committing in .

 OpenVMS configuration updated

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

18 years agofixed bug in generation of the To: header: trailing comma prevented the messages...
Vadim Zeitlin [Mon, 5 Sep 2005 00:15:32 +0000 (00:15 +0000)] 
fixed bug in generation of the To: header: trailing comma prevented the messages from being ever sent out

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

18 years agoRemoved gsockosx.cpp which had been copied to src/mac/corefoundation long ago.
David Elliott [Sun, 4 Sep 2005 19:40:54 +0000 (19:40 +0000)] 
Removed gsockosx.cpp which had been copied to src/mac/corefoundation long ago.

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

18 years agoFix wxGLCanvas ctor prototypes in docs. Closes bug #1237072.
Mart Raudsepp [Sun, 4 Sep 2005 15:46:20 +0000 (15:46 +0000)] 
Fix wxGLCanvas ctor prototypes in docs. Closes bug #1237072.
TODO: document the meaning of sharedCanvas arg.

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

18 years agosupport for fractional characters widths under Mac
Stefan Csomor [Sun, 4 Sep 2005 12:52:46 +0000 (12:52 +0000)] 
support for fractional characters widths under Mac

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

18 years ago[wxTLW-GTK] Don't connect to the configure_event twice. This caused double wxMoveEven...
Mart Raudsepp [Sun, 4 Sep 2005 10:52:11 +0000 (10:52 +0000)] 
[wxTLW-GTK] Don't connect to the configure_event twice. This caused double wxMoveEvents being emitted, and some other
stuff done on the same data twice.

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

18 years ago-Wundef fixes
Mart Raudsepp [Sun, 4 Sep 2005 10:33:09 +0000 (10:33 +0000)] 
-Wundef fixes

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