wxWidgets.git
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

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