]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years ago Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1, because
Mattia Barbon [Sat, 19 Jul 2003 22:01:14 +0000 (22:01 +0000)] 
  Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1, because
it is different than wxArray::Index (second argument is for
case sensitivity, not search direction).
  Use forward declaration for wx[Sorted]ArrayString, where
possible.

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

21 years agoGetFirst/NextChild() now use wxTreeItemIdValue instead of long
Vadim Zeitlin [Sat, 19 Jul 2003 21:40:33 +0000 (21:40 +0000)] 
GetFirst/NextChild() now use wxTreeItemIdValue instead of long

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

21 years agoreverted the last change (colour values changes), it cerated too many problems
Vadim Zeitlin [Sat, 19 Jul 2003 21:36:28 +0000 (21:36 +0000)] 
reverted the last change (colour values changes), it cerated too many problems

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

21 years agowarning 4284 doesn't have to be suppressed any more for VC++
Vadim Zeitlin [Sat, 19 Jul 2003 21:22:41 +0000 (21:22 +0000)] 
warning 4284 doesn't have to be suppressed any more for VC++

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

21 years agomoved smart phone test to chkconf.h from features.h
Vadim Zeitlin [Sat, 19 Jul 2003 21:11:47 +0000 (21:11 +0000)] 
moved smart phone test to chkconf.h from features.h

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

