wxWidgets.git
18 years agofinally really fixes IRIX build:
Vadim Zeitlin [Sun, 18 Sep 2005 00:44:06 +0000 (00:44 +0000)] 
finally really fixes IRIX build:
 - determine the name of the standard libraries directory (lib, lib32, lib64
   or lib/64) and use it to find other standard libraries
 - look in default libraries locations after checking the other ones, not
   before

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

18 years agoInclude settings.h
Julian Smart [Sat, 17 Sep 2005 23:40:01 +0000 (23:40 +0000)] 
Include settings.h

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

18 years agoturn off warning 3970 for SGI CC (see comment for explanation)
Vadim Zeitlin [Sat, 17 Sep 2005 22:40:40 +0000 (22:40 +0000)] 
turn off warning 3970 for SGI CC (see comment for explanation)

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

18 years agoResaved corrupt libs.bmp again
Julian Smart [Sat, 17 Sep 2005 22:28:52 +0000 (22:28 +0000)] 
Resaved corrupt libs.bmp again

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

18 years agodon't put default library paths in SEARCH_LIB
Vadim Zeitlin [Sat, 17 Sep 2005 22:14:05 +0000 (22:14 +0000)] 
don't put default library paths in SEARCH_LIB

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

18 years agocheck default library directories in WX_PATH_FIND_LIBRARIES; do *not* add default...
Vadim Zeitlin [Sat, 17 Sep 2005 22:10:33 +0000 (22:10 +0000)] 
check default library directories in WX_PATH_FIND_LIBRARIES; do *not* add default library paths to LDFLAGS (fixes IRIX build)

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

18 years agoremoved weird comparison of m_oldFont with -1 (this doesn't compile with SGI CC in...
Vadim Zeitlin [Sat, 17 Sep 2005 22:01:58 +0000 (22:01 +0000)] 
removed weird comparison of m_oldFont with -1 (this doesn't compile with SGI CC in 64 bit compilation mode and doesn't make any sense anyhow)

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

18 years agouse wxPtrToUInt() instead of casting pointers to int which dosen't work in 64 bit...
Vadim Zeitlin [Sat, 17 Sep 2005 22:00:32 +0000 (22:00 +0000)] 
use wxPtrToUInt() instead of casting pointers to int which dosen't work in 64 bit compilation mode with SGI CC

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

18 years ago64 bit compilation fix (pointer can't be cast to int); code simplification (don't...
Vadim Zeitlin [Sat, 17 Sep 2005 21:54:54 +0000 (21:54 +0000)] 
64 bit compilation fix (pointer can't be cast to int); code simplification (don't duplicate code in GetArm/LabelPixmap)

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

18 years agodocumented wx_truncate_cast()
Vadim Zeitlin [Sat, 17 Sep 2005 21:08:25 +0000 (21:08 +0000)] 
documented wx_truncate_cast()

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

18 years agoadded wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitel...
Vadim Zeitlin [Sat, 17 Sep 2005 21:03:45 +0000 (21:03 +0000)] 
added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitely show int truncation

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

18 years agoadded ping location for IRIX
Vadim Zeitlin [Sat, 17 Sep 2005 21:02:41 +0000 (21:02 +0000)] 
added ping location for IRIX

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

18 years agoavoid assigning 64 bit ints to a 16 bit one
Vadim Zeitlin [Sat, 17 Sep 2005 21:02:29 +0000 (21:02 +0000)] 
avoid assigning 64 bit ints to a 16 bit one

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

18 years agoremoved unused variables and constant
Vadim Zeitlin [Sat, 17 Sep 2005 21:02:03 +0000 (21:02 +0000)] 
removed unused variables and constant

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

18 years agotremoved unused variable
Vadim Zeitlin [Sat, 17 Sep 2005 21:01:39 +0000 (21:01 +0000)] 
tremoved unused variable

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

18 years agouse unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)
Vadim Zeitlin [Sat, 17 Sep 2005 21:01:01 +0000 (21:01 +0000)] 
use unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)

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

18 years agochecking whether a size_t page index is >= 0 is unnecessary (and generates a SGI...
Vadim Zeitlin [Sat, 17 Sep 2005 21:00:47 +0000 (21:00 +0000)] 
checking whether a size_t page index is >= 0 is unnecessary (and generates a SGI CC warning)

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

18 years agocolourSize was probably supposed to be used and not just defined and then forgot...
Vadim Zeitlin [Sat, 17 Sep 2005 21:00:04 +0000 (21:00 +0000)] 
colourSize was probably supposed to be used and not just defined and then forgot about (thanks for SGI CC for a nice warning)

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

18 years agoremove unused wxTrue
Vadim Zeitlin [Sat, 17 Sep 2005 20:58:55 +0000 (20:58 +0000)] 
remove unused wxTrue

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

18 years agodeclare wxCalendarEvent ctor as inline before it's used (which happens before its...
Vadim Zeitlin [Sat, 17 Sep 2005 20:56:29 +0000 (20:56 +0000)] 
declare wxCalendarEvent ctor as inline before it's used (which happens before its definition unfortunately) (fixes SGI CC warning)

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

18 years agoApplied [ 1294048 ] [wxMSW] Correct splitter sash drawing on XP
Julian Smart [Sat, 17 Sep 2005 20:34:53 +0000 (20:34 +0000)] 
Applied [ 1294048 ] [wxMSW] Correct splitter sash drawing on XP
Jamie Gadd

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

18 years agoApplied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
Julian Smart [Sat, 17 Sep 2005 20:27:19 +0000 (20:27 +0000)] 
Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
Jamie Gadd

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

18 years agofixing visibility checks for native toolbars
Stefan Csomor [Sat, 17 Sep 2005 14:18:50 +0000 (14:18 +0000)] 
fixing visibility checks for native toolbars

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

18 years agoMinor doc corrections
Julian Smart [Sat, 17 Sep 2005 12:53:07 +0000 (12:53 +0000)] 
Minor doc corrections

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

18 years agoTypo correction
Julian Smart [Sat, 17 Sep 2005 08:11:23 +0000 (08:11 +0000)] 
Typo correction

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

18 years agoangle bracket problem fix
Włodzimierz Skiba [Fri, 16 Sep 2005 18:25:44 +0000 (18:25 +0000)] 
angle bracket problem fix

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

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