]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoUpdated makefiles for VisualAge C++ V3.0
David Webster [Wed, 15 Sep 1999 21:56:39 +0000 (21:56 +0000)] 
Updated makefiles for VisualAge C++ V3.0

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

24 years agocorrected to allow drag and drop for mingw32/gcc295
J. Russell Smyth [Wed, 15 Sep 1999 21:45:36 +0000 (21:45 +0000)] 
corrected to allow drag and drop for mingw32/gcc295

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

24 years agoadded test for changing toolbar on the fly
Vadim Zeitlin [Wed, 15 Sep 1999 16:15:50 +0000 (16:15 +0000)] 
added test for changing toolbar on the fly

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

24 years agoremoved some unneeded bit of test code
Vadim Zeitlin [Wed, 15 Sep 1999 15:22:48 +0000 (15:22 +0000)] 
removed some unneeded bit of test code

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

24 years agounderscors are handled better in the menu item labels
Vadim Zeitlin [Wed, 15 Sep 1999 15:06:19 +0000 (15:06 +0000)] 
underscors are handled better in the menu item labels

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

24 years agocorrected the bad patch
Vadim Zeitlin [Wed, 15 Sep 1999 14:27:04 +0000 (14:27 +0000)] 
corrected the bad patch

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

24 years agopatch for AIX compilation (Hans-Joachim Baader)
Vadim Zeitlin [Wed, 15 Sep 1999 14:12:22 +0000 (14:12 +0000)] 
patch for AIX compilation (Hans-Joachim Baader)

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

24 years agoChecking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__ should be right, now
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 02:21:15 +0000 (02:21 +0000)] 
Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__ should be right, now

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

24 years agoNow uses wxSocketBase::Error() to see if last IO call failed
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:17:15 +0000 (00:17 +0000)] 
Now uses wxSocketBase::Error() to see if last IO call failed

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

24 years agoVarious small bugfixes
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:15:39 +0000 (00:15 +0000)] 
Various small bugfixes
Serious bugfix in ReadMsg (Read was being called with buffer == NULL !)
Added m_error
Added error handling to all IO functions
Discard now correctly updates m_lcount
Implemented wxSocketBase::SetTimeout
Deleted wxSocketClient::OnRequest (all is handled inside wxSocketBase's)

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

24 years agoYou CAN'T check for wxUSE_SOCKET *before* #including <wx/setup.h>!!! Who has done...
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:09:54 +0000 (00:09 +0000)] 
You CAN'T check for wxUSE_SOCKET *before* #including <wx/setup.h>!!! Who has done this?

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

24 years agowxSocketBase::OnRequest is non.virtual now (and there is no wxSocketClient::OnRequest
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:04:44 +0000 (00:04 +0000)] 
wxSocketBase::OnRequest is non.virtual now (and there is no wxSocketClient::OnRequest

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

24 years agoAdded _GSOCKET_STANDALONE_ symbol
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:02:49 +0000 (00:02 +0000)] 
Added _GSOCKET_STANDALONE_ symbol

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

24 years agoAdded GetParser method to wxHtmlWindow
Robin Dunn [Tue, 14 Sep 1999 21:09:30 +0000 (21:09 +0000)] 
Added GetParser method to wxHtmlWindow

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

24 years agoPatches for mingw32/gcc-2.95
J. Russell Smyth [Tue, 14 Sep 1999 21:03:19 +0000 (21:03 +0000)] 
Patches for mingw32/gcc-2.95

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

24 years agoMingw32/gcc-2.95 change
J. Russell Smyth [Tue, 14 Sep 1999 20:57:06 +0000 (20:57 +0000)] 
Mingw32/gcc-2.95 change

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

24 years agoChanges for mingw32/gcc-2.95
J. Russell Smyth [Tue, 14 Sep 1999 20:55:29 +0000 (20:55 +0000)] 
Changes for mingw32/gcc-2.95

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

