]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Mon, 9 Nov 1998 11:57:05 +0000 (11:57 +0000)]
Removed references to DEBUG and WXDEBUG; cured Motif font problem; removed
some warnings in OGL; fixed bug in wxChoice
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@974
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Mon, 9 Nov 1998 08:09:03 +0000 (08:09 +0000)]
if the wxTextCtrl is empty set by SetInsertionPointEnd to 0 and not to -1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@973
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 9 Nov 1998 06:15:41 +0000 (06:15 +0000)]
Suppressed warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@972
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 8 Nov 1998 22:35:18 +0000 (22:35 +0000)]
OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs.
Sorry, I may be overwriting changes Robert made due to a file copying error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@971
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 8 Nov 1998 16:42:20 +0000 (16:42 +0000)]
Compile and build fixes for wxGTK and wxMotif
Removed somw more warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@970
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 8 Nov 1998 15:16:11 +0000 (15:16 +0000)]
Minor changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@969
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 7 Nov 1998 13:55:50 +0000 (13:55 +0000)]
Fixed 5 bugs in wxImage and Blit
Removed warning messages
Some more clientdata fiddleing
Added bitmap support to wxTreeCtrl
Fixed some bugs in wxTreeCtrl
Added licence.txt to /docs/gtk/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@968
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 6 Nov 1998 13:13:43 +0000 (13:13 +0000)]
Second try at doing Set/GetClient right
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@967
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 6 Nov 1998 09:45:23 +0000 (09:45 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@966
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 6 Nov 1998 09:33:25 +0000 (09:33 +0000)]
dll fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@965
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 6 Nov 1998 08:50:52 +0000 (08:50 +0000)]
SetEventData for a few widgets
Re-installed wxBitmaps::LoafFile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@964
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 4 Nov 1998 22:29:37 +0000 (22:29 +0000)]
Added GetRect to region iterator; cured window.cpp problem for BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@963
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 4 Nov 1998 22:17:19 +0000 (22:17 +0000)]
Added Motif install.txt.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@962
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 4 Nov 1998 22:16:10 +0000 (22:16 +0000)]
Removed wxUpdateIterator documentation, added wxRegionIterator documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@961
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 4 Nov 1998 13:07:46 +0000 (13:07 +0000)]
Changed m_font to * GetFont() since m_font isn't in all implementations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@960
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 4 Nov 1998 12:03:48 +0000 (12:03 +0000)]
Test for image conversion correctness.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@959
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 3 Nov 1998 15:45:55 +0000 (15:45 +0000)]
file got garbled, replaced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@958
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 3 Nov 1998 15:43:57 +0000 (15:43 +0000)]
Dialog Editor bug fixes, several other small ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@957
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 3 Nov 1998 14:46:38 +0000 (14:46 +0000)]
Bit fiddling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 3 Nov 1998 11:19:58 +0000 (11:19 +0000)]
Fix for TextCtrl problem as reported by Vegh
Move definition of wxMenuItem to /gtk/menuitem.h
Radical change of how to insert a child into a
paren window. As C++ doesn't have any VMT in
a class's consructor, I have to use a callback.
Fixed culumn resizing bug in wxListCtrl
Fixed menu height bug in MDI code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 3 Nov 1998 09:22:52 +0000 (09:22 +0000)]
New generated code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 3 Nov 1998 09:21:57 +0000 (09:21 +0000)]
fixed a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 2 Nov 1998 14:12:29 +0000 (14:12 +0000)]
DnD fixes
Image fixes
Clipboard API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 2 Nov 1998 14:09:42 +0000 (14:09 +0000)]
Added test.xpm generated from horse.png, for compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Mon, 2 Nov 1998 00:53:35 +0000 (00:53 +0000)]
All functionality I know hot implement already implemented.
Testing is needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@950
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 1 Nov 1998 21:48:22 +0000 (21:48 +0000)]
fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 31 Oct 1998 10:12:29 +0000 (10:12 +0000)]
Font fixes and icons in report view for list control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@948
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 31 Oct 1998 05:43:05 +0000 (05:43 +0000)]
Visible functions implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@947
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 31 Oct 1998 04:29:25 +0000 (04:29 +0000)]
wxTreeCtrl changes:
More functions implemented...
I cannot rid of one assert... I do not know what should
I do to avoid it... It happens on collapsing...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@946
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 30 Oct 1998 19:52:46 +0000 (19:52 +0000)]
Compile fixes for tree ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@945
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 30 Oct 1998 19:37:03 +0000 (19:37 +0000)]
Fixes to fonts, static text, radiobox, frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@944
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 30 Oct 1998 18:27:55 +0000 (18:27 +0000)]
regenerated configure from new configure.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@943
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 30 Oct 1998 12:55:48 +0000 (12:55 +0000)]
items without children couldn't be expanded even after a call to
SetHasChildren() - fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@942
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 30 Oct 1998 11:24:38 +0000 (11:24 +0000)]
wait4() now extern "C" :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@941
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 30 Oct 1998 11:24:16 +0000 (11:24 +0000)]
fixed wxICON() usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@940
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 30 Oct 1998 10:58:04 +0000 (10:58 +0000)]
added wait4() prototype for solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@939
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 30 Oct 1998 10:14:58 +0000 (10:14 +0000)]
fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@938
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 30 Oct 1998 09:50:04 +0000 (09:50 +0000)]
fixed destructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@937
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 30 Oct 1998 09:17:24 +0000 (09:17 +0000)]
Tought Systemettings that sysfont has 12 pts
wxListCtrl can now resize column by dragging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@936
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 29 Oct 1998 22:57:46 +0000 (22:57 +0000)]
24-bit rendering from wxImage into wxBitmap
I think requiring GTK 1.0.4 is enough (not 1.0.6)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@935
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 29 Oct 1998 18:03:18 +0000 (18:03 +0000)]
Big color update with the newest information
from the GTK+ hot-line, eh mail-list. The news
is that they don't know what they do.
Conversion from 12pt, wxSWISS, wxNORMAL, wxNORMAL to
GTK+ system font
Probably some other things
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@934
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 28 Oct 1998 21:47:16 +0000 (21:47 +0000)]
(very) small changes for Windows compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@933
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 28 Oct 1998 21:32:29 +0000 (21:32 +0000)]
some old changes I forgot to check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@932
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Wed, 28 Oct 1998 18:29:51 +0000 (18:29 +0000)]
* Build IODBC on demand on unix.
* wxStream updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@931
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 28 Oct 1998 15:28:21 +0000 (15:28 +0000)]
Mac fixes (thanks to Stefan Csomor)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@930
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Wed, 28 Oct 1998 15:26:39 +0000 (15:26 +0000)]
Minor modifications...
Vadim skipped some mistakes due to wxTreeItemId on msw == long
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@929
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Wed, 28 Oct 1998 13:21:29 +0000 (13:21 +0000)]
wxWave class for wxGTK (linux)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@928
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 28 Oct 1998 11:44:41 +0000 (11:44 +0000)]
DnD
RadioBox layout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@927
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 27 Oct 1998 22:03:21 +0000 (22:03 +0000)]
Fixes, typos etc...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@926
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 27 Oct 1998 17:58:46 +0000 (17:58 +0000)]
Motif wxNotebook about done; added print/preview to OGLEdit sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@925
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 27 Oct 1998 17:09:42 +0000 (17:09 +0000)]
"unsigned char" restored in wxColour ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@924
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 27 Oct 1998 15:04:35 +0000 (15:04 +0000)]
Added background colour again
Added wxTextCtrl methods
Removed Imlib
-> Recompile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@923
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 27 Oct 1998 09:55:07 +0000 (09:55 +0000)]
more fixes, printing works quite fine now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@922
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 Oct 1998 18:34:17 +0000 (18:34 +0000)]
Added OnEraseBackground to wxNotebook on wxMSW to avoid black background;
wxTreeCtrl mod for BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@921
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 Oct 1998 18:32:07 +0000 (18:32 +0000)]
Added simple notebook sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@920
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Oct 1998 17:11:33 +0000 (17:11 +0000)]
final (?) changes to the generic tree ctrl -- seems to work ok
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@919
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 Oct 1998 17:10:25 +0000 (17:10 +0000)]
Motif and other mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@918
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 26 Oct 1998 13:29:15 +0000 (13:29 +0000)]
interchanged w and h in wxSplitterWindow::OnSashPositionChange (now
it does what expected)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@917
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 26 Oct 1998 10:56:58 +0000 (10:56 +0000)]
Implemented wxScreenDC the hard way
INcreased menu bar size
Ripped off handles (a few days ago)
Corrected $Id:$ somewhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@916
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 26 Oct 1998 00:19:25 +0000 (00:19 +0000)]
Did much work on colors. It doesn't work and I guess
it's a GTK bug.
Small change to Blit()
Added GTK_NO_TYPE_CHECK when compiling without debug_flag
Added more wxCHECK_XXX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@915
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Sun, 25 Oct 1998 17:04:49 +0000 (17:04 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@914
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Sun, 25 Oct 1998 16:31:41 +0000 (16:31 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@913
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 25 Oct 1998 11:08:43 +0000 (11:08 +0000)]
Printing moreless works now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@912
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 25 Oct 1998 11:07:54 +0000 (11:07 +0000)]
Fixed a trivial error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@911
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Sun, 25 Oct 1998 07:37:45 +0000 (07:37 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@910
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Sun, 25 Oct 1998 01:48:51 +0000 (01:48 +0000)]
minor changes for windows compilability
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@909
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 24 Oct 1998 23:53:20 +0000 (23:53 +0000)]
some new functions:
1. wxTreeItemData::SetId() added
2. wxTreeCtrl::SetItemHasChildren() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@908
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 24 Oct 1998 20:25:36 +0000 (20:25 +0000)]
Added support for frames without borders (such as for
splash screen) with wxSIMPLE_BORDER
Fixed tooltip bug -> recompile everything
Added validators to wxListCtrl
Fixed Create/Realize bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@907
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sat, 24 Oct 1998 18:08:20 +0000 (18:08 +0000)]
Rewrite. Cursor handling better, split Layout() and Draw(), faster.
Printing almost works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@906
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 24 Oct 1998 17:12:05 +0000 (17:12 +0000)]
Removed usage of GdkImlib
Added platform independent wxImage class
Changed wxBitmap and wxImageList accordingly
Correctted header text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Sat, 24 Oct 1998 14:55:43 +0000 (14:55 +0000)]
uint to unsigned int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Sat, 24 Oct 1998 05:52:43 +0000 (05:52 +0000)]
Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot,
AppendItem... InsertItem and PrependItem is not working...
Sample modified to new API. I understand that operator wxTreeItemId::long()
exists on MSW wxWindows, but on wxGTK id type is a pointer...
2Vadim: Please test the sample with MSW wxTreeCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 23 Oct 1998 18:22:30 +0000 (18:22 +0000)]
More Motif changes (colour/font stuff)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 23 Oct 1998 13:15:15 +0000 (13:15 +0000)]
1. Split{Horizontal|Vertical} now accept negative args to set the
size of right/lower pane (positive arg sets the size of
left/upper one as before, 0 is the same as -1 before: choose
default)
2. OnSashPositionChange() virtual function added - it may return
FALSE to cancel position change
3. splitter sample and docs (couldn't compile them though) updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 22 Oct 1998 14:13:54 +0000 (14:13 +0000)]
Added casts to fix compile problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 22 Oct 1998 14:08:14 +0000 (14:08 +0000)]
More-or-less finished reasonably cool wxToolBar class with tooltips.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 22 Oct 1998 10:44:07 +0000 (10:44 +0000)]
Added WXHTREEITEM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 22 Oct 1998 10:43:16 +0000 (10:43 +0000)]
Mods for Gnu-Win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 21 Oct 1998 22:21:09 +0000 (22:21 +0000)]
SetBackground for ListBox and others
Removed the old and famous wxSplitter bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 Oct 1998 21:43:20 +0000 (21:43 +0000)]
More Motif stuff incl. beginnings of wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Oct 1998 18:59:15 +0000 (18:59 +0000)]
added a "lib" target for generating a wxPython library for static
linking with other apps.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Wed, 21 Oct 1998 08:34:32 +0000 (08:34 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Oct 1998 01:14:27 +0000 (01:14 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 Oct 1998 01:13:13 +0000 (01:13 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Oct 1998 21:47:34 +0000 (21:47 +0000)]
Sample Setup.in file for Linux
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@890
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 20 Oct 1998 21:40:39 +0000 (21:40 +0000)]
added back the missing "unsigned"s to wxColour ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 20 Oct 1998 15:08:30 +0000 (15:08 +0000)]
sorry... forgot to commit these 2 files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 20 Oct 1998 14:47:14 +0000 (14:47 +0000)]
Updated todo list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 20 Oct 1998 14:35:22 +0000 (14:35 +0000)]
wxColour(const char *) ctor related modifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Tue, 20 Oct 1998 13:24:00 +0000 (13:24 +0000)]
fix for wxColour breakage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Tue, 20 Oct 1998 12:58:02 +0000 (12:58 +0000)]
fix for wxUSE_IOSTREAMH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 20 Oct 1998 11:39:43 +0000 (11:39 +0000)]
Removed WS_BORDER style since borders have suddenly appeared around several
controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Tue, 20 Oct 1998 11:00:58 +0000 (11:00 +0000)]
fix for precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Tue, 20 Oct 1998 10:53:49 +0000 (10:53 +0000)]
fix for precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Denis Pershin [Tue, 20 Oct 1998 07:47:25 +0000 (07:47 +0000)]
.cvsignores added
Begin my work on wxTreeCtrl for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Oct 1998 07:39:22 +0000 (07:39 +0000)]
newly generated files from SWIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Oct 1998 07:38:04 +0000 (07:38 +0000)]
bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Oct 1998 06:45:33 +0000 (06:45 +0000)]
New wxTreeCtrl wrappers (untested)
some changes in helpers
etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Oct 1998 02:11:12 +0000 (02:11 +0000)]
Commented out constructor causing ambiguity
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 20 Oct 1998 02:10:29 +0000 (02:10 +0000)]
commented out constructor causing ambiguity
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775