wxWidgets.git
19 years agoReplaced gunshot sound with a more benign, but still impactful, sound
Kevin Hock [Mon, 28 Mar 2005 17:14:01 +0000 (17:14 +0000)] 
Replaced gunshot sound with a more benign, but still impactful, sound

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

19 years agoRename wave file to be less agressive, for later replacement
Julian Smart [Mon, 28 Mar 2005 13:43:20 +0000 (13:43 +0000)] 
Rename wave file to be less agressive, for later replacement
with arbitrary sound

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

19 years agoadded GetHimagelist()
Vadim Zeitlin [Mon, 28 Mar 2005 12:22:45 +0000 (12:22 +0000)] 
added GetHimagelist()

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

19 years agoMinor compilo fix
Michael Wetherell [Mon, 28 Mar 2005 10:49:43 +0000 (10:49 +0000)] 
Minor compilo fix

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

19 years agoadded wxTAB_TRAVERSAL to common styles
Václav Slavík [Mon, 28 Mar 2005 09:42:23 +0000 (09:42 +0000)] 
added wxTAB_TRAVERSAL to common styles

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

19 years agocall SetupWindow
Václav Slavík [Mon, 28 Mar 2005 09:40:25 +0000 (09:40 +0000)] 
call SetupWindow

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

19 years agoadded wxWS_EX_VALIDATE_RECURSIVELY
Václav Slavík [Mon, 28 Mar 2005 09:37:02 +0000 (09:37 +0000)] 
added wxWS_EX_VALIDATE_RECURSIVELY

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