24 years agoMakefile for mingw/gcc-2.95
J. Russell Smyth [Tue, 14 Sep 1999 20:54:48 +0000 (20:54 +0000)] 
Makefile for mingw/gcc-2.95

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

24 years agoAdded makeg295.env file for building with gcc-2.95/mingw
J. Russell Smyth [Tue, 14 Sep 1999 20:53:04 +0000 (20:53 +0000)] 
Added makeg295.env file for building with gcc-2.95/mingw

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

24 years agoAdded files for mingw32/gcc-2.95/norlander headers build
J. Russell Smyth [Tue, 14 Sep 1999 20:52:00 +0000 (20:52 +0000)] 
Added files for mingw32/gcc-2.95/norlander headers build

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

24 years agoAdded makefile and resource script for building under mingw32
J. Russell Smyth [Tue, 14 Sep 1999 20:30:33 +0000 (20:30 +0000)] 
Added makefile and resource script for building under mingw32

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

24 years agoChanged AppendCommon (called by all Append methods) so it doesn't
Harco de Hilster [Tue, 14 Sep 1999 19:32:20 +0000 (19:32 +0000)] 
Changed AppendCommon (called by all Append methods) so it doesn't
call ApplyWidgetStyle (which applies the current style to all list_items,
which should already have the right style), but instead only applies
the style to the new list_item. This results in a *great* speedup for large
listboxes.

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

24 years agoifdef'ed out GetBoundingRect for wxGTK
Robin Dunn [Tue, 14 Sep 1999 03:34:00 +0000 (03:34 +0000)] 
ifdef'ed out GetBoundingRect for wxGTK

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

24 years agoNo need to separate generated code for html because there are no
Robin Dunn [Tue, 14 Sep 1999 02:17:59 +0000 (02:17 +0000)] 
No need to separate generated code for html because there are no
platform differences.

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

24 years agowxPython html module updates. The beginings of tag handler support.
Robin Dunn [Mon, 13 Sep 1999 19:34:01 +0000 (19:34 +0000)] 
wxPython html module updates.  The beginings of tag handler support.

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

24 years agoAdded ogl to the module list
Robin Dunn [Mon, 13 Sep 1999 19:32:26 +0000 (19:32 +0000)] 
Added ogl to the module list

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

24 years agoThe beginings of wxHtmlWindow support in the wxPython demo
Robin Dunn [Mon, 13 Sep 1999 19:31:50 +0000 (19:31 +0000)] 
The beginings of wxHtmlWindow support in the wxPython demo

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

24 years agoMore tweaks
Robin Dunn [Mon, 13 Sep 1999 19:29:53 +0000 (19:29 +0000)] 
More tweaks

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

24 years agoMoved wxPy_ConvertList function from oglhelpers to helpers
Robin Dunn [Mon, 13 Sep 1999 19:28:10 +0000 (19:28 +0000)] 
Moved wxPy_ConvertList function from oglhelpers to helpers

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

24 years ago*** empty log message ***
Robin Dunn [Mon, 13 Sep 1999 19:20:10 +0000 (19:20 +0000)] 
*** empty log message ***

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

24 years agoChanged HWND --> WXHWND in tooltip.h so it can be included in files
Robin Dunn [Mon, 13 Sep 1999 19:19:57 +0000 (19:19 +0000)] 
Changed HWND --> WXHWND in tooltip.h so it can be included in files
that don't include windows headers.

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

24 years agoNow specifies the corrent EVT_ macro names for wxScrollBar
Robin Dunn [Mon, 13 Sep 1999 18:21:38 +0000 (18:21 +0000)] 
Now specifies the corrent EVT_ macro names for wxScrollBar

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

24 years agosmall fixes
Harco de Hilster [Mon, 13 Sep 1999 18:11:31 +0000 (18:11 +0000)] 
small fixes

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

24 years agoAdded DLL versions of project files.
Julian Smart [Mon, 13 Sep 1999 17:53:28 +0000 (17:53 +0000)] 
Added DLL versions of project files.

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

