]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoSome compiler bug fixes, new .def file
David Webster [Sun, 4 Nov 2001 14:49:22 +0000 (14:49 +0000)] 
Some compiler bug fixes, new .def file

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

22 years agouse 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X
Gilles Depeyrot [Sun, 4 Nov 2001 13:59:15 +0000 (13:59 +0000)] 
use 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X

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

22 years agoDon't strip cross packages with native strip. All of them. Really.
Ron Lee [Sun, 4 Nov 2001 03:01:57 +0000 (03:01 +0000)] 
Don't strip cross packages with native strip.  All of them.  Really.

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

22 years agoBacked out misguided 'build both' patch.
Ron Lee [Sun, 4 Nov 2001 01:29:54 +0000 (01:29 +0000)] 
Backed out misguided 'build both' patch.
Reshuffled library name code into a slightly neater stack.

Added separate shared and static msw builds to .debs  :(
that makes 13 builds of the core lib alone required to create
all packages now..  (anyone want to donate me a fast MP box :)

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

22 years agoMore cross compiling fixes.
Ron Lee [Sun, 4 Nov 2001 00:07:25 +0000 (00:07 +0000)] 
More cross compiling fixes.

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

22 years agoimplemented display mode setting
Václav Slavík [Sun, 4 Nov 2001 00:00:36 +0000 (00:00 +0000)] 
implemented display mode setting

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

22 years agoimplemented wxApp::Get/SetDisplayMode
Václav Slavík [Sun, 4 Nov 2001 00:00:15 +0000 (00:00 +0000)] 
implemented wxApp::Get/SetDisplayMode

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

22 years agooh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)
Václav Slavík [Sun, 4 Nov 2001 00:00:06 +0000 (00:00 +0000)] 
oh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)

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

22 years agoinstall apparently ignores -p option under Mac OS X, use cp -p instead
Gilles Depeyrot [Sat, 3 Nov 2001 23:08:16 +0000 (23:08 +0000)] 
install apparently ignores -p option under Mac OS X, use cp -p instead

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

22 years agocorrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option
Gilles Depeyrot [Sat, 3 Nov 2001 22:42:30 +0000 (22:42 +0000)] 
corrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option
to INSTALL_PROGRAM and INSTALL_DATA in order to preserve modification dates)

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

22 years agoremoved OnSetFocus() which doesn't exist any more
Vadim Zeitlin [Sat, 3 Nov 2001 21:49:33 +0000 (21:49 +0000)] 
removed OnSetFocus() which doesn't exist any more

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

22 years agoadded wxApp::GetDisplayMode function for fullscreen ports
Václav Slavík [Sat, 3 Nov 2001 21:36:15 +0000 (21:36 +0000)] 
added wxApp::GetDisplayMode function for fullscreen ports

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

22 years agorecently checked in patch was ignorant to wxUSE_RESOURCES
Václav Slavík [Sat, 3 Nov 2001 21:36:01 +0000 (21:36 +0000)] 
recently checked in patch was ignorant to wxUSE_RESOURCES

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

22 years agooops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation
Václav Slavík [Sat, 3 Nov 2001 21:35:21 +0000 (21:35 +0000)] 
oops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation

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

22 years agoAdded wxPostscriptDC to wxPython
Robin Dunn [Sat, 3 Nov 2001 20:34:26 +0000 (20:34 +0000)] 
Added wxPostscriptDC to wxPython

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

22 years agoA little tweak
Robin Dunn [Sat, 3 Nov 2001 20:33:54 +0000 (20:33 +0000)] 
A little tweak

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

22 years agoEnabled wxPostscriptDC to be used in wxMSW, if wxUSE_POSTSCRIPT
Robin Dunn [Sat, 3 Nov 2001 20:31:07 +0000 (20:31 +0000)] 
Enabled wxPostscriptDC to be used in wxMSW, if wxUSE_POSTSCRIPT

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

