wxWidgets.git
23 years agoUnicode compilation fixes.
Ove Kaaven [Thu, 29 Mar 2001 14:09:17 +0000 (14:09 +0000)] 
Unicode compilation fixes.

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

23 years agoSome Unicode compilation fixes. This Unicode stuff in file functions is
Ove Kaaven [Thu, 29 Mar 2001 14:06:43 +0000 (14:06 +0000)] 
Some Unicode compilation fixes. This Unicode stuff in file functions is
always so hard to get right, it seems... I don't like that wxStat isn't
a Unicode wrapper for the real Linux libc stat(), so the caller needs to
convert it for wxStat, but not for e.g. wxRename... this is inconsistent,
so it's not surprising people don't get it right, I guess.

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

23 years agowchar_t byte-swapping is not necessary if __STDC_ISO_10646__ is defined.
Ove Kaaven [Thu, 29 Mar 2001 13:19:50 +0000 (13:19 +0000)] 
wchar_t byte-swapping is not necessary if __STDC_ISO_10646__ is defined.

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

23 years agoUnicode compilation fix.
Ove Kaaven [Thu, 29 Mar 2001 13:08:18 +0000 (13:08 +0000)] 
Unicode compilation fix.

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

23 years agoAdded Inno Setup distrib files
Julian Smart [Thu, 29 Mar 2001 11:58:24 +0000 (11:58 +0000)] 
Added Inno Setup distrib files

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

23 years agoadded __POWERPC__ define to compilation flags for Mac OS X
Gilles Depeyrot [Wed, 28 Mar 2001 20:37:52 +0000 (20:37 +0000)] 
added __POWERPC__ define to compilation flags for Mac OS X
do not add _REENTRANT define to compilation flags for Mac OS X
disable drag and drop for Mac OS X (not yet supported)

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

23 years agoSome new interfaces in common code requires an updated module definition file.
David Webster [Wed, 28 Mar 2001 20:31:33 +0000 (20:31 +0000)] 
Some new interfaces in common code requires an updated module definition file.

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

23 years agoFinished the changes necessary to use the new event system.
Robin Dunn [Wed, 28 Mar 2001 18:16:58 +0000 (18:16 +0000)] 
Finished the changes necessary to use the new event system.

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

23 years agoAdded DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLEXPORT. This is
Robin Dunn [Wed, 28 Mar 2001 18:13:26 +0000 (18:13 +0000)] 
Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLEXPORT.  This is
to prevent inconsistent linkage warnings for event types that are not
in the wx DLL, but when you are using the wx DLL.

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

23 years agofixed typo in a couple method names for wxPython, also some changes in
Robin Dunn [Wed, 28 Mar 2001 17:03:23 +0000 (17:03 +0000)] 
fixed typo in a couple method names for wxPython, also some changes in
the wxPython chapter that have been sitting on my disk for some
time...

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

23 years agoAdded code to optionally put the wxSTC on a panel instead of directly
Robin Dunn [Tue, 27 Mar 2001 18:56:28 +0000 (18:56 +0000)] 
Added code to optionally put the wxSTC on a panel instead of directly
in the notebook.  This eliminates most (all?) of the flicker and
slowdown for wxSTC when in notebooks on wxGTK.  My guess is that
wxNotebook is broken, but this is an acceptable workaround.

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

23 years agoRemapped zoom/unzoom to Ctrl keys
Robin Dunn [Tue, 27 Mar 2001 17:29:56 +0000 (17:29 +0000)] 
Remapped zoom/unzoom to Ctrl keys

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

23 years agoPut back some code that was commented out for testing
Robin Dunn [Tue, 27 Mar 2001 17:29:04 +0000 (17:29 +0000)] 
Put back some code that was commented out for testing

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

23 years agofixed bug in IMP_PYCALLBACK__BOOL2DBL2INT, for #223404 in the tracker
Robin Dunn [Mon, 26 Mar 2001 22:38:29 +0000 (22:38 +0000)] 
fixed bug in IMP_PYCALLBACK__BOOL2DBL2INT, for #223404 in the tracker

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

23 years agofixed compile warning
Robin Dunn [Mon, 26 Mar 2001 22:18:00 +0000 (22:18 +0000)] 
fixed compile warning

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