24 years agoNow setting the right library switches for both platforms...
Robin Dunn [Mon, 13 Sep 1999 17:46:50 +0000 (17:46 +0000)] 
Now setting the right library switches for both platforms...

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

24 years agoFixed surplus space in help output.
Harco de Hilster [Mon, 13 Sep 1999 17:17:45 +0000 (17:17 +0000)] 
Fixed surplus space in help output.

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

24 years agoChanged configure option --with-libgif to --enable-gif
Harco de Hilster [Mon, 13 Sep 1999 17:15:43 +0000 (17:15 +0000)] 
Changed configure option --with-libgif to --enable-gif
gif now defines wxUSE_GIF instead of wxUSE_LIBGIF
also added --enable-pcx (wxUSE_PCX) and --enable-pnm (wxUSE_PNM).

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

24 years agoAdded VC++ 5 wxWin project files (not generated sample project files)
Julian Smart [Mon, 13 Sep 1999 14:31:48 +0000 (14:31 +0000)] 
Added VC++ 5 wxWin project files (not generated sample project files)

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

24 years agoMade HelpGen into a wxWin app (still uses command-line args); moved includes
Julian Smart [Mon, 13 Sep 1999 14:29:41 +0000 (14:29 +0000)] 
Made HelpGen into a wxWin app (still uses command-line args); moved includes
into src for simplicity; added VC++ 5 project file

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

24 years agonew include file for change to new wxHtmlHelp classes.
Harco de Hilster [Mon, 13 Sep 1999 13:24:06 +0000 (13:24 +0000)] 
new include file for change to new wxHtmlHelp classes.

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

24 years agoTook anonymous class out of wxHtmlHelpFrame; corrected some typos
Julian Smart [Mon, 13 Sep 1999 13:16:28 +0000 (13:16 +0000)] 
Took anonymous class out of wxHtmlHelpFrame; corrected some typos

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

24 years agoConfigure support for OGL
Robin Dunn [Mon, 13 Sep 1999 07:18:36 +0000 (07:18 +0000)] 
Configure support for OGL

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

24 years agoadd detachmenu, insert menu, replace menu
Unknown (MT) [Mon, 13 Sep 1999 07:17:09 +0000 (07:17 +0000)] 
add detachmenu, insert menu, replace menu

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

24 years agouse global hwndTT
Unknown (MT) [Mon, 13 Sep 1999 07:16:40 +0000 (07:16 +0000)] 
use global hwndTT

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

24 years agoAdd detachmenu
Unknown (MT) [Mon, 13 Sep 1999 07:16:18 +0000 (07:16 +0000)] 
Add detachmenu

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

24 years agoAdd wxTE_AUTO_SCROLL
Unknown (MT) [Mon, 13 Sep 1999 07:15:46 +0000 (07:15 +0000)] 
Add wxTE_AUTO_SCROLL

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

24 years agouse a global hwndTT
Unknown (MT) [Mon, 13 Sep 1999 07:15:11 +0000 (07:15 +0000)] 
use a global hwndTT

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

24 years agoadd wxTE_AUTO_SCROLL
Unknown (MT) [Mon, 13 Sep 1999 07:14:27 +0000 (07:14 +0000)] 
add wxTE_AUTO_SCROLL

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

24 years agoblit using icon mask
Unknown (MT) [Mon, 13 Sep 1999 07:13:52 +0000 (07:13 +0000)] 
blit using icon mask

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

24 years agoAdd detachmenu, insert menu, replace menu.
Unknown (MT) [Mon, 13 Sep 1999 07:13:16 +0000 (07:13 +0000)] 
Add detachmenu, insert menu, replace menu.

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

24 years agoAdded callback to start in current directory
Unknown (MT) [Mon, 13 Sep 1999 06:38:43 +0000 (06:38 +0000)] 
Added callback to start in current directory

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

