]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agoUSE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
Vadim Zeitlin [Fri, 25 Sep 1998 13:28:52 +0000 (13:28 +0000)] 
USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
must recompile everything after upgrading!

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

25 years agoconst added to GetBitmap it was my fault.
Denis Pershin [Fri, 25 Sep 1998 04:03:41 +0000 (04:03 +0000)] 
const added to GetBitmap it was my fault.

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

25 years agorestored "#ifdef __WXMSW__" around SetFont(wxNullFont) - this leads to SIGSEGV
Vadim Zeitlin [Thu, 24 Sep 1998 17:19:11 +0000 (17:19 +0000)] 
restored "#ifdef __WXMSW__" around SetFont(wxNullFont) - this leads to SIGSEGV
under wxGTK!

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

25 years agoFixed delete operator for VC++ 6.
Julian Smart [Thu, 24 Sep 1998 15:49:16 +0000 (15:49 +0000)] 
Fixed delete operator for VC++ 6.

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

25 years agoAdded some Web pointers relevant to wxMotif
Julian Smart [Thu, 24 Sep 1998 15:43:10 +0000 (15:43 +0000)] 
Added some Web pointers relevant to wxMotif

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

25 years agowxMotif: wxWindow/Client/PaintDC starting to work.
Julian Smart [Wed, 23 Sep 1998 13:56:00 +0000 (13:56 +0000)] 
wxMotif: wxWindow/Client/PaintDC starting to work.

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

25 years agoSome more Motif work; included utils.h in fileconf.cpp (for wxGetHomeDir or something)
Julian Smart [Tue, 22 Sep 1998 21:15:56 +0000 (21:15 +0000)] 
Some more Motif work; included utils.h in fileconf.cpp (for wxGetHomeDir or something)

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

25 years agowxListBox::FindString(): it's not an error if the string is not found, so
Vadim Zeitlin [Tue, 22 Sep 1998 14:40:18 +0000 (14:40 +0000)] 
wxListBox::FindString(): it's not an error if the string is not found, so
don't give assert failures in this case.

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

25 years agocheck for empty data pointer in Len() and Empty()
Karsten Ballüder [Mon, 21 Sep 1998 20:13:41 +0000 (20:13 +0000)] 
check for empty data pointer in Len() and Empty()

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

25 years ago1) minor modifications in fileconf.cpp
Vadim Zeitlin [Sun, 20 Sep 1998 21:13:46 +0000 (21:13 +0000)] 
1) minor modifications in fileconf.cpp
2) new MSW function (private.h): wxGetWindowText() which works with wxString
   instead of (horror) fixed size buffers. All calls to ::GetWindowText()
   should be replaced with this!
3) remains of casts to float in different wxControl classes removed,
   (EDIT|BUTTON)_HEIGHT_FROM_CHAR_HEIGHT macros introduced (could be
   made inline functions as well...)

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

25 years agosomehow log target wasn't being created automatically anymore. Restored.
Vadim Zeitlin [Sun, 20 Sep 1998 21:05:19 +0000 (21:05 +0000)] 
somehow log target wasn't being created automatically anymore. Restored.

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

25 years agoMore Motif stuff
Julian Smart [Sun, 20 Sep 1998 20:59:30 +0000 (20:59 +0000)] 
More Motif stuff

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

25 years agoNow dot_special argument in wxMatchWild() is honoured. :-)
Karsten Ballüder [Sun, 20 Sep 1998 19:44:41 +0000 (19:44 +0000)] 
Now dot_special argument in wxMatchWild() is honoured. :-)

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

25 years agosee mail to list
Karsten Ballüder [Sun, 20 Sep 1998 19:34:30 +0000 (19:34 +0000)] 
see mail to list

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

25 years ago* Fixed a bug in notebook.tex
Guilhem Lavaux [Sun, 20 Sep 1998 15:45:12 +0000 (15:45 +0000)] 
* Fixed a bug in notebook.tex
* Added a basic documentation on wxSocket (currently wxSocketBase, wxSocketClient, wxSocketServer, wxSocketHandler, wxURL)
  There are still things to write and I hope I didn't have a too bad english ...

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

25 years agoCommented out those wretched crt debug thingies yet again. It doesn't compile for
Julian Smart [Sun, 20 Sep 1998 07:44:24 +0000 (07:44 +0000)] 
Commented out those wretched crt debug thingies yet again. It doesn't compile for
me and presumably other people who use the makefiles, sorry.

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

