]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoCopy univ/setup.h instead of msw/setup.h for wxUniversal in VC++ project
Michael Wetherell [Mon, 8 Aug 2005 13:34:42 +0000 (13:34 +0000)] 
Copy univ/setup.h instead of msw/setup.h for wxUniversal in VC++ project
files. Fixes bug 1230504.

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

19 years agoAdd <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files
Michael Wetherell [Mon, 8 Aug 2005 13:08:45 +0000 (13:08 +0000)] 
Add <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files
it creates a dependency on a '.dsp' file under contrib instead of under lib.

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

19 years agoRebake after recguard.h added to bakefiles
Michael Wetherell [Mon, 8 Aug 2005 12:59:33 +0000 (12:59 +0000)] 
Rebake after recguard.h added to bakefiles

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

19 years agoExpand tabs, identation/whitespace fixes
Mart Raudsepp [Mon, 8 Aug 2005 09:50:13 +0000 (09:50 +0000)] 
Expand tabs, identation/whitespace fixes

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

19 years agoExpand tabs
Mart Raudsepp [Mon, 8 Aug 2005 09:35:27 +0000 (09:35 +0000)] 
Expand tabs

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

19 years ago[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range
Mart Raudsepp [Mon, 8 Aug 2005 08:53:48 +0000 (08:53 +0000)] 
[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range

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

19 years ago Removed wxVectorBase and wxClientDataDictionary symbols
Mattia Barbon [Sun, 7 Aug 2005 21:13:59 +0000 (21:13 +0000)] 
  Removed wxVectorBase and wxClientDataDictionary symbols
from version-script.it as per Mike Wetherell suggestion.

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

19 years agodon't use wxVERIFY, it generates gcc warnings and is not appropriate as it doesn...
Vadim Zeitlin [Sun, 7 Aug 2005 21:12:50 +0000 (21:12 +0000)] 
don't use wxVERIFY, it generates gcc warnings and is not appropriate as it doesn't replace real error checking anyhow

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

19 years agoWith Sun CC temporaries have block scope unless '-features=tmplife' is used.
Michael Wetherell [Sun, 7 Aug 2005 16:48:29 +0000 (16:48 +0000)] 
With Sun CC temporaries have block scope unless '-features=tmplife' is used.
Fixes bug report 1230877.

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

19 years agodeTABified; removed unused variable provoking a gcc warning
Vadim Zeitlin [Sun, 7 Aug 2005 16:06:49 +0000 (16:06 +0000)] 
deTABified; removed unused variable provoking a gcc warning

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

19 years agounused variable warning when !wxMAC_USE_NATIVE_TOOLBAR
Vadim Zeitlin [Sun, 7 Aug 2005 16:05:46 +0000 (16:05 +0000)] 
unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR

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

19 years agoassign 0, not NULL, to an int
Vadim Zeitlin [Sun, 7 Aug 2005 16:04:04 +0000 (16:04 +0000)] 
assign 0, not NULL, to an int

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

19 years agodeTABified
Vadim Zeitlin [Sun, 7 Aug 2005 16:02:56 +0000 (16:02 +0000)] 
deTABified

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

19 years agofix problems with __POWERPC__ being redefined
Vadim Zeitlin [Sun, 7 Aug 2005 15:53:22 +0000 (15:53 +0000)] 
fix problems with __POWERPC__ being redefined

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

19 years agoset m_error correctly (patch 1249848)
Vadim Zeitlin [Sat, 6 Aug 2005 21:35:12 +0000 (21:35 +0000)] 
set m_error correctly (patch 1249848)

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

19 years agofix wxGetMessageName() in Unicode build (patch 1250662)
Vadim Zeitlin [Sat, 6 Aug 2005 21:30:24 +0000 (21:30 +0000)] 
fix wxGetMessageName() in Unicode build (patch 1250662)

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

19 years agorecognize 0/1 as false/true in string->bool conversion (patch 1249632)
Vadim Zeitlin [Sat, 6 Aug 2005 21:16:55 +0000 (21:16 +0000)] 
recognize 0/1 as false/true in string->bool conversion (patch 1249632)

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

19 years agogenerate MD5SUM files for nightly builds (patch 1252331)
Vadim Zeitlin [Sat, 6 Aug 2005 21:14:02 +0000 (21:14 +0000)] 
generate MD5SUM files for nightly builds (patch 1252331)

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

19 years agoAdd wxMGL and Cygwin changes to the changelog
Michael Wetherell [Sat, 6 Aug 2005 20:49:35 +0000 (20:49 +0000)] 
Add wxMGL and Cygwin changes to the changelog

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

19 years agoadded char/wxChar note (bug 1252854)
Vadim Zeitlin [Sat, 6 Aug 2005 19:45:36 +0000 (19:45 +0000)] 
added char/wxChar note (bug 1252854)

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

19 years agoadded ldconfig-not-in-path note and removed duplicate section (bug 1253089)
Vadim Zeitlin [Sat, 6 Aug 2005 19:39:54 +0000 (19:39 +0000)] 
added ldconfig-not-in-path note and removed duplicate section (bug 1253089)

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

19 years agocorrected regex library name in ANSI builds
Vadim Zeitlin [Sat, 6 Aug 2005 19:33:32 +0000 (19:33 +0000)] 
corrected regex library name in ANSI builds

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

19 years agoadded wx/recguard.h (bug 1253148)
Vadim Zeitlin [Sat, 6 Aug 2005 19:30:00 +0000 (19:30 +0000)] 
added wx/recguard.h (bug 1253148)

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

19 years agoCompatibility settings corrected
Julian Smart [Sat, 6 Aug 2005 17:55:56 +0000 (17:55 +0000)] 
Compatibility settings corrected

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

19 years agoAdditional information
Michael Wetherell [Sat, 6 Aug 2005 12:40:27 +0000 (12:40 +0000)] 
Additional information

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

19 years agoRestored monolithic build for eVC++ 4
Julian Smart [Sat, 6 Aug 2005 12:15:08 +0000 (12:15 +0000)] 
Restored monolithic build for eVC++ 4

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

19 years agoNotes on compiling MGL 5.1
Michael Wetherell [Sat, 6 Aug 2005 09:37:40 +0000 (09:37 +0000)] 
Notes on compiling MGL 5.1

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

19 years agoNeeds to refresh the affected parts when resized but I think that would involve
Michael Wetherell [Sat, 6 Aug 2005 01:46:32 +0000 (01:46 +0000)] 
Needs to refresh the affected parts when resized but I think that would involve
breaking binary compatibilty. So for now use wxFULL_REPAINT_ON_RESIZE.

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

19 years agoRefresh a window's non-client area when it is resized.
Michael Wetherell [Sat, 6 Aug 2005 01:41:18 +0000 (01:41 +0000)] 
Refresh a window's non-client area when it is resized.

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

19 years agoset best fitting size for the toolbar in Realize()
Vadim Zeitlin [Sat, 6 Aug 2005 01:24:27 +0000 (01:24 +0000)] 
set best fitting size for the toolbar in Realize()

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

19 years agodon't crash in GetTextExtent() under Windows where print data is not a wxPostScriptPr...
Vadim Zeitlin [Sat, 6 Aug 2005 01:21:59 +0000 (01:21 +0000)] 
don't crash in GetTextExtent() under Windows where print data is not a wxPostScriptPrintNativeData; use wxStandardPaths to find the location of AFM files instead

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

19 years agoinitialize backing store bitmap in Create(), notebook doesn't always get a size event...
Vadim Zeitlin [Sat, 6 Aug 2005 01:11:11 +0000 (01:11 +0000)] 
initialize backing store bitmap in Create(), notebook doesn't always get a size event immediately after creation

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

19 years agoadded explicit wx/dynlib.h include
Vadim Zeitlin [Fri, 5 Aug 2005 23:16:15 +0000 (23:16 +0000)] 
added explicit wx/dynlib.h include

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

19 years agomissing dllexport declaration added
Vadim Zeitlin [Fri, 5 Aug 2005 23:15:17 +0000 (23:15 +0000)] 
missing dllexport declaration added

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

19 years agodisable RTTI and exceptions by default for wxWinCE/eVC
Vadim Zeitlin [Fri, 5 Aug 2005 23:13:33 +0000 (23:13 +0000)] 
disable RTTI and exceptions by default for wxWinCE/eVC

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

19 years agocorrected logic in wxQTMediaEvtHandler::OnEraseBackground(): only erase it if there...
Vadim Zeitlin [Fri, 5 Aug 2005 22:54:45 +0000 (22:54 +0000)] 
corrected logic in wxQTMediaEvtHandler::OnEraseBackground(): only erase it if there is no movie controller and no movie

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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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