24 years agoAllowed gsocket to compile when wxUSE_SOCKETS is 0
Robin Dunn [Mon, 13 Sep 1999 05:31:20 +0000 (05:31 +0000)] 
Allowed gsocket to compile when wxUSE_SOCKETS is 0

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

24 years agoMakefile updates from new filelist.txt
Robin Dunn [Mon, 13 Sep 1999 05:30:01 +0000 (05:30 +0000)] 
Makefile updates from new filelist.txt

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

24 years agoFixed some compile errors (MSVC++ 6) and some very strange link errors when
Robin Dunn [Mon, 13 Sep 1999 05:27:36 +0000 (05:27 +0000)] 
Fixed some compile errors (MSVC++ 6) and some very strange link errors when
building a DLL.

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

24 years agoAdded implicit rule for building .c files in msw directory (gsocket)
Robin Dunn [Mon, 13 Sep 1999 05:25:30 +0000 (05:25 +0000)] 
Added implicit rule for building .c files in msw directory (gsocket)

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

24 years agoAllowed tbarsmpl to be built for win32 as it still has its uses.
Robin Dunn [Mon, 13 Sep 1999 05:24:57 +0000 (05:24 +0000)] 
Allowed tbarsmpl to be built for win32 as it still has its uses.

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

24 years agoAdded WXDLLEXPORT's to the class definitions
Robin Dunn [Mon, 13 Sep 1999 03:49:33 +0000 (03:49 +0000)] 
Added WXDLLEXPORT's to the class definitions

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

24 years agoSome OGl updates:
Robin Dunn [Mon, 13 Sep 1999 03:08:57 +0000 (03:08 +0000)] 
Some OGl updates:
uses wxINVERT instead of wxXOR

a couple minor tweaks

VC makefiles now use Debug and Release for object files
depending on FINAL

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

24 years agoMade wxNO_DEFAULT set the "no" button as the default, according to the docs
Robin Dunn [Mon, 13 Sep 1999 02:50:35 +0000 (02:50 +0000)] 
Made wxNO_DEFAULT set the "no" button as the default, according to the docs

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

24 years agofixed typo (?)
Harco de Hilster [Sun, 12 Sep 1999 18:49:59 +0000 (18:49 +0000)] 
fixed typo (?)

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

24 years agoNew HTML help system. The old controller class has been split in
Harco de Hilster [Sun, 12 Sep 1999 17:45:34 +0000 (17:45 +0000)] 
New HTML help system. The old controller class has been split in
three parts; basic data, a frame and a controller. Docs will appear
shortly...

All Makefiles should be correctly updated. To be sure, I put an
#error pragma in the old files, which will be removed in a few days.

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

