]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Fri, 29 Oct 1999 22:25:04 +0000 (22:25 +0000)]
Added wxPython support of new HTML Printing classes.
Fixed thread problem
Other miscellaneous fixes, minor additions, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4265
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Oct 1999 22:21:54 +0000 (22:21 +0000)]
Added wxPython support of new HTML Printing classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4264
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Oct 1999 22:18:20 +0000 (22:18 +0000)]
Added WXDLLEXPORT to wxWndProc definition so wxGLCanvas could be used
with wxWindows DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4263
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Oct 1999 22:16:53 +0000 (22:16 +0000)]
wxPython doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4262
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Oct 1999 19:45:19 +0000 (19:45 +0000)]
styles for listboxes added for testing purposes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4261
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Oct 1999 19:41:51 +0000 (19:41 +0000)]
platform.htm added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4260
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Oct 1999 17:55:14 +0000 (17:55 +0000)]
forgotten files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4259
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Oct 1999 17:54:13 +0000 (17:54 +0000)]
1. added encoding param to wxFontEncoding::EnumFamilies() which allows to get
the list of families supporting the given encoding
2. added encoding decoding logic to src/gtk/font.cpp so that now choosing an
encoding different from default in GTK+ font selector dialog actually works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4258
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 29 Oct 1999 17:32:32 +0000 (17:32 +0000)]
EXPORTED an array to quiet the DLL compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4257
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 29 Oct 1999 17:20:44 +0000 (17:20 +0000)]
Renamed GtkMyFixed to GtkPizza,
Made default button work more often than before.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4256
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Oct 1999 15:36:56 +0000 (15:36 +0000)]
/usr/include added back for AIX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4255
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Oct 1999 15:17:48 +0000 (15:17 +0000)]
compilation fix for AIX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4254
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Fri, 29 Oct 1999 15:11:25 +0000 (15:11 +0000)]
Add operator << (ostream&, const wxString&)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4253
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Fri, 29 Oct 1999 11:18:46 +0000 (11:18 +0000)]
Accept list of separators as a wxString instead of wxChar\nTurn NextNonWhiteSpace to NextNonSeparators\nIntroduce EatEOL (major factorization)\nFix GetC() call on last char introduce a bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4252
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Fri, 29 Oct 1999 07:43:04 +0000 (07:43 +0000)]
Changes to fix problem where spurious scrollbar(s) were displayed when
the window size had changed and was able to display all rows and/or
all cols.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4251
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Fri, 29 Oct 1999 03:10:22 +0000 (03:10 +0000)]
Well, wxHTML compiles in Unicode mode now. But if it works (without
further changes), it shall be considered proof that there is such a
thing as a divine intervention.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4250
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Fri, 29 Oct 1999 02:14:51 +0000 (02:14 +0000)]
Well, can't hurt to do some char -> wxChar, though wxHTML may not work
in Unicode mode quite yet...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4249
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Fri, 29 Oct 1999 02:02:58 +0000 (02:02 +0000)]
wxT() for a Spanish(?) debug message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4248
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Fri, 29 Oct 1999 01:59:38 +0000 (01:59 +0000)]
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4247
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Fri, 29 Oct 1999 01:55:00 +0000 (01:55 +0000)]
A few Unicode compilation fixes (mostly wxT())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4246
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 28 Oct 1999 22:38:37 +0000 (22:38 +0000)]
SpinCtrl update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4245
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Oct 1999 13:13:35 +0000 (13:13 +0000)]
Corrected small mistake (set static variable)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4244
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Oct 1999 13:04:45 +0000 (13:04 +0000)]
wxGTK::wxSpinCtrl API synchronised with wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4243
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Thu, 28 Oct 1999 12:37:44 +0000 (12:37 +0000)]
conform to new wxTextInputStream >> wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4242
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Thu, 28 Oct 1999 12:33:55 +0000 (12:33 +0000)]
operator >> wxString eat word by default. \n Add wxTextInputStream::Get/SetStringSeparator.\n Add wxTextInputStream::wxTextInputStream(wxInputStream, const wxChar &sep=' ')
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4241
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Oct 1999 11:35:45 +0000 (11:35 +0000)]
Added CS_OWNDC fix to wxGLCanvas and corrected sample makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4240
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Thu, 28 Oct 1999 10:31:16 +0000 (10:31 +0000)]
Use wxConvertMB2WX to fix compilation error in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4239
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Thu, 28 Oct 1999 10:29:51 +0000 (10:29 +0000)]
wxFNCONV no longer references wxConv in a non-Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4238
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Thu, 28 Oct 1999 10:14:10 +0000 (10:14 +0000)]
Fixed typo in ARGS_CLEANUP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4237
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Oct 1999 09:15:42 +0000 (09:15 +0000)]
Do... fixes and OnMenuHighlight correction (so MDI sample now works)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4236
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 28 Oct 1999 04:48:40 +0000 (04:48 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4235
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Oct 1999 01:17:35 +0000 (01:17 +0000)]
1. corrected (but the fix is ugly) the multiple def button problem
2. corrected a bug which disabled all accels for MSW (sic)
3. added SetValue/GetValue to wxSpinCtrl
4. modified wxGetNumberFromUser to use wxSpinCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4234
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Oct 1999 00:38:59 +0000 (00:38 +0000)]
1. more code commented out by DW (@#%#%!#%!@) uncommented
2. wxSpinCtrl calculates its default size better and sends notifications
as wxSpinButton does
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4233
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:33:05 +0000 (23:33 +0000)]
added copy ctor to wxHashTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4232
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:32:54 +0000 (23:32 +0000)]
bugfix: wxList's copy ctor now works with keyed lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4231
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:31:13 +0000 (23:31 +0000)]
added wxHtmlParser::{Push|Pop}TagHandler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4230
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:30:38 +0000 (23:30 +0000)]
documented Harm's changes to wxHTML help
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4229
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:29:05 +0000 (23:29 +0000)]
cleaned Harm's new wxHTML help code (removed search.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4228
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:26:24 +0000 (23:26 +0000)]
cleaned Harm's new wxHTML help code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4227
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Oct 1999 23:25:45 +0000 (23:25 +0000)]
added wxHtmlParser::{Push|Pop}TagHandler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4226
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Oct 1999 22:47:04 +0000 (22:47 +0000)]
Toolbar fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4225
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 19:43:07 +0000 (19:43 +0000)]
checks for time functions added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4224
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 27 Oct 1999 19:01:58 +0000 (19:01 +0000)]
Minor Motif changes, made scrollsub sample work somehow.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4223
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 18:39:21 +0000 (18:39 +0000)]
fix for make clean when building in topdir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4222
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 18:27:48 +0000 (18:27 +0000)]
Solaris fixes: -lnsl, -lXext, -lsocket added if needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4221
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 17:25:50 +0000 (17:25 +0000)]
DATAFILES may contain directories too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4220
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 17:15:29 +0000 (17:15 +0000)]
always use wxString::operator[](size_t) - wxWin doesn't compile without it anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4219
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Wed, 27 Oct 1999 17:03:07 +0000 (17:03 +0000)]
removed debugging code which shouldn't be there :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4218
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Oct 1999 16:18:22 +0000 (16:18 +0000)]
Small changes to peripheral files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4217
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Oct 1999 15:15:41 +0000 (15:15 +0000)]
Take out statbrpm, add statline back in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4216
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 13:44:07 +0000 (13:44 +0000)]
fix for native compilers on Solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4215
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 13:43:39 +0000 (13:43 +0000)]
trying to get it back onto the main branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4214
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 27 Oct 1999 13:43:35 +0000 (13:43 +0000)]
Replaced inadvertant C++ comments with standard 'C' comments for VisualAge fixups (VA will not compile non-ANSI C code anymore)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4213
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 13:19:07 +0000 (13:19 +0000)]
1. wxMenu{Item|Bar} modifications for wxMotif
2. corrected a crash on startup if wxDataObject is used in Motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4212
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 27 Oct 1999 13:10:40 +0000 (13:10 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4211
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Wed, 27 Oct 1999 10:48:52 +0000 (10:48 +0000)]
Bug in GAddress_UNIX_init fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4210
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Wed, 27 Oct 1999 10:44:40 +0000 (10:44 +0000)]
Stupid bug in GAddress initialization prevented BCC to work. (I still
wonder how this could work with other compilers :-( ...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4209
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Oct 1999 08:59:23 +0000 (08:59 +0000)]
Fixed wxMotif's wxRegion/wxRegionIterator to optionally use wxRects.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4208
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Wed, 27 Oct 1999 03:05:05 +0000 (03:05 +0000)]
Fixed bug that caused wrong block of cells to be selected if the
mouse was dragged out of the grid cell area.
Cell text values now echo changes in top edit control if in-place
editing is disabled.
Changed highlight scheme again so that a border is drawn around the
current cell whether in-place editing is on or off. Hopefully this is
less confusing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4207
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 23:38:33 +0000 (23:38 +0000)]
1. regenerated the makefiles to include menucmn.cpp
2. more compilation fixes for DW changes
3. implemented dynamic menu support for wxMSW
4. added code to the toolbar sample to test it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4206
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 19:35:25 +0000 (19:35 +0000)]
wxMenuBarBase for MSW (untested)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4205
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 19:07:04 +0000 (19:07 +0000)]
1. added wxMenuBarBase
2. corrected typo in gtk/menu.cpp when dealing with Fn accel keys
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4204
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Oct 1999 18:40:50 +0000 (18:40 +0000)]
Fixed wxFont mis-specification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4203
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Oct 1999 17:12:26 +0000 (17:12 +0000)]
Added temporary iterator fix (generates just 1 bounding rectangle)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4202
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 16:14:24 +0000 (16:14 +0000)]
reverted last changes by DW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4201
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Oct 1999 15:16:29 +0000 (15:16 +0000)]
Motif: made file selector and message box properly take on background colour.
Initialised a member variable in wxDC, so e.g. bombs sample now works
and splitter displays something.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4200
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 14:38:34 +0000 (14:38 +0000)]
attempt to fix wxMenuBar::EnableTop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4199
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 13:54:58 +0000 (13:54 +0000)]
1. corrected uninitialised variable (which led to crash) in wxListBox
2. corrected assert failures in wxChoiceDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4198
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 13:45:29 +0000 (13:45 +0000)]
fix for items without accelerators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4197
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Oct 1999 13:33:13 +0000 (13:33 +0000)]
Removed lots of wxMotif compile warnings. Copied new install.txt into old
install.txt (wxMotif).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4196
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 26 Oct 1999 13:32:56 +0000 (13:32 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4195
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Tue, 26 Oct 1999 06:52:04 +0000 (06:52 +0000)]
Fixed bug that caused crashes if wxGrid::OnSize was called before grid was properly initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4194
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 26 Oct 1999 04:47:56 +0000 (04:47 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4193
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 26 Oct 1999 04:38:15 +0000 (04:38 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4192
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 21:23:51 +0000 (21:23 +0000)]
Added WXDLLEXPORT to wxChrono
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4191
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 25 Oct 1999 20:06:32 +0000 (20:06 +0000)]
fixed timer related bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4190
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 25 Oct 1999 20:03:39 +0000 (20:03 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4189
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 25 Oct 1999 18:56:26 +0000 (18:56 +0000)]
Makefile corrections after the setup.h changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4188
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 17:22:13 +0000 (17:22 +0000)]
1. moved fontenum.cpp to unix because implementation is common to X and GTK+
(had to add wxGetDisplay() to wxGTK)
2. implemented EnumerateEncodings() - now only if we could do something useful
with this...
3. added makefile for the console sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4187
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 25 Oct 1999 16:55:15 +0000 (16:55 +0000)]
Mem leak in new accelerator code.
Install things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 16:41:22 +0000 (16:41 +0000)]
it now lives under unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 15:51:37 +0000 (15:51 +0000)]
1. small dnd compilation fixes (no attempt to make icon setting work though)
2. wxMenuItemBase appears
3. more key combinations handled by wxGTK for menu accels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4184
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 14:30:09 +0000 (14:30 +0000)]
Added wizard sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4183
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 14:28:43 +0000 (14:28 +0000)]
Added more compat. functions for wxGrid so grid sample compiles;
fixed regtest compilation prob. (but still crashes on exit); fixed
tab sample compile problem.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4182
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 14:27:04 +0000 (14:27 +0000)]
Changed #include file ordering so it compiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4181
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 14:24:46 +0000 (14:24 +0000)]
Added further makefiles for wizard sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4180
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 13:46:48 +0000 (13:46 +0000)]
Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize;
generate newgrid VC++ project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4179
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Mon, 25 Oct 1999 13:17:36 +0000 (13:17 +0000)]
Fix for incomplete initial display sometimes with wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4178
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 25 Oct 1999 12:54:31 +0000 (12:54 +0000)]
bug fix for disable auto poll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4177
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 11:30:31 +0000 (11:30 +0000)]
setup.h moved (and not copied) to the correct location by configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4176
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Oct 1999 08:18:37 +0000 (08:18 +0000)]
Added mysteriously-missing #endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4175
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 07:41:07 +0000 (07:41 +0000)]
BC++ 16bit makefile fixes (obj isn't replaced with suffix in filenames)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4174
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 07:37:40 +0000 (07:37 +0000)]
VC++ 1.5 makefile fixes (lib split, C objs)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4173
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 07:22:06 +0000 (07:22 +0000)]
Symantec makefile fixes (for OLE files)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 07:19:13 +0000 (07:19 +0000)]
Watcom makefile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 25 Oct 1999 06:33:22 +0000 (06:33 +0000)]
/usr/include fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 25 Oct 1999 04:05:02 +0000 (04:05 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 25 Oct 1999 02:41:20 +0000 (02:41 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Sun, 24 Oct 1999 20:42:35 +0000 (20:42 +0000)]
Changed wxGetSingleChoiceData() to take void* client data pointers instead
of char*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Oct 1999 19:50:17 +0000 (19:50 +0000)]
Fixes for 16-bit compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775