]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Wed, 12 Aug 1998 22:42:01 +0000 (22:42 +0000)]
stack overflow when clicking on the arrow in a notebook fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@520
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 12 Aug 1998 22:41:02 +0000 (22:41 +0000)]
suppressed VC++ 5.0 bool to int conversion warning (when compiling with
USE_RESSOURCE_LOADING_IN_MSW only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@519
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 12 Aug 1998 22:38:30 +0000 (22:38 +0000)]
one more minor wxLogWindow fix (I try to get it really right...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@518
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 12 Aug 1998 22:37:20 +0000 (22:37 +0000)]
added a "wxWindow *" (unused) argument for wxGTK compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@517
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 12 Aug 1998 22:36:21 +0000 (22:36 +0000)]
explicit SetSelection/SetOldSelection methods added to wxNotebookEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@516
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 12 Aug 1998 21:39:12 +0000 (21:39 +0000)]
Forgot this one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@515
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 12 Aug 1998 21:24:51 +0000 (21:24 +0000)]
Added PushEventHandler, Pop...
Corrected spelling of SetEventhandler
Fixed two bugs in wxGenericPrintDlg
Tried in vain to make printing of icons work.
It now prints black on black, mostly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@514
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 12 Aug 1998 20:57:08 +0000 (20:57 +0000)]
had to modify it (added one pixel...) to be able to commit: the file in the
repository was indeed corrupted (as noticed by Robin a couple of days ago)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@513
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 12 Aug 1998 20:30:23 +0000 (20:30 +0000)]
file d&d (re)enabled under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@512
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 12 Aug 1998 16:14:15 +0000 (16:14 +0000)]
Looks like I've fixed the editing
bugs. Delete/Insert/Home/End/Ctrl-Delete all work as expected.
Cursor gets redrawn properly.
Scroll-to-cursor still missing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 12 Aug 1998 11:44:33 +0000 (11:44 +0000)]
Added wxFrame::OnCreateStatusBar and ToolBar
Added wxWindow::Raise and Lower
There isn't going to be wxFrame::SetToolBar.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@510
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 12 Aug 1998 09:16:21 +0000 (09:16 +0000)]
replaced by stubs files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@509
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 12 Aug 1998 08:50:25 +0000 (08:50 +0000)]
fixed mysterious mistakes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@508
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 12 Aug 1998 08:33:34 +0000 (08:33 +0000)]
Cursor and insert/delete work much better now, code streamlined, still
a minor problem left.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@507
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Aug 1998 21:14:47 +0000 (21:14 +0000)]
more minor changes to wxLogWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Aug 1998 21:12:06 +0000 (21:12 +0000)]
'\\' can be used to suppress special meaning in '%' and '$' in wxExpandEnvVars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Aug 1998 21:04:48 +0000 (21:04 +0000)]
static wxFile::Access() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@504
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Aug 1998 21:03:57 +0000 (21:03 +0000)]
static wxFile::Access() added (access() isn't ANSI neither...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@503
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Aug 1998 12:44:33 +0000 (12:44 +0000)]
controls.cpp didn't compile - missing MyTextCtrl declaration added (and what
OnRightButton is supposed to do?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@502
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 11 Aug 1998 11:53:55 +0000 (11:53 +0000)]
deleted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@501
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 11 Aug 1998 09:51:04 +0000 (09:51 +0000)]
Added empty Raise() and Lower() methods for compatibilty.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@500
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 10 Aug 1998 23:23:05 +0000 (23:23 +0000)]
Typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@499
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 10 Aug 1998 22:22:25 +0000 (22:22 +0000)]
Since wxREADONLY has disappeared, I had to change to wxTE_READONLY
in order to compile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@498
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Mon, 10 Aug 1998 19:57:59 +0000 (19:57 +0000)]
Small modifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@497
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Mon, 10 Aug 1998 18:09:07 +0000 (18:09 +0000)]
DP: GetBitmap() added to wxImageList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@496
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Mon, 10 Aug 1998 17:53:44 +0000 (17:53 +0000)]
DP: native wxTreeCtrl for GTK.
It *should* be buggy... Cause I do not know GTK...
But it works... I do not know why... Robert, please look at it...
I am not sure that it is ok...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@495
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 10 Aug 1998 13:48:12 +0000 (13:48 +0000)]
Various Dialog Editor-related mods; Dlg Ed. getting usable now under MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@494
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 10 Aug 1998 13:41:22 +0000 (13:41 +0000)]
Mod to allow hit-test on static to succeed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@493
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 10 Aug 1998 09:21:28 +0000 (09:21 +0000)]
added correct coordinate handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@492
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sun, 9 Aug 1998 19:42:11 +0000 (19:42 +0000)]
DP: Robert's mistake with incorrect var name corrected.
It even does not compile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@491
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 9 Aug 1998 17:26:41 +0000 (17:26 +0000)]
I didn't mean for this to be in the repository...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@490
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 9 Aug 1998 16:46:37 +0000 (16:46 +0000)]
Miscellaneous, mostly cosmetic changes. wxPen/wxFont/wxBrush altered so Set...
functions don't change shared objects.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@489
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 9 Aug 1998 16:31:10 +0000 (16:31 +0000)]
Stub header changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@488
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 9 Aug 1998 16:27:07 +0000 (16:27 +0000)]
Added stubs .cpp files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@487
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 9 Aug 1998 13:06:25 +0000 (13:06 +0000)]
Added Pop-up menus.
Hunted down bug in dnd
Changed widget, that wxWin connects to in certain
case (in controls, where m_widget is not the connect
widget, such as list control and text control)
Compile fixes all over
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@486
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 9 Aug 1998 08:31:08 +0000 (08:31 +0000)]
Initial version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@485
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 9 Aug 1998 07:15:59 +0000 (07:15 +0000)]
Made NOPCH overridable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@484
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Aug 1998 22:14:17 +0000 (22:14 +0000)]
wxWarning replaced with wxLogWarning (to solve the compilation problems due
to wxWarning's const incorrectness)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@483
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Aug 1998 22:08:04 +0000 (22:08 +0000)]
WXFARPROC prototyped as `typedef int (__stdcall *WXFARPROC)()' (does Borland
understand __stdcall?) to make the program compile with VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@482
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Aug 1998 21:42:39 +0000 (21:42 +0000)]
SetBackgroundColour() call is now done after the window is created, not before
(in which case ListCtrl_SetBkColor fails because it's called with HWND = 0)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@481
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Aug 1998 21:40:45 +0000 (21:40 +0000)]
wxDeleteStockLists() used (instead of duplicating part of it's code)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@480
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Aug 1998 21:39:43 +0000 (21:39 +0000)]
extra memory amount allocated for string data reduced to the paragraph multiple:
so, in principle, it shouldn't waste any memory at all now (unless someone finds
a malloc implementation which is capable of allocation less than 16 bytes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@479
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 8 Aug 1998 21:38:22 +0000 (21:38 +0000)]
some minor changes in wxLogWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@478
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 8 Aug 1998 13:44:36 +0000 (13:44 +0000)]
Correct the wxButton::Setlabel nonsense
Added wxFrame::SetClientSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@477
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 8 Aug 1998 13:11:54 +0000 (13:11 +0000)]
Added wxDC:DrawPolygone
Corrected wxBitmap::SetLabel
Added wxASSERT here and there
wxDropSource:DoDrop() now returns Cancel when supposed to
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@476
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 8 Aug 1998 09:19:47 +0000 (09:19 +0000)]
Added stub include files; also a couple more Dialog Editor files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@475
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 8 Aug 1998 06:56:37 +0000 (06:56 +0000)]
DP: framecmn.o & wincmn.o were duplicated...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@474
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 8 Aug 1998 06:38:16 +0000 (06:38 +0000)]
Another small modification... Sorry for CVS list overloading...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@473
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 8 Aug 1998 06:36:33 +0000 (06:36 +0000)]
Small modification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@472
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 8 Aug 1998 06:30:11 +0000 (06:30 +0000)]
Looks like I did that...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@471
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 8 Aug 1998 06:27:27 +0000 (06:27 +0000)]
Third try to commit....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@470
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 8 Aug 1998 05:20:46 +0000 (05:20 +0000)]
DP:
1. _() calls added where needed.
2. const added in params in postscrp.[h,cpp] in order to compile with
_().
3. Some .cvsignore added. (I did not found any .cvsignore in repository,
it is rather hard to compile something without them...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@469
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 7 Aug 1998 23:52:45 +0000 (23:52 +0000)]
Fixed various wxMSW compile problems that came down the telephone line...
plus wxTreeCtrl::EditLabel/EndEditLabel, dialog editor stuff, wxMSW header changes,
doc changes. Sorry about the quantity :-(
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@468
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:38:30 +0000 (22:38 +0000)]
stray #include "wincmn.cpp" removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@467
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:30:12 +0000 (22:30 +0000)]
wxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the
items at the end, for example, didn't work)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@466
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:27:33 +0000 (22:27 +0000)]
the modal dialogs restore the focus to the control which had it before the
dialog was displayed (earlier, the focus was lost all the time)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@465
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:25:09 +0000 (22:25 +0000)]
ProcessEvent() now saves the m_lastXXX parameters in case the event handler will
send any other events (without this it can easily lead to crash because DefWndProc
is called with garbage instead of correct parameters)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@464
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:22:30 +0000 (22:22 +0000)]
code using ms_PaintDC changed a little (a couple of asserts added, the behaviour
did not change)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@463
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:21:08 +0000 (22:21 +0000)]
improved handling of frames with parent: now they have a NULL parent HWND (to
avoid Win32 bugs in handling this situation) but still are iconized/restored
with their parent frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@462
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:18:43 +0000 (22:18 +0000)]
VZ: I removed (CASTWNDPROC) from ::CallWndProc - it doesn't compile here with it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@461
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:15:31 +0000 (22:15 +0000)]
WM_GETDLGCODE handling correctly implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@460
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:10:33 +0000 (22:10 +0000)]
a couple of missing calls to UngetWriteBuf() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@459
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:08:43 +0000 (22:08 +0000)]
now process UDN_DELTAPOS notification: up-down control (which appears if there
is not enough space for the pages) works correctly now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@458
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:07:03 +0000 (22:07 +0000)]
added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for
VC++: it gives at the end of the program report about memory leaks if any
similar to the one produced by the wxwin memory diagnostic classes (but it
works without problems with VC++ and costs nothing to add)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@457
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 22:03:16 +0000 (22:03 +0000)]
couple of minor bug fixes/enhancements (interface unchanged)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@456
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 7 Aug 1998 21:32:13 +0000 (21:32 +0000)]
More configure fixes
/src/qt and /include/wx/qt now have stubs. Not everything
compiles yet. But it's a start..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@455
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 7 Aug 1998 20:23:17 +0000 (20:23 +0000)]
More work on wxQt integration, configure
I tried notr to break anything...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@454
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 7 Aug 1998 18:28:52 +0000 (18:28 +0000)]
Added missing call to wxInitializeStockLists() in CommonInit.
Come on people! Before checking in changes that affect more than one
platform, please test more than one platform!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@453
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 7 Aug 1998 17:32:54 +0000 (17:32 +0000)]
Removed a ">>>>>>> 1.5" (a CVS conflict indicator) that got left in
the code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@452
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 7 Aug 1998 17:07:43 +0000 (17:07 +0000)]
Removed duplicate definitions of GetMenuCount and GetMenu so I could
compile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@451
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Aug 1998 15:09:04 +0000 (15:09 +0000)]
(1) Denis Pershin's patch for wxGTK (memory leaks corrections)
(2) DELETEP/DELETEA globally renamed to wxDELETE/wxDELETEA and now also NULL
their argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@450
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Thu, 6 Aug 1998 20:12:56 +0000 (20:12 +0000)]
* Typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@449
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 6 Aug 1998 19:49:54 +0000 (19:49 +0000)]
Fixed someone's compile error in regconf.cpp (needed a cast to non-const).
Added nplugin sample HTML files, even if the samples have broken :-(
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@448
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 6 Aug 1998 19:42:06 +0000 (19:42 +0000)]
OGL fixes; documentation fixes; dialog editor updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@447
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 6 Aug 1998 19:23:19 +0000 (19:23 +0000)]
several fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@446
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Aug 1998 19:07:05 +0000 (19:07 +0000)]
Fixed compilation (add serbase.cpp)
Added ListBox::SetString
Changed listbox message behaviour to match wxMSW (I hope)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@445
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Aug 1998 17:03:46 +0000 (17:03 +0000)]
Now configure actually finds Lesstif and Qt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@444
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Aug 1998 16:18:34 +0000 (16:18 +0000)]
New Unix configure system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@443
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 5 Aug 1998 21:51:47 +0000 (21:51 +0000)]
compilation problem under Windows fixed (Karsten, you should use a cast when
calling a const function from a non-const one - gcc compiles it it, but it's
broken)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@442
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Wed, 5 Aug 1998 17:12:43 +0000 (17:12 +0000)]
* Added source file info in utils/serialize/*
* Added Windows support in dynlib.cpp (not tested)
* Added some operator in wxStream
* Added a mutex in thread sample (more later)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@441
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 5 Aug 1998 16:35:09 +0000 (16:35 +0000)]
Fixed popup menu processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@440
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 5 Aug 1998 16:33:18 +0000 (16:33 +0000)]
Removed /install/gtk/configure from cvs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@439
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 5 Aug 1998 14:15:13 +0000 (14:15 +0000)]
added SetRecordDefaults() and IsRecordingDefaults() methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@438
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 5 Aug 1998 07:13:08 +0000 (07:13 +0000)]
Various bug fixes to OGL; wxStripExtension prototype added to filefn.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@437
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Tue, 4 Aug 1998 17:49:26 +0000 (17:49 +0000)]
* Fixes and new features in wxObject*Stream
* Fixes: wxChoice (GTK), wxCheckBox (GTK)
* Fixes: wxStream
* wxObject calls wx*Serialize::LoadObject/StoreObject in StoreObject/LoadObject
* Added support for dynamic library (Linux only, Windows will follow)
* Added serbase.h (Serialization base defines and base object)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@436
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Tue, 4 Aug 1998 17:45:20 +0000 (17:45 +0000)]
* Added serialization code to the repository
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@435
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 4 Aug 1998 16:42:34 +0000 (16:42 +0000)]
added wxLogWindow::GetFrame()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@434
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 4 Aug 1998 16:05:22 +0000 (16:05 +0000)]
size_t -> int conversion and the warnings about it corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@433
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 4 Aug 1998 10:26:56 +0000 (10:26 +0000)]
re-fixed wxFileConfig(wxString, wxString) constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@432
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 4 Aug 1998 07:24:05 +0000 (07:24 +0000)]
Small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@431
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 23:23:56 +0000 (23:23 +0000)]
1) wxFileConfig now longer tries to delete system-wide config file in DeleteAll
(only the user's one)
2) wxLogStream "un#indef'ed" under wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@430
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 23:05:07 +0000 (23:05 +0000)]
check that wxTheApp != NULL in wxLog::GetActiveTarget
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@429
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 23:03:59 +0000 (23:03 +0000)]
crash in wxLog::GetActiveTarget() fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@428
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 22:59:50 +0000 (22:59 +0000)]
added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@427
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 22:57:30 +0000 (22:57 +0000)]
SelectItem() always sends the notification messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@426
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 22:55:59 +0000 (22:55 +0000)]
wxApp::Get/SetVendorName functions added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@425
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 22:54:15 +0000 (22:54 +0000)]
added wxLocale::Init() and ctor without arguments for convenience
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@424
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 22:49:01 +0000 (22:49 +0000)]
minor changes and bug corrections (interface unchanged)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@423
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Aug 1998 22:37:42 +0000 (22:37 +0000)]
wxConfig sample + wxGTK makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@422
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 3 Aug 1998 15:11:47 +0000 (15:11 +0000)]
grmbl, typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@421
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775