24 years agofixed (didn't work at all)
Guillermo Rodriguez Garcia [Sun, 12 Sep 1999 11:19:35 +0000 (11:19 +0000)] 
fixed (didn't work at all)

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

24 years agoAdded _GSocket_Configure()
Guillermo Rodriguez Garcia [Sun, 12 Sep 1999 11:18:15 +0000 (11:18 +0000)] 
Added _GSocket_Configure()

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

24 years agoFixed a bug when GSocket_SetCallback was used before allocating the internal socket
Guillermo Rodriguez Garcia [Sun, 12 Sep 1999 11:17:00 +0000 (11:17 +0000)] 
Fixed a bug when GSocket_SetCallback was used before allocating the internal socket

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

24 years agolittle changes
Guillermo Rodriguez Garcia [Sat, 11 Sep 1999 20:30:17 +0000 (20:30 +0000)] 
little changes

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

24 years agoPrototypes for some _internal_ functions had to be changed (API remains the same)
Guillermo Rodriguez Garcia [Sat, 11 Sep 1999 20:29:50 +0000 (20:29 +0000)] 
Prototypes for some _internal_ functions had to be changed (API remains the same)

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

24 years agoAdded GSocket_Select() and removed some unused functions
Guillermo Rodriguez Garcia [Sat, 11 Sep 1999 20:29:14 +0000 (20:29 +0000)] 
Added GSocket_Select() and removed some unused functions

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

24 years ago- Completed WaitOnAccept
Guillermo Rodriguez Garcia [Sat, 11 Sep 1999 20:27:55 +0000 (20:27 +0000)] 
- Completed WaitOnAccept
- Rewritten all the WaitXXX functions so that they do not depend on the
event notification system.
- Rewritten all the internal event system; now all events are internally
monitorized, but users are notified only of these events they are
interested in. This solves a lot of hard-to-catch little problems
and bugs which could arise sometimes.
- Rewritten all the automatic event notifier code.
- Added callback management code, which had been forgotten (badly needed
for wxTCPConnection in IPC classes)
- Fixed wxSocketBase::Write(), which didn't honour the WAITALL flag.
- Fixed some other bugs.
- The code is now much more stable and robust than before (because
the architecture is more robust, but it still needs testing).

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

24 years agoAdded GSocket_Select()
Guillermo Rodriguez Garcia [Sat, 11 Sep 1999 20:17:49 +0000 (20:17 +0000)] 
Added GSocket_Select()

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

24 years agoAdded GSocket_Select() and fixed some things
Guillermo Rodriguez Garcia [Sat, 11 Sep 1999 20:14:30 +0000 (20:14 +0000)] 
Added GSocket_Select() and fixed some things

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

24 years agosensible default...
Harco de Hilster [Fri, 10 Sep 1999 19:14:15 +0000 (19:14 +0000)] 
sensible default...

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

24 years agoMade wxNO_DEFAULT set the "no" button as the default, according to the docs
Robin Dunn [Fri, 10 Sep 1999 17:57:47 +0000 (17:57 +0000)] 
Made wxNO_DEFAULT set the "no" button as the default, according to the docs

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

24 years agowxPython module for OGL added.
Robin Dunn [Fri, 10 Sep 1999 06:25:47 +0000 (06:25 +0000)] 
wxPython module for OGL added.

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

24 years agoSome tweaks and updates
Robin Dunn [Fri, 10 Sep 1999 06:23:48 +0000 (06:23 +0000)] 
Some tweaks and updates

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

24 years agoBetter dependency checking
Robin Dunn [Fri, 10 Sep 1999 06:23:03 +0000 (06:23 +0000)] 
Better dependency checking

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

24 years agoPut Get/Set/Push/PopEventHandler methods back in.
Robin Dunn [Fri, 10 Sep 1999 06:11:12 +0000 (06:11 +0000)] 
Put Get/Set/Push/PopEventHandler methods back in.

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

24 years agoLots more support for event-less callbacks
Robin Dunn [Fri, 10 Sep 1999 06:05:32 +0000 (06:05 +0000)] 
Lots more support for event-less callbacks
Exported some symbols for the other modules to use
etc.

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

24 years agowxUSE_GIF instead of wxUSE_LIBGIF
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:20:37 +0000 (22:20 +0000)] 
wxUSE_GIF instead of wxUSE_LIBGIF

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

24 years agoOps. wxUSE_XXX and wxUSE_STREAMS are separated again :-)
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:19:18 +0000 (22:19 +0000)] 
Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)

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

24 years agosmall changes here and there
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:16:11 +0000 (22:16 +0000)] 
small changes here and there

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

24 years agowxUSE_GIF instead of wxUSE_LIBGIF
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:14:22 +0000 (22:14 +0000)] 
wxUSE_GIF instead of wxUSE_LIBGIF

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

24 years ago*** empty log message ***
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:12:08 +0000 (22:12 +0000)] 
*** empty log message ***

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

24 years agoAccept, AcceptWith -> wait parameter
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:08:31 +0000 (22:08 +0000)] 
Accept, AcceptWith -> wait parameter
WaitOnAccept
m_establishing member for correct WaitOnConnect

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

