wxWidgets.git
18 years agoonly link with 3rd party libs if they're needed
Vadim Zeitlin [Fri, 5 Aug 2005 22:39:57 +0000 (22:39 +0000)] 
only link with 3rd party libs if they're needed

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

18 years agodon't allow negative splitter position
Vadim Zeitlin [Fri, 5 Aug 2005 22:34:24 +0000 (22:34 +0000)] 
don't allow negative splitter position

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

18 years agouse wxDynamicLibrary::GetSymbolAorW() instead of the manual mess
Vadim Zeitlin [Fri, 5 Aug 2005 22:11:23 +0000 (22:11 +0000)] 
use wxDynamicLibrary::GetSymbolAorW() instead of the manual mess

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

18 years ago1. extracted code common to all backends in wxMediaBackendCommonBase
Vadim Zeitlin [Fri, 5 Aug 2005 22:01:48 +0000 (22:01 +0000)] 
1. extracted code common to all backends in wxMediaBackendCommonBase
2. don't refresh the parent on movie load/size change unless it does use
   a sizer (i.e. made code follow the existing comment)

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

18 years agofixed horrible hack with passing pointers of wrong type to Connect(), use a real...
Vadim Zeitlin [Fri, 5 Aug 2005 21:27:44 +0000 (21:27 +0000)] 
fixed horrible hack with passing pointers of wrong type to Connect(), use a real event handler class as appropriate

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

18 years agoremoved unused OnPaint() handlers
Vadim Zeitlin [Fri, 5 Aug 2005 20:25:26 +0000 (20:25 +0000)] 
removed unused OnPaint() handlers

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

18 years agodon't remember size passed to SetSize() as pending position/size for TLW as deferred...
Vadim Zeitlin [Fri, 5 Aug 2005 17:35:38 +0000 (17:35 +0000)] 
don't remember size passed to SetSize() as pending position/size for TLW as deferred move is not used for them

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

18 years agoapply SF patch 1252602 to remove warnings in bcc and watcom
Chris Elliott [Fri, 5 Aug 2005 15:23:38 +0000 (15:23 +0000)] 
apply SF  patch 1252602 to remove warnings in bcc and watcom

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

18 years agoinitialize send_event field of GdkEventExpose we generate (bug 1245864) (Robert,...
Vadim Zeitlin [Fri, 5 Aug 2005 11:58:13 +0000 (11:58 +0000)] 
initialize send_event field of GdkEventExpose we generate (bug 1245864) (Robert, please review this if possible)

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

18 years agocompilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
Vadim Zeitlin [Fri, 5 Aug 2005 11:48:43 +0000 (11:48 +0000)] 
compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)

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

18 years agocorrected wxUnix2DosFilename signature, added deprecation note
Vadim Zeitlin [Thu, 4 Aug 2005 21:49:40 +0000 (21:49 +0000)] 
corrected wxUnix2DosFilename signature, added deprecation note

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

18 years agocorrected test for __WXGTK__ (but should it be there at all?)
Vadim Zeitlin [Thu, 4 Aug 2005 21:05:49 +0000 (21:05 +0000)] 
corrected test for __WXGTK__ (but should it be there at all?)

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

18 years agocorrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_FINDITEM as it's more clear...
Vadim Zeitlin [Thu, 4 Aug 2005 21:05:01 +0000 (21:05 +0000)] 
corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_FINDITEM as it's more clear to just redefine NMLVFINDITEM in DMC case

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

18 years agouse ifdef, not if, to test for HAVE_WCSRTOMBS
Vadim Zeitlin [Thu, 4 Aug 2005 21:02:15 +0000 (21:02 +0000)] 
use ifdef, not if, to test for HAVE_WCSRTOMBS

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

18 years agoremoved more remains of wxUSE_PENWINDOWS
Vadim Zeitlin [Thu, 4 Aug 2005 21:01:29 +0000 (21:01 +0000)] 
removed more remains of wxUSE_PENWINDOWS

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

18 years agocorrected test for HAVE_FSYNC: ifdef, not if
Vadim Zeitlin [Thu, 4 Aug 2005 21:00:49 +0000 (21:00 +0000)] 
corrected test for HAVE_FSYNC: ifdef, not if

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

