wxWidgets.git
20 years agoeliminated some warnings
Václav Slavík [Tue, 20 Apr 2004 19:08:55 +0000 (19:08 +0000)] 
eliminated some warnings

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

20 years agofix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10
Chris Elliott [Tue, 20 Apr 2004 19:04:50 +0000 (19:04 +0000)] 
fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10

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

20 years agoadded wxString tests (patch 938082)
Václav Slavík [Tue, 20 Apr 2004 18:55:09 +0000 (18:55 +0000)] 
added wxString tests (patch 938082)

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

20 years ago Applied the two patches from Kevin for gsocket
Robert Roebling [Tue, 20 Apr 2004 18:54:39 +0000 (18:54 +0000)] 
 Applied the two patches from Kevin for gsocket
  and wxGetTUCTime.

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

20 years agoCompile fix for eVC++ 4 with PocketPC 2003
Julian Smart [Tue, 20 Apr 2004 18:52:01 +0000 (18:52 +0000)] 
Compile fix for eVC++ 4 with PocketPC 2003

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

20 years agoAdded script to generate Wince project
Julian Smart [Tue, 20 Apr 2004 18:48:19 +0000 (18:48 +0000)] 
Added script to generate Wince project

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

20 years agoSF patch #938489 (for VC5)
Chris Elliott [Tue, 20 Apr 2004 14:33:33 +0000 (14:33 +0000)] 
SF patch #938489 (for VC5)

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

20 years agomade Update() virtual
Vadim Zeitlin [Tue, 20 Apr 2004 13:34:52 +0000 (13:34 +0000)] 
made Update() virtual

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

20 years agoSF patch #938489
Chris Elliott [Tue, 20 Apr 2004 13:34:49 +0000 (13:34 +0000)] 
SF patch #938489

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