19 years agofixed dialog units in toplevel windows (bug #1170234)
Václav Slavík [Mon, 28 Mar 2005 09:28:44 +0000 (09:28 +0000)] 
fixed dialog units in toplevel windows (bug #1170234)

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

19 years agodo runtime check for GTK+ 2.4 and not only compile-time
Vadim Zeitlin [Mon, 28 Mar 2005 00:42:24 +0000 (00:42 +0000)] 
do runtime check for GTK+ 2.4 and not only compile-time

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

19 years agocorrected GTK wrapping line
Vadim Zeitlin [Mon, 28 Mar 2005 00:36:57 +0000 (00:36 +0000)] 
corrected GTK wrapping line

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

19 years agouse GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available
Vadim Zeitlin [Mon, 28 Mar 2005 00:36:04 +0000 (00:36 +0000)] 
use GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available

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

19 years agorespect G_FILENAME_ENCODING in wxConvBrokenFileName and also use UTF-8 instead ASCII
Vadim Zeitlin [Mon, 28 Mar 2005 00:16:37 +0000 (00:16 +0000)] 
respect G_FILENAME_ENCODING in wxConvBrokenFileName and also use UTF-8 instead ASCII

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

19 years agouse wxLocale::GetSystemEncoding() to test whetehr we want to use UTF-8 in wxConvBroke...
Vadim Zeitlin [Sun, 27 Mar 2005 22:43:56 +0000 (22:43 +0000)] 
use wxLocale::GetSystemEncoding() to test whetehr we want to use UTF-8 in wxConvBrokenFileNames::UseUTF8()

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

19 years agofixed test for GTK+ 2.4: was always false on a second or subsequent configure run...
Vadim Zeitlin [Sun, 27 Mar 2005 22:42:10 +0000 (22:42 +0000)] 
fixed test for GTK+ 2.4: was always false on a second or subsequent configure run if caching was used

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

19 years agouse popen() instead of wxExecute(), it works inside wxYield() unlike the latter
Vadim Zeitlin [Sun, 27 Mar 2005 22:22:24 +0000 (22:22 +0000)] 
use popen() instead of wxExecute(), it works inside wxYield() unlike the latter

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

19 years agofixed compilation in non-Unicode build; fixed bug with buffer overrun in wxMBConvUTF8...
Vadim Zeitlin [Sun, 27 Mar 2005 22:20:44 +0000 (22:20 +0000)] 
fixed compilation in non-Unicode build; fixed bug with buffer overrun in wxMBConvUTF8::MB2WC()

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

19 years agoadded XRC handler for wxStdDialogButtonSizer
Václav Slavík [Sun, 27 Mar 2005 21:28:27 +0000 (21:28 +0000)] 
added XRC handler for wxStdDialogButtonSizer

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

19 years ago Use conversion class in native GTK+ file dialog.
Robert Roebling [Sun, 27 Mar 2005 19:23:15 +0000 (19:23 +0000)] 
  Use conversion class in native GTK+ file dialog.

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

19 years ago Actually make use of new cool file conversion
Robert Roebling [Sun, 27 Mar 2005 19:00:42 +0000 (19:00 +0000)] 
  Actually make use of new cool file conversion
   class in wxDir.

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

19 years agofix TestGLCanvas ctor (part of patch 1155132)
Vadim Zeitlin [Sun, 27 Mar 2005 18:08:08 +0000 (18:08 +0000)] 
fix TestGLCanvas ctor (part of patch 1155132)

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

19 years agoapplied patch fixing problems with X server crash when using wxGLCanvas with nVidia...
Vadim Zeitlin [Sun, 27 Mar 2005 18:06:43 +0000 (18:06 +0000)] 
applied patch fixing problems with X server crash when using wxGLCanvas with nVidia cards (patch 1155132)

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

19 years agofixed crash introduced by recently applied autowidth patch (patch 1171455)
Vadim Zeitlin [Sun, 27 Mar 2005 18:05:21 +0000 (18:05 +0000)] 
fixed crash introduced by recently applied autowidth patch (patch 1171455)

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

19 years agoapplied heavily modified patch 1116702: support for specifying disabled toolbar image...
Vadim Zeitlin [Sun, 27 Mar 2005 18:03:57 +0000 (18:03 +0000)] 
applied heavily modified patch 1116702: support for specifying disabled toolbar images and modified the sample to show how it works (badly, background of tools for which disabled bitmap is not specified is wrong)

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

19 years agouse image mask colour if any instead of guessing that (0, 0) is always transparent...
Vadim Zeitlin [Sun, 27 Mar 2005 18:00:58 +0000 (18:00 +0000)] 
use image mask colour if any instead of guessing that (0, 0) is always transparent in wxCreateGreyedImage()

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

19 years agoadded wxBitmap::GetMaskBitmap()
Vadim Zeitlin [Sun, 27 Mar 2005 17:47:39 +0000 (17:47 +0000)] 
added wxBitmap::GetMaskBitmap()

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

19 years ago Submit patch based on Michael W.'s invalid UTF8
Robert Roebling [Sun, 27 Mar 2005 17:23:15 +0000 (17:23 +0000)] 
  Submit patch based on Michael W.'s invalid UTF8
    to PUA patch. I added UTF8_TO_OCTAL and made
    that the default for filename conversion uner
    GTK2. More adapation, e.g. to G_FILENAME_ENCODING
    need to be done.

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

19 years agoapplied part of patch 1169925: fix errors with multibyte <-> wx conversions
Vadim Zeitlin [Sun, 27 Mar 2005 16:39:02 +0000 (16:39 +0000)] 
applied part of patch 1169925: fix errors with multibyte <-> wx conversions

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

19 years agouse wxFileName to change catalog extension instead wxString methods, this fixes probl...
Vadim Zeitlin [Sun, 27 Mar 2005 16:21:41 +0000 (16:21 +0000)] 
use wxFileName to change catalog extension instead wxString methods, this fixes problems with dots inside file names (modified patch 1169837)

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

19 years agomake it clear which GL(U) library we can't find in error messages, otherwise the...
Vadim Zeitlin [Sun, 27 Mar 2005 16:12:13 +0000 (16:12 +0000)] 
make it clear which GL(U) library we can't find in error messages, otherwise the user has no idea what exactly failed

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

19 years agocorrected library order to make the sample link
Vadim Zeitlin [Sun, 27 Mar 2005 16:01:18 +0000 (16:01 +0000)] 
corrected library order to make the sample link

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

19 years agosend wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once after end of dragging and...
Vadim Zeitlin [Sun, 27 Mar 2005 15:50:17 +0000 (15:50 +0000)] 
send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once after end of dragging and not after each CHANGING event (modified patch 1076226)

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

19 years agoadded wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_C...
Vadim Zeitlin [Sun, 27 Mar 2005 15:25:21 +0000 (15:25 +0000)] 
added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_CHARWRAP as this corresponds better to what it does; added tests for wxTE_*WRAP to the widgets sample (replaces patch 1156507)

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

19 years agodon't crash when trying to dump struct members which are NULL pointers
Vadim Zeitlin [Sun, 27 Mar 2005 14:26:10 +0000 (14:26 +0000)] 
don't crash when trying to dump struct members which are NULL pointers

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

19 years agomade Update() recursive under wxGTK2 (doesn't work for wxGTK1 because Refresh() is...
Vadim Zeitlin [Sun, 27 Mar 2005 13:54:09 +0000 (13:54 +0000)] 
made Update() recursive under wxGTK2 (doesn't work for wxGTK1 because Refresh() is not recursive htere neither) and documented its behaviour

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

19 years agoSomewhat cleaned up handling of OMF mode for OS/2.
Stefan Neis [Sun, 27 Mar 2005 13:03:46 +0000 (13:03 +0000)] 
Somewhat cleaned up handling of OMF mode for OS/2.

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

19 years agoAdded documentation for using MW compilers with configure.
David Elliott [Sun, 27 Mar 2005 09:28:39 +0000 (09:28 +0000)] 
Added documentation for using MW compilers with configure.

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

19 years agoThinking about it, this is a bad idea as MW CRT's struct tm is two
David Elliott [Sun, 27 Mar 2005 08:56:27 +0000 (08:56 +0000)] 
Thinking about it, this is a bad idea as MW CRT's struct tm is two
fields shorter than BSD's as MW's lacks TZ fields.

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

19 years agoDeclare strptime when using MSL headers on OS X.
David Elliott [Sun, 27 Mar 2005 08:48:30 +0000 (08:48 +0000)] 
Declare strptime when using MSL headers on OS X.

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

19 years agoDeclare strptime when using MSL headers on OS X.
David Elliott [Sun, 27 Mar 2005 08:38:34 +0000 (08:38 +0000)] 
Declare strptime when using MSL headers on OS X.

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

19 years agoAllow compilation with MW CRT on OS X. Unlike BSD CRT, MW CRT does not
David Elliott [Sun, 27 Mar 2005 08:27:15 +0000 (08:27 +0000)] 
Allow compilation with MW CRT on OS X.  Unlike BSD CRT, MW CRT does not
define SIGTRAP so we have to use the Mac OS Debugger() function.

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

19 years agoEOVERFLOW is not available on classic Mac OS.
David Elliott [Sun, 27 Mar 2005 04:15:30 +0000 (04:15 +0000)] 
EOVERFLOW is not available on classic Mac OS.

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

19 years agoDisable wxStackWalker on platforms other than Win32 or UNIX.
David Elliott [Sun, 27 Mar 2005 04:06:37 +0000 (04:06 +0000)] 
Disable wxStackWalker on platforms other than Win32 or UNIX.
For instance, Mac OS (PEF) doesn't have an implementation.

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

19 years agoAdded #if wxUSE_STACKWALKER. Fixes compilation of OS X shared libraries.
David Elliott [Sun, 27 Mar 2005 01:59:17 +0000 (01:59 +0000)] 
Added #if wxUSE_STACKWALKER.  Fixes compilation of OS X shared libraries.
TODO: What does it take to get wxStackWalker on OS X?

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

19 years agoqadll depends on coredll. First part of OS X shared library build fix.
David Elliott [Sun, 27 Mar 2005 01:51:36 +0000 (01:51 +0000)] 
qadll depends on coredll.  First part of OS X shared library build fix.

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

19 years agoImprove type safety by doing a runtime check to make sure the
David Elliott [Sat, 26 Mar 2005 21:47:54 +0000 (21:47 +0000)] 
Improve type safety by doing a runtime check to make sure the
wxFontMapper really is a wxFontMapper when GUI code asks for it.
Remove some incorrect comments and add some new ones.

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

19 years agoAdd note about the recursive Refresh change
Robin Dunn [Sat, 26 Mar 2005 21:00:40 +0000 (21:00 +0000)] 
Add note about the recursive Refresh change

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

19 years agocompilation fix for wxUSE_ON_FATAL_EXCEPTION == 0
Vadim Zeitlin [Sat, 26 Mar 2005 19:07:13 +0000 (19:07 +0000)] 
compilation fix for wxUSE_ON_FATAL_EXCEPTION == 0

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

19 years agoadded deprecation note
Vadim Zeitlin [Sat, 26 Mar 2005 16:34:29 +0000 (16:34 +0000)] 
added deprecation note

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

19 years agochanged wxWindow::Refresh() to refresh the window children as well (as wxGTK already...
Vadim Zeitlin [Sat, 26 Mar 2005 16:32:48 +0000 (16:32 +0000)] 
changed wxWindow::Refresh() to refresh the window children as well (as wxGTK already did); documented this as correct behaviour

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

19 years agodon't use *.* under Unix as it does not match all files, use wxFileSelectorDefaultWil...
Vadim Zeitlin [Sat, 26 Mar 2005 16:29:00 +0000 (16:29 +0000)] 
don't use *.* under Unix as it does not match all files, use wxFileSelectorDefaultWildcardStr

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

19 years agoAdded C/wxString array constructors to wxArrayString
Julian Smart [Sat, 26 Mar 2005 14:18:56 +0000 (14:18 +0000)] 
Added C/wxString array constructors to wxArrayString

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

19 years ago Small fix for generic print dialog.
Robert Roebling [Sat, 26 Mar 2005 12:44:49 +0000 (12:44 +0000)] 
  Small fix for generic print dialog.

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

19 years ago Commit empty wxConvBrokenFileNames
Robert Roebling [Sat, 26 Mar 2005 12:14:40 +0000 (12:14 +0000)] 
  Commit empty wxConvBrokenFileNames

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

19 years agoFix for link error
Julian Smart [Sat, 26 Mar 2005 08:34:51 +0000 (08:34 +0000)] 
Fix for link error

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

19 years agoAdded bakefile/makefiles for FoldBar extended samples
Julian Smart [Sat, 26 Mar 2005 08:25:11 +0000 (08:25 +0000)] 
Added bakefile/makefiles for FoldBar extended samples

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

19 years agoGet rid of wxFontMapper in wxBase library.
David Elliott [Sat, 26 Mar 2005 07:10:52 +0000 (07:10 +0000)] 
Get rid of wxFontMapper in wxBase library.

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

19 years agoUse wxFontMapperBase::Get instead of wxFontMapper::Get from wxBase code.
David Elliott [Sat, 26 Mar 2005 06:51:56 +0000 (06:51 +0000)] 
Use wxFontMapperBase::Get instead of wxFontMapper::Get from wxBase code.

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

19 years agoMoved #if wxUSE_COMBOBOX after real wx/wxprec.h include.
David Elliott [Sat, 26 Mar 2005 05:51:07 +0000 (05:51 +0000)] 
Moved #if wxUSE_COMBOBOX after real wx/wxprec.h include.

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

19 years agocorrecting DoGetPosition for windows with borders
Stefan Csomor [Sat, 26 Mar 2005 05:39:33 +0000 (05:39 +0000)] 
correcting DoGetPosition for windows with borders

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

19 years agoMetrowerks Objective-C++ is more strict about types than Apple's.
David Elliott [Sat, 26 Mar 2005 05:28:40 +0000 (05:28 +0000)] 
Metrowerks Objective-C++ is more strict about types than Apple's.

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

19 years agoMetrowerks: The unix.h header is part of MSL_Extras. It's not needed for
David Elliott [Sat, 26 Mar 2005 05:25:14 +0000 (05:25 +0000)] 
Metrowerks: The unix.h header is part of MSL_Extras.  It's not needed for
Darwin and so with the change I don't need to include MSL_Extras.

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

19 years agocorrect scrolling and clipping of list headers
Stefan Csomor [Sat, 26 Mar 2005 05:12:57 +0000 (05:12 +0000)] 
correct scrolling and clipping of list headers

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

19 years agoMake expat's configure detect if -ext o is needed (MW) so tests work correctly.
David Elliott [Sat, 26 Mar 2005 04:12:46 +0000 (04:12 +0000)] 
Make expat's configure detect if -ext o is needed (MW) so tests work correctly.
Had to move the CC test earlier for this to work, thus the huge configure changes.  Did use autoconf 2.57 though so it matches perfectly otherwise.

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

19 years agoMoved compiler detection macros to Bakefile.
David Elliott [Sat, 26 Mar 2005 03:49:38 +0000 (03:49 +0000)] 
Moved compiler detection macros to Bakefile.

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

19 years agodo nothing in Freeze/Thaw() if the window is hidden, otherwise the window is not...
Vadim Zeitlin [Fri, 25 Mar 2005 23:49:48 +0000 (23:49 +0000)] 
do nothing in Freeze/Thaw() if the window is hidden, otherwise the window is not redrawn correctly after being eventually shown

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

19 years agoFixed bug [ 1166937 ] Toolbar.DeleteToolByPos
Robin Dunn [Fri, 25 Mar 2005 22:39:20 +0000 (22:39 +0000)] 
Fixed bug [ 1166937 ] Toolbar.DeleteToolByPos

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

19 years agoSome improvements to the zip stream docs thanks to helpful feedback
Michael Wetherell [Fri, 25 Mar 2005 22:32:27 +0000 (22:32 +0000)] 
Some improvements to the zip stream docs thanks to helpful feedback
from Andrew Ziem, Stas Sergeev and Artur Kornacki.

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

19 years agoreSWIGged
Robin Dunn [Fri, 25 Mar 2005 20:37:29 +0000 (20:37 +0000)] 
reSWIGged

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

19 years agoBe a little smarter about converting unicode command-lines to string objects.
Robin Dunn [Fri, 25 Mar 2005 20:34:52 +0000 (20:34 +0000)] 
Be a little smarter about converting unicode command-lines to string objects.

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

19 years agoA little cleanup
Robin Dunn [Fri, 25 Mar 2005 20:16:27 +0000 (20:16 +0000)] 
A little cleanup

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

19 years agoMoved some of the linux builds to a new build host
Robin Dunn [Fri, 25 Mar 2005 19:55:55 +0000 (19:55 +0000)] 
Moved some of the linux builds to a new build host

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

19 years agoAdded GetCount, GetCountRGB, and GetCountColour methods to
Robin Dunn [Fri, 25 Mar 2005 19:54:29 +0000 (19:54 +0000)] 
Added GetCount, GetCountRGB, and GetCountColour methods to
wx.ImageHistogram.

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

19 years agoadding font fallbacks for non existing glyphs
Stefan Csomor [Fri, 25 Mar 2005 17:42:16 +0000 (17:42 +0000)] 
adding font fallbacks for non existing glyphs

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

19 years agoWarning fix.
Włodzimierz Skiba [Fri, 25 Mar 2005 17:40:31 +0000 (17:40 +0000)] 
Warning fix.

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

19 years agoadd the mac specific encodings correctly
Stefan Csomor [Fri, 25 Mar 2005 17:31:38 +0000 (17:31 +0000)] 
add the mac specific encodings correctly

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

19 years ago Create wxPopUpWindow hidden initially (like MSW, where
Robert Roebling [Fri, 25 Mar 2005 17:23:08 +0000 (17:23 +0000)] 
  Create wxPopUpWindow hidden initially (like MSW, where
    this happens since it derives from wxTLW, I think).

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

19 years agocreate a true empty string and not a null CFStringRef
Stefan Csomor [Fri, 25 Mar 2005 16:34:55 +0000 (16:34 +0000)] 
create a true empty string and not a null CFStringRef

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

19 years agoconfigure fix for OS/2 from Dave Parsons and David Webster
Michael Wetherell [Fri, 25 Mar 2005 16:32:45 +0000 (16:32 +0000)] 
configure fix for OS/2 from Dave Parsons and David Webster

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

19 years ago Applied wxPopWindow less flicker patch.
Robert Roebling [Fri, 25 Mar 2005 13:40:40 +0000 (13:40 +0000)] 
  Applied wxPopWindow less flicker patch.

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

19 years ago Initialized vars to something in wxToolBarBase.
Robert Roebling [Fri, 25 Mar 2005 13:36:37 +0000 (13:36 +0000)] 
 Initialized vars to something in wxToolBarBase.

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

19 years agoreversed disabling of deferred resizing in the last check in
Vadim Zeitlin [Fri, 25 Mar 2005 11:45:24 +0000 (11:45 +0000)] 
reversed disabling of deferred resizing in the last check in

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

19 years agofixed child window resizing
Vadim Zeitlin [Fri, 25 Mar 2005 11:44:09 +0000 (11:44 +0000)] 
fixed child window resizing

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

19 years agomore cosmetic changes: type-safe Connect()s, removed unnecessary ifdefs
Vadim Zeitlin [Fri, 25 Mar 2005 11:04:54 +0000 (11:04 +0000)] 
more cosmetic changes: type-safe Connect()s, removed unnecessary ifdefs

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

19 years agoFix wxZipInputStream::SeekI (returns wxInvalidOffset before first read)
Michael Wetherell [Thu, 24 Mar 2005 23:48:06 +0000 (23:48 +0000)] 
Fix wxZipInputStream::SeekI (returns wxInvalidOffset before first read)
patch 1169934 by Artur Kornacki

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

19 years agodon't call SetSize() twice in ResizeChild(), this is useless
Vadim Zeitlin [Thu, 24 Mar 2005 23:35:42 +0000 (23:35 +0000)] 
don't call SetSize() twice in ResizeChild(), this is useless

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

19 years agofix handling Alt-key events in wxComboBox
Vadim Zeitlin [Thu, 24 Mar 2005 22:29:30 +0000 (22:29 +0000)] 
fix handling Alt-key events in wxComboBox

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

19 years agoDelay some of the cascading resizes to work around a bug with defered
Robin Dunn [Thu, 24 Mar 2005 20:37:48 +0000 (20:37 +0000)] 
Delay some of the cascading resizes to work around a bug with defered
resizes in wxMSW.

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

19 years agoWarning fix.
Włodzimierz Skiba [Thu, 24 Mar 2005 20:07:00 +0000 (20:07 +0000)] 
Warning fix.

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

19 years agoFix for ambiguities which happen in STL=1 mode under DigitalMars C++.
Włodzimierz Skiba [Thu, 24 Mar 2005 20:01:55 +0000 (20:01 +0000)] 
Fix for ambiguities which happen in STL=1 mode under DigitalMars C++.

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

19 years agowinundef.h serves for other compilators too with STL turned on.
Włodzimierz Skiba [Thu, 24 Mar 2005 17:51:57 +0000 (17:51 +0000)] 
winundef.h serves for other compilators too with STL turned on.

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

19 years agoreSWIGged
Robin Dunn [Thu, 24 Mar 2005 17:51:57 +0000 (17:51 +0000)] 
reSWIGged

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

19 years agoIncomplete wxUSE_* warning fix.
Włodzimierz Skiba [Thu, 24 Mar 2005 17:49:56 +0000 (17:49 +0000)] 
Incomplete wxUSE_* warning fix.

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

19 years agoreSWIGged
Robin Dunn [Thu, 24 Mar 2005 17:42:48 +0000 (17:42 +0000)] 
reSWIGged

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

19 years agoApplied patch [ 1170019 ] Fix for wxGTK drop button in datectlg.cpp
Robin Dunn [Thu, 24 Mar 2005 17:34:42 +0000 (17:34 +0000)] 
Applied patch [ 1170019 ] Fix for wxGTK drop button in datectlg.cpp

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

19 years agoversion number update
Robin Dunn [Thu, 24 Mar 2005 16:51:49 +0000 (16:51 +0000)] 
version number update

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

19 years agodocstring update
Robin Dunn [Thu, 24 Mar 2005 16:48:04 +0000 (16:48 +0000)] 
docstring update

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

19 years agoAdded IsFalse()
Robin Dunn [Thu, 24 Mar 2005 16:47:40 +0000 (16:47 +0000)] 
Added IsFalse()

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

19 years agoTile() now has a parameter
Robin Dunn [Thu, 24 Mar 2005 16:47:23 +0000 (16:47 +0000)] 
Tile() now has a parameter

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

19 years agoOnly use locale.getdefaultlocale()[1] if sys.getdefaultencoding() is
Robin Dunn [Thu, 24 Mar 2005 16:45:57 +0000 (16:45 +0000)] 
Only use locale.getdefaultlocale()[1] if sys.getdefaultencoding() is
still "ascii"

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

19 years agouse wxEventType instead of enum
Robin Dunn [Thu, 24 Mar 2005 16:44:03 +0000 (16:44 +0000)] 
use wxEventType instead of enum

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