24 years agoFixed WaitOnConnect().
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:03:20 +0000 (22:03 +0000)] 
Fixed WaitOnConnect().
Added wait parameter to Accept() and AcceptWith()
Added WaitOnAccept() (incomplete)
Added about a dozen or so small bugfixes here and there.

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

24 years agoReplaced wxUSE_LIBGIF with wxUSE_GIF
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 22:01:30 +0000 (22:01 +0000)] 
Replaced wxUSE_LIBGIF with wxUSE_GIF

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

24 years agoAdded #include "wx/setup.h" (or "wx/defs.h") before checking for
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 21:58:54 +0000 (21:58 +0000)] 
Added #include "wx/setup.h" (or "wx/defs.h") before checking for
wxUSE_***

Merged wxUSE_*** and wxUSE_STREAM (is this right?)

Replaced wxUSE_LIBGIF with wxUSE_GIF everywhere

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

24 years agoVisualAge C++ V4.0 configuration files
David Webster [Thu, 9 Sep 1999 21:24:24 +0000 (21:24 +0000)] 
VisualAge C++ V4.0 configuration files

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

24 years agoLatest OS/2 compiler bug fixes for common and generic
David Webster [Thu, 9 Sep 1999 21:22:51 +0000 (21:22 +0000)] 
Latest OS/2 compiler bug fixes for common and generic

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

24 years agoFixed some bus in Connect()
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 19:16:23 +0000 (19:16 +0000)] 
Fixed some bus in Connect()

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

24 years agocosmetic fix
Karsten Ballüder [Thu, 9 Sep 1999 13:41:40 +0000 (13:41 +0000)] 
cosmetic fix

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

24 years agoNothing serious here :-)
Guillermo Rodriguez Garcia [Thu, 9 Sep 1999 12:25:47 +0000 (12:25 +0000)] 
Nothing serious here :-)

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

24 years agoSmall bug fix
Julian Smart [Thu, 9 Sep 1999 11:22:20 +0000 (11:22 +0000)] 
Small bug fix

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

24 years agono more errors in make clean
Karsten Ballüder [Thu, 9 Sep 1999 08:56:09 +0000 (08:56 +0000)] 
no more errors in make clean

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

24 years agoBugfix in GSocket_Cleanup()
Guillermo Rodriguez Garcia [Wed, 8 Sep 1999 22:13:48 +0000 (22:13 +0000)] 
Bugfix in GSocket_Cleanup()

GSocket_Connect and GSocket_WaitConnection now detect EWOULDBLOCK
errors and act accordingly (this is needed for correct wxSocket
behaviour)

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

24 years agoFixed cursor loading on Win95
Julian Smart [Wed, 8 Sep 1999 12:39:41 +0000 (12:39 +0000)] 
Fixed cursor loading on Win95

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

24 years agoAdded wxTE_NO_VSCROLL style; corrected joystick event class
Julian Smart [Wed, 8 Sep 1999 08:29:49 +0000 (08:29 +0000)] 
Added wxTE_NO_VSCROLL style; corrected joystick event class

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

24 years agoLittle changes
Guillermo Rodriguez Garcia [Tue, 7 Sep 1999 16:23:46 +0000 (16:23 +0000)] 
Little changes

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

24 years agoAdded -lwsock32 (needed for socket support)
Guillermo Rodriguez Garcia [Tue, 7 Sep 1999 15:40:37 +0000 (15:40 +0000)] 
Added -lwsock32 (needed for socket support)

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

24 years agoAdded gsocket.c for MSW
Guillermo Rodriguez Garcia [Tue, 7 Sep 1999 15:37:31 +0000 (15:37 +0000)] 
Added gsocket.c for MSW

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

24 years agowxSocketClient::Connect() now honours the 'wait' parameter.
Guillermo Rodriguez Garcia [Tue, 7 Sep 1999 15:34:27 +0000 (15:34 +0000)] 
wxSocketClient::Connect() now honours the 'wait' parameter.

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