wxWidgets.git
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

21 years agodon't forget to backport HTML tables fix
Václav Slavík [Wed, 16 Jul 2003 13:03:29 +0000 (13:03 +0000)] 
don't forget to backport HTML tables fix

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

21 years agotables can no longer be smaller than sum of their columns
Václav Slavík [Wed, 16 Jul 2003 13:00:58 +0000 (13:00 +0000)] 
tables can no longer be smaller than sum of their columns

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

21 years ago -f-no-pcc-struct-return was only needed by ancient versions of gcc and it affected...
Václav Slavík [Wed, 16 Jul 2003 10:34:42 +0000 (10:34 +0000)] 
 -f-no-pcc-struct-return was only needed by ancient versions of gcc and it affected binary compatibility -> removed

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

21 years agocompilation fix (missing wx/winundef.h)
Vadim Zeitlin [Wed, 16 Jul 2003 09:58:59 +0000 (09:58 +0000)] 
compilation fix (missing wx/winundef.h)

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

21 years agoreally fixed compilation for old imagehlp.h header
Vadim Zeitlin [Tue, 15 Jul 2003 23:54:37 +0000 (23:54 +0000)] 
really fixed compilation for old imagehlp.h header

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

21 years agoattempt to fix compilation for old imagehlp.h header
Vadim Zeitlin [Tue, 15 Jul 2003 22:59:57 +0000 (22:59 +0000)] 
attempt to fix compilation for old imagehlp.h header

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

21 years agoCompile with EVC 3.0 2002
Julian Smart [Tue, 15 Jul 2003 22:28:21 +0000 (22:28 +0000)] 
Compile with EVC 3.0 2002

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

21 years agoregenerated after fixes to make install
Václav Slavík [Tue, 15 Jul 2003 22:01:05 +0000 (22:01 +0000)] 
regenerated after fixes to make install

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

21 years agowe don't use wxUSE_FILENAME any longer
Vadim Zeitlin [Tue, 15 Jul 2003 20:49:39 +0000 (20:49 +0000)] 
we don't use wxUSE_FILENAME any longer

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

21 years agoadded more missing headers
Václav Slavík [Tue, 15 Jul 2003 19:12:02 +0000 (19:12 +0000)] 
added more missing headers

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

21 years agono need to define STRICT here either
Václav Slavík [Tue, 15 Jul 2003 18:58:28 +0000 (18:58 +0000)] 
no need to define STRICT here either

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

21 years agoadded <windows.h> wrapper
Václav Slavík [Tue, 15 Jul 2003 18:52:32 +0000 (18:52 +0000)] 
added <windows.h> wrapper

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

21 years agoDigitalMars check didn't work
Václav Slavík [Tue, 15 Jul 2003 18:44:13 +0000 (18:44 +0000)] 
DigitalMars check didn't work

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

21 years agodon't break lines in the middle of word
Václav Slavík [Tue, 15 Jul 2003 18:39:09 +0000 (18:39 +0000)] 
don't break lines in the middle of word

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

21 years agodon't break lines in the middle of word
Václav Slavík [Tue, 15 Jul 2003 18:28:21 +0000 (18:28 +0000)] 
don't break lines in the middle of word

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

21 years agocut-and-paste is not good idea, removed duplicated code
Václav Slavík [Tue, 15 Jul 2003 16:47:07 +0000 (16:47 +0000)] 
cut-and-paste is not good idea, removed duplicated code

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

21 years agoAdded wxAutoNSAutoreleasePool to DoGetBestSize method
David Elliott [Tue, 15 Jul 2003 15:27:59 +0000 (15:27 +0000)] 
Added wxAutoNSAutoreleasePool to DoGetBestSize method

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

21 years agoAdded wxAutoNSAutoreleasePool to Create method
David Elliott [Tue, 15 Jul 2003 15:25:20 +0000 (15:25 +0000)] 
Added wxAutoNSAutoreleasePool to Create method

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

21 years agoUse wxAutoNSAutoreleasePool in Create() method
David Elliott [Tue, 15 Jul 2003 15:15:52 +0000 (15:15 +0000)] 
Use wxAutoNSAutoreleasePool in Create() method

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

21 years agoSetStringSelection: wxString& should be const
David Elliott [Tue, 15 Jul 2003 15:10:24 +0000 (15:10 +0000)] 
SetStringSelection: wxString& should be const

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

21 years agowxCocoa: enable help system
David Elliott [Tue, 15 Jul 2003 15:01:46 +0000 (15:01 +0000)] 
wxCocoa: enable help system

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

21 years agoAdded some stubs
David Elliott [Tue, 15 Jul 2003 14:55:52 +0000 (14:55 +0000)] 
Added some stubs

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

21 years agoUpdated WinCE project file list
Julian Smart [Tue, 15 Jul 2003 14:45:24 +0000 (14:45 +0000)] 
Updated WinCE project file list

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

21 years agowxCocoa: Enable gauge and progress dialog
David Elliott [Tue, 15 Jul 2003 14:26:33 +0000 (14:26 +0000)] 
wxCocoa: Enable gauge and progress dialog

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

21 years agowxCocoa: Added gauge.(mm|h)
David Elliott [Tue, 15 Jul 2003 14:23:24 +0000 (14:23 +0000)] 
wxCocoa: Added gauge.(mm|h)

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

21 years agoRemoved obsolete file
Julian Smart [Tue, 15 Jul 2003 14:21:09 +0000 (14:21 +0000)] 
Removed obsolete file

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

21 years agowxCocoa: Added wxGauge
David Elliott [Tue, 15 Jul 2003 14:04:22 +0000 (14:04 +0000)] 
wxCocoa: Added wxGauge

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

21 years agoAdded Watcom makefile
Julian Smart [Tue, 15 Jul 2003 13:54:57 +0000 (13:54 +0000)] 
Added Watcom makefile

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

21 years agoAdded RTL functions missing from WinCE to wxchar.h/cpp
Julian Smart [Tue, 15 Jul 2003 13:46:39 +0000 (13:46 +0000)] 
Added RTL functions missing from WinCE to wxchar.h/cpp

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

21 years agoSmall tweaks for WinCE compatibility
Julian Smart [Tue, 15 Jul 2003 13:15:48 +0000 (13:15 +0000)] 
Small tweaks for WinCE compatibility
Use generic folder dialog for WinCE

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

21 years agoAdded missing functions WinCE
Julian Smart [Tue, 15 Jul 2003 11:48:15 +0000 (11:48 +0000)] 
Added missing functions WinCE

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

21 years agoreverted two previous Julian's changes, they were incorrect
Václav Slavík [Tue, 15 Jul 2003 11:04:34 +0000 (11:04 +0000)] 
reverted two previous Julian's changes, they were incorrect

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

21 years agoAdded call to top-level window OnInternalIdle
Julian Smart [Tue, 15 Jul 2003 10:24:30 +0000 (10:24 +0000)] 
Added call to top-level window OnInternalIdle

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

21 years agoFixed out by one error
Julian Smart [Tue, 15 Jul 2003 10:10:37 +0000 (10:10 +0000)] 
Fixed out by one error

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

21 years agoupdated recursive mutexes description
Vadim Zeitlin [Mon, 14 Jul 2003 23:35:28 +0000 (23:35 +0000)] 
updated recursive mutexes description

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

21 years agoRTL problems fixed
Václav Slavík [Mon, 14 Jul 2003 20:30:38 +0000 (20:30 +0000)] 
RTL problems fixed

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