]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Sun, 22 Nov 1998 22:32:53 +0000 (22:32 +0000)]
Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed
wxTrace to wxDebugLog in memory.cpp and also app.cpp (please check this works
on wxGTK!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1020
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 22 Nov 1998 19:48:02 +0000 (19:48 +0000)]
Fixed return code of GetSelectionCount()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 22 Nov 1998 19:45:43 +0000 (19:45 +0000)]
fixed bug for empty lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sun, 22 Nov 1998 15:59:54 +0000 (15:59 +0000)]
* Renamed fstream.h in wfstream.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 22 Nov 1998 04:20:32 +0000 (04:20 +0000)]
Changed the event handling to use events, instead of just virtual functions.
This is so wxPython can derive from the class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 21 Nov 1998 15:40:35 +0000 (15:40 +0000)]
Doc updates (debug stuff); Cygwin corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sat, 21 Nov 1998 12:47:07 +0000 (12:47 +0000)]
* Changed fstream.* in wfstream.*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 19 Nov 1998 20:34:59 +0000 (20:34 +0000)]
fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 18 Nov 1998 17:37:48 +0000 (17:37 +0000)]
Added support for SCROLL_TOP and _BOTTOM events
Corrected behaviour for Blit with LogicalFunctions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1012
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 17 Nov 1998 23:03:15 +0000 (23:03 +0000)]
Cured BC++ makefile bug; wxGrid fix; updated Motif install.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 17 Nov 1998 22:44:47 +0000 (22:44 +0000)]
Added sash window and layout window docs; added wxLog... and assert functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1010
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 16 Nov 1998 14:38:46 +0000 (14:38 +0000)]
Hm, FortyThieves' cards were all black.
MDI insert child bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1009
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Mon, 16 Nov 1998 11:48:53 +0000 (11:48 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1008
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 16 Nov 1998 09:30:53 +0000 (09:30 +0000)]
Fixed bad bad bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1007
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 16 Nov 1998 08:31:32 +0000 (08:31 +0000)]
Fixed bug in dc::blit()
Redid fix in fileconf
FortyThieves works now..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 16 Nov 1998 07:18:28 +0000 (07:18 +0000)]
Fixed resizing of wxTextCtrl
Added clientdata to menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1005
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 16 Nov 1998 00:01:43 +0000 (00:01 +0000)]
Generic treectrl for wxPython/GTK compiles...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1004
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 15 Nov 1998 23:04:59 +0000 (23:04 +0000)]
Removing some ifdef's for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1003
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 15 Nov 1998 21:53:27 +0000 (21:53 +0000)]
Fix to parser.y to make it compile with makefile.unx; wxFileConfig
adds a / to user path if necessary; OGL sample cleans itself up;
wxLog fixes in app.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 15 Nov 1998 17:57:55 +0000 (17:57 +0000)]
Added new wxBitmapButton implementation
Build fixes in base classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1001
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 15 Nov 1998 17:01:25 +0000 (17:01 +0000)]
Replaced kbList with wxList.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 15 Nov 1998 15:29:28 +0000 (15:29 +0000)]
Coompilation fixes for GTK 1.1.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@999
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 14 Nov 1998 20:20:00 +0000 (20:20 +0000)]
Added spinbutton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@998
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 14 Nov 1998 20:17:32 +0000 (20:17 +0000)]
Doc corrections
fixed listbox setbackground
added spinbutton sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@997
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 13 Nov 1998 20:47:22 +0000 (20:47 +0000)]
1. GetNextChild() bug fixed in generic version
2. GetChildrenCount(bool recursive) added to all versions, implemented
only in the generic one so far
3. Sample slightly modified to show new function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@996
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 12 Nov 1998 22:47:51 +0000 (22:47 +0000)]
Accelerators implemented for wxMotif; some wxComboBox stupidities cured
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@995
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 12 Nov 1998 18:18:29 +0000 (18:18 +0000)]
Last fixes for wxMotif and configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@994
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 12 Nov 1998 16:40:16 +0000 (16:40 +0000)]
Compile fixes, warnings etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@993
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 12 Nov 1998 16:02:36 +0000 (16:02 +0000)]
"make depend" finally seems to work (thanks to Kristján Jónsson)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@992
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 12 Nov 1998 06:12:38 +0000 (06:12 +0000)]
CalcBoundingBox() added so that Max() works in wxDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@991
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Wed, 11 Nov 1998 18:06:28 +0000 (18:06 +0000)]
* Fixes.
* Added end process notification in motif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@990
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 11 Nov 1998 14:39:42 +0000 (14:39 +0000)]
Motif bug fixes; dialog OnPaint works now; wxColourDialog tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@989
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 11 Nov 1998 14:19:46 +0000 (14:19 +0000)]
Still bit fiddling in wxImage.
SetSize rewritten.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@988
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 11 Nov 1998 09:53:54 +0000 (09:53 +0000)]
Changed setup.h so that global memory operators are switched off for GnuWin32;
rearranged wxWave constructors; small changes in tlog.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@987
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 11 Nov 1998 09:28:48 +0000 (09:28 +0000)]
Made netscape default browser.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@986
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Wed, 11 Nov 1998 08:42:10 +0000 (08:42 +0000)]
const added to Contains
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@985
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 11 Nov 1998 04:40:53 +0000 (04:40 +0000)]
wxTreeCtrl now works (sort of) for wxPython-GTK. This is the new
TreeCtrl in src/gtk/treectrl.cpp not the old generic one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@984
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 11 Nov 1998 03:13:19 +0000 (03:13 +0000)]
Additions for wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@983
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 10 Nov 1998 21:22:22 +0000 (21:22 +0000)]
Added a sample to test wxExtHelpController. Should work with other
wxHelpController implementations, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@982
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 10 Nov 1998 21:17:35 +0000 (21:17 +0000)]
Added wxExtHelpController: wxHelpController implementation for external
viewers. Made it the default viewer for wxGTK and set wxUSE_HELP=1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@981
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 10 Nov 1998 19:43:04 +0000 (19:43 +0000)]
Added test to prove a supposed misfeature.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@980
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 10 Nov 1998 19:21:10 +0000 (19:21 +0000)]
Deleted a debugging line.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@979
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 10 Nov 1998 19:18:37 +0000 (19:18 +0000)]
Bit fiddling part 4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@978
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 9 Nov 1998 19:44:29 +0000 (19:44 +0000)]
Yes, two more bugs killed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@977
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Mon, 9 Nov 1998 18:39:05 +0000 (18:39 +0000)]
* wxMMedia: these makefiles are just indicative.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@976
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Mon, 9 Nov 1998 18:37:38 +0000 (18:37 +0000)]
* Added wxMMedia in the repository so people interrested in it can work on it
* WARNING! It is quite unstable on Windows and it doesn't work on Linux for
the moment because I didn't finish fixing the CODEC stream.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@975
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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