]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agoRemoved DrawOpenSpline since it doesn't seem to be needed, with required changes
Julian Smart [Fri, 2 Oct 1998 12:50:01 +0000 (12:50 +0000)] 
Removed DrawOpenSpline since it doesn't seem to be needed, with required changes
in all ports. Added Motif wxFileDialog. Added wxPostScriptModule and removed
PostScript init in app.cpp. Also removed wxMessageBox function from
generic implementation. Windows release .exes are now smaller (< 300K for minimal.exe).
Some OGL updates. __try -> try in MSW main.cpp. BC++ 5 fixes.

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

25 years agoVersion 0.4 of wxPython for MSW.
Robin Dunn [Fri, 2 Oct 1998 06:44:50 +0000 (06:44 +0000)] 
Version 0.4 of wxPython for MSW.

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

25 years agoAdded wxFrame::SetStatusBar for wxPython
Robin Dunn [Fri, 2 Oct 1998 06:38:30 +0000 (06:38 +0000)] 
Added wxFrame::SetStatusBar for wxPython

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

25 years agoFound the RIGHT place to make the __unix__ fix.
Robin Dunn [Wed, 30 Sep 1998 23:48:21 +0000 (23:48 +0000)] 
Found the RIGHT place to make the __unix__ fix.

Undoing the other changes I just made.

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

25 years agoFound the RIGHT place to make the __unix__ fix.
Robin Dunn [Wed, 30 Sep 1998 23:37:45 +0000 (23:37 +0000)] 
Found the RIGHT place to make the __unix__ fix.

Undoing the other changes I just made.

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

25 years agofixed some ifdef's to also check for __unix__
Robin Dunn [Wed, 30 Sep 1998 23:13:29 +0000 (23:13 +0000)] 
fixed some ifdef's to also check for __unix__

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

25 years agofixed Stricmp ifdef to also check for __unix__
Robin Dunn [Wed, 30 Sep 1998 23:07:37 +0000 (23:07 +0000)] 
fixed Stricmp ifdef to also check for __unix__

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

25 years ago* wxSocket doc updates.
Guilhem Lavaux [Wed, 30 Sep 1998 17:45:29 +0000 (17:45 +0000)] 
* wxSocket doc updates.

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

25 years agoUninitialised variable initialised (state in OnIdle)
Julian Smart [Wed, 30 Sep 1998 12:48:30 +0000 (12:48 +0000)] 
Uninitialised variable initialised (state in OnIdle)

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

25 years agofixed wxString::Mid() bug
Vadim Zeitlin [Wed, 30 Sep 1998 12:41:13 +0000 (12:41 +0000)] 
fixed wxString::Mid() bug

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

25 years ago*** empty log message ***
Mart Raudsepp [Wed, 30 Sep 1998 09:15:59 +0000 (09:15 +0000)] 
*** empty log message ***

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

25 years agomore wxConfig and xwLog docs (sorry for the delay)
Vadim Zeitlin [Wed, 30 Sep 1998 00:48:01 +0000 (00:48 +0000)] 
more wxConfig and xwLog docs (sorry for the delay)

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

25 years ago1) wxGTK now use the new, native implementation of wxTreeCtrl.
Vadim Zeitlin [Tue, 29 Sep 1998 20:02:53 +0000 (20:02 +0000)] 
1) wxGTK now use the new, native implementation of wxTreeCtrl.
2) The treectrl sample uses the icons (not only under Windows).
3) A couple of minor changes in treectrl.cpp itself.

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

25 years agomore bug fixes after USE_ to wxUSE_ change (now it finally seems to work)
Vadim Zeitlin [Tue, 29 Sep 1998 19:12:16 +0000 (19:12 +0000)] 
more bug fixes after USE_ to wxUSE_ change (now it finally seems to work)

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

25 years agoRemoved removal of config.log which is stupid and hinders debugging.
Karsten Ballüder [Tue, 29 Sep 1998 14:26:28 +0000 (14:26 +0000)] 
Removed removal of config.log which is stupid and hinders debugging.

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

25 years agoSee the prev one.
Denis Pershin [Tue, 29 Sep 1998 12:36:49 +0000 (12:36 +0000)] 
See the prev one.

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

25 years agoTotally rewritten TreeCtrl for GTK...
Denis Pershin [Tue, 29 Sep 1998 12:35:49 +0000 (12:35 +0000)] 
Totally rewritten TreeCtrl for GTK...
Now it supports images...

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

25 years agoMore wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete
Julian Smart [Mon, 28 Sep 1998 15:42:54 +0000 (15:42 +0000)] 
More wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete
operator correction for VC++ 6

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

25 years agoAdded sys/types.h needed for Solaris.
Karsten Ballüder [Mon, 28 Sep 1998 15:38:09 +0000 (15:38 +0000)] 
Added sys/types.h needed for Solaris.

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

25 years agoan extra backslash removed
Vadim Zeitlin [Mon, 28 Sep 1998 14:55:45 +0000 (14:55 +0000)] 
an extra backslash removed

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

25 years agoUSE_xxx => wxUSE_xxx: all samples compile except memcheck
Vadim Zeitlin [Fri, 25 Sep 1998 15:28:18 +0000 (15:28 +0000)] 
USE_xxx => wxUSE_xxx: all samples compile except memcheck

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

25 years agoUSE_ => wxUSE_
Vadim Zeitlin [Fri, 25 Sep 1998 15:00:00 +0000 (15:00 +0000)] 
USE_ => wxUSE_

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

25 years ago2nd part of USE_xxx to wxUSE_xxx change
Vadim Zeitlin [Fri, 25 Sep 1998 14:53:45 +0000 (14:53 +0000)] 
2nd part of USE_xxx to wxUSE_xxx change

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

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