]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoRemoved unnecessary IsModal call
Julian Smart [Tue, 20 Sep 2005 10:06:58 +0000 (10:06 +0000)] 
Removed unnecessary IsModal call

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

18 years agoIsModal() now has the newer meaning (equivalent of old IsModalShowing())
Julian Smart [Tue, 20 Sep 2005 10:05:46 +0000 (10:05 +0000)] 
IsModal() now has the newer meaning (equivalent of old IsModalShowing())

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

18 years agoblind compilation fix for cygwin Unicode build (bug 1296144)
Vadim Zeitlin [Tue, 20 Sep 2005 09:52:14 +0000 (09:52 +0000)] 
blind compilation fix for cygwin Unicode build (bug 1296144)

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

18 years agoAdded commented-out IPC_SERVICE for easier testing
Julian Smart [Tue, 20 Sep 2005 09:12:14 +0000 (09:12 +0000)] 
Added commented-out IPC_SERVICE for easier testing

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

18 years agoUpdated FAQ from web files
Julian Smart [Tue, 20 Sep 2005 09:09:20 +0000 (09:09 +0000)] 
Updated FAQ from web files

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

18 years agoSome automated build scripts that wrap Robin's and make it easier to build installers...
Kevin Ollivier [Tue, 20 Sep 2005 01:56:22 +0000 (01:56 +0000)] 
Some automated build scripts that wrap Robin's and make it easier to build installers (without having access to his R-bot build network:).

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

18 years agoonly call fsync() on disk files, otherwise we get an error for pipes under Unix
Vadim Zeitlin [Mon, 19 Sep 2005 23:34:07 +0000 (23:34 +0000)] 
only call fsync() on disk files, otherwise we get an error for pipes under Unix

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

18 years agoangle bracket problem fix
Włodzimierz Skiba [Mon, 19 Sep 2005 22:32:30 +0000 (22:32 +0000)] 
angle bracket problem fix

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

18 years agoRegenerated after the lib64, lib/64 changes
Michael Wetherell [Mon, 19 Sep 2005 20:48:59 +0000 (20:48 +0000)] 
Regenerated after the lib64, lib/64 changes

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

18 years agoRevert previous commit for fear that 'test -h' may not work everywhere
Michael Wetherell [Mon, 19 Sep 2005 20:16:19 +0000 (20:16 +0000)] 
Revert previous commit for fear that 'test -h' may not work everywhere

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

18 years agoAllow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES to accept symlinks
Michael Wetherell [Mon, 19 Sep 2005 19:57:41 +0000 (19:57 +0000)] 
Allow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES to accept symlinks

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

18 years agoChange so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32,...
Michael Wetherell [Mon, 19 Sep 2005 19:50:01 +0000 (19:50 +0000)] 
Change so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32, /usr/lib/64 and /usr/lib64

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

18 years agoUse lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris
Michael Wetherell [Mon, 19 Sep 2005 19:45:41 +0000 (19:45 +0000)] 
Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris

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

18 years agoFix for detection of motif in the default library path
Michael Wetherell [Mon, 19 Sep 2005 18:41:41 +0000 (18:41 +0000)] 
Fix for detection of motif in the default library path

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

18 years agoFix for modal/modeless wizards
Julian Smart [Mon, 19 Sep 2005 15:34:56 +0000 (15:34 +0000)] 
Fix for modal/modeless wizards

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

18 years agoMissing end of comment
Julian Smart [Mon, 19 Sep 2005 15:18:27 +0000 (15:18 +0000)] 
Missing end of comment

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

