]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoWin16 BC++ makefile fixes, other v. small fixes
Julian Smart [Mon, 20 Mar 2000 16:32:55 +0000 (16:32 +0000)] 
Win16 BC++ makefile fixes, other v. small fixes

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

24 years agoSetBrushOrgExt broke WIN16 compilation
Julian Smart [Mon, 20 Mar 2000 15:48:54 +0000 (15:48 +0000)] 
SetBrushOrgExt broke WIN16 compilation

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

24 years agogsocket update. Fix for EMX broke VA.
David Webster [Mon, 20 Mar 2000 14:47:47 +0000 (14:47 +0000)] 
gsocket update.  Fix for EMX broke VA.

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

24 years agoalways link with libm
Vadim Zeitlin [Mon, 20 Mar 2000 13:46:14 +0000 (13:46 +0000)] 
always link with libm

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

24 years agoDocview mended (grrr) and OGL studio partially working under wxGTK
Julian Smart [Mon, 20 Mar 2000 13:41:16 +0000 (13:41 +0000)] 
Docview mended (grrr) and OGL studio partially working under wxGTK

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

24 years agoAdded extern "C" around winsock and moved it before "wx/msw/private.h"
Guillermo Rodriguez Garcia [Mon, 20 Mar 2000 13:00:27 +0000 (13:00 +0000)] 
Added extern "C" around winsock and moved it before "wx/msw/private.h"
to make it work with mingw (2.95 is buggy)

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

24 years agoPatch to add extern "C" to winsock.h in gcc2.95
Guillermo Rodriguez Garcia [Mon, 20 Mar 2000 12:57:26 +0000 (12:57 +0000)] 
Patch to add extern "C" to winsock.h in gcc2.95

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

24 years agoAdded joytest Makefile.in
Julian Smart [Mon, 20 Mar 2000 10:54:26 +0000 (10:54 +0000)] 
Added joytest Makefile.in

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

24 years agoFixed wrong cursor problem in wxGTK
Julian Smart [Mon, 20 Mar 2000 10:53:48 +0000 (10:53 +0000)] 
Fixed wrong cursor problem in wxGTK

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

24 years agoFixed problem with CaptureMouse if cursor is null.
Julian Smart [Mon, 20 Mar 2000 10:53:04 +0000 (10:53 +0000)] 
Fixed problem with CaptureMouse if cursor is null.

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

24 years agoOS/2 Updates
David Webster [Mon, 20 Mar 2000 00:31:11 +0000 (00:31 +0000)] 
OS/2 Updates

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

24 years agoOS/2 Updates
David Webster [Mon, 20 Mar 2000 00:20:29 +0000 (00:20 +0000)] 
OS/2 Updates

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

24 years agoA duplicate case label broken mingw compilation
Guillermo Rodriguez Garcia [Sun, 19 Mar 2000 23:43:38 +0000 (23:43 +0000)] 
A duplicate case label broken mingw compilation

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

24 years agoAdded a Motif-only extra call to UpdateInfoText() just after frame creation
Guillermo Rodriguez Garcia [Sun, 19 Mar 2000 23:19:52 +0000 (23:19 +0000)] 
Added a Motif-only extra call to UpdateInfoText() just after frame creation

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

24 years agofixed broken test for wxUSE_JOYSTICK in configure.
Ron Lee [Sun, 19 Mar 2000 23:04:18 +0000 (23:04 +0000)] 
fixed broken test for wxUSE_JOYSTICK in configure.
added joytest sample to samples_dist and samples/configure.

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

24 years agoMisc small changes
Julian Smart [Sun, 19 Mar 2000 19:55:13 +0000 (19:55 +0000)] 
Misc small changes

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

24 years ago The Return of WM Size Hints Part IV.
Robert Roebling [Sun, 19 Mar 2000 19:51:08 +0000 (19:51 +0000)] 
  The Return of WM Size Hints Part IV.

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

24 years agozlib objects linked together with wxBase
Vadim Zeitlin [Sun, 19 Mar 2000 18:51:40 +0000 (18:51 +0000)] 
zlib objects linked together with wxBase

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

24 years agowxFTP::Close() shouldn't hide base wxSocket function
Vadim Zeitlin [Sun, 19 Mar 2000 18:46:55 +0000 (18:46 +0000)] 
wxFTP::Close() shouldn't hide base wxSocket function

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

24 years agoAllows wxStatusBar95 to send common events like other windows
Robin Dunn [Sun, 19 Mar 2000 17:21:28 +0000 (17:21 +0000)] 
Allows wxStatusBar95 to send common events like other windows

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