22 years agoimplemented Freeze/Thaw() for the generic listctrl
Vadim Zeitlin [Sat, 3 Nov 2001 17:06:29 +0000 (17:06 +0000)] 
implemented Freeze/Thaw() for the generic listctrl

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

22 years agoAdded static lib to shared build targets for wxMSW builds.
Ron Lee [Sat, 3 Nov 2001 13:00:52 +0000 (13:00 +0000)] 
Added static lib to shared build targets for wxMSW builds.
Added -dbg packages for msw-cross.

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

22 years agoTweaked config for weird static lib BSDism.
Ron Lee [Sat, 3 Nov 2001 11:29:05 +0000 (11:29 +0000)] 
Tweaked config for weird static lib BSDism.

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

22 years agoAdded separate import lib for msw .dlls
Ron Lee [Sat, 3 Nov 2001 11:08:15 +0000 (11:08 +0000)] 
Added separate import lib for msw .dlls
Removed useless mingw and cygwin options.
Fixed library naming for msw _gl and set 'unix' style names for cross
builds and 'windows' style for native builds.
Added $target to wx-config, and fixed lib/header dir exclusions.
Added -mwindows to wx-config output for gui libs.
Fixed wx-config to output import lib instead of dll for shared
msw builds.

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

22 years agoadded missing header
Ron Lee [Sat, 3 Nov 2001 05:14:32 +0000 (05:14 +0000)] 
added missing header

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

22 years agodon't send fictious menu events when another WM_COMMAND occurs while a popup menu...
Vadim Zeitlin [Sat, 3 Nov 2001 00:34:44 +0000 (00:34 +0000)] 
don't send fictious menu events when another WM_COMMAND occurs while a popup menu is shown

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

22 years agomingw compilation fixc
Václav Slavík [Fri, 2 Nov 2001 23:33:08 +0000 (23:33 +0000)] 
mingw compilation fixc

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

22 years agowxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
Robin Dunn [Fri, 2 Nov 2001 23:21:45 +0000 (23:21 +0000)] 
wxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
and wxGLCanvas.

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

22 years agocorrected findfirst/next on mac
Stefan Csomor [Fri, 2 Nov 2001 22:00:54 +0000 (22:00 +0000)] 
corrected findfirst/next on mac

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

22 years agowxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
Robin Dunn [Fri, 2 Nov 2001 20:56:23 +0000 (20:56 +0000)] 
wxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
and wxGLCanvas.

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

22 years agoupdated and renamed CodeWarrior 5.3 project
Gilles Depeyrot [Fri, 2 Nov 2001 20:52:13 +0000 (20:52 +0000)] 
updated and renamed CodeWarrior 5.3 project

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

22 years agocorrected rebuild of more than one-level hiearchical menus when not directly added...
Stefan Csomor [Fri, 2 Nov 2001 20:47:11 +0000 (20:47 +0000)] 
corrected rebuild of more than one-level hiearchical menus when not directly added to the current menubar

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

22 years agoRemoved som unnecessary sh-bangs.
Robin Dunn [Fri, 2 Nov 2001 19:43:54 +0000 (19:43 +0000)] 
Removed som unnecessary sh-bangs.

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

22 years agocheck for wxOnAssert reentrancy
Vadim Zeitlin [Fri, 2 Nov 2001 18:35:50 +0000 (18:35 +0000)] 
check for wxOnAssert reentrancy

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

22 years agofixed wxString::resize() which was completely broken
Vadim Zeitlin [Fri, 2 Nov 2001 18:17:38 +0000 (18:17 +0000)] 
fixed wxString::resize() which was completely broken

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

22 years agodon't make the log dialog taller than the screen (patch 457695)
Vadim Zeitlin [Fri, 2 Nov 2001 17:52:27 +0000 (17:52 +0000)] 
don't make the log dialog taller than the screen (patch 457695)

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

22 years agosupport for vetoing grid cell editing (patch 469049)
Vadim Zeitlin [Fri, 2 Nov 2001 17:44:55 +0000 (17:44 +0000)] 
support for vetoing grid cell editing (patch 469049)

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