18 years agoadded wxUSE_DC_CACHEING
Vadim Zeitlin [Thu, 4 Aug 2005 20:54:16 +0000 (20:54 +0000)] 
added wxUSE_DC_CACHEING

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

18 years agoremoved wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile...
Vadim Zeitlin [Thu, 4 Aug 2005 20:35:09 +0000 (20:35 +0000)] 
removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile anyhow as wxFunction isn't defined in wx since quite some time now

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

18 years agoremoved (unused since quite some time) wxUSE_ITSY_BITSY
Vadim Zeitlin [Thu, 4 Aug 2005 20:31:11 +0000 (20:31 +0000)] 
removed (unused since quite some time) wxUSE_ITSY_BITSY

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

18 years agoremoved wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined
Vadim Zeitlin [Thu, 4 Aug 2005 20:28:00 +0000 (20:28 +0000)] 
removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined

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

18 years agodefine wxUSE_MFC as 0 if it's not defined (fixes gcc -Wundef warning)
Vadim Zeitlin [Thu, 4 Aug 2005 20:21:49 +0000 (20:21 +0000)] 
define wxUSE_MFC as 0 if it's not defined (fixes gcc -Wundef warning)

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

18 years ago[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALIGNMENT_{LEFT,RIGHT,CENTRE...
Mart Raudsepp [Thu, 4 Aug 2005 14:57:10 +0000 (14:57 +0000)] 
[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALIGNMENT_{LEFT,RIGHT,CENTRE} attributes.

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

18 years agoMore settings restored.
Julian Smart [Thu, 4 Aug 2005 14:51:40 +0000 (14:51 +0000)] 
More settings restored.

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

18 years agoRemoved eVC++ project file
Julian Smart [Thu, 4 Aug 2005 14:27:33 +0000 (14:27 +0000)] 
Removed eVC++ project file

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

18 years agowxFont wxMSW specific ctor first arg is a const wxSize&, not int
Mart Raudsepp [Thu, 4 Aug 2005 11:31:01 +0000 (11:31 +0000)] 
wxFont wxMSW specific ctor first arg is a const wxSize&, not int

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

18 years agoSwitched loads of settings back on
Julian Smart [Thu, 4 Aug 2005 10:28:19 +0000 (10:28 +0000)] 
Switched loads of settings back on

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

18 years agoResolved CVS conflict
Julian Smart [Thu, 4 Aug 2005 10:05:41 +0000 (10:05 +0000)] 
Resolved CVS conflict

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

18 years agoadded tests for fsync() and pthread_cleanup_push/pop()
Vadim Zeitlin [Thu, 4 Aug 2005 01:09:35 +0000 (01:09 +0000)] 
added tests for fsync() and pthread_cleanup_push/pop()

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

18 years agotest for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead of testing for (never defined...
Vadim Zeitlin [Thu, 4 Aug 2005 01:06:36 +0000 (01:06 +0000)] 
test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead of testing for (never defined) HAVE_THREAD_CLEANUP_FUNCTIONS with #if

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

18 years agoadded HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing HAVE_THREAD_CLEANUP_FUNCTIONS)
Vadim Zeitlin [Thu, 4 Aug 2005 01:06:07 +0000 (01:06 +0000)] 
added HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing HAVE_THREAD_CLEANUP_FUNCTIONS)

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

18 years agodefine wxFsync() as fsync() under Unix not as (not existing) commit()
Vadim Zeitlin [Thu, 4 Aug 2005 01:05:26 +0000 (01:05 +0000)] 
define wxFsync() as fsync() under Unix not as (not existing) commit()

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

18 years agoconfigure defines HAVE_FSYNC, not wxHAVE_FSYNC
Vadim Zeitlin [Thu, 4 Aug 2005 01:04:17 +0000 (01:04 +0000)] 
configure defines HAVE_FSYNC, not wxHAVE_FSYNC

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

18 years agowxNEED_STRDUP was wrong tested with #if instead of #ifdef
Vadim Zeitlin [Thu, 4 Aug 2005 00:59:42 +0000 (00:59 +0000)] 
wxNEED_STRDUP was wrong tested with #if instead of #ifdef

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

18 years agocheck that wxUSE_DATEPICKCTRL_GENERIC is defined before checking its value
Vadim Zeitlin [Thu, 4 Aug 2005 00:34:03 +0000 (00:34 +0000)] 
check that wxUSE_DATEPICKCTRL_GENERIC is defined before checking its value

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

18 years agodefine wxUSE_IPV6 as 0 to avoid -Wundef warnings
Vadim Zeitlin [Thu, 4 Aug 2005 00:28:58 +0000 (00:28 +0000)] 
define wxUSE_IPV6 as 0 to avoid -Wundef warnings

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

18 years agoNEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using #if instead of #ifdef
Vadim Zeitlin [Thu, 4 Aug 2005 00:25:20 +0000 (00:25 +0000)] 
NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using #if instead of #ifdef

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

18 years agodue to a typo in #if condition, validation was disabled for wizard pages -- fixed now
Vadim Zeitlin [Thu, 4 Aug 2005 00:22:47 +0000 (00:22 +0000)] 
due to a typo in #if condition, validation was disabled for wizard pages -- fixed now

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

18 years agodefine wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje...
Vadim Zeitlin [Thu, 4 Aug 2005 00:16:43 +0000 (00:16 +0000)] 
define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje line is still disabled by default)

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

18 years agono need to check dbghelp DLL initialization in GetAssertStackTrace() explicitly any...
Vadim Zeitlin [Wed, 3 Aug 2005 23:58:54 +0000 (23:58 +0000)] 
no need to check dbghelp DLL initialization in GetAssertStackTrace() explicitly any more now that wxStackWalker doesn't log an error if it failed to do it

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

18 years agodon't give error message if we failed to get the stack, this doesn't mean anything...
Vadim Zeitlin [Wed, 3 Aug 2005 23:57:00 +0000 (23:57 +0000)] 
don't give error message if we failed to get the stack, this doesn't mean anything to the user

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

18 years agodefine WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's not defined
Vadim Zeitlin [Wed, 3 Aug 2005 23:44:05 +0000 (23:44 +0000)] 
define WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's not defined

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

18 years agotest for __MWERKS__ with #ifdef, not #if (fixes a -Wundef gcc warning)
Vadim Zeitlin [Wed, 3 Aug 2005 20:08:14 +0000 (20:08 +0000)] 
test for __MWERKS__ with #ifdef, not #if (fixes a -Wundef gcc warning)

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

18 years agoget rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not used nor defined anywhere
Vadim Zeitlin [Wed, 3 Aug 2005 20:06:28 +0000 (20:06 +0000)] 
get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not used nor defined anywhere

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

18 years agoFix deletes that should be delete[]
Michael Wetherell [Wed, 3 Aug 2005 19:25:52 +0000 (19:25 +0000)] 
Fix deletes that should be delete[]

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

18 years agoRebake after MSLU and other changes
Michael Wetherell [Wed, 3 Aug 2005 16:10:12 +0000 (16:10 +0000)] 
Rebake after MSLU and other changes

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

18 years agoDocument wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change
Mart Raudsepp [Wed, 3 Aug 2005 13:40:13 +0000 (13:40 +0000)] 
Document wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change

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

18 years agoSet PLATFORM_UNIX for the rpmspec format
Michael Wetherell [Wed, 3 Aug 2005 13:36:07 +0000 (13:36 +0000)] 
Set PLATFORM_UNIX for the rpmspec format

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

18 years ago[wxGTK2] multiline wxTextCtrl: Implement XYToPosition, PositionToXY and GetLineLength...
Mart Raudsepp [Wed, 3 Aug 2005 13:14:36 +0000 (13:14 +0000)] 
[wxGTK2] multiline wxTextCtrl: Implement XYToPosition, PositionToXY and GetLineLength natively, making them not take
an eternity per call. Also closes bug #1250464. Not sure if this should go into changes.txt.

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

18 years agoRevert previous commit
Michael Wetherell [Wed, 3 Aug 2005 11:53:16 +0000 (11:53 +0000)] 
Revert previous commit

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

18 years agoReplace disjunction in <if> with two ifs since it seems to be preventing baking
Michael Wetherell [Wed, 3 Aug 2005 11:50:32 +0000 (11:50 +0000)] 
Replace disjunction in <if> with two ifs since it seems to be preventing baking

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

18 years agodon't force immediate screen updates
Stefan Csomor [Wed, 3 Aug 2005 05:13:37 +0000 (05:13 +0000)] 
don't force immediate screen updates

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

18 years agoAdd import/export attributes
Michael Wetherell [Wed, 3 Aug 2005 00:53:09 +0000 (00:53 +0000)] 
Add import/export attributes

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

18 years agoAdd import/export attributes
Michael Wetherell [Tue, 2 Aug 2005 22:58:06 +0000 (22:58 +0000)] 
Add import/export attributes

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

18 years agoAdd import/export attributes
Michael Wetherell [Tue, 2 Aug 2005 21:44:34 +0000 (21:44 +0000)] 
Add import/export attributes

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

18 years agoExpand tabs
Michael Wetherell [Tue, 2 Aug 2005 20:57:54 +0000 (20:57 +0000)] 
Expand tabs

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

18 years agoAdd import/export macros
Michael Wetherell [Tue, 2 Aug 2005 18:16:51 +0000 (18:16 +0000)] 
Add import/export macros

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

18 years agoSmall corrections to licence
Julian Smart [Tue, 2 Aug 2005 17:36:23 +0000 (17:36 +0000)] 
Small corrections to licence

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

18 years ago[wxGTK] wxFileDialog: Use native overwrite confirmation if possible
Mart Raudsepp [Mon, 1 Aug 2005 16:39:57 +0000 (16:39 +0000)] 
[wxGTK] wxFileDialog: Use native overwrite confirmation if possible

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

18 years agoSet default size and position for top level windows
Michael Wetherell [Mon, 1 Aug 2005 16:38:35 +0000 (16:38 +0000)] 
Set default size and position for top level windows

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

18 years agoMostly cosmetical preprocessor check modifications to last commit
Mart Raudsepp [Mon, 1 Aug 2005 15:39:46 +0000 (15:39 +0000)] 
Mostly cosmetical preprocessor check modifications to last commit

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

18 years ago[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas under wxGTK - Nathan Cournia.
Mart Raudsepp [Mon, 1 Aug 2005 15:36:18 +0000 (15:36 +0000)] 
[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas under wxGTK - Nathan Cournia.
Modified to not break compilation pre-gtk2.2. Older gtk+ versions than 2.2 probably still need a workaround to
the original problem (the code is identical to them than before). Alas, I've never been able to reproduce the
problem. Testing appreciated.

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

18 years agocorrecting condition: only interfere in the non-native case
Stefan Csomor [Mon, 1 Aug 2005 06:06:13 +0000 (06:06 +0000)] 
correcting condition: only interfere in the non-native case

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

18 years agodon't crash when showing vert toolbar when horz one is not shown
Vadim Zeitlin [Mon, 1 Aug 2005 01:07:28 +0000 (01:07 +0000)] 
don't crash when showing vert toolbar when horz one is not shown

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

18 years agodon't call SetSize when creating the 2nd toolbar, this just results in unnecessary...
Vadim Zeitlin [Sun, 31 Jul 2005 19:00:54 +0000 (19:00 +0000)] 
don't call SetSize when creating the 2nd toolbar, this just results in unnecessary flicker

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

18 years agoaccount for client area origin when returning pending position from DoGetPosition()
Vadim Zeitlin [Sun, 31 Jul 2005 18:58:39 +0000 (18:58 +0000)] 
account for client area origin when returning pending position from DoGetPosition()

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

18 years agoapplied patch 1216005 : message and new NavDirDialog
Stefan Csomor [Sun, 31 Jul 2005 18:32:04 +0000 (18:32 +0000)] 
applied patch 1216005 : message and new NavDirDialog

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

18 years agoapplied patch 1223806 : unicode for tabs
Stefan Csomor [Sun, 31 Jul 2005 17:54:58 +0000 (17:54 +0000)] 
applied patch 1223806 : unicode for tabs

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

18 years agomouse-capture fix
Stefan Csomor [Sun, 31 Jul 2005 17:32:06 +0000 (17:32 +0000)] 
mouse-capture fix

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

18 years agoadding 'select all' semantics
Stefan Csomor [Sun, 31 Jul 2005 17:06:57 +0000 (17:06 +0000)] 
adding 'select all' semantics

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

18 years agofixing names
Stefan Csomor [Sun, 31 Jul 2005 16:36:38 +0000 (16:36 +0000)] 
fixing names

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

18 years agoregenerated after adding sound.rc
Vadim Zeitlin [Sun, 31 Jul 2005 15:42:03 +0000 (15:42 +0000)] 
regenerated after adding sound.rc

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

18 years ago Correctly calculate ClientSize when using native
Robert Roebling [Sun, 31 Jul 2005 13:03:47 +0000 (13:03 +0000)] 
  Correctly calculate ClientSize when using native
   toolbars.

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

18 years ago Allow displaying Japanese character with wxMotif/ANSI under a
Mattia Barbon [Sun, 31 Jul 2005 09:42:16 +0000 (09:42 +0000)] 
  Allow displaying Japanese character with wxMotif/ANSI under a
Japanese EUC-JP locale:

- add a #define (wxMOTIF_NEW_FONT_HANDLING) defaulting to
  off
- factor the code for getting text extents in a central
  wxGetTextExtent function
- when the new font handling is enabled load a fontset instead of
  a single font. For non-Japanese locales this should load a fontset
  containing a single font.
- on a Japanese locale set the default point size to 15: the Japanese
  fonts I have are much more readable like this.
- do not set the wordwrap property for multiline wxTextCtrl with
  OpenMotif 2.1, otherwise it crashes when text is added

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

18 years agodefaulting to small style (24x24), and correcting the cut-off decision to be at ...
Stefan Csomor [Sun, 31 Jul 2005 09:22:29 +0000 (09:22 +0000)] 
defaulting to small style (24x24), and correcting the cut-off decision to be at > 24 instead of >16

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

18 years ago Use accessors for wxObject members.
Mattia Barbon [Sun, 31 Jul 2005 07:31:33 +0000 (07:31 +0000)] 
  Use accessors for wxObject members.

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

18 years agoDefer deletion of wxFontsManager and MGL_exit until after the modules have been clean...
Michael Wetherell [Sat, 30 Jul 2005 23:15:52 +0000 (23:15 +0000)] 
Defer deletion of wxFontsManager and MGL_exit until after the modules have been cleaned up

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

18 years agoDisable wxDataObject for MGL
Michael Wetherell [Sat, 30 Jul 2005 23:12:51 +0000 (23:12 +0000)] 
Disable wxDataObject for MGL

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

18 years agoTemporary fix for missing ;;
Michael Wetherell [Sat, 30 Jul 2005 23:08:40 +0000 (23:08 +0000)] 
Temporary fix for missing ;;

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

18 years agoOnly compile PopupWindow if corresponding define is set.
Stefan Neis [Sat, 30 Jul 2005 20:48:49 +0000 (20:48 +0000)] 
Only compile PopupWindow if corresponding define is set.

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

18 years ago Avoid crash when wxGUIAppTraits::GetToolkitInfo is called too
Mattia Barbon [Sat, 30 Jul 2005 17:32:49 +0000 (17:32 +0000)] 
  Avoid crash when wxGUIAppTraits::GetToolkitInfo is called too
early.

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

18 years ago Return the correct encoding for X font spec construction
Mattia Barbon [Sat, 30 Jul 2005 17:26:06 +0000 (17:26 +0000)] 
  Return the correct encoding for X font spec construction
under Japanese locale.

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

18 years ago Initialize Xt locale handling.
Mattia Barbon [Sat, 30 Jul 2005 17:24:32 +0000 (17:24 +0000)] 
  Initialize Xt locale handling.
  Set the correct default font encoding on startup.

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

18 years ago Fix indentation.
Mattia Barbon [Sat, 30 Jul 2005 17:22:50 +0000 (17:22 +0000)] 
  Fix indentation.

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

18 years ago Make wxBase compiled for wxMotif compatible with wxbase compiled
Mattia Barbon [Sat, 30 Jul 2005 17:17:32 +0000 (17:17 +0000)] 
  Make wxBase compiled for wxMotif compatible with wxbase compiled
with all the other Unix-ish ports. Thanks to Ian Brown for nagging
about this.

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

18 years ago Add configure check for Lesstif, to be used by following
Mattia Barbon [Sat, 30 Jul 2005 17:14:29 +0000 (17:14 +0000)] 
  Add configure check for Lesstif, to be used by following
patches.

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

18 years ago Move per display data cleanup to wxApp::CleanUp where it belongs.
Mattia Barbon [Sat, 30 Jul 2005 17:11:49 +0000 (17:11 +0000)] 
  Move per display data cleanup to wxApp::CleanUp where it belongs.

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

18 years ago Align initial size handling with other ports.
Mattia Barbon [Sat, 30 Jul 2005 17:09:56 +0000 (17:09 +0000)] 
  Align initial size handling with other ports.

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

18 years ago Remove unused headers.
Mattia Barbon [Sat, 30 Jul 2005 17:07:18 +0000 (17:07 +0000)] 
  Remove unused headers.

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

18 years agomoved MSW-specific stuff to wx/msw/chkconf.h, this also means that MSW-specific check...
Vadim Zeitlin [Sat, 30 Jul 2005 12:48:40 +0000 (12:48 +0000)] 
moved MSW-specific stuff to wx/msw/chkconf.h, this also means that MSW-specific checks are not done for WinCE build

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

18 years agodefine wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU
Vadim Zeitlin [Sat, 30 Jul 2005 12:46:11 +0000 (12:46 +0000)] 
define wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU

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

18 years agoassert -> wxASSERT
Julian Smart [Sat, 30 Jul 2005 11:55:41 +0000 (11:55 +0000)] 
assert -> wxASSERT

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

18 years agoDefine wxUSE_UNICODE_MSLU or chkconf.h complains
Julian Smart [Sat, 30 Jul 2005 11:51:07 +0000 (11:51 +0000)] 
Define wxUSE_UNICODE_MSLU or chkconf.h complains

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

18 years agofurther wxABI_VERSION fixes
Václav Slavík [Sat, 30 Jul 2005 10:32:12 +0000 (10:32 +0000)] 
further wxABI_VERSION fixes

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

18 years agowxUSE_UNICODE_MSLU is MSW-specific so shouldn't be in setup_inc.h: removed and regene...
Vadim Zeitlin [Sat, 30 Jul 2005 00:36:33 +0000 (00:36 +0000)] 
wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be in setup_inc.h: removed and regenerated

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

18 years agoforcefully disable wxUSE_STACKWALKER
Vadim Zeitlin [Sat, 30 Jul 2005 00:34:05 +0000 (00:34 +0000)] 
forcefully disable wxUSE_STACKWALKER

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

18 years agoupdated the script to deal with licensing information added to wx/setup_inc.h
Vadim Zeitlin [Sat, 30 Jul 2005 00:29:41 +0000 (00:29 +0000)] 
updated the script to deal with licensing information added to wx/setup_inc.h

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

18 years agooops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
Vadim Zeitlin [Sat, 30 Jul 2005 00:22:40 +0000 (00:22 +0000)] 
oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU

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

18 years agodefine wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags
Vadim Zeitlin [Sat, 30 Jul 2005 00:17:24 +0000 (00:17 +0000)] 
define wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags

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

18 years agoreturn pending position/size if any, not the current one
Vadim Zeitlin [Sat, 30 Jul 2005 00:02:55 +0000 (00:02 +0000)] 
return pending position/size if any, not the current one

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

18 years agoreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()
Vadim Zeitlin [Sat, 30 Jul 2005 00:01:51 +0000 (00:01 +0000)] 
replaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()

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