]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agominor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled()
Vadim Zeitlin [Wed, 14 Oct 1998 23:53:24 +0000 (23:53 +0000)] 
minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled()
added) + wxTimer member vars are made protected again (but a friend decl
added for the callback)

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

25 years agoFixed VC++ compile error in mstream; formatted window.cpp.
Julian Smart [Wed, 14 Oct 1998 19:06:51 +0000 (19:06 +0000)] 
Fixed VC++ compile error in mstream; formatted window.cpp.

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

25 years ago* wxSocket fixes
Guilhem Lavaux [Wed, 14 Oct 1998 17:36:50 +0000 (17:36 +0000)] 
* wxSocket fixes
* wxStream: - new inheritance, new stream buffer, nearly the same API for the
              end user
            - updated other streams consequently
* wxGTK: some change to make it compile on GTK 1.0 and GTK 1.1
* small changes on wxThread to prepare a more reentrant lib
* wxVariant works with wxStream too now

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

25 years agoRemoved windows.h and friend function.
Julian Smart [Wed, 14 Oct 1998 17:11:12 +0000 (17:11 +0000)] 
Removed windows.h and friend function.

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

25 years agono message
Unknown (UG) [Wed, 14 Oct 1998 17:00:41 +0000 (17:00 +0000)] 
no message

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

25 years agogeneral updates, more to come
Unknown (UG) [Wed, 14 Oct 1998 16:45:34 +0000 (16:45 +0000)] 
general updates, more to come

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

25 years agofix for private access for wxTimerProc
Unknown (UG) [Wed, 14 Oct 1998 16:43:19 +0000 (16:43 +0000)] 
fix for private access for wxTimerProc

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

25 years agoProtected -> public
Julian Smart [Wed, 14 Oct 1998 16:30:43 +0000 (16:30 +0000)] 
Protected -> public

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

25 years agofix for vc4.2+ for c++ standard exception handling
Unknown (UG) [Wed, 14 Oct 1998 16:29:51 +0000 (16:29 +0000)] 
fix for vc4.2+ for c++ standard exception handling

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

25 years agoRewrote ConvertToStandardCommandArgs; resource.h correction; ntwxwin.mak
Julian Smart [Wed, 14 Oct 1998 08:13:09 +0000 (08:13 +0000)] 
Rewrote ConvertToStandardCommandArgs; resource.h correction; ntwxwin.mak
correction

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

25 years agoerror in func ConvertToStandardCommandArgs with argv[]
Mart Raudsepp [Wed, 14 Oct 1998 06:45:08 +0000 (06:45 +0000)] 
error in func ConvertToStandardCommandArgs with argv[]

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

25 years agoSession management changes for wxMSW.
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

25 years ago1. wxTimer::Start() returns bool in wxGTK too (other minor corrections
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

25 years agoChanges related to stream includes
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

25 years agoremoved some rests of my tests (which should have never been checked in in the
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

25 years agoDialog unit mods; wxProp tidying
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

25 years agochange the last changes back
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

25 years agoerror if a radiobox is horizontal:(change wxRA_VERTICAL to wxRA_HORIZONTAL)
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

25 years agocrash under FreeBSD corrected (patch by David Hobley)
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

25 years agoodbc off by default
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

25 years agoLatex updates; added defines to printdlg.h for referring to generic print dialogs
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

25 years agoFixed stupid configure bug that failed to recognise gcc and set wrong options.
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

25 years agoVersion 0.4.1 for wxGTK
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

25 years agoAdded missing IMPLEMENT_DYNAMIC_CLASS
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

25 years agoFreeBSD patch to sckaddr.cpp; include more files in manual; misc
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

25 years agoMakefiles now use CPPFLAGS in the same way as configure does.
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

25 years agoAdded --with-unicode (not used yet) and --with-wcsrtombs options
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

25 years agoReversed meaning of orientation style, back to wxWin 1.68 meaning.
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

25 years agoRepaired radiobox problem.
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

25 years agoSetTitle() works even if menu was created without title initially (and setting
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

25 years agowxGetUserName() now returns only the user name, not the comments
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

25 years ago*** empty log message ***
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

25 years agobogus assert removed, optimized (and removed a bug in process of doing it)
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

25 years ago*** empty log message ***
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

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