23 years agoAdded wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
Robin Dunn [Mon, 26 Mar 2001 22:17:24 +0000 (22:17 +0000)] 
Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
wxMutexGuiLocker and wxThread_IsMain to assist with dealing with GUI
access from non-GUI threads.

wxPyOnDemandOutputWindow is now thread safe if non-GUI threads use
print, sys.stdout.write, etc.

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

23 years agoa fix for the last fix
Robin Dunn [Mon, 26 Mar 2001 22:15:33 +0000 (22:15 +0000)] 
a fix for the last fix

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

23 years agoRemoved initial startup dependency on the OpenGL DLLs so only the
Robin Dunn [Mon, 26 Mar 2001 21:31:04 +0000 (21:31 +0000)] 
Removed initial startup dependency on the OpenGL DLLs so only the
glcanvasc.pyd depends on them, not wxNN_N.dll

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

23 years agosome little doc tweaks
Robin Dunn [Mon, 26 Mar 2001 21:19:58 +0000 (21:19 +0000)] 
some little doc tweaks

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

23 years agoFix for Bug #229543
Robin Dunn [Mon, 26 Mar 2001 21:04:48 +0000 (21:04 +0000)] 
Fix for Bug #229543

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

23 years agoBug fix to Mkdirs and GetLongPath
Julian Smart [Mon, 26 Mar 2001 15:51:02 +0000 (15:51 +0000)] 
Bug fix to Mkdirs and GetLongPath

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

23 years agoAdded focus in/out handlers for wxTextCtrl
Julian Smart [Mon, 26 Mar 2001 14:49:27 +0000 (14:49 +0000)] 
Added focus in/out handlers for wxTextCtrl

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

23 years agoAdded 'full' param to wxFileName::Mkdir to make all directories in a path,
Julian Smart [Mon, 26 Mar 2001 13:31:12 +0000 (13:31 +0000)] 
Added 'full' param to wxFileName::Mkdir to make all directories in a path,
not just the last one

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

23 years agoCorrections to the GetLongPath code
Julian Smart [Mon, 26 Mar 2001 12:55:06 +0000 (12:55 +0000)] 
Corrections to the GetLongPath code

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

23 years agoAttempt at improving GetLongPath
Julian Smart [Mon, 26 Mar 2001 12:16:54 +0000 (12:16 +0000)] 
Attempt at improving GetLongPath

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

23 years agowxZipFSHandler does not report non-local zip archives as openable anymore
Václav Slavík [Sun, 25 Mar 2001 22:20:34 +0000 (22:20 +0000)] 
wxZipFSHandler does not report non-local zip archives as openable anymore

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

23 years agoimplemented dummy wxPalette for wxGTK, so that it no longer pops up assertion failure...
Václav Slavík [Sun, 25 Mar 2001 22:20:19 +0000 (22:20 +0000)] 
implemented dummy wxPalette for wxGTK, so that it no longer pops up assertion failures and wxImage and image handlers work correctly now.

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

23 years agomade wxLocale::GetSystemLanguage and wxLocale::AddLanguage static;
Václav Slavík [Sun, 25 Mar 2001 22:19:44 +0000 (22:19 +0000)] 
made wxLocale::GetSystemLanguage and wxLocale::AddLanguage static;
wxLocale now converts strings according to LC_CTYPE if it contains charset information (and uses old code otherwise)

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

23 years agomodified wxLANGUAGE generating script to visibly mark automatically generated code
Václav Slavík [Sun, 25 Mar 2001 22:19:13 +0000 (22:19 +0000)] 
modified wxLANGUAGE generating script to visibly mark automatically generated code

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

23 years agoOwnerdrawn updates
David Webster [Fri, 23 Mar 2001 23:30:11 +0000 (23:30 +0000)] 
Ownerdrawn updates

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

23 years agofixed memory leak in wxZlibInputStream
Vadim Zeitlin [Fri, 23 Mar 2001 17:51:22 +0000 (17:51 +0000)] 
fixed memory leak in wxZlibInputStream

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

23 years agoOwnerdrawn stuff. Text display done, image display next.
David Webster [Thu, 22 Mar 2001 23:23:19 +0000 (23:23 +0000)] 
Ownerdrawn stuff.  Text display done, image display next.

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

