wxWidgets.git
23 years agomingw32 compilation fix
Vadim Zeitlin [Mon, 9 Apr 2001 15:37:24 +0000 (15:37 +0000)] 
mingw32 compilation fix

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

23 years agofixed recursive mutexs compilation
Vadim Zeitlin [Mon, 9 Apr 2001 13:25:04 +0000 (13:25 +0000)] 
fixed recursive mutexs compilation

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

23 years agofixed obsolete comment
Vadim Zeitlin [Mon, 9 Apr 2001 01:27:32 +0000 (01:27 +0000)] 
fixed obsolete comment

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

23 years ago1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code
Vadim Zeitlin [Mon, 9 Apr 2001 01:22:48 +0000 (01:22 +0000)] 
1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code
   reorganized/removed
2. applied (slightly modified) wxEnhMetaFileSimpleDataObject patch

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

23 years agoapplied patch 410892 (wxCopyFile uses ::CopyFile under Win32, has overwrite parameter)
Vadim Zeitlin [Mon, 9 Apr 2001 00:10:21 +0000 (00:10 +0000)] 
applied patch 410892 (wxCopyFile uses ::CopyFile under Win32, has overwrite parameter)

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

23 years agoapplied patch 411059 (mingw win32 api version check)
Vadim Zeitlin [Sun, 8 Apr 2001 23:53:12 +0000 (23:53 +0000)] 
applied patch 411059 (mingw win32 api version check)

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

23 years agomade mutexes recursive under Unix as well as under Win32
Vadim Zeitlin [Sun, 8 Apr 2001 22:49:09 +0000 (22:49 +0000)] 
made mutexes recursive under Unix as well as under Win32

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

23 years agorestored previously removed inline
Vadim Zeitlin [Sun, 8 Apr 2001 22:32:17 +0000 (22:32 +0000)] 
restored previously removed inline

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

23 years agoPorted forward changes to 2.2 packaging.
Ron Lee [Sat, 7 Apr 2001 16:14:05 +0000 (16:14 +0000)] 
Ported forward changes to 2.2 packaging.

Don't build/run tex2rtf for -arch builds.  It segfaults on Alpha.
Added extra (required) -dev package deps.

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

23 years agocorrected prototypes
Gilles Depeyrot [Sat, 7 Apr 2001 14:57:36 +0000 (14:57 +0000)] 
corrected prototypes

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

23 years agopreliminary file list for Mac OS X compilation
Gilles Depeyrot [Sat, 7 Apr 2001 14:44:09 +0000 (14:44 +0000)] 
preliminary file list for Mac OS X compilation

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

23 years agocorrection for Mac OS X (wxEntry has a specific prototype for Mac?)
Gilles Depeyrot [Sat, 7 Apr 2001 14:42:25 +0000 (14:42 +0000)] 
correction for Mac OS X (wxEntry has a specific prototype for Mac?)

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