24 years ago1. corrected HAVE_PW_GECOS detection in configure (which never worked)
Vadim Zeitlin [Sun, 19 Mar 2000 16:45:43 +0000 (16:45 +0000)] 
1. corrected HAVE_PW_GECOS detection in configure (which never worked)
2. added and documented wxGetFreeMemory() for Unix (Linux/Solaris only)

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

24 years ago Funny resize behaviour fix.
Robert Roebling [Sun, 19 Mar 2000 16:23:09 +0000 (16:23 +0000)] 
  Funny resize behaviour fix.

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

24 years agofixed KeySym handling ((keysym & 0xF000) != 0 instead of keysym < 0xFF to determine...
Václav Slavík [Sun, 19 Mar 2000 15:28:45 +0000 (15:28 +0000)] 
fixed KeySym handling ((keysym & 0xF000) != 0 instead of keysym < 0xFF to determine printable characters

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

24 years agoSmall mods to distrib files
Julian Smart [Sun, 19 Mar 2000 15:24:27 +0000 (15:24 +0000)] 
Small mods to distrib files

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

24 years agoSome VC++ makefile fixes; minor comment mods to setup0.h
Julian Smart [Sun, 19 Mar 2000 14:47:13 +0000 (14:47 +0000)] 
Some VC++ makefile fixes; minor comment mods to setup0.h

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

24 years agoadded missing object file for vidxanm to unix makefile
Ron Lee [Sun, 19 Mar 2000 14:43:52 +0000 (14:43 +0000)] 
added missing object file for vidxanm to unix makefile

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

24 years agoAdded info about versions for XFree86/OS2.
Stefan Neis [Sun, 19 Mar 2000 14:34:23 +0000 (14:34 +0000)] 
Added info about versions for XFree86/OS2.

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

24 years agosome old Danish translations
Vadim Zeitlin [Sun, 19 Mar 2000 14:18:16 +0000 (14:18 +0000)] 
some old Danish translations

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

24 years agoOS/2 info added
Vadim Zeitlin [Sun, 19 Mar 2000 13:59:52 +0000 (13:59 +0000)] 
OS/2 info added

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

24 years agocompilation fix for anything different from VC++
Vadim Zeitlin [Sun, 19 Mar 2000 13:52:50 +0000 (13:52 +0000)] 
compilation fix for anything different from VC++

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

24 years agoadded missing object files for oss & esd to unix makefile
Ron Lee [Sun, 19 Mar 2000 13:51:13 +0000 (13:51 +0000)] 
added missing object files for oss & esd to unix makefile

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

24 years agosome more (apparently harmless) changes from Klass Holwerda
Vadim Zeitlin [Sun, 19 Mar 2000 13:27:52 +0000 (13:27 +0000)] 
some more (apparently harmless) changes from Klass Holwerda

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

24 years agotranslator for Swedish added
Vadim Zeitlin [Sun, 19 Mar 2000 13:20:06 +0000 (13:20 +0000)] 
translator for Swedish added

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

24 years agosome more explanations about thread exiting/killing/deleting
Vadim Zeitlin [Sun, 19 Mar 2000 13:10:02 +0000 (13:10 +0000)] 
some more explanations about thread exiting/killing/deleting

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

24 years agoChnaged includes to work without precompiled headers
Stefan Neis [Sun, 19 Mar 2000 12:57:08 +0000 (12:57 +0000)] 
Chnaged includes to work without precompiled headers

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

24 years agoapparent gcc bug workaround
Vadim Zeitlin [Sun, 19 Mar 2000 12:36:04 +0000 (12:36 +0000)] 
apparent gcc bug workaround

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

24 years ago Highly experimental, unstable code (for determining the
Robert Roebling [Sun, 19 Mar 2000 10:31:26 +0000 (10:31 +0000)] 
  Highly experimental, unstable code (for determining the
    encoding of the default GUI font). #ifdeffed.

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

24 years ago Small speed-up.
Robert Roebling [Sun, 19 Mar 2000 09:08:09 +0000 (09:08 +0000)] 
  Small speed-up.

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

24 years agorepaired some of the more obvious horrors in the contrib (configure) Makefiles
Ron Lee [Sun, 19 Mar 2000 04:09:08 +0000 (04:09 +0000)] 
repaired some of the more obvious horrors in the contrib (configure) Makefiles
reworked makelib.env so that it now can create shared libs and has (un)install
targets.

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

24 years agowxUSE_DYNAMIC_CLASSES was left out.
Robin Dunn [Sun, 19 Mar 2000 03:41:25 +0000 (03:41 +0000)] 
wxUSE_DYNAMIC_CLASSES was left out.

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

24 years agofixed wxListMainWindow::HitTest
Unknown (NI) [Sun, 19 Mar 2000 02:10:09 +0000 (02:10 +0000)] 
fixed wxListMainWindow::HitTest

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

24 years agodon't compile docvwmdi sample if !wxUSE_MDI_ARCHITECTURE
Vadim Zeitlin [Sun, 19 Mar 2000 00:57:10 +0000 (00:57 +0000)] 
don't compile docvwmdi sample if !wxUSE_MDI_ARCHITECTURE

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

24 years ago1. fixed crash in wxDateTime::ParseDate
Vadim Zeitlin [Sun, 19 Mar 2000 00:56:22 +0000 (00:56 +0000)] 
1. fixed crash in wxDateTime::ParseDate
2. some DLL compilation fixes
3. wxHandleFatalExceptions() implemented for MSW and documented
4. some attempts to make setup0.h a bit nicer

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

24 years agoAdded includes needed if not using precompiled headers.
Stefan Neis [Sat, 18 Mar 2000 23:42:28 +0000 (23:42 +0000)] 
Added includes needed if not using precompiled headers.

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

24 years agoRemoved redundant member variable.
Stefan Neis [Sat, 18 Mar 2000 23:24:51 +0000 (23:24 +0000)] 
Removed redundant member variable.

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

24 years agoDon't try to use Tooltips, if they are not available.
Stefan Neis [Sat, 18 Mar 2000 23:12:01 +0000 (23:12 +0000)] 
Don't try to use Tooltips, if they are not available.

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

24 years agoNo precompiled headers for gcc, even if compiling WXPM.
Stefan Neis [Sat, 18 Mar 2000 22:50:07 +0000 (22:50 +0000)] 
No precompiled headers for gcc, even if compiling WXPM.

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

24 years agoAdded a couple of fixes.
Stefan Neis [Sat, 18 Mar 2000 22:28:28 +0000 (22:28 +0000)] 
Added a couple of fixes.

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

24 years agosome files for wxHandleFatalException() I previously forgot to commit
Vadim Zeitlin [Sat, 18 Mar 2000 22:25:22 +0000 (22:25 +0000)] 
some files for wxHandleFatalException() I previously forgot to commit

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

24 years agochanged titlebar text colour from white to fg[GTK_STATE_SELECTED]
Václav Slavík [Sat, 18 Mar 2000 21:46:18 +0000 (21:46 +0000)] 
changed titlebar text colour from white to fg[GTK_STATE_SELECTED]

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

24 years agoThese two makefiles were *horrid* abominations.
Ron Lee [Sat, 18 Mar 2000 21:15:16 +0000 (21:15 +0000)] 
These two makefiles were *horrid* abominations.
In fact they still are.  But at least now they have
some _chance_ of actually working..

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

24 years agomade makefile more robust
Ron Lee [Sat, 18 Mar 2000 20:22:18 +0000 (20:22 +0000)] 
made makefile more robust

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

24 years ago wxAccel fix.
Robert Roebling [Sat, 18 Mar 2000 20:18:00 +0000 (20:18 +0000)] 
  wxAccel fix.

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

24 years agoAdded def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format
Julian Smart [Sat, 18 Mar 2000 20:11:10 +0000 (20:11 +0000)] 
Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format
doc; added OpenGL libs to makeg95.env

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

24 years ago I don't think the last person to edit splitter.cpp did
Robert Roebling [Sat, 18 Mar 2000 18:47:00 +0000 (18:47 +0000)] 
  I don't think the last person to edit splitter.cpp did
    actually run the sample afterwards. I did.

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

24 years agoAdded conversion of menu labels (&->~)
Stefan Neis [Sat, 18 Mar 2000 17:39:14 +0000 (17:39 +0000)] 
Added conversion of menu labels (&->~)

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

24 years agoHad to #ifdef out all the new wxGetFullHostName code as it breaks all
Guillermo Rodriguez Garcia [Sat, 18 Mar 2000 16:48:02 +0000 (16:48 +0000)] 
Had to #ifdef out all the new wxGetFullHostName code as it breaks all
the samples and apps _at least_ under mingw (and I think it will also
cause other problems). Sorry, will have to wait for 2.1.14 to be released
before this can be properly fixed.

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

24 years agoRemoved the wonderfully malicious WS_CLIPSIBLINGS style.
Julian Smart [Sat, 18 Mar 2000 15:50:40 +0000 (15:50 +0000)] 
Removed the wonderfully malicious WS_CLIPSIBLINGS style.

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

24 years agoCorrected my correction.
Julian Smart [Sat, 18 Mar 2000 14:12:11 +0000 (14:12 +0000)] 
Corrected my correction.

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

24 years agoMoved position of WXDLLEXPORT keyword
Julian Smart [Sat, 18 Mar 2000 13:24:58 +0000 (13:24 +0000)] 
Moved position of WXDLLEXPORT keyword

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

24 years agoCorrected WXDLLEXPORT keyword position.
Julian Smart [Sat, 18 Mar 2000 13:19:54 +0000 (13:19 +0000)] 
Corrected WXDLLEXPORT keyword position.

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

24 years agoRestored sane way of using BC++ linker
Julian Smart [Sat, 18 Mar 2000 09:34:56 +0000 (09:34 +0000)] 
Restored sane way of using BC++ linker

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

24 years agoAdded stub for wxHandleFatalExceptions. But where's the implementation?
Julian Smart [Sat, 18 Mar 2000 09:26:44 +0000 (09:26 +0000)] 
Added stub for wxHandleFatalExceptions. But where's the implementation?

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

24 years agoDoc tweaks
Julian Smart [Sat, 18 Mar 2000 09:20:21 +0000 (09:20 +0000)] 
Doc tweaks

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

24 years agoWhen making the DLL with glcanvas then you have to link the dll with
Robin Dunn [Sat, 18 Mar 2000 08:33:15 +0000 (08:33 +0000)] 
When making the DLL with glcanvas then you have to link the dll with
the gl libraries.  Added a flag to let the makefile do that.

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

24 years agoWhen making the DLL with glcanvas then you have to link the dll with
Robin Dunn [Sat, 18 Mar 2000 08:15:25 +0000 (08:15 +0000)] 
When making the DLL with glcanvas then you have to link the dll with
the gl libraries.  Added a flag to let the makefile do that.

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

24 years agonew swig generated code
Robin Dunn [Sat, 18 Mar 2000 07:57:59 +0000 (07:57 +0000)] 
new swig generated code

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

24 years agochanges for wxDash
Robin Dunn [Sat, 18 Mar 2000 07:57:15 +0000 (07:57 +0000)] 
changes for wxDash

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

24 years agomore tests: OS/user info functions
Vadim Zeitlin [Fri, 17 Mar 2000 23:02:38 +0000 (23:02 +0000)] 
more tests: OS/user info functions

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

24 years agocompilation fix
Vadim Zeitlin [Fri, 17 Mar 2000 23:02:03 +0000 (23:02 +0000)] 
compilation fix

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

24 years agoAdded include of module.h
Stefan Neis [Fri, 17 Mar 2000 23:01:33 +0000 (23:01 +0000)] 
Added include of module.h

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

24 years ago1. wxGetFullHostName() does return the full host name now under MSW
Vadim Zeitlin [Fri, 17 Mar 2000 23:00:10 +0000 (23:00 +0000)] 
1. wxGetFullHostName() does return the full host name now under MSW
2. wxGetEmailAddress() doesn't always return empty string...
3. status bar created under MSW is of type wxStatusBar, hence wxWin RTTI
   works for it
4. carsh in IPC sample fixed

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

24 years agofixes for drop source and for capturing the mouse
Robin Dunn [Fri, 17 Mar 2000 19:30:19 +0000 (19:30 +0000)] 
fixes for drop source and for capturing the mouse

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

24 years agoSome wxPython doc changes
Robin Dunn [Fri, 17 Mar 2000 18:59:26 +0000 (18:59 +0000)] 
Some wxPython doc changes

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

24 years agofixing the STC sample makefile to find the include directory
Robin Dunn [Fri, 17 Mar 2000 18:49:18 +0000 (18:49 +0000)] 
fixing the STC sample makefile to find the include directory

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

24 years agofix in fontspec parsing
Vadim Zeitlin [Fri, 17 Mar 2000 18:29:58 +0000 (18:29 +0000)] 
fix in fontspec parsing

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

24 years agoHTTP_PROXY bug (freeze on program startup) should be fixed
Vadim Zeitlin [Fri, 17 Mar 2000 18:18:58 +0000 (18:18 +0000)] 
HTTP_PROXY bug (freeze on program startup) should be fixed

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

24 years agowxFont remembers facename of actual font used
Robin Dunn [Fri, 17 Mar 2000 18:16:08 +0000 (18:16 +0000)] 
wxFont remembers facename of actual font used

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

24 years agoSome doc fixes; BC++, Watcom C++, Mingw32 fixes
Julian Smart [Fri, 17 Mar 2000 17:59:56 +0000 (17:59 +0000)] 
Some doc fixes; BC++, Watcom C++, Mingw32 fixes

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

24 years agowxHandleFatalExceptions() added, documented
Vadim Zeitlin [Fri, 17 Mar 2000 16:55:34 +0000 (16:55 +0000)] 
wxHandleFatalExceptions() added, documented

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

24 years agoAdded missing IMPLEMENT_DYNAMIC_CLASS
Stefan Neis [Fri, 17 Mar 2000 16:41:12 +0000 (16:41 +0000)] 
Added missing IMPLEMENT_DYNAMIC_CLASS

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

24 years ago Small makefile change.
Robert Roebling [Fri, 17 Mar 2000 15:42:54 +0000 (15:42 +0000)] 
  Small makefile change.

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

24 years agoskip status bars in wxWindow::Fit
Vadim Zeitlin [Fri, 17 Mar 2000 15:30:55 +0000 (15:30 +0000)] 
skip status bars in wxWindow::Fit

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

24 years agoFixed bug for late events arriving after connections had been destroyed
Guillermo Rodriguez Garcia [Fri, 17 Mar 2000 15:09:18 +0000 (15:09 +0000)] 
Fixed bug for late events arriving after connections had been destroyed

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

24 years agowarnings from FreeBSD compilation log removed
Vadim Zeitlin [Fri, 17 Mar 2000 14:08:54 +0000 (14:08 +0000)] 
warnings from FreeBSD compilation log removed

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

24 years agoRemoved an include from windres flags since it can't cope with a long command line
Julian Smart [Fri, 17 Mar 2000 14:05:16 +0000 (14:05 +0000)] 
Removed an include from windres flags since it can't cope with a long command line

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

24 years agooops, compilation error - fixed
Vadim Zeitlin [Fri, 17 Mar 2000 13:59:54 +0000 (13:59 +0000)] 
oops, compilation error - fixed

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

24 years agowxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda
Vadim Zeitlin [Fri, 17 Mar 2000 13:58:17 +0000 (13:58 +0000)] 
wxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda

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

24 years agofix for textctrl height
Bart A.M. Jourquin [Fri, 17 Mar 2000 13:39:45 +0000 (13:39 +0000)] 
fix for textctrl height

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

24 years ago*** empty log message ***
Bart A.M. Jourquin [Fri, 17 Mar 2000 13:31:51 +0000 (13:31 +0000)] 
*** empty log message ***

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

24 years agodefault font for dialog
Bart A.M. Jourquin [Fri, 17 Mar 2000 13:12:10 +0000 (13:12 +0000)] 
default font for dialog

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

24 years agoAdded #pragma implementation for gcc.
Stefan Neis [Fri, 17 Mar 2000 12:47:10 +0000 (12:47 +0000)] 
Added #pragma implementation for gcc.

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

24 years agobool-> int, gcc doesn't like bool in _C_ code.
Stefan Neis [Fri, 17 Mar 2000 12:46:29 +0000 (12:46 +0000)] 
bool-> int, gcc doesn't like bool in _C_ code.

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

24 years agobool->int, since gcc doesn't like bool in _C_ code
Stefan Neis [Fri, 17 Mar 2000 12:45:29 +0000 (12:45 +0000)] 
bool->int, since gcc doesn't like bool in _C_ code

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

24 years agoAdded back gnuwin32 include
Julian Smart [Fri, 17 Mar 2000 12:01:00 +0000 (12:01 +0000)] 
Added back gnuwin32 include

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

24 years agoRCS left a turd in the previous checkin
George Tasker [Fri, 17 Mar 2000 11:18:46 +0000 (11:18 +0000)] 
RCS left a turd in the previous checkin

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

24 years agoFixed compilation in release mode
George Tasker [Fri, 17 Mar 2000 11:15:57 +0000 (11:15 +0000)] 
Fixed compilation in release mode

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

24 years agoAdded some makefiles, more BC++/win16 fixes
Julian Smart [Fri, 17 Mar 2000 10:08:07 +0000 (10:08 +0000)] 
Added some makefiles, more BC++/win16 fixes

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

24 years agoDoc updates; new grid disabled for BC++/WIN16 (too much global data)
Julian Smart [Fri, 17 Mar 2000 09:19:37 +0000 (09:19 +0000)] 
Doc updates; new grid disabled for BC++/WIN16 (too much global data)

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

24 years ago db.h
Mark Johnson [Fri, 17 Mar 2000 08:44:44 +0000 (08:44 +0000)] 
db.h

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