23 years agoFix for tip disappearing immediately under MSW
Julian Smart [Thu, 22 Mar 2001 11:17:25 +0000 (11:17 +0000)] 
Fix for tip disappearing immediately under MSW

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

23 years agoMore ownerdrawn stuff
David Webster [Thu, 22 Mar 2001 04:41:37 +0000 (04:41 +0000)] 
More ownerdrawn stuff

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

23 years agomerged Ctrl-Space fix from 2.2 branch
Vadim Zeitlin [Wed, 21 Mar 2001 23:55:35 +0000 (23:55 +0000)] 
merged Ctrl-Space fix from 2.2 branch

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

23 years agoOwnerDrawn updates
David Webster [Wed, 21 Mar 2001 22:30:48 +0000 (22:30 +0000)] 
OwnerDrawn updates

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

23 years agoChanged GetLong/ShortPath to allocate memory dynamically
Julian Smart [Wed, 21 Mar 2001 22:25:32 +0000 (22:25 +0000)] 
Changed GetLong/ShortPath to allocate memory dynamically

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

23 years agopatch for cleanall target in mingw makefiles (which I forgot to commit before)
Vadim Zeitlin [Wed, 21 Mar 2001 19:13:09 +0000 (19:13 +0000)] 
patch for cleanall target in mingw makefiles (which I forgot to commit before)

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

23 years agoforgot to commit
Vadim Zeitlin [Wed, 21 Mar 2001 19:11:14 +0000 (19:11 +0000)] 
forgot to commit

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

23 years agominor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console...
Vadim Zeitlin [Wed, 21 Mar 2001 19:07:23 +0000 (19:07 +0000)] 
minor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console sample

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

23 years agoChecked back in the change from rev 1.57 that allows UNC dirs and root dirs to be...
George Tasker [Wed, 21 Mar 2001 18:32:35 +0000 (18:32 +0000)] 
Checked back in the change from rev 1.57 that allows UNC dirs and root dirs to be properly evaluated as to their existence under __WIN32__

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

23 years agomerged __sgi compilation fix
Vadim Zeitlin [Wed, 21 Mar 2001 14:22:19 +0000 (14:22 +0000)] 
merged __sgi compilation fix

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

23 years agofixed (?) problems with assignment operator in wxTreeItemId
Vadim Zeitlin [Wed, 21 Mar 2001 14:04:19 +0000 (14:04 +0000)] 
fixed (?) problems with assignment operator in wxTreeItemId

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

23 years agoAdded long-filename functions & normalisation; patch to Watcom makefiles
Julian Smart [Wed, 21 Mar 2001 12:34:56 +0000 (12:34 +0000)] 
Added long-filename functions & normalisation; patch to Watcom makefiles

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

23 years agoOwnerdrawn testing
David Webster [Tue, 20 Mar 2001 22:45:09 +0000 (22:45 +0000)] 
Ownerdrawn testing

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

23 years agochanged -dbg priority to match overrides.
Ron Lee [Tue, 20 Mar 2001 15:25:47 +0000 (15:25 +0000)] 
changed -dbg priority to match overrides.

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

23 years agoMore Ownerdraw menu updates
David Webster [Tue, 20 Mar 2001 14:26:42 +0000 (14:26 +0000)] 
More Ownerdraw menu updates

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

23 years agono message
David Webster [Tue, 20 Mar 2001 13:48:04 +0000 (13:48 +0000)] 
no message

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

23 years agoOwnerdrawn menu updates
David Webster [Tue, 20 Mar 2001 05:46:07 +0000 (05:46 +0000)] 
Ownerdrawn menu updates

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

23 years agotweaked wx-config alternatives priorities.
Ron Lee [Tue, 20 Mar 2001 01:02:36 +0000 (01:02 +0000)] 
tweaked wx-config alternatives priorities.

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

23 years agowxImage::Ok() now returns false for images with 0 width or height
Vadim Zeitlin [Mon, 19 Mar 2001 18:27:59 +0000 (18:27 +0000)] 
wxImage::Ok() now returns false for images with 0 width or height

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

23 years agoSmall doc mod; made wxRAISED_BORDER work
Julian Smart [Mon, 19 Mar 2001 14:40:51 +0000 (14:40 +0000)] 
Small doc mod; made wxRAISED_BORDER work

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