18 years agoMake sure Enable_Events is called when a connection is immediately established (such...
Kevin Hock [Mon, 19 Sep 2005 14:56:50 +0000 (14:56 +0000)] 
Make sure Enable_Events is called when a connection is immediately established (such as when using domain sockets for IPC). Fixes bug 1195700

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

18 years agotemporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming
Vadim Zeitlin [Mon, 19 Sep 2005 12:46:30 +0000 (12:46 +0000)] 
temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

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

18 years agoFix "Error: Curly braces do not match inside file fontmap.tex"
Mart Raudsepp [Mon, 19 Sep 2005 11:38:37 +0000 (11:38 +0000)] 
Fix "Error: Curly braces do not match inside file fontmap.tex"

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

18 years agotemporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming
Vadim Zeitlin [Mon, 19 Sep 2005 10:36:18 +0000 (10:36 +0000)] 
temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

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

18 years agoonly check for lib directory for architectures which have multiple ABIs (Solaris...
Vadim Zeitlin [Mon, 19 Sep 2005 10:28:55 +0000 (10:28 +0000)] 
only check for lib directory for architectures which have multiple ABIs (Solaris, IRIX, Linux)

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

18 years agoApplied peer reviewed translation from:
Ron Lee [Mon, 19 Sep 2005 01:54:57 +0000 (01:54 +0000)] 
Applied peer reviewed translation from:
http://bugs.debian.org/328966

Does not include fuzzy merge from current head, they are plainly wrong
(even to me) and will need another cycle of manual review.

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

18 years agofix to last commit: extra parentheses removed
Vadim Zeitlin [Mon, 19 Sep 2005 00:54:41 +0000 (00:54 +0000)] 
fix to last commit: extra parentheses removed

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

18 years agofix for creation of shared libraries under AIX with gcc
Vadim Zeitlin [Mon, 19 Sep 2005 00:32:03 +0000 (00:32 +0000)] 
fix for creation of shared libraries under AIX with gcc

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

18 years agofix for creation of shared libraries under AIX with gcc
Vadim Zeitlin [Mon, 19 Sep 2005 00:26:53 +0000 (00:26 +0000)] 
fix for creation of shared libraries under AIX with gcc

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

18 years agoworkaround for buggy setlocale() under AIX (without this wxLocale didn't work at...
Vadim Zeitlin [Sun, 18 Sep 2005 23:38:06 +0000 (23:38 +0000)] 
workaround for buggy setlocale() under AIX (without this wxLocale didn't work at all)

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

18 years agoAdded (dummy) handler for loading bitmap from file instead of resource.
Stefan Neis [Sun, 18 Sep 2005 23:27:28 +0000 (23:27 +0000)] 
Added (dummy) handler for loading bitmap from file instead of resource.

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

18 years agodocumented GetAllEncodingNames
Vadim Zeitlin [Sun, 18 Sep 2005 23:04:48 +0000 (23:04 +0000)] 
documented GetAllEncodingNames

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

18 years agocondensed 2 very similar trace messages into one
Vadim Zeitlin [Sun, 18 Sep 2005 23:04:11 +0000 (23:04 +0000)] 
condensed 2 very similar trace messages into one

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

18 years agoadded ifconfig and ping locations for AIX
Vadim Zeitlin [Sun, 18 Sep 2005 23:00:00 +0000 (23:00 +0000)] 
added ifconfig and ping locations for AIX

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

18 years ago Send wxInitDialogEvent under wxMotif.
Mattia Barbon [Sun, 18 Sep 2005 22:48:51 +0000 (22:48 +0000)] 
  Send wxInitDialogEvent under wxMotif.

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

18 years agoUnicode compilation fix
Vadim Zeitlin [Sun, 18 Sep 2005 20:12:52 +0000 (20:12 +0000)] 
Unicode compilation fix

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

18 years agoGetSystemEncodingName() cleanup: we don't need to check for US-ASCII synonyms here...
Vadim Zeitlin [Sun, 18 Sep 2005 20:09:51 +0000 (20:09 +0000)] 
GetSystemEncodingName() cleanup: we don't need to check for US-ASCII synonyms here any more, wxFontMapper::GetEncodingFromName() knows about them

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

18 years agoadd CP-xxx as synonyms for WINDOWS-xxx
Vadim Zeitlin [Sun, 18 Sep 2005 20:08:17 +0000 (20:08 +0000)] 
add CP-xxx as synonyms for WINDOWS-xxx

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

18 years agolook in codeset-specific directory for locale files first, then fallback to the one...
Vadim Zeitlin [Sun, 18 Sep 2005 19:49:28 +0000 (19:49 +0000)] 
look in codeset-specific directory for locale files first, then fallback to the one without codeset

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

18 years agomore encoding names for AIX/Solaris/IRIX
Vadim Zeitlin [Sun, 18 Sep 2005 19:27:23 +0000 (19:27 +0000)] 
more encoding names for AIX/Solaris/IRIX

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

18 years agotentative fix for BestSize problems (non-native toolbar)
Stefan Csomor [Sun, 18 Sep 2005 19:13:27 +0000 (19:13 +0000)] 
tentative fix for BestSize problems (non-native toolbar)

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

18 years agotentative fix for BestSize problems (non-native toolbar)
Stefan Csomor [Sun, 18 Sep 2005 19:08:15 +0000 (19:08 +0000)] 
tentative fix for BestSize problems (non-native toolbar)

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

18 years agodon't pass NULL pointer to printf(), this crashes Solaris printf
Vadim Zeitlin [Sun, 18 Sep 2005 16:50:47 +0000 (16:50 +0000)] 
don't pass NULL pointer to printf(), this crashes Solaris printf

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

18 years agodon't create conversion objects unless we really need to convert
Vadim Zeitlin [Sun, 18 Sep 2005 16:41:22 +0000 (16:41 +0000)] 
don't create conversion objects unless we really need to convert

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

18 years agoadded trace message to wxCSConv creation code
Vadim Zeitlin [Sun, 18 Sep 2005 16:40:24 +0000 (16:40 +0000)] 
added trace message to wxCSConv creation code

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

18 years agoavoid unnecessary conversions when loading the catalog (i.e. if the catalog encoding...
Vadim Zeitlin [Sun, 18 Sep 2005 14:48:17 +0000 (14:48 +0000)] 
avoid unnecessary conversions when loading the catalog (i.e. if the catalog encoding is the same as the currently used one)

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

18 years agocompate charset names case-insensitively in GetEncodingFromName()
Vadim Zeitlin [Sun, 18 Sep 2005 14:46:41 +0000 (14:46 +0000)] 
compate charset names case-insensitively in GetEncodingFromName()

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

18 years agosigned/unsigned comparison warning
Vadim Zeitlin [Sun, 18 Sep 2005 14:23:05 +0000 (14:23 +0000)] 
signed/unsigned comparison warning

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

18 years agoremoved unused variable
Vadim Zeitlin [Sun, 18 Sep 2005 14:11:14 +0000 (14:11 +0000)] 
removed unused variable

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

18 years agoadded GetAllEncodingNames(), use it to select the correct encoding name to pass to...
Vadim Zeitlin [Sun, 18 Sep 2005 14:01:14 +0000 (14:01 +0000)] 
added GetAllEncodingNames(), use it to select the correct encoding name to pass to iconv_open()

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

18 years agoregenerated after latest changes: alternative standard library directory name support...
Vadim Zeitlin [Sun, 18 Sep 2005 13:32:10 +0000 (13:32 +0000)] 
regenerated after latest changes: alternative standard library directory name support; SGI CC dependencies; ...

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

18 years agoCorrected behaviour for modeless wizards -- can't detect modal/modeless
Julian Smart [Sun, 18 Sep 2005 13:31:50 +0000 (13:31 +0000)] 
Corrected behaviour for modeless wizards -- can't detect modal/modeless
state after EndModal is called. Future API might incorporate modal flag
so wxWizard can do the right thing.

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

18 years agoadded all .m4 files used by our configure; run aclocal with -I build/aclocal argument now
Vadim Zeitlin [Sun, 18 Sep 2005 13:24:14 +0000 (13:24 +0000)] 
added all .m4 files used by our configure; run aclocal with -I build/aclocal argument now

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

18 years agoDocumented GTK+ ~wxWindow fix
Julian Smart [Sun, 18 Sep 2005 11:43:25 +0000 (11:43 +0000)] 
Documented GTK+ ~wxWindow fix

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

18 years agoApplied patch 1283609 GTK window dtor + wxGrid + cellEditor ==> crash
Julian Smart [Sun, 18 Sep 2005 10:11:36 +0000 (10:11 +0000)] 
Applied patch 1283609 GTK window dtor + wxGrid + cellEditor ==> crash
David Surovell, OSAF

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

18 years agowxMac changes
Stefan Csomor [Sun, 18 Sep 2005 05:19:26 +0000 (05:19 +0000)] 
wxMac changes

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

18 years agoget rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced...
Vadim Zeitlin [Sun, 18 Sep 2005 01:19:28 +0000 (01:19 +0000)] 
get rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced by last change to this code)

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

18 years agocache results of Motif 2 and Motif-is-Lesstif tests
Vadim Zeitlin [Sun, 18 Sep 2005 01:10:16 +0000 (01:10 +0000)] 
cache results of Motif 2 and Motif-is-Lesstif tests

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

18 years agopruned the list of directories to search for headers/libraries
Vadim Zeitlin [Sun, 18 Sep 2005 00:53:06 +0000 (00:53 +0000)] 
pruned the list of directories to search for headers/libraries

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

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