]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

24 years agoGSocket for MSW
Guillermo Rodriguez Garcia [Tue, 7 Sep 1999 15:25:48 +0000 (15:25 +0000)] 
GSocket for MSW

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

24 years agoHeader file for MSW GSocket
Guillermo Rodriguez Garcia [Tue, 7 Sep 1999 15:20:51 +0000 (15:20 +0000)] 
Header file for MSW GSocket

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

24 years agoCorrected #include in gsockmot.cpp
Julian Smart [Tue, 7 Sep 1999 08:22:23 +0000 (08:22 +0000)] 
Corrected #include in gsockmot.cpp

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

24 years agoFixed include gsockunix.h line
J. Russell Smyth [Tue, 7 Sep 1999 05:28:25 +0000 (05:28 +0000)] 
Fixed include gsockunix.h line

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

24 years agoMoved gsockunx.h from src/unix to include/wx/unix
Guilhem Lavaux [Mon, 6 Sep 1999 19:06:46 +0000 (19:06 +0000)] 
Moved gsockunx.h from src/unix to include/wx/unix
Added include/wx/unix/gsockunx.h to Makefile.in

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

24 years agoAdded documentation for wxMenuBar::Refresh()
Patrick Albert [Mon, 6 Sep 1999 12:54:56 +0000 (12:54 +0000)] 
Added documentation for wxMenuBar::Refresh()

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

24 years agoChanged scope of wxMenuBar::Refresh() from protected to public.
Patrick Albert [Mon, 6 Sep 1999 12:53:09 +0000 (12:53 +0000)] 
Changed scope of wxMenuBar::Refresh() from protected to public.

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

24 years agoAdded missing constant
Julian Smart [Mon, 6 Sep 1999 12:15:33 +0000 (12:15 +0000)] 
Added missing constant

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

24 years agoChanged value of wxGA_SMOOTH (clashed with wxVERTICAL)
Julian Smart [Mon, 6 Sep 1999 12:12:53 +0000 (12:12 +0000)] 
Changed value of wxGA_SMOOTH (clashed with wxVERTICAL)

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

24 years agoAdded wxFontEnumerator class for wxMSW, and fixed text validator for French
Julian Smart [Mon, 6 Sep 1999 09:36:21 +0000 (09:36 +0000)] 
Added wxFontEnumerator class for wxMSW, and fixed text validator for French
decimal point (",").

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

24 years agosome fixes for VC++ 1.5 makefiles
Vadim Zeitlin [Sun, 5 Sep 1999 20:45:24 +0000 (20:45 +0000)] 
some fixes for VC++ 1.5 makefiles

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

24 years agoFixed some doc problems
Julian Smart [Sun, 5 Sep 1999 19:42:03 +0000 (19:42 +0000)] 
Fixed some doc problems

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

24 years agoMisc. 16-bit compilation fixes
Julian Smart [Sun, 5 Sep 1999 15:14:50 +0000 (15:14 +0000)] 
Misc. 16-bit compilation fixes

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

24 years agoUpdating corrupt file
Julian Smart [Sun, 5 Sep 1999 14:09:49 +0000 (14:09 +0000)] 
Updating corrupt file

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

24 years agoUpdated wxSocket documentation
Guilhem Lavaux [Sun, 5 Sep 1999 10:23:22 +0000 (10:23 +0000)] 
Updated wxSocket documentation
Renamed GSOCK_TIMEOUT to GSOCK_TIMEDOUT
Added wxURL::ConvertFromURI
Use wxUSE_LIBGIF in imaggif.cpp and samples/html/test/test.cpp
Full implementation of "timeout"s in gsocket.c
Non-blocking WaitConnection()/Connect() are supported now.

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

24 years agoChanged some more name in wxSocket (internal)
Guilhem Lavaux [Sun, 5 Sep 1999 06:46:38 +0000 (06:46 +0000)] 
Changed some more name in wxSocket (internal)

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

24 years agoWhat is it doing here anyway ?
Michael Bedward [Sun, 5 Sep 1999 06:33:31 +0000 (06:33 +0000)] 
What is it doing here anyway ?

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

24 years agoAdded GSocket/wxSocket alias to socket.h to prevent us from using GSocket
Guilhem Lavaux [Sun, 5 Sep 1999 05:51:05 +0000 (05:51 +0000)] 
Added GSocket/wxSocket alias to socket.h to prevent us from using GSocket
internal symbols
Added G721 filter for Wave
Fixed a bug in wxsocket sample

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

24 years agoModifed ShowModal() function so that you can have dialogs with yes, no and cancel...
Michael Bedward [Sun, 5 Sep 1999 03:31:27 +0000 (03:31 +0000)] 
Modifed ShowModal() function so that you can have dialogs with yes, no and cancel buttons.

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

25 years agofixed crashing generic dir dialog.
Harco de Hilster [Fri, 3 Sep 1999 10:54:26 +0000 (10:54 +0000)] 
fixed crashing generic dir dialog.

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

25 years agoAdded statline, checklst and spinbutt file to wxMotif compilation.
Michael Bedward [Fri, 3 Sep 1999 05:19:10 +0000 (05:19 +0000)] 
Added statline, checklst and spinbutt file to wxMotif compilation.

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

25 years agoEnabled wxStaticLine for wxMotif. Added checklst.cpp and spinbutt.cpp to Motif compi...
Michael Bedward [Fri, 3 Sep 1999 05:16:19 +0000 (05:16 +0000)] 
Enabled wxStaticLine for wxMotif.  Added checklst.cpp and spinbutt.cpp to Motif compilation.

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

25 years agoFixes for gcc 2.95 and AIX.
Michael Bedward [Fri, 3 Sep 1999 04:18:50 +0000 (04:18 +0000)] 
Fixes for gcc 2.95 and AIX.

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

25 years agoAdded a test to wxSocket sample (client side socket event test)
Guilhem Lavaux [Thu, 2 Sep 1999 19:11:38 +0000 (19:11 +0000)] 
Added a test to wxSocket sample (client side socket event test)

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

25 years agoSetMenuBar potential memory leak fixed; added wxTAB_TRAVERSAL as dummy (0) style
Julian Smart [Thu, 2 Sep 1999 08:23:23 +0000 (08:23 +0000)] 
SetMenuBar potential memory leak fixed; added wxTAB_TRAVERSAL as dummy (0) style
for backward compatibility

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

25 years agoPrep for wxPython 2.1b3 release
Robin Dunn [Thu, 2 Sep 1999 06:01:53 +0000 (06:01 +0000)] 
Prep for wxPython 2.1b3 release

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

25 years agoupdated version number for DLL name
Robin Dunn [Thu, 2 Sep 1999 05:39:56 +0000 (05:39 +0000)] 
updated version number for DLL name

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

25 years agofixed a clash in values for wxSlider styles
Robin Dunn [Thu, 2 Sep 1999 05:38:48 +0000 (05:38 +0000)] 
fixed a clash in values for wxSlider styles

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

25 years agowxPython doc updates
Robin Dunn [Thu, 2 Sep 1999 05:36:39 +0000 (05:36 +0000)] 
wxPython doc updates

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