23 years agoremoved (deprecated) call to dh_testversion.
Ron Lee [Mon, 19 Mar 2001 10:46:36 +0000 (10:46 +0000)] 
removed (deprecated) call to dh_testversion.

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

23 years agowxHTML: fixed bug in tables rendering when rowspan was used
Václav Slavík [Sun, 18 Mar 2001 23:34:17 +0000 (23:34 +0000)] 
wxHTML: fixed bug in tables rendering when rowspan was used

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

23 years agoUpdated /debian with the latest changes from 2.2 branch.
Ron Lee [Sun, 18 Mar 2001 23:11:58 +0000 (23:11 +0000)] 
Updated /debian with the latest changes from 2.2 branch.

Applied patch from 2.2 to setup.py to allow the setting
of a 'trick' wx-config for in-tree package builds.

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

23 years agoremoved out-of-date info
Václav Slavík [Sat, 17 Mar 2001 23:44:35 +0000 (23:44 +0000)] 
removed out-of-date info

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

23 years agoreplaced wxLogDebugs with wxLogTrace in dnd code - the former is just too annoying...
Vadim Zeitlin [Fri, 16 Mar 2001 19:43:42 +0000 (19:43 +0000)] 
replaced wxLogDebugs with wxLogTrace in dnd code - the former is just too annoying and impossible to switch off

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

23 years agofixed (?) bug 407974 (arrows not working)
Vadim Zeitlin [Fri, 16 Mar 2001 19:37:50 +0000 (19:37 +0000)] 
fixed (?) bug 407974 (arrows not working)

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

23 years agoadded checks to wxFont accessors
Vadim Zeitlin [Thu, 15 Mar 2001 19:30:53 +0000 (19:30 +0000)] 
added checks to wxFont accessors

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

23 years agowxGTK version of generated code for recent changes
Robin Dunn [Thu, 15 Mar 2001 00:52:30 +0000 (00:52 +0000)] 
wxGTK version of generated code for recent changes

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

23 years agowxGTK version of generated code for recent changes
Robin Dunn [Thu, 15 Mar 2001 00:36:12 +0000 (00:36 +0000)] 
wxGTK version of generated code for recent changes

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

23 years agoenhanced a comment ;-)
Robin Dunn [Thu, 15 Mar 2001 00:35:30 +0000 (00:35 +0000)] 
enhanced a comment ;-)

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

23 years agofixed the automatic sys.stdout/sys.stderr to window redirection in wxApp
Robin Dunn [Thu, 15 Mar 2001 00:33:33 +0000 (00:33 +0000)] 
fixed the automatic sys.stdout/sys.stderr to window redirection in wxApp

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