20 years agofixed bug in default filter string construction (you can't Printf() a string in itself)
Vadim Zeitlin [Tue, 20 Apr 2004 11:35:49 +0000 (11:35 +0000)] 
fixed bug in default filter string construction (you can't Printf() a string in itself)

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

20 years agoAdded new MaskedEditControl code from Will Sadkin. The modules are
Robin Dunn [Mon, 19 Apr 2004 23:24:37 +0000 (23:24 +0000)] 
Added new MaskedEditControl code from Will Sadkin.  The modules are
now locaed in their own sub-package, wx.lib.masked.  Demos updated.

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

20 years agoAdd back some missing enums
Robin Dunn [Mon, 19 Apr 2004 23:22:38 +0000 (23:22 +0000)] 
Add back some missing enums

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

20 years agoMake sure the window is not iconized before saving position and size.
Robin Dunn [Mon, 19 Apr 2004 23:14:03 +0000 (23:14 +0000)] 
Make sure the window is not iconized before saving position and size.

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

20 years agoAlso Check for validity in comparrison operators
Robin Dunn [Mon, 19 Apr 2004 22:48:15 +0000 (22:48 +0000)] 
Also Check for validity in comparrison operators

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

20 years agoCheck for validity in __repr__ and __str__
Robin Dunn [Mon, 19 Apr 2004 22:16:31 +0000 (22:16 +0000)] 
Check for validity in __repr__ and __str__

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

20 years ago Code for single instance and bring-to-top under CE.
Robert Roebling [Mon, 19 Apr 2004 21:47:12 +0000 (21:47 +0000)] 
  Code for single instance and bring-to-top under CE.

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

20 years agoDon't infinitely recurse when setting the child focus. Without
Julian Smart [Mon, 19 Apr 2004 14:41:06 +0000 (14:41 +0000)] 
Don't infinitely recurse when setting the child focus. Without
this, nested panels/scrolled windows that work fine on wxGTK, wxMSW
can cause infinite recursion on wxMac

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

20 years agocompilation fix for wxUSE_VALIDATORS==0
Vadim Zeitlin [Mon, 19 Apr 2004 14:02:27 +0000 (14:02 +0000)] 
compilation fix for wxUSE_VALIDATORS==0

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

20 years agocompilation fix for wxUSE_VALIDATORS==0
Vadim Zeitlin [Sun, 18 Apr 2004 22:47:46 +0000 (22:47 +0000)] 
compilation fix for wxUSE_VALIDATORS==0

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

20 years agowxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
Václav Slavík [Sun, 18 Apr 2004 21:35:06 +0000 (21:35 +0000)] 
wxVsnprintf_ fix: added %ls,%lc handling (patch 937094)

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

20 years agosmall test suite improvements (patch 937094)
Václav Slavík [Sun, 18 Apr 2004 20:04:30 +0000 (20:04 +0000)] 
small test suite improvements (patch 937094)

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

20 years agoapplied rest of streams test suite patch
Václav Slavík [Sun, 18 Apr 2004 19:26:20 +0000 (19:26 +0000)] 
applied rest of streams test suite patch

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

20 years agoalternative direct CFSocket implementation, not yet for production use
Stefan Csomor [Sun, 18 Apr 2004 16:59:52 +0000 (16:59 +0000)] 
alternative direct CFSocket implementation, not yet for production use

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

20 years ago make spin control flat, too, under Win CE.
Robert Roebling [Sun, 18 Apr 2004 16:42:59 +0000 (16:42 +0000)] 
  make spin control flat, too, under Win CE.

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

20 years agoMSL support also for MSW
Stefan Csomor [Sun, 18 Apr 2004 16:37:44 +0000 (16:37 +0000)] 
MSL support also for MSW

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

20 years agoswitching to host / network ordering swapping
Stefan Csomor [Sun, 18 Apr 2004 16:37:16 +0000 (16:37 +0000)] 
switching to host / network ordering swapping

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

20 years agoyielding from main loop
Stefan Csomor [Sun, 18 Apr 2004 16:33:42 +0000 (16:33 +0000)] 
yielding from main loop

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

20 years agootherwise all runloop dependent callbacks cannot work outside of the main thread
Stefan Csomor [Sun, 18 Apr 2004 16:31:50 +0000 (16:31 +0000)] 
otherwise all runloop dependent callbacks cannot work outside of the main thread

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

20 years agobyte ordering changed to network ordering
Stefan Csomor [Sun, 18 Apr 2004 16:30:50 +0000 (16:30 +0000)] 
byte ordering changed to network ordering

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

20 years agometrowerks uname support
Stefan Csomor [Sun, 18 Apr 2004 16:28:31 +0000 (16:28 +0000)] 
metrowerks uname support

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

20 years agoCasting fix
Julian Smart [Sun, 18 Apr 2004 14:11:44 +0000 (14:11 +0000)] 
Casting fix

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

20 years agoremoved work around for 16 bit compilers not defining LPTSTR which was breaking Unico...
Vadim Zeitlin [Sun, 18 Apr 2004 12:33:05 +0000 (12:33 +0000)] 
removed work around for 16 bit compilers not defining LPTSTR which was breaking Unicode build unless WIN32 was defined

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

20 years ago Set default dialog style to 0.
Robert Roebling [Sun, 18 Apr 2004 10:32:20 +0000 (10:32 +0000)] 
  Set default dialog style to 0.

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

20 years ago Applied patch for hiding statusbar.
Robert Roebling [Sun, 18 Apr 2004 10:27:11 +0000 (10:27 +0000)] 
  Applied patch for hiding statusbar.

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

20 years ago Fix incomplete stripping of menu text.
Robert Roebling [Sun, 18 Apr 2004 10:15:52 +0000 (10:15 +0000)] 
  Fix incomplete stripping of menu text.

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

20 years agoadded fix for MSL under Win32 (by Steve Hartwell)
Stefan Csomor [Sun, 18 Apr 2004 06:40:18 +0000 (06:40 +0000)] 
added fix for MSL under Win32 (by Steve Hartwell)

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

20 years agoSet m_window to NULL after destroying it
Robin Dunn [Sat, 17 Apr 2004 22:40:23 +0000 (22:40 +0000)] 
Set m_window to NULL after destroying it

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

20 years ago Make text controls flat under CE.
Robert Roebling [Sat, 17 Apr 2004 22:12:06 +0000 (22:12 +0000)] 
  Make text controls flat under CE.

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

20 years ago Since CE cannot do the logical/device origin calculations
Robert Roebling [Sat, 17 Apr 2004 16:46:58 +0000 (16:46 +0000)] 
 Since CE cannot do the logical/device origin calculations
   we do it ourselves as per the X11 ports.

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

20 years ago Do not set size of PocketPC dialogs upon
Robert Roebling [Sat, 17 Apr 2004 14:57:25 +0000 (14:57 +0000)] 
  Do not set size of PocketPC dialogs upon
    startup, let the SHInitDialog() code
    do that following the Interface guidelines.

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

20 years ago Show the OK button in the title bar under PocketPC
Robert Roebling [Sat, 17 Apr 2004 14:30:19 +0000 (14:30 +0000)] 
  Show the OK button in the title bar under PocketPC
    and react to pressing it.

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

20 years ago Make wxHTML compile (and work) under CE.
Robert Roebling [Sat, 17 Apr 2004 12:10:43 +0000 (12:10 +0000)] 
  Make wxHTML compile (and work) under CE.

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

20 years agoMake InheritAttributes and ShouldInheritColours public so they can be
Robin Dunn [Sat, 17 Apr 2004 02:13:53 +0000 (02:13 +0000)] 
Make InheritAttributes and ShouldInheritColours public so they can be
called from derived Python classes.

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

20 years agoSetDefault should call parent->SetDefaultItem
Robin Dunn [Sat, 17 Apr 2004 02:07:31 +0000 (02:07 +0000)] 
SetDefault should call parent->SetDefaultItem

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

20 years agoMake InheritAttributes and ShouldInheritColours public so they can be
Robin Dunn [Sat, 17 Apr 2004 02:06:11 +0000 (02:06 +0000)] 
Make InheritAttributes and ShouldInheritColours public so they can be
called from derived Python classes.

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

20 years agodefault id's where possible
Robin Dunn [Sat, 17 Apr 2004 02:04:56 +0000 (02:04 +0000)] 
default id's where possible

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

20 years agoFix or add some DoGetBestSize's
Robin Dunn [Sat, 17 Apr 2004 02:00:24 +0000 (02:00 +0000)] 
Fix or add some DoGetBestSize's

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

20 years agoquoting fixes
Václav Slavík [Fri, 16 Apr 2004 21:19:04 +0000 (21:19 +0000)] 
quoting fixes

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

20 years agoAdd configure test for presence/compilabilty of multimon.h and display.h
Roger Gammans [Fri, 16 Apr 2004 20:27:43 +0000 (20:27 +0000)] 
Add configure test for presence/compilabilty of multimon.h and display.h
header whcih are required for dsrc/msw/display.cpp - but aren't included
in mingw.

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

20 years agoMingw compilation fixes
Václav Slavík [Fri, 16 Apr 2004 20:07:23 +0000 (20:07 +0000)] 
Mingw compilation fixes

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

20 years agomake users aware of wxInputStream::Eof limitations
Václav Slavík [Fri, 16 Apr 2004 16:37:17 +0000 (16:37 +0000)] 
make users aware of wxInputStream::Eof limitations

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

20 years agouse wx_static_cast() inside wxDynamicCast to catch impossible casts at compile-time...
Vadim Zeitlin [Fri, 16 Apr 2004 10:57:06 +0000 (10:57 +0000)] 
use wx_static_cast() inside wxDynamicCast to catch impossible casts at compile-time instead of run-time

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

20 years agoadded and documented wx_const/static_cast<>
Vadim Zeitlin [Fri, 16 Apr 2004 10:30:07 +0000 (10:30 +0000)] 
added and documented wx_const/static_cast<>

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

20 years agowxEVT_MOVING = 442, not 4442, in event compatibility mode
Vadim Zeitlin [Fri, 16 Apr 2004 09:48:06 +0000 (09:48 +0000)] 
wxEVT_MOVING = 442, not 4442, in event compatibility mode

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

20 years agoGetChildrenCount() should be const
Vadim Zeitlin [Fri, 16 Apr 2004 09:44:32 +0000 (09:44 +0000)] 
GetChildrenCount() should be const

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

20 years agoUpdates for Inno Setup 4
Julian Smart [Fri, 16 Apr 2004 08:36:09 +0000 (08:36 +0000)] 
Updates for Inno Setup 4

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

20 years agoIf the window has a minsize then use that as the BestSize if there is
Robin Dunn [Thu, 15 Apr 2004 23:21:35 +0000 (23:21 +0000)] 
If the window has a minsize then use that as the BestSize if there is
no sizer, contstraints, or children, otherwise use current size as before.

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

20 years agounused variable warning fix (patch 923094)
Vadim Zeitlin [Thu, 15 Apr 2004 23:15:07 +0000 (23:15 +0000)] 
unused variable warning fix (patch 923094)

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

20 years agounused param warning
Vadim Zeitlin [Thu, 15 Apr 2004 23:11:59 +0000 (23:11 +0000)] 
unused param warning

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

20 years agochanged return type of wxCommandEvent::GetClientObject() to wxClientData * from void...
Vadim Zeitlin [Thu, 15 Apr 2004 23:10:08 +0000 (23:10 +0000)] 
changed return type of wxCommandEvent::GetClientObject() to wxClientData * from void * and documented it (patch 918655)

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

20 years agouse iostream.h and not iostream with OpenWatcom (part of patch 910058)
Vadim Zeitlin [Thu, 15 Apr 2004 23:02:43 +0000 (23:02 +0000)] 
use iostream.h and not iostream with OpenWatcom (part of patch 910058)

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

20 years agofixed WaitOnConnect() in non GUI mode (patch 905185)
Vadim Zeitlin [Thu, 15 Apr 2004 22:56:26 +0000 (22:56 +0000)] 
fixed WaitOnConnect() in non GUI mode (patch 905185)

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

20 years agomake XTI compile with VC6 (patch 896614)
Vadim Zeitlin [Thu, 15 Apr 2004 22:51:57 +0000 (22:51 +0000)] 
make XTI compile with VC6 (patch 896614)

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

20 years agofixed DLL build (patch 879706)
Vadim Zeitlin [Thu, 15 Apr 2004 22:43:18 +0000 (22:43 +0000)] 
fixed DLL build (patch 879706)

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

20 years agodefine _puttchar for mingw32 as it doesn't have it (patch 875611)
Vadim Zeitlin [Thu, 15 Apr 2004 22:34:19 +0000 (22:34 +0000)] 
define _puttchar for mingw32 as it doesn't have it (patch 875611)

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

20 years agoshow/hide static box when the wxStaticBoxSizer is shown/hidden (replaces patch 897020)
Vadim Zeitlin [Thu, 15 Apr 2004 22:26:09 +0000 (22:26 +0000)] 
show/hide static box when the wxStaticBoxSizer is shown/hidden (replaces patch 897020)

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

20 years agonormalize the case of the volume names too (patch 925887)
Vadim Zeitlin [Thu, 15 Apr 2004 22:15:02 +0000 (22:15 +0000)] 
normalize the case of the volume names too (patch 925887)

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

20 years agofixed priority of the mailcap entries (patch 935954)
Vadim Zeitlin [Thu, 15 Apr 2004 22:07:47 +0000 (22:07 +0000)] 
fixed priority of the mailcap entries (patch 935954)

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

20 years agowxGTK on Mac doesn't need bundles
Václav Slavík [Thu, 15 Apr 2004 21:53:36 +0000 (21:53 +0000)] 
wxGTK on Mac doesn't need bundles

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

20 years agoadded GetFilenames
Václav Slavík [Thu, 15 Apr 2004 20:20:57 +0000 (20:20 +0000)] 
added GetFilenames

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

20 years agocommdlg.lib is not in evc3
Václav Slavík [Thu, 15 Apr 2004 20:12:59 +0000 (20:12 +0000)] 
commdlg.lib is not in evc3

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

20 years agoreSWIGged
Robin Dunn [Thu, 15 Apr 2004 20:10:23 +0000 (20:10 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Thu, 15 Apr 2004 19:57:59 +0000 (19:57 +0000)] 
reSWIGged

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

20 years agoRemove use of m_bestSize
Robin Dunn [Thu, 15 Apr 2004 19:56:20 +0000 (19:56 +0000)] 
Remove use of m_bestSize

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

20 years agoReorder the controls so the RadioButtons work right on Windows
Robin Dunn [Thu, 15 Apr 2004 19:55:35 +0000 (19:55 +0000)] 
Reorder the controls so the RadioButtons work right on Windows

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

20 years agoUse Update
Robin Dunn [Thu, 15 Apr 2004 19:53:53 +0000 (19:53 +0000)] 
Use Update

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

20 years agoSet stc and xrc to use GENDIR again as SWIG on Mac is still generating
Robin Dunn [Thu, 15 Apr 2004 19:52:50 +0000 (19:52 +0000)] 
Set stc and xrc to use GENDIR again as SWIG on Mac is still generating
slightly different code than the other platforms for some reason

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

20 years agoMacSetTheme
Robin Dunn [Thu, 15 Apr 2004 19:28:25 +0000 (19:28 +0000)] 
MacSetTheme

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

20 years agoUse GetHandle for Mac too
Robin Dunn [Thu, 15 Apr 2004 19:27:54 +0000 (19:27 +0000)] 
Use GetHandle for Mac too

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

20 years agoMacSetMetalAppearance
Robin Dunn [Thu, 15 Apr 2004 19:27:15 +0000 (19:27 +0000)] 
MacSetMetalAppearance

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

20 years agoDefault for id
Robin Dunn [Thu, 15 Apr 2004 19:26:28 +0000 (19:26 +0000)] 
Default for id

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

20 years agoreSWIGged
Robin Dunn [Thu, 15 Apr 2004 19:22:27 +0000 (19:22 +0000)] 
reSWIGged

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

20 years agoAdd width and precision params for wxGridCellFloatEditor
Robin Dunn [Thu, 15 Apr 2004 19:19:26 +0000 (19:19 +0000)] 
Add width and precision params for wxGridCellFloatEditor

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

20 years agoMake buttons display the bitmap image instead of the text "Bitmap Button"
David Elliott [Thu, 15 Apr 2004 19:17:15 +0000 (19:17 +0000)] 
Make buttons display the bitmap image instead of the text "Bitmap Button"

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

20 years agoAdded SetDefaultXXX methods
Robin Dunn [Thu, 15 Apr 2004 19:01:52 +0000 (19:01 +0000)] 
Added SetDefaultXXX methods

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

20 years agoinstall missing headers
Robin Dunn [Thu, 15 Apr 2004 18:58:51 +0000 (18:58 +0000)] 
install missing headers

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

20 years agoAdded new encoding, new methods
Robin Dunn [Thu, 15 Apr 2004 18:31:18 +0000 (18:31 +0000)] 
Added new encoding, new methods

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

20 years agoMoved some enums around to better match the C++ headers
Robin Dunn [Thu, 15 Apr 2004 18:26:05 +0000 (18:26 +0000)] 
Moved some enums around to better match the C++ headers

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

20 years agoOops
Robin Dunn [Thu, 15 Apr 2004 18:24:54 +0000 (18:24 +0000)] 
Oops

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

20 years agoAdded some convenience methods to wx.Bitmap: SetSize, GetSize, and
Robin Dunn [Thu, 15 Apr 2004 18:23:17 +0000 (18:23 +0000)] 
Added some convenience methods to wx.Bitmap: SetSize, GetSize, and
wx.EmptyBitmap can be called with a wx.Size (or a 2-element sequence)
object too.  Similar changes were done for wx.Image as well.

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

20 years agoMore about the sizer changes
Robin Dunn [Thu, 15 Apr 2004 18:13:35 +0000 (18:13 +0000)] 
More about the sizer changes

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

20 years agoclarify the note about OpenGL errors
Robin Dunn [Thu, 15 Apr 2004 18:12:55 +0000 (18:12 +0000)] 
clarify the note about OpenGL errors

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

20 years agoremoved stuff about the decorator classes
Robin Dunn [Thu, 15 Apr 2004 18:12:15 +0000 (18:12 +0000)] 
removed stuff about the decorator classes

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

20 years agominor tweaks
Robin Dunn [Thu, 15 Apr 2004 18:11:14 +0000 (18:11 +0000)] 
minor tweaks

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

20 years ago Added SW_SCROLLCHILDREN to make scrolling work
Robert Roebling [Thu, 15 Apr 2004 18:10:30 +0000 (18:10 +0000)] 
  Added SW_SCROLLCHILDREN to make scrolling work
    under eVC 3.0 (and probably any Windows CE).

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

20 years agomade GetAlpha(x, y) const (the docs are already correct)
Dimitri Schoolwerth [Thu, 15 Apr 2004 16:16:01 +0000 (16:16 +0000)] 
made GetAlpha(x, y) const (the docs are already correct)

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

20 years ago Fix for white area above frame because of funky
Robert Roebling [Thu, 15 Apr 2004 15:58:25 +0000 (15:58 +0000)] 
  Fix for white area above frame because of funky
    toolbar/menubar-mix implementation under eVC 3.0.

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

20 years ago Fix to make frame visible under eVC 3.0
Robert Roebling [Thu, 15 Apr 2004 15:56:30 +0000 (15:56 +0000)] 
  Fix to make frame visible under eVC 3.0

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

20 years agoignore all (generated) .con files
Dimitri Schoolwerth [Thu, 15 Apr 2004 11:33:34 +0000 (11:33 +0000)] 
ignore all (generated) .con files

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

20 years agouse Find, not Member
Dimitri Schoolwerth [Thu, 15 Apr 2004 11:06:19 +0000 (11:06 +0000)] 
use Find, not Member

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