]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agorenamed Number method (should be GetCount)
Gilles Depeyrot [Mon, 23 Jul 2001 20:11:12 +0000 (20:11 +0000)] 
renamed Number method (should be GetCount)

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

23 years agofixed bug with wxPathExists('c:\') yet again
Vadim Zeitlin [Mon, 23 Jul 2001 18:17:28 +0000 (18:17 +0000)] 
fixed bug with wxPathExists('c:\') yet again

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

23 years agodon't process VK_OEM_XXX key presses
Vadim Zeitlin [Mon, 23 Jul 2001 18:13:36 +0000 (18:13 +0000)] 
don't process VK_OEM_XXX key presses

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

23 years agouse Windows standard icons instead of our own (patch 443856)
Vadim Zeitlin [Mon, 23 Jul 2001 18:06:13 +0000 (18:06 +0000)] 
use Windows standard icons instead of our own (patch 443856)

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

23 years agoadded test for writing empty value to the config
Vadim Zeitlin [Mon, 23 Jul 2001 17:46:15 +0000 (17:46 +0000)] 
added test for writing empty value to the config

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

23 years ago1. fixed bug with empty value not being written to the file
Vadim Zeitlin [Mon, 23 Jul 2001 17:45:56 +0000 (17:45 +0000)] 
1. fixed bug with empty value not being written to the file
2. moved ConfigEntry/Group into .cpp from .h and renamed them to wxXXX

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

23 years agodon't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
Vadim Zeitlin [Mon, 23 Jul 2001 15:54:41 +0000 (15:54 +0000)] 
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary as well

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

23 years agofixed bug with deletion of several last items in wxListCtrl, added tests for it in...
Vadim Zeitlin [Mon, 23 Jul 2001 14:57:01 +0000 (14:57 +0000)] 
fixed bug with deletion of several last items in wxListCtrl, added tests for it in the sample

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

23 years agoadded and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it...
Vadim Zeitlin [Mon, 23 Jul 2001 13:28:39 +0000 (13:28 +0000)] 
added and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it is several orders of magniture faster than wxFindFirstFile!

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

23 years agocorrection for Mac OS X compilation
Gilles Depeyrot [Sun, 22 Jul 2001 20:26:08 +0000 (20:26 +0000)] 
correction for Mac OS X compilation

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

23 years agocorrected pragma interface/implementation (clash with wxWindows library)
Gilles Depeyrot [Sun, 22 Jul 2001 20:25:27 +0000 (20:25 +0000)] 
corrected pragma interface/implementation (clash with wxWindows library)

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

23 years agofixed wxListBox inheritance
Gilles Depeyrot [Sun, 22 Jul 2001 20:05:15 +0000 (20:05 +0000)] 
fixed wxListBox inheritance

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

23 years agoadded property sheet option
Gilles Depeyrot [Sun, 22 Jul 2001 19:36:05 +0000 (19:36 +0000)] 
added property sheet option
corrected tree layout option
corrected samples list configuration

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

23 years agoadded tree layout define
Gilles Depeyrot [Sun, 22 Jul 2001 18:07:19 +0000 (18:07 +0000)] 
added tree layout define

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

23 years agocorrected conditional compilation tests
Gilles Depeyrot [Sun, 22 Jul 2001 18:06:09 +0000 (18:06 +0000)] 
corrected conditional compilation tests

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

23 years agopost wxUniv merge fix
Gilles Depeyrot [Sun, 22 Jul 2001 17:21:59 +0000 (17:21 +0000)] 
post wxUniv merge fix

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

23 years agopost wxUniv merge fix
Gilles Depeyrot [Sun, 22 Jul 2001 17:15:14 +0000 (17:15 +0000)] 
post wxUniv merge fix

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

23 years agopost wxUniv merge fix
Gilles Depeyrot [Sun, 22 Jul 2001 17:09:23 +0000 (17:09 +0000)] 
post wxUniv merge fix

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

23 years agocorrected pragma interface/implementation for Mac OS X
Gilles Depeyrot [Sun, 22 Jul 2001 17:03:06 +0000 (17:03 +0000)] 
corrected pragma interface/implementation for Mac OS X

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

23 years agoadded missing conditional compilation test for MSW specific events
Gilles Depeyrot [Sun, 22 Jul 2001 17:00:57 +0000 (17:00 +0000)] 
added missing conditional compilation test for MSW specific events

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

23 years agoadded dependency handling to Makefiles
Gilles Depeyrot [Sun, 22 Jul 2001 15:05:53 +0000 (15:05 +0000)] 
added dependency handling to Makefiles

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

23 years agocorrections for Mac OS X compilation
Gilles Depeyrot [Sun, 22 Jul 2001 14:57:47 +0000 (14:57 +0000)] 
corrections for Mac OS X compilation

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

23 years agoignore files produced by CodeWarrior
Gilles Depeyrot [Sun, 22 Jul 2001 14:50:50 +0000 (14:50 +0000)] 
ignore files produced by CodeWarrior

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

23 years agocorrection for Mac OS compilation
Gilles Depeyrot [Sun, 22 Jul 2001 14:23:55 +0000 (14:23 +0000)] 
correction for Mac OS compilation

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

23 years agoadded dependency handling to Makefiles
Gilles Depeyrot [Sun, 22 Jul 2001 14:19:42 +0000 (14:19 +0000)] 
added dependency handling to Makefiles

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

23 years agocorrection for Mac OS X compilation
Gilles Depeyrot [Sun, 22 Jul 2001 14:10:45 +0000 (14:10 +0000)] 
correction for Mac OS X compilation

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

23 years agopost wxUniv merge fixes
Gilles Depeyrot [Sun, 22 Jul 2001 14:09:23 +0000 (14:09 +0000)] 
post wxUniv merge fixes

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

23 years agocorrections for Mac OS X compilation
Gilles Depeyrot [Sun, 22 Jul 2001 14:08:55 +0000 (14:08 +0000)] 
corrections for Mac OS X compilation

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

23 years agoadded dependency handling to Makefiles
Gilles Depeyrot [Sun, 22 Jul 2001 14:06:10 +0000 (14:06 +0000)] 
added dependency handling to Makefiles

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

23 years agoremoved inexistant header files
Gilles Depeyrot [Sun, 22 Jul 2001 13:52:52 +0000 (13:52 +0000)] 
removed inexistant header files

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

23 years agocompilation fix for old broken Borland compiler
Vadim Zeitlin [Sun, 22 Jul 2001 12:06:46 +0000 (12:06 +0000)] 
compilation fix for old broken Borland compiler

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

23 years agobackported fix for proper tree ctrl refershing after changing item colour/font from 2.2
Vadim Zeitlin [Sun, 22 Jul 2001 01:28:18 +0000 (01:28 +0000)] 
backported fix for proper tree ctrl refershing after changing item colour/font from 2.2

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

23 years agoreplaced hardcoded wxgtk_gl library with appropriate configure macro
Gilles Depeyrot [Sat, 21 Jul 2001 06:51:11 +0000 (06:51 +0000)] 
replaced hardcoded wxgtk_gl library with appropriate configure macro

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

23 years agoadded WX_TARGET_LIBRARY_GL to recursive configure substitutions
Gilles Depeyrot [Sat, 21 Jul 2001 06:48:40 +0000 (06:48 +0000)] 
added WX_TARGET_LIBRARY_GL to recursive configure substitutions

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

23 years agoadded wxWindows shared library to link of OpenGL wxWindows shared library
Gilles Depeyrot [Sat, 21 Jul 2001 06:47:48 +0000 (06:47 +0000)] 
added wxWindows shared library to link of OpenGL wxWindows shared library

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

23 years agocorrected bad Darwin related configure test
Gilles Depeyrot [Sat, 21 Jul 2001 06:45:33 +0000 (06:45 +0000)] 
corrected bad Darwin related configure test
implemented OpenGL configuration for Mac OS X
added WX_TARGET_LIBRARY_GL to config cache

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

23 years agoadded DEP_INFO_FLAGS to compilation options
Gilles Depeyrot [Sat, 21 Jul 2001 06:42:20 +0000 (06:42 +0000)] 
added DEP_INFO_FLAGS to compilation options

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

23 years agocorrections for wxGtk compilation under Darwin/Mac OS X
Gilles Depeyrot [Sat, 21 Jul 2001 05:32:09 +0000 (05:32 +0000)] 
corrections for wxGtk compilation under Darwin/Mac OS X

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

23 years agoadded missing conditional compilation test for wxUSE_PROPSHEET
Gilles Depeyrot [Sat, 21 Jul 2001 05:23:06 +0000 (05:23 +0000)] 
added missing conditional compilation test for wxUSE_PROPSHEET

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

23 years agominor changes to correct compilation warnings
Gilles Depeyrot [Sat, 21 Jul 2001 05:19:25 +0000 (05:19 +0000)] 
minor changes to correct compilation warnings

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

23 years agofix for rather mysterious problem when deleting the list ctrl
Vadim Zeitlin [Fri, 20 Jul 2001 20:54:17 +0000 (20:54 +0000)] 
fix for rather mysterious problem when deleting the list ctrl

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

23 years agopost wxUniv merge fixes
Gilles Depeyrot [Fri, 20 Jul 2001 18:46:55 +0000 (18:46 +0000)] 
post wxUniv merge fixes

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

23 years agopost wxUniv merge fix
Gilles Depeyrot [Fri, 20 Jul 2001 18:44:10 +0000 (18:44 +0000)] 
post wxUniv merge fix

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

23 years agoapplied numpad keys patch
Vadim Zeitlin [Fri, 20 Jul 2001 14:35:39 +0000 (14:35 +0000)] 
applied numpad keys patch

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

23 years agofixed entities parsing under win32
Václav Slavík [Fri, 20 Jul 2001 12:33:32 +0000 (12:33 +0000)] 
fixed entities parsing under win32

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

23 years agooops, forgot to fix wxHtmlTag dtor
Václav Slavík [Fri, 20 Jul 2001 12:32:50 +0000 (12:32 +0000)] 
oops, forgot to fix wxHtmlTag dtor

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

23 years agotest for __WIN95__ in the main header, not platform-sepcific one for consistency...
Vadim Zeitlin [Fri, 20 Jul 2001 11:59:46 +0000 (11:59 +0000)] 
test for __WIN95__ in the main header, not platform-sepcific one for consistency with the other classes

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

23 years agodefine WINVER for mingw32 cross compilation
Vadim Zeitlin [Fri, 20 Jul 2001 11:58:54 +0000 (11:58 +0000)] 
define WINVER for mingw32 cross compilation

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

23 years agoimplemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now
Vadim Zeitlin [Fri, 20 Jul 2001 11:12:34 +0000 (11:12 +0000)] 
implemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now

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

23 years agofixed three new warnings after the last warning fix
Vadim Zeitlin [Fri, 20 Jul 2001 08:56:27 +0000 (08:56 +0000)] 
fixed three new warnings after the last warning fix

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

23 years agofixed a warning and detabified
Vadim Zeitlin [Fri, 20 Jul 2001 08:55:08 +0000 (08:55 +0000)] 
fixed a warning and detabified

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

23 years agomade 2 column list wider to accomodate all entries
Vadim Zeitlin [Fri, 20 Jul 2001 08:48:41 +0000 (08:48 +0000)] 
made 2 column list wider to accomodate all entries

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

23 years agoreplaced literal backslashes with backslash TeX macro
Vadim Zeitlin [Fri, 20 Jul 2001 08:47:48 +0000 (08:47 +0000)] 
replaced literal backslashes with backslash TeX macro

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

23 years agofixed crash in XPM decoder when reading non XPM files
Vadim Zeitlin [Fri, 20 Jul 2001 01:18:08 +0000 (01:18 +0000)] 
fixed crash in XPM decoder when reading non XPM files

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

23 years agofilter out garbage Windows sends us via LVN_ODCACHEHINT
Vadim Zeitlin [Fri, 20 Jul 2001 01:00:21 +0000 (01:00 +0000)] 
filter out garbage Windows sends us via LVN_ODCACHEHINT

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

23 years agoadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample...
Vadim Zeitlin [Fri, 20 Jul 2001 00:25:09 +0000 (00:25 +0000)] 
added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality

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

23 years agoVC++ warning fixed
Vadim Zeitlin [Thu, 19 Jul 2001 23:43:40 +0000 (23:43 +0000)] 
VC++ warning fixed

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

23 years agonew wxHtmlParser core and changes implied by it
Václav Slavík [Thu, 19 Jul 2001 22:31:00 +0000 (22:31 +0000)] 
new wxHtmlParser core and changes implied by it

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

23 years agonew wxHtmlParser core
Václav Slavík [Thu, 19 Jul 2001 22:30:22 +0000 (22:30 +0000)] 
new wxHtmlParser core

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

23 years agoFreeBSD compilation fix
Vadim Zeitlin [Thu, 19 Jul 2001 20:54:49 +0000 (20:54 +0000)] 
FreeBSD compilation fix

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

23 years agofixed some warnings
Vadim Zeitlin [Thu, 19 Jul 2001 20:52:26 +0000 (20:52 +0000)] 
fixed some warnings

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

23 years ago1. don't delete item attributes in the virtual list control (=> crash)
Vadim Zeitlin [Thu, 19 Jul 2001 20:50:40 +0000 (20:50 +0000)] 
1. don't delete item attributes in the virtual list control (=> crash)
2. refresh the window after deleting all items

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

23 years agoadded test for THREADS if JOYSTICK is set
Vadim Zeitlin [Thu, 19 Jul 2001 20:49:55 +0000 (20:49 +0000)] 
added test for THREADS if JOYSTICK is set

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

23 years agodon't remove lib/wx when making clean
Vadim Zeitlin [Thu, 19 Jul 2001 20:48:59 +0000 (20:48 +0000)] 
don't remove lib/wx when making clean

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

23 years agomade SetPriority docs more clear
Vadim Zeitlin [Thu, 19 Jul 2001 20:47:12 +0000 (20:47 +0000)] 
made SetPriority docs more clear

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

23 years agofix for missing wxUSE_DARWIN definition
Vadim Zeitlin [Thu, 19 Jul 2001 20:44:34 +0000 (20:44 +0000)] 
fix for missing wxUSE_DARWIN definition

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

23 years agofixes to version string
Vadim Zeitlin [Thu, 19 Jul 2001 13:51:29 +0000 (13:51 +0000)] 
fixes to version string

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

23 years ago1. compilation fixes
Vadim Zeitlin [Thu, 19 Jul 2001 13:44:57 +0000 (13:44 +0000)] 
1. compilation fixes
2. don't quote special characters inside verbatim environment

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

23 years agofix for custom bitmap setting for the first page
Vadim Zeitlin [Thu, 19 Jul 2001 12:29:02 +0000 (12:29 +0000)] 
fix for custom bitmap setting for the first page

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

23 years agominor fixes, added an example
Vadim Zeitlin [Thu, 19 Jul 2001 01:07:56 +0000 (01:07 +0000)] 
minor fixes, added an example

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

23 years agofixed compilation problem inwith ^
Vadim Zeitlin [Thu, 19 Jul 2001 00:44:11 +0000 (00:44 +0000)] 
fixed compilation problem inwith ^

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

23 years agoremoved debug printfs
Václav Slavík [Wed, 18 Jul 2001 23:01:54 +0000 (23:01 +0000)] 
removed debug printfs

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

23 years agofixed ugly stupid piece of code
Václav Slavík [Wed, 18 Jul 2001 23:01:43 +0000 (23:01 +0000)] 
fixed ugly stupid piece of code

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

23 years agoUnicode complation fixes
Václav Slavík [Wed, 18 Jul 2001 23:01:31 +0000 (23:01 +0000)] 
Unicode complation fixes

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

23 years ago- fixes warnings with mingw crosscompilation
Václav Slavík [Wed, 18 Jul 2001 23:00:30 +0000 (23:00 +0000)] 
- fixes warnings with mingw crosscompilation
- fixes for missing _t functions

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

23 years agoMingw Unicode fix
Václav Slavík [Wed, 18 Jul 2001 23:00:17 +0000 (23:00 +0000)] 
Mingw Unicode fix

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

23 years agoMingw Unicode fixes
Václav Slavík [Wed, 18 Jul 2001 23:00:02 +0000 (23:00 +0000)] 
Mingw Unicode fixes

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

23 years agoUnicode fixes to wxCmdLineParser
Václav Slavík [Wed, 18 Jul 2001 22:59:51 +0000 (22:59 +0000)] 
Unicode fixes to wxCmdLineParser

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

23 years ago(1) removed -lcrtdll from Mingw build
Václav Slavík [Wed, 18 Jul 2001 22:58:33 +0000 (22:58 +0000)] 
(1) removed -lcrtdll from Mingw build
(it was plainly wrong thing, gcc is supposed to link against C library
automatically... and it broke binaries produced with MSVCRT version of Mingw)
(2) fixed typo in MS_HTML_HELP check
(3) added (back?) WXHTML_HELP checks to configure

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

23 years agoFixed some "\_"s in verbatim blocks so they are no longer quoted with backslashes
George Tasker [Wed, 18 Jul 2001 22:00:03 +0000 (22:00 +0000)] 
Fixed some "\_"s in verbatim blocks so they are no longer quoted with backslashes

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

23 years agoFixed closing of program to work properly if PASS #1 failed for some reason. Before...
George Tasker [Wed, 18 Jul 2001 21:04:36 +0000 (21:04 +0000)] 
Fixed closing of program to work properly if PASS #1 failed for some reason.  Before this fix, you could not exit the GUI version of the program under windows without using CTRL-ALT-DEL

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

23 years agoFixed mismatched curley brace
George Tasker [Wed, 18 Jul 2001 20:47:23 +0000 (20:47 +0000)] 
Fixed mismatched curley brace

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

23 years agoinitialize gs_pFrame to NULL
Vadim Zeitlin [Tue, 17 Jul 2001 22:21:01 +0000 (22:21 +0000)] 
initialize gs_pFrame to NULL

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

23 years agoblind fix for wxScrolledWindow problem
Vadim Zeitlin [Tue, 17 Jul 2001 22:01:00 +0000 (22:01 +0000)] 
blind fix for wxScrolledWindow problem

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

23 years agofixed regex bug in ProcessFamiliesFromFontList
Vadim Zeitlin [Tue, 17 Jul 2001 18:14:04 +0000 (18:14 +0000)] 
fixed regex bug in ProcessFamiliesFromFontList

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

23 years agoCorrection to icon index code
Julian Smart [Tue, 17 Jul 2001 16:27:36 +0000 (16:27 +0000)] 
Correction to icon index code

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

23 years agoAdded support for extracting icon using specified index
Julian Smart [Tue, 17 Jul 2001 15:49:43 +0000 (15:49 +0000)] 
Added support for extracting icon using specified index

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

23 years agoadded wxOPEN/SAVE flags to wxDefaultFileSelector
Vadim Zeitlin [Tue, 17 Jul 2001 09:03:30 +0000 (09:03 +0000)] 
added wxOPEN/SAVE flags to wxDefaultFileSelector

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

23 years agodon't use static box as a parent
Vadim Zeitlin [Tue, 17 Jul 2001 08:27:42 +0000 (08:27 +0000)] 
don't use static box as a parent

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

23 years agorenamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented
Vadim Zeitlin [Tue, 17 Jul 2001 08:25:43 +0000 (08:25 +0000)] 
renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented

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

23 years agoAdded rules to build the regex library from the main makefile, if
Robin Dunn [Tue, 17 Jul 2001 00:18:51 +0000 (00:18 +0000)] 
Added rules to build the regex library from the main makefile, if
needed.

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

23 years agowxRegEx docs I forgot to add before (sorry)
Vadim Zeitlin [Mon, 16 Jul 2001 22:54:14 +0000 (22:54 +0000)] 
wxRegEx docs I forgot to add before (sorry)

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

23 years agoSome tweaks and generated core sources for wxGTK
Robin Dunn [Mon, 16 Jul 2001 22:52:01 +0000 (22:52 +0000)] 
Some tweaks and generated core sources for wxGTK

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

23 years agocompilation fix I had forgot to commit
Vadim Zeitlin [Mon, 16 Jul 2001 18:07:30 +0000 (18:07 +0000)] 
compilation fix I had forgot to commit

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

23 years agofixed compile error
Robin Dunn [Mon, 16 Jul 2001 17:48:14 +0000 (17:48 +0000)] 
fixed compile error

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

23 years agospeed up font list processing
Vadim Zeitlin [Mon, 16 Jul 2001 15:23:04 +0000 (15:23 +0000)] 
speed up font list processing

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

23 years agoremoved assert which could be provoked by correct code
Vadim Zeitlin [Mon, 16 Jul 2001 15:17:09 +0000 (15:17 +0000)] 
removed assert which could be provoked by correct code

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

23 years agoAdded missing methods. Now tested.
Robert Roebling [Mon, 16 Jul 2001 14:27:16 +0000 (14:27 +0000)] 
Added missing methods. Now tested.

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

23 years agoAdded missing methods. Not yet tested.
Robert Roebling [Mon, 16 Jul 2001 09:42:37 +0000 (09:42 +0000)] 
Added missing methods. Not yet tested.

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

23 years agoAdded symptomatic fix to wrong height in wxStaticText.
Robert Roebling [Mon, 16 Jul 2001 08:20:13 +0000 (08:20 +0000)] 
Added symptomatic fix to wrong height in wxStaticText.

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