23 years ago Committing in .
Jouk Jansen [Wed, 14 Mar 2001 10:37:49 +0000 (10:37 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/dcbase.cpp

 Addec missing math.h

----------------------------------------------------------------------

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

23 years agoChanged wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
Robin Dunn [Wed, 14 Mar 2001 08:05:03 +0000 (08:05 +0000)] 
Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
behind the scenes, but to use normal ctor and dtors.

Exposed the wxTheXXXLists to wxPython.

Also wxTheColourDatabase and added a library module to load LOTS more
colour names into the colour database.

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

23 years agoA bunch of little tweaks, fixes, and additions
Robin Dunn [Tue, 13 Mar 2001 23:50:43 +0000 (23:50 +0000)] 
A bunch of little tweaks, fixes, and additions

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

23 years agomoved splines rendering code into wxDCBase
Václav Slavík [Tue, 13 Mar 2001 23:38:57 +0000 (23:38 +0000)] 
moved splines rendering code into wxDCBase

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

23 years agoFixed the template so that the .DSP file that gets generated will actually compile...
George Tasker [Tue, 13 Mar 2001 22:06:59 +0000 (22:06 +0000)] 
Fixed the template so that the .DSP file that gets generated will actually compile (it was failing trying to build y_tab.c which does not exist until you do a command line build, and even after creating it, there were duplicate definitions).  All tests I ran did not need this file to be compiled, so it is not currently built.
The wxBase(d).lib files are no placed in the wxwindows/lib directory with all the other LIB files.
The BaseDebug and BaseRelease directories (that hold all the OBJ/PCH/etc files) are now created under the src/msw directory so that if the wxBase(d).lib file is built with the IDE, and then an APP (like samples/console) is built with the command line makefiles, then all the PCH and DUMMY.OBJ files are in the expected place
The previous version of this file was trying to use the $(WX) environment variable, which was not supported.  It has been changed to use $(WXWIN) now like all other places in the program.

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

23 years agoAdded code to the template to copy setup0.h to setup.h if setup.h does not exist...
George Tasker [Tue, 13 Mar 2001 22:01:45 +0000 (22:01 +0000)] 
Added code to the template to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS).

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

23 years agoAdded the wxBase makefile/VC project template creations using basevc.t and vc6base...
George Tasker [Tue, 13 Mar 2001 22:00:45 +0000 (22:00 +0000)] 
Added the wxBase makefile/VC project template creations using basevc.t and vc6base.t to make src/msw/makebase.vc and wxWindows/wxBase.dsp respectively

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

23 years agoNew tmake template for generating makebase.vc for command line builds of wxBase(d...
George Tasker [Tue, 13 Mar 2001 21:59:13 +0000 (21:59 +0000)] 
New tmake template for generating makebase.vc for command line builds of wxBase(d).lib using VC

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

23 years agoRegenerated from the new vc6base.t tmake template
George Tasker [Tue, 13 Mar 2001 21:58:25 +0000 (21:58 +0000)] 
Regenerated from the new vc6base.t tmake template

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

23 years agoFixed sample so that if the DATETIME test is enabled, then <math.h> is #included...
George Tasker [Tue, 13 Mar 2001 21:57:04 +0000 (21:57 +0000)] 
Fixed sample so that if the DATETIME test is enabled, then <math.h> is #included so that wxBase can compile this sample

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

23 years agoVC makefile for building samples/console using wxBase(d).lib
George Tasker [Tue, 13 Mar 2001 21:51:26 +0000 (21:51 +0000)] 
VC makefile for building samples/console using wxBase(d).lib

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

23 years agoAdditions to support the building of wxBase(d).lib from the command line with VC.
George Tasker [Tue, 13 Mar 2001 21:50:41 +0000 (21:50 +0000)] 
Additions to support the building of wxBase(d).lib from the command line with VC.

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

23 years agomakefile for building wxBase using the command line. This file is generated by tmake...
George Tasker [Tue, 13 Mar 2001 21:49:38 +0000 (21:49 +0000)] 
makefile for building wxBase using the command line.  This file is generated by tmake using the makevc.t template.  Builds wxBase(d).lib in the wxwindows/lib directory, and can build seperate DEBUG and RELEASE builds based on FINAL=0/1

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

23 years agoAdded the code to copy setup0.h to setup.h if setup.h does not exist (due to checkout...
George Tasker [Tue, 13 Mar 2001 21:47:58 +0000 (21:47 +0000)] 
Added the code to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS).  The tmake template is also being updated now for when we do the next tmake generation of the makefile

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

23 years agoMemory tracing and ODBC classes are now (optionally) available in wxBase builds
George Tasker [Tue, 13 Mar 2001 17:22:37 +0000 (17:22 +0000)] 
Memory tracing and ODBC classes are now (optionally) available in wxBase builds

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

23 years agoSemicolon was missing on the end of the WXINC line
George Tasker [Tue, 13 Mar 2001 15:09:40 +0000 (15:09 +0000)] 
Semicolon was missing on the end of the WXINC line

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

23 years agoAdded listdb to the list of object files that must be created
George Tasker [Tue, 13 Mar 2001 15:06:11 +0000 (15:06 +0000)] 
Added listdb to the list of object files that must be created

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

23 years agoRemoved the requirement that wxUSE_GUI must be 1 to get wxUSE_FILESYSTEM, wxUSE_FS_ZI...
George Tasker [Tue, 13 Mar 2001 14:43:45 +0000 (14:43 +0000)] 
Removed the requirement that wxUSE_GUI must be 1 to get wxUSE_FILESYSTEM, wxUSE_FS_ZIP, etc...without this change, samples/console cannot be compiled.

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

23 years agofixed wxTimeSpan::Format() to behave more reasonably
Vadim Zeitlin [Tue, 13 Mar 2001 13:17:46 +0000 (13:17 +0000)] 
fixed wxTimeSpan::Format() to behave more reasonably

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

23 years agopatch initializing the multi choice dialog with the selections array values
Vadim Zeitlin [Mon, 12 Mar 2001 21:54:39 +0000 (21:54 +0000)] 
patch initializing the multi choice dialog with the selections array values

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

23 years agoBug fix for #406153
Julian Smart [Mon, 12 Mar 2001 17:30:45 +0000 (17:30 +0000)] 
Bug fix for #406153

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

23 years agoremoved ugly Mac OS X related hack in wxBASE configuration
Gilles Depeyrot [Mon, 12 Mar 2001 07:20:11 +0000 (07:20 +0000)] 
removed ugly Mac OS X related hack in wxBASE configuration

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

23 years agofixed all's dependencies so that the makefile generates files.lst files
Václav Slavík [Sun, 11 Mar 2001 23:32:51 +0000 (23:32 +0000)] 
fixed all's dependencies so that the makefile generates files.lst files

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

23 years agofixed MacOS X test
Václav Slavík [Sun, 11 Mar 2001 23:32:32 +0000 (23:32 +0000)] 
fixed MacOS X test

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

23 years agoIMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by IMPLEMENT_ABSTRACT_CLASS(wxDC...
Václav Slavík [Sun, 11 Mar 2001 16:43:16 +0000 (16:43 +0000)] 
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by IMPLEMENT_ABSTRACT_CLASS(wxDC, wxDCBase)

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

23 years agotrying to fix wxSpinCtrl update behaviour
Vadim Zeitlin [Sat, 10 Mar 2001 18:01:33 +0000 (18:01 +0000)] 
trying to fix wxSpinCtrl update behaviour

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

23 years agofixed wxDos2UnixFilename description
Vadim Zeitlin [Sat, 10 Mar 2001 17:50:46 +0000 (17:50 +0000)] 
fixed wxDos2UnixFilename description

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

23 years agomerged HAVE_VSNPRINTF fix from 2.2 branch
Vadim Zeitlin [Sat, 10 Mar 2001 17:48:09 +0000 (17:48 +0000)] 
merged HAVE_VSNPRINTF fix from 2.2 branch

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

23 years agoAdded some simple sample apps
Robin Dunn [Sat, 10 Mar 2001 05:07:25 +0000 (05:07 +0000)] 
Added some simple sample apps

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

23 years agofixed wxToolBar::DeleteTool and losing the rows number on sys colour change
Vadim Zeitlin [Sat, 10 Mar 2001 00:10:35 +0000 (00:10 +0000)] 
fixed wxToolBar::DeleteTool and losing the rows number on sys colour change

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

23 years agofixed parsing of tags with whitespace around = sign
Václav Slavík [Fri, 9 Mar 2001 23:40:36 +0000 (23:40 +0000)] 
fixed parsing of tags with whitespace around = sign

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

23 years agomerged in the fix for WM_MOVE
Vadim Zeitlin [Fri, 9 Mar 2001 23:20:36 +0000 (23:20 +0000)] 
merged in the fix for WM_MOVE

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

23 years ago Committing in .
Jouk Jansen [Fri, 9 Mar 2001 11:18:35 +0000 (11:18 +0000)] 
 Committing in .

 Excluding the sample controls to be build when using wxMotif on VMS. Something
 seems to be broken in wxMotif.

 Modified Files:
  wxWindows/descrip.mms
 ----------------------------------------------------------------------

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

23 years agoadded test for wxFileSystem
Vadim Zeitlin [Fri, 9 Mar 2001 01:05:41 +0000 (01:05 +0000)] 
added test for wxFileSystem

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

23 years agofixed FindOrCreatePen/Brush() for the case when the object couldn't be created succes...
Vadim Zeitlin [Thu, 8 Mar 2001 18:28:43 +0000 (18:28 +0000)] 
fixed FindOrCreatePen/Brush() for the case when the object couldn't be created successfully

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

23 years agofixed (?) setup.h regeneration
Vadim Zeitlin [Thu, 8 Mar 2001 17:44:05 +0000 (17:44 +0000)] 
fixed (?) setup.h regeneration

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

23 years agofixed CODE_GEN_FLAGS_CXX
Vadim Zeitlin [Thu, 8 Mar 2001 14:52:35 +0000 (14:52 +0000)] 
fixed CODE_GEN_FLAGS_CXX

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