21 years agoreplaced untyped hash with a typed one; 64 bit fixes (don't cast pointers to long...)
Vadim Zeitlin [Sat, 19 Jul 2003 21:06:59 +0000 (21:06 +0000)] 
replaced untyped hash with a typed one; 64 bit fixes (don't cast pointers to long...)

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

21 years agoreduced compilation dependencies
Vadim Zeitlin [Sat, 19 Jul 2003 21:01:58 +0000 (21:01 +0000)] 
reduced compilation dependencies

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

21 years agomust convert filename to URL
Václav Slavík [Sat, 19 Jul 2003 20:27:17 +0000 (20:27 +0000)] 
must convert filename to URL

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

21 years agocompatibiltiy functions should be inline, we don't want to take space hit for using...
Vadim Zeitlin [Sat, 19 Jul 2003 19:56:46 +0000 (19:56 +0000)] 
compatibiltiy functions should be inline, we don't want to take space hit for using them nor speed hit for the user code!

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

21 years agodefine a special PTR version of LIST macros which should be used if you want operator->()
Vadim Zeitlin [Sat, 19 Jul 2003 19:52:00 +0000 (19:52 +0000)] 
define a special PTR version of LIST macros which should be used if you want operator->()

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

21 years agoadded NO_PTR versions of ARRAY macros to suppress warnings (based on patch 770983)
Vadim Zeitlin [Sat, 19 Jul 2003 19:46:29 +0000 (19:46 +0000)] 
added NO_PTR versions of ARRAY macros to suppress warnings (based on patch 770983)

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

21 years agodon't disable warnings for VC7, not necessary
Vadim Zeitlin [Sat, 19 Jul 2003 19:16:15 +0000 (19:16 +0000)] 
don't disable warnings for VC7, not necessary

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

21 years agoadded Show/HideNativeCaret() (patch 759924)
Vadim Zeitlin [Sat, 19 Jul 2003 19:01:27 +0000 (19:01 +0000)] 
added Show/HideNativeCaret() (patch 759924)

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

21 years agodon't set focus to radiobox in SetSelection() (patch 759456)
Vadim Zeitlin [Sat, 19 Jul 2003 18:52:29 +0000 (18:52 +0000)] 
don't set focus to radiobox in SetSelection() (patch 759456)

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

21 years agoAdded minimal file dialog for SmartPhone
Julian Smart [Sat, 19 Jul 2003 17:46:33 +0000 (17:46 +0000)] 
Added minimal file dialog for SmartPhone
Use wxSYSTEM_MENU to get X symbol on PocketPC

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

21 years agoextracted common code into a single wxfileDialogBase class (patch 758901)
Vadim Zeitlin [Sat, 19 Jul 2003 17:22:05 +0000 (17:22 +0000)] 
extracted common code into a single wxfileDialogBase class (patch 758901)

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

21 years agoadded GetForbiddenChars() and TRUE -> true (patch 757777)
Vadim Zeitlin [Sat, 19 Jul 2003 17:06:29 +0000 (17:06 +0000)] 
added GetForbiddenChars() and TRUE -> true (patch 757777)

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

21 years agomore sorting
Václav Slavík [Sat, 19 Jul 2003 16:47:15 +0000 (16:47 +0000)] 
more sorting

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

21 years agofixed wrong order of libraries for contrib samples
Václav Slavík [Sat, 19 Jul 2003 16:26:36 +0000 (16:26 +0000)] 
fixed wrong order of libraries for contrib samples

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

21 years agofix resources
Václav Slavík [Sat, 19 Jul 2003 16:06:37 +0000 (16:06 +0000)] 
fix resources

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

21 years ago Some bakefile fixes.
Mattia Barbon [Sat, 19 Jul 2003 15:14:34 +0000 (15:14 +0000)] 
  Some bakefile fixes.

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

21 years ago Fix some compilation and linking errors in samples.
Mattia Barbon [Sat, 19 Jul 2003 15:05:08 +0000 (15:05 +0000)] 
  Fix some compilation and linking errors in samples.
  Replace some calls to wxString::getWriteBuffer with
wxStringBuffer.

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

21 years ago Added bakefiles for cube OpenGL sample.
Mattia Barbon [Sat, 19 Jul 2003 15:01:55 +0000 (15:01 +0000)] 
  Added bakefiles for cube OpenGL sample.

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

21 years agoundecorate C++ names if possible
Vadim Zeitlin [Sat, 19 Jul 2003 14:15:56 +0000 (14:15 +0000)] 
undecorate C++ names if possible

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

21 years agoadded medium orange/gold corresponding to the old (2.4) values
Vadim Zeitlin [Sat, 19 Jul 2003 12:21:17 +0000 (12:21 +0000)] 
added medium orange/gold corresponding to the old (2.4) values

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

21 years agomention colour change
Vadim Zeitlin [Sat, 19 Jul 2003 12:17:17 +0000 (12:17 +0000)] 
mention colour change

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

21 years agogizmos fixes
Václav Slavík [Sat, 19 Jul 2003 12:03:47 +0000 (12:03 +0000)] 
gizmos fixes

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

21 years agoAdded files so sample links
Julian Smart [Sat, 19 Jul 2003 12:00:54 +0000 (12:00 +0000)] 
Added files so sample links

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

21 years agoUSE_OPENGL is 0 by default
Václav Slavík [Sat, 19 Jul 2003 10:45:15 +0000 (10:45 +0000)] 
USE_OPENGL is 0 by default

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

21 years agodon't build _gl by default
Václav Slavík [Sat, 19 Jul 2003 10:24:50 +0000 (10:24 +0000)] 
don't build _gl by default

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

21 years agodisable sockets and MDI for Cocoa; do more consistency checks
Vadim Zeitlin [Sat, 19 Jul 2003 00:24:16 +0000 (00:24 +0000)] 
disable sockets and MDI for Cocoa; do more consistency checks

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

21 years ago Fix wxStringBuffer for wxUSE_STL=1.
Mattia Barbon [Fri, 18 Jul 2003 20:31:59 +0000 (20:31 +0000)] 
  Fix wxStringBuffer for wxUSE_STL=1.

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

21 years ago Added wxStringBufferLength: works like wxStringBuffer, except
Mattia Barbon [Fri, 18 Jul 2003 20:08:47 +0000 (20:08 +0000)] 
  Added wxStringBufferLength: works like wxStringBuffer, except
it calls UngetWriteBuffer(size_t) instead of UngetWriteBuffer().

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

21 years ago Compilation fixes for wxUSE_STL=1.
Mattia Barbon [Fri, 18 Jul 2003 19:52:15 +0000 (19:52 +0000)] 
  Compilation fixes for wxUSE_STL=1.

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

21 years ago MSVC 5 compilation fixes.
Mattia Barbon [Fri, 18 Jul 2003 19:47:19 +0000 (19:47 +0000)] 
  MSVC 5 compilation fixes.

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

21 years ago GCC warning fix.
Mattia Barbon [Fri, 18 Jul 2003 19:45:45 +0000 (19:45 +0000)] 
  GCC warning fix.

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

21 years ago Fix for crash when wxUSE_STL=1. wxDocument::DeleteAllViews might
Mattia Barbon [Fri, 18 Jul 2003 19:44:47 +0000 (19:44 +0000)] 
  Fix for crash when wxUSE_STL=1. wxDocument::DeleteAllViews might
delete "this", together with the list it is iterating over.

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

21 years ago Replace SendIdleEvents with ProcessIdle.
Mattia Barbon [Fri, 18 Jul 2003 19:38:49 +0000 (19:38 +0000)] 
  Replace SendIdleEvents with ProcessIdle.
  Remove unused variable.

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

21 years agoorder the Makefile alphabetically so that diffs are human readable
Václav Slavík [Fri, 18 Jul 2003 18:14:47 +0000 (18:14 +0000)] 
order the Makefile alphabetically so that diffs are human readable

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

21 years agoAdded some standard further identifiers to help with WinCE toolbars
Julian Smart [Fri, 18 Jul 2003 16:16:14 +0000 (16:16 +0000)] 
Added some standard further identifiers to help with WinCE toolbars
Moved wxID_REPLACE to defs.h
Can now add tools to WinCE toolbar, if using standard identifiers

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

21 years agoNth -> Item
Julian Smart [Fri, 18 Jul 2003 16:12:52 +0000 (16:12 +0000)] 
Nth -> Item

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

21 years agoAdded WCE toolbar
Julian Smart [Fri, 18 Jul 2003 14:12:53 +0000 (14:12 +0000)] 
Added WCE toolbar
Got menubars working with WCE

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

21 years agosplit win32 makefiles into shared config files and the rest
Václav Slavík [Fri, 18 Jul 2003 13:52:04 +0000 (13:52 +0000)] 
split win32 makefiles into shared config files and the rest

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

21 years agosplit win32 makefiles into shared config files and the rest
Václav Slavík [Fri, 18 Jul 2003 13:40:15 +0000 (13:40 +0000)] 
split win32 makefiles into shared config files and the rest

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

21 years ago Fix unintialized pointer in wxCommandProcessor when
Mattia Barbon [Fri, 18 Jul 2003 13:21:35 +0000 (13:21 +0000)] 
  Fix unintialized pointer in wxCommandProcessor when
wxUSE_STL=0.

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

21 years agodon't assume ilink32.cfg
Václav Slavík [Fri, 18 Jul 2003 09:16:20 +0000 (09:16 +0000)] 
don't assume ilink32.cfg

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

21 years agoUpdate to Scintilla 1.53
Robin Dunn [Fri, 18 Jul 2003 06:43:31 +0000 (06:43 +0000)] 
Update to Scintilla 1.53

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

21 years agostop usign a deprecated method, and ensure that the imagelist
Robin Dunn [Fri, 18 Jul 2003 02:29:57 +0000 (02:29 +0000)] 
stop usign a deprecated method, and ensure that the imagelist
ownership is trnasfered when using AssignImageList.

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

21 years agoUser the version number in the dir name of the private wxWindows install.
Robin Dunn [Fri, 18 Jul 2003 02:28:09 +0000 (02:28 +0000)] 
User the version number in the dir name of the private wxWindows install.

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

21 years agoMinimal changes needed to build/run wxPython on the 2.5 branch after
Robin Dunn [Fri, 18 Jul 2003 02:26:53 +0000 (02:26 +0000)] 
Minimal changes needed to build/run wxPython on the 2.5 branch after
the merge.  Still need to look for and apply most changes and new
additions that have happened since the last merge.

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

21 years agoAdded bakefile for the OGL contrib
Robin Dunn [Fri, 18 Jul 2003 02:09:34 +0000 (02:09 +0000)] 
Added bakefile for the OGL contrib

Changed use of deprecated methods in OGL to new methods

Changes to allow OGL to be built without the deprecated wxExpr (again)

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

21 years agoApplied patch that converts the throbber to using timers instead of threads
Robin Dunn [Fri, 18 Jul 2003 01:53:08 +0000 (01:53 +0000)] 
Applied patch that converts the throbber to using timers instead of threads

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

21 years agoallow to change the event propagation level (modified patch 743086)
Vadim Zeitlin [Fri, 18 Jul 2003 00:48:49 +0000 (00:48 +0000)] 
allow to change the event propagation level (modified patch 743086)

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

21 years agoallow to change the event propagation level (modified patch 743086)
Vadim Zeitlin [Fri, 18 Jul 2003 00:39:05 +0000 (00:39 +0000)] 
allow to change the event propagation level (modified patch 743086)

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

21 years agoapplied event speed up patch (752928)
Vadim Zeitlin [Thu, 17 Jul 2003 23:59:49 +0000 (23:59 +0000)] 
applied event speed up patch (752928)

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

21 years agoadded format parameter to File/DirName()
Vadim Zeitlin [Thu, 17 Jul 2003 23:39:28 +0000 (23:39 +0000)] 
added format parameter to File/DirName()

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

21 years agodescribe better how to use ssociated mutex
Vadim Zeitlin [Thu, 17 Jul 2003 22:42:36 +0000 (22:42 +0000)] 
describe better how to use ssociated mutex

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

21 years ago Remove incorrect and unnecessary wxEntryCleanup declaration.
Mattia Barbon [Thu, 17 Jul 2003 22:25:30 +0000 (22:25 +0000)] 
  Remove incorrect and unnecessary wxEntryCleanup declaration.

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

21 years ago Use correct types for comparison functions in wxArray,
Mattia Barbon [Thu, 17 Jul 2003 22:23:43 +0000 (22:23 +0000)] 
  Use correct types for comparison functions in wxArray,
wxSortedArray and wxSortedArrayString, when wxUSE_STL=1.

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

21 years agodon't clear the handles list in dtor, it is static/global (patch 773029)
Vadim Zeitlin [Thu, 17 Jul 2003 22:03:28 +0000 (22:03 +0000)] 
don't clear the handles list in dtor, it is static/global (patch 773029)

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

21 years agoset richedit DLL handle to 0 after unloading (patch 768994)
Vadim Zeitlin [Thu, 17 Jul 2003 21:54:14 +0000 (21:54 +0000)] 
set richedit DLL handle to 0 after unloading (patch 768994)

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

21 years agoupdated colour definitions to the new official X version (patch 771272)
Vadim Zeitlin [Thu, 17 Jul 2003 21:47:07 +0000 (21:47 +0000)] 
updated colour definitions to the new official X version (patch 771272)

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

21 years agotreat the string passed to MakeRelativeTo() as directory even if it doesn't have...
Vadim Zeitlin [Thu, 17 Jul 2003 21:22:39 +0000 (21:22 +0000)] 
treat the string passed to MakeRelativeTo() as directory even if it doesn't have a trailing slash

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

21 years agoignore exceptions during the execution of the exception handler to avoid infinite...
Vadim Zeitlin [Thu, 17 Jul 2003 21:03:48 +0000 (21:03 +0000)] 
ignore exceptions during the execution of the exception handler to avoid infinite loop

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

21 years agostrlen -> wxStrlen (patch 772985)
Vadim Zeitlin [Thu, 17 Jul 2003 20:59:01 +0000 (20:59 +0000)] 
strlen -> wxStrlen (patch 772985)

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

21 years agoAdded generic drag image source file
Robin Dunn [Thu, 17 Jul 2003 20:03:11 +0000 (20:03 +0000)] 
Added generic drag image source file

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

21 years agofix for wrong implib name
Václav Slavík [Thu, 17 Jul 2003 16:49:58 +0000 (16:49 +0000)] 
fix for wrong implib name

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

21 years agoadded opengl libs for gcc and watcom
Václav Slavík [Thu, 17 Jul 2003 16:05:45 +0000 (16:05 +0000)] 
added opengl libs for gcc and watcom

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

21 years agoadded OpenGL libs for gcc and watcom (other don't require it)
Václav Slavík [Thu, 17 Jul 2003 16:03:39 +0000 (16:03 +0000)] 
added OpenGL libs for gcc and watcom (other don't require it)

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

21 years agoadded crashrpt
Václav Slavík [Thu, 17 Jul 2003 15:48:03 +0000 (15:48 +0000)] 
added crashrpt

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

21 years agodll compilation fix
Václav Slavík [Thu, 17 Jul 2003 15:38:19 +0000 (15:38 +0000)] 
dll compilation fix

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

21 years agoOpenGL fixes
Václav Slavík [Thu, 17 Jul 2003 15:35:13 +0000 (15:35 +0000)] 
OpenGL fixes

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

21 years agocompilation fix
Václav Slavík [Thu, 17 Jul 2003 14:18:19 +0000 (14:18 +0000)] 
compilation fix

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

21 years agoremoved duplicate glcanvas entries
Václav Slavík [Thu, 17 Jul 2003 14:14:05 +0000 (14:14 +0000)] 
removed duplicate glcanvas entries

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

21 years agocross-compiled libraries have host embedded in the name again
Václav Slavík [Thu, 17 Jul 2003 14:13:32 +0000 (14:13 +0000)] 
cross-compiled libraries have host embedded in the name again

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

21 years agomore OpenGL fixes
Václav Slavík [Thu, 17 Jul 2003 13:16:24 +0000 (13:16 +0000)] 
more OpenGL fixes

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

21 years agodon't use fall back if we had already found the MIME type (patch 769826)
Vadim Zeitlin [Thu, 17 Jul 2003 12:50:04 +0000 (12:50 +0000)] 
don't use fall back if we had already found the MIME type (patch 769826)

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

21 years agoallocate string freed with free() later using malloc(), not new[] (fixes patch 772404)
Vadim Zeitlin [Thu, 17 Jul 2003 12:44:15 +0000 (12:44 +0000)] 
allocate string freed with free() later using malloc(), not new[] (fixes patch 772404)

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

21 years agoupdated Japanese translations (patch 769962)
Vadim Zeitlin [Thu, 17 Jul 2003 12:39:33 +0000 (12:39 +0000)] 
updated Japanese translations (patch 769962)

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

21 years agoadded dependency on opengl.bkl
Václav Slavík [Thu, 17 Jul 2003 12:20:26 +0000 (12:20 +0000)] 
added dependency on opengl.bkl

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

21 years agoremove extra space at top and bottom of the page if present
Václav Slavík [Thu, 17 Jul 2003 12:11:10 +0000 (12:11 +0000)] 
remove extra space at top and bottom of the page if present

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

21 years agomore monobuild fixes
Václav Slavík [Thu, 17 Jul 2003 09:59:24 +0000 (09:59 +0000)] 
more monobuild fixes

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

21 years agouseh higher value of _WIN32_IE
Vadim Zeitlin [Thu, 17 Jul 2003 09:46:49 +0000 (09:46 +0000)] 
useh higher value of _WIN32_IE

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

21 years agoprevious commit removed WXDLLIMPEXP_HTML by mistake
Václav Slavík [Thu, 17 Jul 2003 09:26:31 +0000 (09:26 +0000)] 
previous commit removed WXDLLIMPEXP_HTML by mistake

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

21 years agodon't use win-like names on mingw/cygwin
Václav Slavík [Thu, 17 Jul 2003 09:09:59 +0000 (09:09 +0000)] 
don't use win-like names on mingw/cygwin

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

21 years agofixes for monolib build
Václav Slavík [Thu, 17 Jul 2003 08:55:11 +0000 (08:55 +0000)] 
fixes for monolib build

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

21 years agocompilation fixes for msw_gl
Václav Slavík [Thu, 17 Jul 2003 08:31:33 +0000 (08:31 +0000)] 
compilation fixes for msw_gl

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

21 years agoApple's gcc fixes to bakefile
Václav Slavík [Thu, 17 Jul 2003 08:23:47 +0000 (08:23 +0000)] 
Apple's gcc fixes to bakefile

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

21 years agoadded opengl.bkl
Václav Slavík [Thu, 17 Jul 2003 08:01:49 +0000 (08:01 +0000)] 
added opengl.bkl

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

21 years agore-added OpenGL canvas
Václav Slavík [Wed, 16 Jul 2003 22:27:21 +0000 (22:27 +0000)] 
re-added OpenGL canvas

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

21 years agoadded _gl library and removed install target
Václav Slavík [Wed, 16 Jul 2003 22:26:21 +0000 (22:26 +0000)] 
added _gl library and removed install target

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

21 years agoreordered headers a bit so that they are installed only when needed
Václav Slavík [Wed, 16 Jul 2003 22:25:34 +0000 (22:25 +0000)] 
reordered headers a bit so that they are installed only when needed

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

21 years agoTcl regex lib
Ryan Norton [Wed, 16 Jul 2003 22:03:51 +0000 (22:03 +0000)] 
Tcl regex lib

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

21 years agoreordered headers a bit so that they are installed only when needed
Václav Slavík [Wed, 16 Jul 2003 21:10:33 +0000 (21:10 +0000)] 
reordered headers a bit so that they are installed only when needed

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

21 years agoadded wxBU_EXACTFIT
Václav Slavík [Wed, 16 Jul 2003 21:10:20 +0000 (21:10 +0000)] 
added wxBU_EXACTFIT

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

21 years agoDifferent test for previously subclassed, for WinCE
Julian Smart [Wed, 16 Jul 2003 20:40:57 +0000 (20:40 +0000)] 
Different test for previously subclassed, for WinCE
(comparing WndProcs just doesn't work)

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

21 years agoReordered winundef.h
Julian Smart [Wed, 16 Jul 2003 20:34:46 +0000 (20:34 +0000)] 
Reordered winundef.h

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

21 years agoAdded headers that didn't get installed.
Robin Dunn [Wed, 16 Jul 2003 18:27:39 +0000 (18:27 +0000)] 
Added headers that didn't get installed.

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

21 years agoImplement GetLabel and SetLabel
David Elliott [Wed, 16 Jul 2003 14:54:59 +0000 (14:54 +0000)] 
Implement GetLabel and SetLabel

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

21 years agoremoved GetHorizontalConstraints -- no longer needed
Václav Slavík [Wed, 16 Jul 2003 13:04:37 +0000 (13:04 +0000)] 
removed GetHorizontalConstraints -- no longer needed

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