22 years agomore efficient SetStatusText for the generic wxStatusBar (patch 469976)
Vadim Zeitlin [Fri, 2 Nov 2001 17:38:40 +0000 (17:38 +0000)] 
more efficient SetStatusText for the generic wxStatusBar (patch 469976)

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

22 years agofix a bug for bitmap changing in wxWizard (patch 474975)
Vadim Zeitlin [Fri, 2 Nov 2001 17:30:42 +0000 (17:30 +0000)] 
fix a bug for bitmap changing in wxWizard (patch 474975)

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

22 years agowxWizard help patch (474974)
Vadim Zeitlin [Fri, 2 Nov 2001 17:29:38 +0000 (17:29 +0000)] 
wxWizard help patch (474974)

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

22 years agowxWizardPage may be loaded from resource (patch 470683)
Vadim Zeitlin [Fri, 2 Nov 2001 17:22:44 +0000 (17:22 +0000)] 
wxWizardPage may be loaded from resource (patch 470683)

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

22 years agoreplaced a static buffer with wxString
Vadim Zeitlin [Fri, 2 Nov 2001 16:43:28 +0000 (16:43 +0000)] 
replaced a static buffer with wxString

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

22 years agoapplied patch to make wxGLCanvas derive from wxWindow, not wxScrolledWindow (Paul...
Vadim Zeitlin [Fri, 2 Nov 2001 16:08:52 +0000 (16:08 +0000)] 
applied patch to make wxGLCanvas derive from wxWindow, not wxScrolledWindow (Paul A. Thiessen)

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

22 years agogive an error and stop if OpenGL libs not found but --with-opengl was specified
Vadim Zeitlin [Fri, 2 Nov 2001 15:45:07 +0000 (15:45 +0000)] 
give an error and stop if OpenGL libs not found but --with-opengl was specified

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

22 years agopatch from Søren Erland Vestø for additional wxCalendarCtrl styles (also moved them...
Vadim Zeitlin [Fri, 2 Nov 2001 15:42:51 +0000 (15:42 +0000)] 
patch from Søren Erland Vestø for additional wxCalendarCtrl styles (also moved them all to calctrl.h from defs.h)

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

22 years agoUpdates to project files
Julian Smart [Fri, 2 Nov 2001 09:06:13 +0000 (09:06 +0000)] 
Updates to project files

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

22 years agoadded missing const
Gilles Depeyrot [Fri, 2 Nov 2001 07:13:17 +0000 (07:13 +0000)] 
added missing const

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

22 years agoadded missing const
Gilles Depeyrot [Fri, 2 Nov 2001 07:03:26 +0000 (07:03 +0000)] 
added missing const
ise "..." instead of <...> for wx headers

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

22 years agoAdded wxEntryStart, wxEntryInitGui, and wxEntryCleanup for wxPython
Robin Dunn [Fri, 2 Nov 2001 03:59:02 +0000 (03:59 +0000)] 
Added wxEntryStart, wxEntryInitGui, and wxEntryCleanup for wxPython

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

22 years agoswig updates
Robin Dunn [Fri, 2 Nov 2001 03:23:18 +0000 (03:23 +0000)] 
swig updates

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

22 years agowxDragLink for wxGTK
Robin Dunn [Fri, 2 Nov 2001 03:22:57 +0000 (03:22 +0000)] 
wxDragLink for wxGTK

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

22 years agoRemoved GetOldIndex, etc.
Robin Dunn [Fri, 2 Nov 2001 02:00:32 +0000 (02:00 +0000)] 
Removed GetOldIndex, etc.

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

22 years agoUpdated XRCed
Robin Dunn [Fri, 2 Nov 2001 01:59:05 +0000 (01:59 +0000)] 
Updated XRCed

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

22 years agoCreate the directories fo rthe .pch, etc. files if it doesn't exist.
Robin Dunn [Fri, 2 Nov 2001 01:34:37 +0000 (01:34 +0000)] 
Create the directories fo rthe .pch, etc. files if it doesn't exist.

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

22 years agoSetEventObject for wxCalendarCtrl
Robin Dunn [Fri, 2 Nov 2001 01:14:16 +0000 (01:14 +0000)] 
SetEventObject for wxCalendarCtrl

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

22 years agoreplaced wxList for storing HWND <-> wxWindow with wxHashTable
Vadim Zeitlin [Fri, 2 Nov 2001 00:44:19 +0000 (00:44 +0000)] 
replaced wxList for storing HWND <-> wxWindow with wxHashTable

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

22 years agoignore the border flags for the toolbar
Vadim Zeitlin [Fri, 2 Nov 2001 00:42:56 +0000 (00:42 +0000)] 
ignore the border flags for the toolbar

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

22 years agoBC++ compilation fix
Vadim Zeitlin [Fri, 2 Nov 2001 00:05:01 +0000 (00:05 +0000)] 
BC++ compilation fix

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

22 years agoMade project file work for Release and Debug targets
Julian Smart [Thu, 1 Nov 2001 11:54:01 +0000 (11:54 +0000)] 
Made project file work for Release and Debug targets

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

22 years agoremove static libraries and recreate them to avoid stale object files
Gilles Depeyrot [Wed, 31 Oct 2001 23:30:45 +0000 (23:30 +0000)] 
remove static libraries and recreate them to avoid stale object files

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

22 years agochanged ar options to reduce build verbosity
Gilles Depeyrot [Wed, 31 Oct 2001 23:21:25 +0000 (23:21 +0000)] 
changed ar options to reduce build verbosity

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

22 years agocorrections to required setup for wxWindows
Gilles Depeyrot [Wed, 31 Oct 2001 22:55:13 +0000 (22:55 +0000)] 
corrections to required setup for wxWindows

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

22 years agoclarified native line ending for Mac OS
Gilles Depeyrot [Wed, 31 Oct 2001 22:48:51 +0000 (22:48 +0000)] 
clarified native line ending for Mac OS

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

22 years agoadded comment concerning native line endings under Mac OS X
Gilles Depeyrot [Wed, 31 Oct 2001 22:41:08 +0000 (22:41 +0000)] 
added comment concerning native line endings under Mac OS X

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

22 years agoreally fix wxPython dist target
Ron Lee [Wed, 31 Oct 2001 22:30:15 +0000 (22:30 +0000)] 
really fix wxPython dist target

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

22 years agocorrected access to NULL parameters in wxGetOsVersion
Gilles Depeyrot [Wed, 31 Oct 2001 22:23:58 +0000 (22:23 +0000)] 
corrected access to NULL parameters in wxGetOsVersion
replaced wxMACINTOSH with wxMAC and wxMAC_DARWIN to differentiate return
value of wxGetOsVersion according to whether Mac paths or Unix paths are used

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

22 years agoshortened configure warning messages to avoid exceeding 80 characters
Gilles Depeyrot [Wed, 31 Oct 2001 22:18:22 +0000 (22:18 +0000)] 
shortened configure warning messages to avoid exceeding 80 characters

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

22 years agoremoved subprojects for ldef and cdef, changed to in-proc ldef
Gilles Depeyrot [Wed, 31 Oct 2001 22:06:57 +0000 (22:06 +0000)] 
removed subprojects for ldef and cdef, changed to in-proc ldef

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

22 years agoSome more Multi-Line Text control fixes
David Webster [Wed, 31 Oct 2001 21:10:04 +0000 (21:10 +0000)] 
Some more Multi-Line Text control fixes

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

22 years agoFixed compilation of this file using tex2rtf in RTF mode
George Tasker [Wed, 31 Oct 2001 17:11:04 +0000 (17:11 +0000)] 
Fixed compilation of this file using tex2rtf in RTF mode

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

22 years agoPut a backslash before a '_'
George Tasker [Wed, 31 Oct 2001 17:10:39 +0000 (17:10 +0000)] 
Put a backslash before a '_'

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

22 years agoremoved subprojects for ldef and cdef, changed to in-proc ldef
Stefan Csomor [Wed, 31 Oct 2001 16:22:33 +0000 (16:22 +0000)] 
removed subprojects for ldef and cdef, changed to in-proc ldef

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

22 years agoremoved subprojects for ldef and cdef
Stefan Csomor [Wed, 31 Oct 2001 16:12:02 +0000 (16:12 +0000)] 
removed subprojects for ldef and cdef

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

22 years agomade declaration of WXDLL_ENTRY_FUNCTION match it definition
Ron Lee [Wed, 31 Oct 2001 12:38:42 +0000 (12:38 +0000)] 
made declaration of WXDLL_ENTRY_FUNCTION match it definition

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

22 years agoadded new wxPython dirs to dist target for .debs
Ron Lee [Wed, 31 Oct 2001 09:42:54 +0000 (09:42 +0000)] 
added new wxPython dirs to dist target for .debs

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

22 years agouse wxFILE_SEP_PATH instead of ':' separator for wxMac
Gilles Depeyrot [Wed, 31 Oct 2001 06:26:08 +0000 (06:26 +0000)] 
use wxFILE_SEP_PATH instead of ':' separator for wxMac

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

22 years agocorrections for path handling under Mac OS X
Gilles Depeyrot [Wed, 31 Oct 2001 06:25:05 +0000 (06:25 +0000)] 
corrections for path handling under Mac OS X
Classic Mac paths (: separator) are used when compiled using CodeWarrior even
under Mac OS X; Unix like Mac paths (/ separator) are used when compiled using
the Apple Developer Tools

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

22 years agomade wxFileName::Set/GetTimes() work under Win32
Vadim Zeitlin [Wed, 31 Oct 2001 02:42:50 +0000 (02:42 +0000)] 
made wxFileName::Set/GetTimes() work under Win32

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

22 years agofixed typos in wxBase template and project file
Vadim Zeitlin [Wed, 31 Oct 2001 02:23:26 +0000 (02:23 +0000)] 
fixed typos in wxBase template and project file

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

22 years agocleanup in wxMGL code
Václav Slavík [Tue, 30 Oct 2001 23:30:51 +0000 (23:30 +0000)] 
cleanup in wxMGL code

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

22 years agochanged wxSystemSettings::HasFrameDecorations to more general GetCapability(index)
Václav Slavík [Tue, 30 Oct 2001 23:30:04 +0000 (23:30 +0000)] 
changed wxSystemSettings::HasFrameDecorations to more general GetCapability(index)

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

22 years agoadded inactive titlebar text colour
Václav Slavík [Tue, 30 Oct 2001 23:27:00 +0000 (23:27 +0000)] 
added inactive titlebar text colour

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

22 years agoFixed wxMask::Create(bitmap,colour)
Mattia Barbon [Tue, 30 Oct 2001 20:52:35 +0000 (20:52 +0000)] 
Fixed wxMask::Create(bitmap,colour)

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

22 years agoUpdated timer demo (again ;-)
Robin Dunn [Tue, 30 Oct 2001 18:16:01 +0000 (18:16 +0000)] 
Updated timer demo (again ;-)

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

22 years agoUpdated timer demo
Robin Dunn [Tue, 30 Oct 2001 18:15:13 +0000 (18:15 +0000)] 
Updated timer demo

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

22 years agoapplied wxDirSelector() patch and regenerated the makefiles to include the new src...
Vadim Zeitlin [Tue, 30 Oct 2001 16:58:42 +0000 (16:58 +0000)] 
applied wxDirSelector() patch and regenerated the makefiles to include the new src/common/dseldlg.cpp

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

22 years agoadded stat.h include
Vadim Zeitlin [Tue, 30 Oct 2001 16:44:45 +0000 (16:44 +0000)] 
added stat.h include

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

22 years agofixed compilation problem in SetTimes
Vadim Zeitlin [Tue, 30 Oct 2001 15:34:15 +0000 (15:34 +0000)] 
fixed compilation problem in SetTimes

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

22 years agominor cleanup
Vadim Zeitlin [Tue, 30 Oct 2001 13:56:40 +0000 (13:56 +0000)] 
minor cleanup

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

22 years agoFixed code that should have been enclosed in brackets but wasn't, causing the program...
George Tasker [Tue, 30 Oct 2001 13:40:23 +0000 (13:40 +0000)] 
Fixed code that should have been enclosed in brackets but wasn't, causing the program flow to abort part way through the function

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

22 years agoAll occurances of #include <wx/wxprec.h> changed to #include "wx/wxprec.h"
George Tasker [Tue, 30 Oct 2001 13:33:34 +0000 (13:33 +0000)] 
All occurances of #include <wx/wxprec.h> changed to #include "wx/wxprec.h"

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

22 years agoChanges to make commandline compilation with VC6 match the same settings and LIB...
George Tasker [Tue, 30 Oct 2001 12:51:29 +0000 (12:51 +0000)] 
Changes to make commandline compilation with VC6 match the same settings and LIB names as created with the VC IDE.
LIB/PCH/PDB files are now created in the same directories (off the wxWin dir) that the IDE uses

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

22 years agoadded wx/platform.h to the list of files and regenerated the makefiles
Vadim Zeitlin [Tue, 30 Oct 2001 11:48:14 +0000 (11:48 +0000)] 
added wx/platform.h to the list of files and regenerated the makefiles

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

22 years agoDSM fix
Robin Dunn [Tue, 30 Oct 2001 07:03:33 +0000 (07:03 +0000)] 
DSM fix

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

22 years agoAdded typemap for wxArrayString
Robin Dunn [Tue, 30 Oct 2001 06:58:52 +0000 (06:58 +0000)] 
Added typemap for wxArrayString

Added wxMimeTypesManager and wxFileType

Other updates...

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

22 years agoAdded typemap for wxArrayString
Robin Dunn [Tue, 30 Oct 2001 06:53:13 +0000 (06:53 +0000)] 
Added typemap for wxArrayString

Added wxMimeTypesManager and wxFileType

Other updates...

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

22 years agoAdded typemap for wxArrayString
Robin Dunn [Tue, 30 Oct 2001 06:43:54 +0000 (06:43 +0000)] 
Added typemap for wxArrayString

Added wxMimeTypesManager and wxFileType

Other updates...

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

22 years agoadded and partly implemented the time functions for wxFileName
Vadim Zeitlin [Tue, 30 Oct 2001 02:41:30 +0000 (02:41 +0000)] 
added and partly implemented the time functions for wxFileName

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

22 years agoapplied Watcom thread patches and made thread entry point stdcall for all compilers
Vadim Zeitlin [Tue, 30 Oct 2001 02:40:28 +0000 (02:40 +0000)] 
applied Watcom thread patches and made thread entry point stdcall for all compilers

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

22 years agoYet another .def file for OS/2 VA
David Webster [Mon, 29 Oct 2001 22:54:25 +0000 (22:54 +0000)] 
Yet another .def file for OS/2 VA

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

22 years agopath/file corrections for Darwin/Mac OS X
Gilles Depeyrot [Mon, 29 Oct 2001 22:26:59 +0000 (22:26 +0000)] 
path/file corrections for Darwin/Mac OS X

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

22 years agocorrected wxMacFSSpec2MacFilename and wxMacFilename2FSSpec to convert to/from
Gilles Depeyrot [Mon, 29 Oct 2001 20:20:46 +0000 (20:20 +0000)] 
corrected wxMacFSSpec2MacFilename and wxMacFilename2FSSpec to convert to/from
Unix style paths under Mac OS X (when compiled with the Apple DevTools)

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

22 years agoremoved wxListEvent::m_oldItemIndex from docs, it is not used for anything anyhow
Vadim Zeitlin [Mon, 29 Oct 2001 17:48:28 +0000 (17:48 +0000)] 
removed wxListEvent::m_oldItemIndex from docs, it is not used for anything anyhow

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