]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Mon, 12 Oct 1998 19:45:24 +0000 (19:45 +0000)]
Session management changes for wxMSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@820
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 12 Oct 1998 13:09:15 +0000 (13:09 +0000)]
1. wxTimer::Start() returns bool in wxGTK too (other minor corrections
to this class, such as "const" addition, Notify() is = 0 now...)
2. wxGTK::wxTextCtrl::Delete renamed to Clear for consistency
3. wx/wx_prec.h now includes wx/setup.h even if !wxUSE_PRECOMP because
otherwise (recently added) tests "#if wxUSE_IOSTREAMH" donb't work.
4. Other compilation fixes for wxGTK (now it compiles again)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@819
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 12 Oct 1998 07:46:15 +0000 (07:46 +0000)]
Changes related to stream includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@818
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 9 Oct 1998 20:26:44 +0000 (20:26 +0000)]
removed some rests of my tests (which should have never been checked in in the
first place)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@817
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 9 Oct 1998 12:01:58 +0000 (12:01 +0000)]
Dialog unit mods; wxProp tidying
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Thu, 8 Oct 1998 14:57:39 +0000 (14:57 +0000)]
change the last changes back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@815
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Thu, 8 Oct 1998 12:05:19 +0000 (12:05 +0000)]
error if a radiobox is horizontal:(change wxRA_VERTICAL to wxRA_HORIZONTAL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 8 Oct 1998 09:38:37 +0000 (09:38 +0000)]
crash under FreeBSD corrected (patch by David Hobley)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 7 Oct 1998 15:40:21 +0000 (15:40 +0000)]
odbc off by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 7 Oct 1998 11:04:27 +0000 (11:04 +0000)]
Latex updates; added defines to printdlg.h for referring to generic print dialogs
by standard names.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 7 Oct 1998 09:24:15 +0000 (09:24 +0000)]
Fixed stupid configure bug that failed to recognise gcc and set wrong options.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Oct 1998 07:35:36 +0000 (07:35 +0000)]
Version 0.4.1 for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@809
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 7 Oct 1998 05:39:08 +0000 (05:39 +0000)]
Added missing IMPLEMENT_DYNAMIC_CLASS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@808
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Oct 1998 09:33:58 +0000 (09:33 +0000)]
FreeBSD patch to sckaddr.cpp; include more files in manual; misc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@807
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 6 Oct 1998 08:50:01 +0000 (08:50 +0000)]
Makefiles now use CPPFLAGS in the same way as configure does.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@806
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 5 Oct 1998 16:21:28 +0000 (16:21 +0000)]
Added --with-unicode (not used yet) and --with-wcsrtombs options
to configurea and setup.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@805
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 5 Oct 1998 10:14:39 +0000 (10:14 +0000)]
Reversed meaning of orientation style, back to wxWin 1.68 meaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 5 Oct 1998 10:13:49 +0000 (10:13 +0000)]
Repaired radiobox problem.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 4 Oct 1998 22:12:55 +0000 (22:12 +0000)]
SetTitle() works even if menu was created without title initially (and setting
title to empty string removes it alltogether)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 4 Oct 1998 14:30:15 +0000 (14:30 +0000)]
wxGetUserName() now returns only the user name, not the comments
wxGetHostName() returns host.domain now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@801
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 3 Oct 1998 05:56:03 +0000 (05:56 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@800
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Oct 1998 00:25:17 +0000 (00:25 +0000)]
bogus assert removed, optimized (and removed a bug in process of doing it)
wxString::Trim
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@799
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 2 Oct 1998 12:53:08 +0000 (12:53 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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