23 years agocorrections for Mac OS X (dynamic link command, thread library, extra libraries,...
Gilles Depeyrot [Sat, 7 Apr 2001 14:41:16 +0000 (14:41 +0000)] 
corrections for Mac OS X (dynamic link command, thread library, extra libraries, and name of built shared library)

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

23 years agofixes bug 414369
Vadim Zeitlin [Sat, 7 Apr 2001 00:29:08 +0000 (00:29 +0000)] 
fixes bug 414369

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

23 years agowxImage::ConvertToMono wasn't const - fixed
Václav Slavík [Fri, 6 Apr 2001 22:15:34 +0000 (22:15 +0000)] 
wxImage::ConvertToMono wasn't const - fixed

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

23 years agono changes, just resolved conflicts
Vadim Zeitlin [Fri, 6 Apr 2001 17:22:04 +0000 (17:22 +0000)] 
no changes, just resolved conflicts

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

23 years agoChanged wxYield to wxYieldIfNeeded in PopupMenu, to avoid recursive wxYield assertions
Julian Smart [Fri, 6 Apr 2001 12:02:56 +0000 (12:02 +0000)] 
Changed wxYield to wxYieldIfNeeded in PopupMenu, to avoid recursive wxYield assertions

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

23 years agoNew .def file for all the image/bitmap changes
David Webster [Thu, 5 Apr 2001 21:17:13 +0000 (21:17 +0000)] 
New .def file for all the image/bitmap changes

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

23 years agofixed typos in wxBitmap::ConvertToImage
Václav Slavík [Thu, 5 Apr 2001 16:35:18 +0000 (16:35 +0000)] 
fixed typos in wxBitmap::ConvertToImage

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

23 years agoApplied Don Spear's patch
Julian Smart [Thu, 5 Apr 2001 15:18:42 +0000 (15:18 +0000)] 
Applied Don Spear's patch

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

23 years agoFixes problem where maximized child windows still have a double border drawn around...
George Tasker [Thu, 5 Apr 2001 12:15:14 +0000 (12:15 +0000)] 
Fixes problem where maximized child windows still have a double border drawn around them

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

23 years agoI moved platform specific code from wxImage to wxBitmap
Václav Slavík [Wed, 4 Apr 2001 23:25:06 +0000 (23:25 +0000)] 
I moved platform specific code from wxImage to wxBitmap

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

23 years agoI moved platform specific code from wxImage to wxBitmap
Václav Slavík [Wed, 4 Apr 2001 23:15:36 +0000 (23:15 +0000)] 
I moved platform specific code from wxImage to wxBitmap

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

23 years agoimplemented wxMask::Create(bitmap, paletteEntry) for wxGTK
Václav Slavík [Wed, 4 Apr 2001 23:14:34 +0000 (23:14 +0000)] 
implemented wxMask::Create(bitmap, paletteEntry) for wxGTK

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

23 years agomemory leak in wxZlibOutputStream fixed
Vadim Zeitlin [Wed, 4 Apr 2001 02:57:05 +0000 (02:57 +0000)] 
memory leak in wxZlibOutputStream fixed

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

23 years agoInvertMask fix
David Webster [Tue, 3 Apr 2001 22:44:09 +0000 (22:44 +0000)] 
InvertMask fix

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

23 years agosecond part of Markus' BC++ fix
Vadim Zeitlin [Tue, 3 Apr 2001 16:07:57 +0000 (16:07 +0000)] 
second part of Markus' BC++ fix

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

23 years agoenabled palette code for wxGTK
Václav Slavík [Mon, 2 Apr 2001 23:02:02 +0000 (23:02 +0000)] 
enabled palette code for wxGTK

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

23 years agobacked out improper casts and corrected prototypes for Mac OS X
Gilles Depeyrot [Mon, 2 Apr 2001 20:22:05 +0000 (20:22 +0000)] 
backed out improper casts and corrected prototypes for Mac OS X

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

23 years agomerged wxLogDebug -> wxLogTrace change from 2.2 branch
Vadim Zeitlin [Mon, 2 Apr 2001 19:32:26 +0000 (19:32 +0000)] 
merged wxLogDebug -> wxLogTrace change from 2.2 branch

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

23 years agoCorrected some typos and quaint English
Julian Smart [Mon, 2 Apr 2001 14:02:46 +0000 (14:02 +0000)] 
Corrected some typos and quaint English

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

23 years agochar* cast on wxString libname blows up VC and VA. added .x_str(). Should have...
David Webster [Mon, 2 Apr 2001 13:44:45 +0000 (13:44 +0000)] 
char* cast on wxString libname blows up VC and VA.  added .x_str().  Should have been wxChar* cast???

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

23 years agoargh! patch misapplied the patch in another place as well, fixing this
Vadim Zeitlin [Mon, 2 Apr 2001 12:29:24 +0000 (12:29 +0000)] 
argh! patch misapplied the patch in another place as well, fixing this

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

23 years agooops... wrong patch, second try
Vadim Zeitlin [Mon, 2 Apr 2001 12:25:51 +0000 (12:25 +0000)] 
oops... wrong patch, second try

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

23 years agofix for clicking on the button from 2.2 branch
Vadim Zeitlin [Mon, 2 Apr 2001 12:23:54 +0000 (12:23 +0000)] 
fix for clicking on the button from 2.2 branch

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

23 years agoFilling out wxDC
David Webster [Mon, 2 Apr 2001 11:53:17 +0000 (11:53 +0000)] 
Filling out wxDC

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

23 years agoFixed Tim's patch so it will compile when using a Python version < 2.0
Robin Dunn [Mon, 2 Apr 2001 07:33:47 +0000 (07:33 +0000)] 
Fixed Tim's patch so it will compile when using a Python version < 2.0

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

23 years agoA little tweak so the button sizes right
Robin Dunn [Mon, 2 Apr 2001 07:26:54 +0000 (07:26 +0000)] 
A little tweak so the button sizes right

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

23 years agoAdded patch to wxPoint_LIST_helper from Tim Hochberg that should make
Robin Dunn [Mon, 2 Apr 2001 07:26:21 +0000 (07:26 +0000)] 
Added patch to wxPoint_LIST_helper from Tim Hochberg that should make
it gobs faster in certain situations.

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

23 years agoAdded patch to wxPoint_LIST_helper from Tim Hochberg that should make
Robin Dunn [Mon, 2 Apr 2001 07:07:22 +0000 (07:07 +0000)] 
Added patch to wxPoint_LIST_helper from Tim Hochberg that should make
it gobs faster in certain situations.

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

23 years agocorrected file name change of mimetype.cpp to mimetmac.cpp
Gilles Depeyrot [Mon, 2 Apr 2001 06:26:36 +0000 (06:26 +0000)] 
corrected file name change of mimetype.cpp to mimetmac.cpp

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

23 years agoAdded colourselect.py, imagebrowser.py and an updated calendar.py to
Robin Dunn [Mon, 2 Apr 2001 05:57:32 +0000 (05:57 +0000)] 
Added colourselect.py, imagebrowser.py and an updated calendar.py to
wxPython/lib from Lorne White.

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

23 years agoupdates of generated sources for wxGTK
Robin Dunn [Mon, 2 Apr 2001 05:44:22 +0000 (05:44 +0000)] 
updates of generated sources for wxGTK

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

23 years agoupdates of generated sources for wxGTK
Robin Dunn [Mon, 2 Apr 2001 05:34:17 +0000 (05:34 +0000)] 
updates of generated sources for wxGTK

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

23 years agoOther odds and ends...
Robin Dunn [Mon, 2 Apr 2001 03:49:52 +0000 (03:49 +0000)] 
Other odds and ends...

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

23 years agowxPython now creates it's own Python thread state instead of using the
Robin Dunn [Mon, 2 Apr 2001 03:43:04 +0000 (03:43 +0000)] 
wxPython now creates it's own Python thread state instead of using the
one that was active when it starts up.

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

23 years agoAdded wxPython/lib/infoframe.py from Chris Fama. It contains a class
Robin Dunn [Mon, 2 Apr 2001 03:41:54 +0000 (03:41 +0000)] 
Added wxPython/lib/infoframe.py from Chris Fama.  It contains a class
that can be used in place of wxPyOnDemandOutputWindow.

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

23 years agoApplied patch for building with Borland C++ (untested by me)
Robin Dunn [Mon, 2 Apr 2001 03:37:08 +0000 (03:37 +0000)] 
Applied patch for building with Borland C++ (untested by me)

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

23 years agoadded better typemaps for wxPen*, wxBrush* and wxFont*
Robin Dunn [Mon, 2 Apr 2001 03:01:13 +0000 (03:01 +0000)] 
added better typemaps for wxPen*, wxBrush* and wxFont*

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

23 years agoFix for wxHtmlPrintout getting decrefed in Python at the wrong time
Robin Dunn [Mon, 2 Apr 2001 02:31:12 +0000 (02:31 +0000)] 
Fix for wxHtmlPrintout getting decrefed in Python at the wrong time

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

23 years agotypo fixed
Vadim Zeitlin [Sun, 1 Apr 2001 21:59:06 +0000 (21:59 +0000)] 
typo fixed

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

23 years agocorrections for final release of Mac OS X
Gilles Depeyrot [Sun, 1 Apr 2001 20:42:05 +0000 (20:42 +0000)] 
corrections for final release of Mac OS X
applied patches proposed by Mark Newsam

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

23 years agoSendSizeEvent() method moved from wxWindow to wxFrame, as that is the only place...
George Tasker [Sat, 31 Mar 2001 18:46:15 +0000 (18:46 +0000)] 
SendSizeEvent() method moved from wxWindow to wxFrame, as that is the only place that the code in this function applies to.
Fixed problems with MDI children being changed from min/max/restored in SetSizeEvent()

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

23 years agoSendSizeEvent() method moved from wxWindow to wxFrame, as that is the only place...
George Tasker [Sat, 31 Mar 2001 18:43:54 +0000 (18:43 +0000)] 
SendSizeEvent() method moved from wxWindow to wxFrame, as that is the only place that the code in this function applies to.

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

23 years agoadded CarbonAccessors object file for non Carbon builds
Gilles Depeyrot [Sat, 31 Mar 2001 14:03:06 +0000 (14:03 +0000)] 
added CarbonAccessors object file for non Carbon builds

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

23 years agoadded CodeWarrior project for example working under Mac OS 9
Gilles Depeyrot [Sat, 31 Mar 2001 13:56:37 +0000 (13:56 +0000)] 
added CodeWarrior project for example working under Mac OS 9

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

23 years agoignore CodeWarrior build directory and output files
Gilles Depeyrot [Sat, 31 Mar 2001 13:47:57 +0000 (13:47 +0000)] 
ignore CodeWarrior build directory and output files

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

23 years agoadded conditional compilation for toggle buttons (wxUSE_TOGGLEBTN)
Gilles Depeyrot [Sat, 31 Mar 2001 13:46:37 +0000 (13:46 +0000)] 
added conditional compilation for toggle buttons (wxUSE_TOGGLEBTN)

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

23 years agoadded CarbonAccessors to non Carbon builds
Gilles Depeyrot [Sat, 31 Mar 2001 13:44:33 +0000 (13:44 +0000)] 
added CarbonAccessors to non Carbon builds

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

23 years agoadded instructions concerning ACCESSOR_CALLS_ARE_FUNCTIONS
Gilles Depeyrot [Sat, 31 Mar 2001 13:43:23 +0000 (13:43 +0000)] 
added instructions concerning ACCESSOR_CALLS_ARE_FUNCTIONS

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

23 years agoIf wxUSE_GUI was not defined, then apps using this file for their settings would...
George Tasker [Fri, 30 Mar 2001 13:17:47 +0000 (13:17 +0000)] 
If wxUSE_GUI was not defined, then apps using this file for their settings would not build the .RES file and link it in.

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

23 years agothis should hopefully fix BC++ crashes
Vadim Zeitlin [Fri, 30 Mar 2001 00:52:21 +0000 (00:52 +0000)] 
this should hopefully fix BC++ crashes

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

23 years agoBlit code for masks
David Webster [Thu, 29 Mar 2001 23:04:38 +0000 (23:04 +0000)] 
Blit code for masks

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

23 years agoBlit code for masks
David Webster [Thu, 29 Mar 2001 22:56:40 +0000 (22:56 +0000)] 
Blit code for masks

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

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