25 years agoMore Motif stuff, minor stubs correction
Julian Smart [Sun, 20 Sep 1998 07:35:20 +0000 (07:35 +0000)] 
More Motif stuff, minor stubs correction

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

25 years agoConvertToStandardCommandArgs() was ugly, buggy and leaked memory (not bad
Vadim Zeitlin [Sat, 19 Sep 1998 21:01:01 +0000 (21:01 +0000)] 
ConvertToStandardCommandArgs() was ugly, buggy and leaked memory (not bad
for 10 lines of code). Now it's only ugly...

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

25 years agochanged wxMatchWild() 3rd parameter not used under Unix - what is it good for?
Karsten Ballüder [Sat, 19 Sep 1998 15:13:02 +0000 (15:13 +0000)] 
changed wxMatchWild() 3rd parameter not used under Unix - what is it good for?

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

25 years agomenuitem.h is now per port, since some ports (e.g. Motif!) need extra members etc.
Julian Smart [Fri, 18 Sep 1998 21:36:20 +0000 (21:36 +0000)] 
menuitem.h is now per port, since some ports (e.g. Motif!) need extra members etc.

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

25 years agowxBaseArray::Shrink() added
Vadim Zeitlin [Fri, 18 Sep 1998 21:35:44 +0000 (21:35 +0000)] 
wxBaseArray::Shrink() added

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

25 years agoSome more wxMotif stuff: menus
Julian Smart [Fri, 18 Sep 1998 21:33:46 +0000 (21:33 +0000)] 
Some more wxMotif stuff: menus

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

25 years agoFixed some .tex problems
Julian Smart [Fri, 18 Sep 1998 10:20:32 +0000 (10:20 +0000)] 
Fixed some .tex problems

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

25 years agoAdded Motif files.
Julian Smart [Fri, 18 Sep 1998 10:19:10 +0000 (10:19 +0000)] 
Added Motif files.

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

25 years agoMotif files added.
Julian Smart [Fri, 18 Sep 1998 10:14:43 +0000 (10:14 +0000)] 
Motif files added.

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

25 years agolog.tex uncommented
Vadim Zeitlin [Thu, 17 Sep 1998 20:57:55 +0000 (20:57 +0000)] 
log.tex uncommented

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

25 years agowxLog and wxConfig docs update
Vadim Zeitlin [Thu, 17 Sep 1998 20:57:08 +0000 (20:57 +0000)] 
wxLog and wxConfig docs update

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

25 years ago* fixed a wrong line.
Guilhem Lavaux [Thu, 17 Sep 1998 17:32:38 +0000 (17:32 +0000)] 
* fixed a wrong line.

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

25 years ago* Added wxSerial DLL support for Borland 32
Guilhem Lavaux [Thu, 17 Sep 1998 17:30:13 +0000 (17:30 +0000)] 
* Added wxSerial DLL support for Borland 32
* zstream.h doesn't anymore include zlib.h
* updated static data
* made wxClassInfo::GetFirst() static
* added user/password support in the URL parser
* fixed bugs

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

25 years agoDnd constant name changes because names like Copy can be #defined by other
Julian Smart [Thu, 17 Sep 1998 16:57:01 +0000 (16:57 +0000)] 
Dnd constant name changes because names like Copy can be #defined by other
apps. Various other changes to stubs.

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

25 years agoVZ: I have reformatted it to correspond to our style conventions (tab stop =
Vadim Zeitlin [Thu, 17 Sep 1998 15:18:33 +0000 (15:18 +0000)] 
VZ: I have reformatted it to correspond to our style conventions (tab stop =
4, no hard tabs, no function(void), ...) and added a couple of comments to
make it (hopefully!) more understandable.

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

25 years agocorrected a bug in ConcatSelf() induced by the latest change
Vadim Zeitlin [Thu, 17 Sep 1998 14:43:21 +0000 (14:43 +0000)] 
corrected a bug in ConcatSelf() induced by the latest change

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

25 years agofixed 64but bug with g_strEmpty initialization
Vadim Zeitlin [Thu, 17 Sep 1998 14:31:17 +0000 (14:31 +0000)] 
fixed 64but bug with g_strEmpty initialization

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

25 years agoSimplified app initialisation in wxMSW and wxStubs
Julian Smart [Thu, 17 Sep 1998 09:58:52 +0000 (09:58 +0000)] 
Simplified app initialisation in wxMSW and wxStubs

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

25 years agoMade wxStubs compile on Unix.
Julian Smart [Wed, 16 Sep 1998 21:52:23 +0000 (21:52 +0000)] 
Made wxStubs compile on Unix.
Improvements to doc/view on MDI, including multiple menus for wxFileHistory.
Added wxDirExists to wxMSW; moved wxMatchWild to filefn.cpp

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

25 years agoMisc OGL changes
Julian Smart [Wed, 16 Sep 1998 21:44:17 +0000 (21:44 +0000)] 
Misc OGL changes

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

25 years agowxPenRefData copy ctor was somehow not declared in the class definition
Vadim Zeitlin [Tue, 15 Sep 1998 22:08:17 +0000 (22:08 +0000)] 
wxPenRefData copy ctor was somehow not declared in the class definition

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

25 years agoUpdated debug flags in makefile for DLL compilation.
Julian Smart [Mon, 14 Sep 1998 17:38:10 +0000 (17:38 +0000)] 
Updated debug flags in makefile for DLL compilation.

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

25 years agoDLL-related changes
Julian Smart [Mon, 14 Sep 1998 16:37:24 +0000 (16:37 +0000)] 
DLL-related changes

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

25 years ago Removed warnings
Robert Roebling [Sat, 12 Sep 1998 22:11:40 +0000 (22:11 +0000)] 
  Removed warnings
  Added GetCount() to wxList and wxDaynArray

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

25 years ago Next try at removing the dancing sliders
Robert Roebling [Sat, 12 Sep 1998 20:38:55 +0000 (20:38 +0000)] 
  Next try at removing the dancing sliders

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

25 years agoAdded sashtest GTK makefiles (crashing bug to be solved); added typetest sample
Julian Smart [Sat, 12 Sep 1998 17:33:59 +0000 (17:33 +0000)] 
Added sashtest GTK makefiles (crashing bug to be solved); added typetest sample
with simple wxVariant test; changed wxICON macro and used it in minimal.cpp
to avoid #ifdefing.

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

25 years agoAdded variant.h/cpp; changed variable names in object.h; added some functions
Julian Smart [Sat, 12 Sep 1998 17:31:48 +0000 (17:31 +0000)] 
Added variant.h/cpp; changed variable names in object.h; added some functions
to wxStringList; added wxTrue and wxFalse to supress some warnings; some bugs fixes

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

25 years agoAdded variant.h/cpp; changed variable names in object.h; added some
Julian Smart [Sat, 12 Sep 1998 17:29:57 +0000 (17:29 +0000)] 
Added variant.h/cpp; changed variable names in object.h; added some
functions to wxStringList; some bugs fixes

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

25 years ago Changed instal path for setup.h
Robert Roebling [Sat, 12 Sep 1998 17:18:12 +0000 (17:18 +0000)] 
  Changed instal path for setup.h
  changed socket stream inheritance to virtual
  removed a few more warnings from the samples
  corrected thread habdling in configure.in
  removed dancing sliders from scrollbars
  corrected notebook send event bug and added it
   the controls sample

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

25 years ago Updates to memcheck
Robert Roebling [Fri, 11 Sep 1998 09:05:26 +0000 (09:05 +0000)] 
  Updates to memcheck
  Corrected and beautified memory (output)
  Fixed a few memory leaks
  Fixed resizing in in wxRadioBox
  Added many wxFAIL and wxASSERT
  Corrected other wxFAIL (removed from ..::Ok())
  Added wxBrush::Set..() functions
  Added CopyOnWrite support in GDI objects (Unshare)
  Disabled all occurences of WXDEBUG_NEW
  made clean, recompiled with mem_chcking on

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

25 years agoAdded #include to get FIONBIO on Solaris 2.6
Robin Dunn [Fri, 11 Sep 1998 01:28:41 +0000 (01:28 +0000)] 
Added #include to get FIONBIO on Solaris 2.6

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

25 years ago* Bug fix in wxFilter*Stream
Guilhem Lavaux [Thu, 10 Sep 1998 17:22:20 +0000 (17:22 +0000)] 
* Bug fix in wxFilter*Stream
* corrected the URL parser

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

25 years agoEliminated some warnings under Windows; wxGetHomeDir problem in wxFile;
Julian Smart [Thu, 10 Sep 1998 11:41:14 +0000 (11:41 +0000)] 
Eliminated some warnings under Windows; wxGetHomeDir problem in wxFile;
eliminated memory leak report by making class table dynamically allocated/freed;
tidied up names in wxClassInfo.

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

25 years ago Tried to find a non-existing bug in the cursor-code
Robert Roebling [Wed, 9 Sep 1998 09:57:24 +0000 (09:57 +0000)] 
  Tried to find a non-existing bug in the cursor-code
  Removed Karsten's third Makefile.in attempt

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

25 years agofixed typo
Karsten Ballüder [Wed, 9 Sep 1998 09:06:30 +0000 (09:06 +0000)] 
fixed typo

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

25 years agoremoved wxsetup.h from libdir
Karsten Ballüder [Wed, 9 Sep 1998 09:00:54 +0000 (09:00 +0000)] 
removed wxsetup.h from libdir

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

25 years agoremoved __WXMSW__ define
Karsten Ballüder [Wed, 9 Sep 1998 08:49:33 +0000 (08:49 +0000)] 
removed __WXMSW__ define

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

25 years agoDEC Alpha does not need -ldl, therefore check for it.
Unknown (HB) [Wed, 9 Sep 1998 07:57:51 +0000 (07:57 +0000)] 
DEC Alpha does not need -ldl, therefore check for it.

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

25 years agoAdditional makefiles; changes for compilation with BC++ and GnuWin32
Julian Smart [Tue, 8 Sep 1998 22:27:12 +0000 (22:27 +0000)] 
Additional makefiles; changes for compilation with BC++ and GnuWin32

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

25 years agoAdded Latex style file
Julian Smart [Tue, 8 Sep 1998 22:24:52 +0000 (22:24 +0000)] 
Added Latex style file

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

25 years agonow installs properly
Karsten Ballüder [Tue, 8 Sep 1998 19:09:50 +0000 (19:09 +0000)] 
now installs properly

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

25 years ago It's now possible to drag a listbox filled with entries
Robert Roebling [Tue, 8 Sep 1998 18:21:16 +0000 (18:21 +0000)] 
  It's now possible to drag a listbox filled with entries
  Removed #ifdef 0 from resource.cpp around reading code
    for wxRadioBox
  #ifdeffed a Refresh call that causes DialogEd to dump
   code in wxGTK when deleting an item
  Suppressed some warnings
  Readded socket stuffto gtk.inc

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

25 years ago* some C++ness correction in wxStream.
Guilhem Lavaux [Tue, 8 Sep 1998 17:19:16 +0000 (17:19 +0000)] 
* some C++ness correction in wxStream.
* added support for DLL on Borland32
* fixed export bugs
* fixed a portability problem in socket.cpp
* added a missing function in utilsexc.cpp

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

25 years agoUpdated OGL documentation and tidied up some code
Julian Smart [Tue, 8 Sep 1998 14:38:35 +0000 (14:38 +0000)] 
Updated OGL documentation and tidied up some code

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

25 years ago Rewrote wxRadioBox (recompile)
Robert Roebling [Tue, 8 Sep 1998 00:27:29 +0000 (00:27 +0000)] 
  Rewrote wxRadioBox  (recompile)

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

25 years ago I debug DialogEd for five hours and then Karsten
Robert Roebling [Mon, 7 Sep 1998 22:38:10 +0000 (22:38 +0000)] 
  I debug DialogEd for five hours and then Karsten
  tells me that CaptureMouse is broken. Doh.

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

25 years ago Changed DnD MIME file type for file DnD. Understood?
Robert Roebling [Mon, 7 Sep 1998 22:04:40 +0000 (22:04 +0000)] 
  Changed DnD MIME file type for file DnD. Understood?

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

25 years ago After resolving all conflicts that came down the
Robert Roebling [Mon, 7 Sep 1998 22:01:55 +0000 (22:01 +0000)] 
  After resolving all conflicts that came down the
  telephone line: DialogEd is ready for general
  consumption now.

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

25 years agoFixed wxCheckBox on wxGTK (SetLabel called before widget creation),
Julian Smart [Mon, 7 Sep 1998 21:53:34 +0000 (21:53 +0000)] 
Fixed wxCheckBox on wxGTK (SetLabel called before widget creation),
wxListBox::GetSelection returning -1 now doesn't assert; wxProp improvements
for wxGTK; parser.y includes <io.h> under VC++ to eliminate 'read' warning

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

25 years ago Suppress warnings
Robert Roebling [Mon, 7 Sep 1998 18:04:27 +0000 (18:04 +0000)] 
  Suppress warnings

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

25 years ago Added USE_CONFIG
Robert Roebling [Mon, 7 Sep 1998 17:23:29 +0000 (17:23 +0000)] 
  Added USE_CONFIG
  A little more DnD work
  wxDialog now inherits from wxPanel (recompile)

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

25 years agook, now it _does_ compile
Vadim Zeitlin [Mon, 7 Sep 1998 15:38:51 +0000 (15:38 +0000)] 
ok, now it _does_ compile

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

25 years agocvs incorrectly merged my last change somehow (there a\were 2
Vadim Zeitlin [Mon, 7 Sep 1998 15:32:32 +0000 (15:32 +0000)] 
cvs incorrectly merged my last change somehow (there a\were 2
SetActiveTargets), corrected.

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

25 years ago wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
Robert Roebling [Mon, 7 Sep 1998 14:44:38 +0000 (14:44 +0000)] 
  wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
  Added Checkbox::SetLabel

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

25 years ago Much more aggressive for intercepting events and
Robert Roebling [Mon, 7 Sep 1998 12:29:07 +0000 (12:29 +0000)] 
  Much more aggressive for intercepting events and
    (not) redirecting them to wxWindows or GTK
    All widgets work now in DialogEd

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

25 years agoAdded wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample
Julian Smart [Mon, 7 Sep 1998 09:27:34 +0000 (09:27 +0000)] 
Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample

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

25 years ago Tries unsuccesfully to cure a few more problems
Robert Roebling [Mon, 7 Sep 1998 09:17:58 +0000 (09:17 +0000)] 
  Tries unsuccesfully to cure a few more problems
    for DialogEd
  wxFileSelector now sets the title
  Todo is quite complete now

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

25 years agosome clean up of the code
Vadim Zeitlin [Mon, 7 Sep 1998 09:01:35 +0000 (09:01 +0000)] 
some clean up of the code

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

25 years agotab traversal now works better (using uninitialized variable was a bad idea :-)
Vadim Zeitlin [Mon, 7 Sep 1998 08:59:10 +0000 (08:59 +0000)] 
tab traversal now works better (using uninitialized variable was a bad idea :-)

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

25 years agoadded wxLogSysError() in wxExecute() if the command fails
Vadim Zeitlin [Mon, 7 Sep 1998 08:57:14 +0000 (08:57 +0000)] 
added wxLogSysError() in wxExecute() if the command fails

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

25 years agowxGetHomeDir() added
Vadim Zeitlin [Mon, 7 Sep 1998 08:56:29 +0000 (08:56 +0000)] 
wxGetHomeDir() added

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

25 years agowxRegConfig now works again
Vadim Zeitlin [Mon, 7 Sep 1998 08:55:28 +0000 (08:55 +0000)] 
wxRegConfig now works again

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

25 years agothe notebook now has wxTAB_TRAVERSAL style
Vadim Zeitlin [Mon, 7 Sep 1998 08:54:52 +0000 (08:54 +0000)] 
the notebook now has wxTAB_TRAVERSAL style

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

25 years agoadded support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)
Vadim Zeitlin [Mon, 7 Sep 1998 08:53:49 +0000 (08:53 +0000)] 
added support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)

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

25 years ago"const" added to wxAceelTable ctor
Vadim Zeitlin [Mon, 7 Sep 1998 08:52:10 +0000 (08:52 +0000)] 
"const" added to wxAceelTable ctor

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

25 years agowxRegConfig now works correctly again
Vadim Zeitlin [Mon, 7 Sep 1998 08:48:06 +0000 (08:48 +0000)] 
wxRegConfig now works correctly again

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

25 years ago"const" added to wxAccelTable ctor
Vadim Zeitlin [Mon, 7 Sep 1998 08:46:57 +0000 (08:46 +0000)] 
"const" added to wxAccelTable ctor

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

25 years agoconst char *wxGetHomeDir(wxString*) added
Vadim Zeitlin [Mon, 7 Sep 1998 08:45:40 +0000 (08:45 +0000)] 
const char *wxGetHomeDir(wxString*) added

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

25 years agominor change (using wxLogNull no doesn't flush the old messages)
Vadim Zeitlin [Mon, 7 Sep 1998 08:44:46 +0000 (08:44 +0000)] 
minor change (using wxLogNull no doesn't flush the old messages)

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

25 years agoMade wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp
Julian Smart [Mon, 7 Sep 1998 07:58:29 +0000 (07:58 +0000)] 
Made wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp
for USE_SERIALL; included io.h for VC++ in socket.cpp

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

25 years ago Fillid in many more missing functions (such as Enable())
Robert Roebling [Sun, 6 Sep 1998 20:27:21 +0000 (20:27 +0000)] 
  Fillid in many more missing functions (such as Enable())
  There are still things to fix when compiling sockets ..

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

25 years ago wxMenu doesn't anylonger call the callback if the
Robert Roebling [Sun, 6 Sep 1998 18:47:46 +0000 (18:47 +0000)] 
 wxMenu doesn't anylonger call the callback if the
   event is only a highlight event (more similar to wxMSW)

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

25 years ago SetFont() the second
Robert Roebling [Sun, 6 Sep 1998 18:34:18 +0000 (18:34 +0000)] 
  SetFont() the second
  #ifdefed SetFont() in Statusbars destructor
  wxRadioBox setsize corrected (Still only simple layout)

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

25 years ago* Added wxsocket lib and sample (I hope I don't forget some file)
Guilhem Lavaux [Sun, 6 Sep 1998 18:28:00 +0000 (18:28 +0000)] 
* Added wxsocket lib and sample (I hope I don't forget some file)
* Updated some wx data and makefiles
* Updates on wxStream (reorganization)
 makefile for Windows will nearly follow
 wxSocket should work on wxGTK (I've tested it)

* IPC over Network is included

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

25 years agoCommented out Robert's SetFont change for now; changed menu handling slightly
Julian Smart [Sun, 6 Sep 1998 16:55:57 +0000 (16:55 +0000)] 
Commented out Robert's SetFont change for now; changed menu handling slightly
in Dialog Editor; use wxConfig now in Dialog Editor

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

25 years agoGetItem() now works (it was completely broken)
Vadim Zeitlin [Sun, 6 Sep 1998 15:57:43 +0000 (15:57 +0000)] 
GetItem() now works (it was completely broken)

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

25 years agoRemoved bitmap.cpp, bitmap.h from OGL
Julian Smart [Sun, 6 Sep 1998 14:57:36 +0000 (14:57 +0000)] 
Removed bitmap.cpp, bitmap.h from OGL

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

25 years agoVarious changes
Julian Smart [Sun, 6 Sep 1998 14:52:16 +0000 (14:52 +0000)] 
Various changes

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

25 years agoAdded some more class docs
Julian Smart [Sun, 6 Sep 1998 14:43:36 +0000 (14:43 +0000)] 
Added some more class docs

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

25 years agoRenamed bitmap.cpp to bmpshape.cpp to aid debugging
Julian Smart [Sun, 6 Sep 1998 14:35:53 +0000 (14:35 +0000)] 
Renamed bitmap.cpp to bmpshape.cpp to aid debugging

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

25 years agoOGL improvements
Julian Smart [Sun, 6 Sep 1998 14:32:25 +0000 (14:32 +0000)] 
OGL improvements

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

25 years ago Added SetFont to most controls and controls sample
Robert Roebling [Sun, 6 Sep 1998 13:46:50 +0000 (13:46 +0000)] 
  Added SetFont to most controls and controls sample
    (recompile)
  Added tiny bit of documentation to window.cpp

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

25 years agoRemoved some bugs
Julian Smart [Sat, 5 Sep 1998 22:36:13 +0000 (22:36 +0000)] 
Removed some bugs

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

25 years ago Fixed two small things in wxListCtrl
Robert Roebling [Sat, 5 Sep 1998 18:26:06 +0000 (18:26 +0000)] 
  Fixed two small things in wxListCtrl
  Removed SetSizeHint from wxDialog (recompile)
  Removed dialog modal flag
  Code clean up here and there

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