]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Tue, 5 Jan 1999 22:52:22 +0000 (22:52 +0000)]
added wx<TemplateListName>::Node typedef for the node corresponding to this list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1322
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 5 Jan 1999 22:40:50 +0000 (22:40 +0000)]
MIME classes with docs (not yet added to the makefiles)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1321
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 5 Jan 1999 22:15:54 +0000 (22:15 +0000)]
Added thread makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1320
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 5 Jan 1999 18:46:22 +0000 (18:46 +0000)]
simple spec for RPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1319
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 5 Jan 1999 03:04:48 +0000 (03:04 +0000)]
file I forgot to commit last time (wxCritSection)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1318
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Jan 1999 21:51:15 +0000 (21:51 +0000)]
Simplified BC++ makefiles; C++Builder 1.0 compilation seems to work;
changed #ifdef -> #if for wxUSE_STD_IOSTREAM; #ifdefed thread usage in app.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1317
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Jan 1999 18:34:42 +0000 (18:34 +0000)]
Some small corrections and setup.h additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1316
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 4 Jan 1999 13:52:06 +0000 (13:52 +0000)]
configure and #ifdef wxUSE_XXX updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1315
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Jan 1999 10:53:42 +0000 (10:53 +0000)]
Corrected memory.cpp compilation error; Cygwin makefile uses generic wxDirDlg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1314
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 3 Jan 1999 16:54:26 +0000 (16:54 +0000)]
Proofed that iostreams break threads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1313
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 3 Jan 1999 11:03:59 +0000 (11:03 +0000)]
new cursors
bug in menuitem->check
minor things here and there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1312
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 2 Jan 1999 23:02:30 +0000 (23:02 +0000)]
1. New classes documented: wxCriticalSection, wxMutexLocker,
wxCriticalSectionLocker
2. New overviews: Threads overview, Container classes overview
3. A modest update of wxList/wxNode docs to bring them up to date
with the new classes (array.tex is simply empty for the moment)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1311
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 2 Jan 1999 22:58:27 +0000 (22:58 +0000)]
restoring wxUSE_GLOBAL_MEMORY_OPERATORS I accidentally removed a moment ago
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1310
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 2 Jan 1999 22:55:03 +0000 (22:55 +0000)]
Thread fixes (but they still don't work at all...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1309
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 2 Jan 1999 22:24:41 +0000 (22:24 +0000)]
Triued in vain to fix threads segvs with gcc
Removed wxDebugStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1308
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 2 Jan 1999 19:13:25 +0000 (19:13 +0000)]
Header changes (gtk.h etc no longer included in defs.h
but in *.cpp to speed up compilation (?) )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1307
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 2 Jan 1999 00:45:39 +0000 (00:45 +0000)]
Corrected memory.cpp checkpoint bug; added Tex2RTF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1306
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 1 Jan 1999 22:49:27 +0000 (22:49 +0000)]
wxString(const wxString& str, size_t position, size_t len) ctor now doesn't
have default value for the third param to avoid conflicts with
wxString(const wxString& str, size_t len) ctor. Sorry if this breaks code
which relied on it...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1305
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 1 Jan 1999 19:13:35 +0000 (19:13 +0000)]
Lots of wxMotif fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1304
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 16:22:21 +0000 (16:22 +0000)]
mac support as stubs added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1303
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 16:15:24 +0000 (16:15 +0000)]
cw makefile for minimal - to be used as template
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1302
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 16:14:00 +0000 (16:14 +0000)]
common definitions for cw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1301
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 16:12:06 +0000 (16:12 +0000)]
mac socket port (preliminary - based on M. Neerachers GUSI + additions)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1300
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 16:09:58 +0000 (16:09 +0000)]
added win32 release and ppc targets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1299
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 16:05:26 +0000 (16:05 +0000)]
started once again from stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1298
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 15:58:51 +0000 (15:58 +0000)]
source files for precompiled headers for cw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1297
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 1 Jan 1999 15:56:08 +0000 (15:56 +0000)]
started once again from stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1296
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 31 Dec 1998 21:58:16 +0000 (21:58 +0000)]
Compile and build fixes
Version update etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1295
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 31 Dec 1998 18:18:56 +0000 (18:18 +0000)]
Rationalised a few more docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1294
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 31 Dec 1998 17:32:18 +0000 (17:32 +0000)]
Fixed Dialog Editor compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1293
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 31 Dec 1998 16:15:45 +0000 (16:15 +0000)]
Added Property List classes to main library; added proplist sample; merged
changes.txt files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1292
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 31 Dec 1998 15:59:33 +0000 (15:59 +0000)]
Rmoved more wxprop files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1291
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 31 Dec 1998 15:56:03 +0000 (15:56 +0000)]
Removed wxProp source files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1290
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 31 Dec 1998 10:54:41 +0000 (10:54 +0000)]
Added fractal, bombs samples; removed global app variable from dbtest.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1289
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 30 Dec 1998 23:30:49 +0000 (23:30 +0000)]
Guess what: ODBC updates and build fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1288
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 30 Dec 1998 20:44:00 +0000 (20:44 +0000)]
sockets work now an all platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1287
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 30 Dec 1998 17:55:38 +0000 (17:55 +0000)]
Introduced wxSOCKET_INT to socket.cpp. The previous code wouldn't compile on Windows.
Someone please determine what wxSOCKET_INT should be on your platform
(I'm pretty sure just 'int' was OK on Linux when I tested it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1286
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 30 Dec 1998 17:55:20 +0000 (17:55 +0000)]
added directories for Motif headers and libs under Solaris to the search path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1285
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 30 Dec 1998 17:42:59 +0000 (17:42 +0000)]
Added makefile.b32 to db sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1284
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 30 Dec 1998 17:40:53 +0000 (17:40 +0000)]
Updated the Remstar ODBC files, got the db sample compiling; added Freq and SubString
to wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1283
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 30 Dec 1998 16:24:18 +0000 (16:24 +0000)]
Motif corrections in
wxDC (match wxWin 2.0 drawing stuff)
on idle handling -> speed-up
threads work now
modules work now (also in release mode...)
wxMotif compiles with configure again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1282
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 30 Dec 1998 16:04:01 +0000 (16:04 +0000)]
stupid bug corrected (the code was never compiled)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1281
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 29 Dec 1998 17:18:41 +0000 (17:18 +0000)]
Tried to fix some socket things. Wasn't enough.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1280
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 29 Dec 1998 16:54:48 +0000 (16:54 +0000)]
added WX_CLEAR_ARRAY() macro to delete all the elements of an array
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1279
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 29 Dec 1998 15:25:07 +0000 (15:25 +0000)]
small optimization in ProcessEvent() (IsKindOf(wxWindow) only called once)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1278
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 29 Dec 1998 11:02:36 +0000 (11:02 +0000)]
BC++/16-bit support now working, but without resource system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1277
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 29 Dec 1998 08:42:15 +0000 (08:42 +0000)]
Added wxNotebook::SetText and SetImage (thanks Harm)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1276
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 28 Dec 1998 21:32:10 +0000 (21:32 +0000)]
Fixes to wxMotif scrolling and colours (wxTreeCtrl/wxListCtrl now seem to work
well, ta-ra!); fixes to thread.cpp since constants were changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1275
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Dec 1998 18:53:03 +0000 (18:53 +0000)]
Compile fix for filefn.cpp
doc update
SGI threads use new constant names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1274
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Dec 1998 16:03:19 +0000 (16:03 +0000)]
Added facenames support to wxFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1273
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 28 Dec 1998 15:36:14 +0000 (15:36 +0000)]
wxGTK compiles (and links) when configured without threads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1272
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 28 Dec 1998 12:35:49 +0000 (12:35 +0000)]
Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample
fixed; some documentation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1271
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 28 Dec 1998 12:33:30 +0000 (12:33 +0000)]
Added CodeWarrior files to distribution scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1270
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 28 Dec 1998 11:39:06 +0000 (11:39 +0000)]
Now even Julian can use wxGTK :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1269
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 27 Dec 1998 14:44:40 +0000 (14:44 +0000)]
Compilation fixes for OGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1268
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 27 Dec 1998 00:54:53 +0000 (00:54 +0000)]
1. Pause()/Resume() implemented for wxMSW
2. crash on startup in the sample corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1267
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 26 Dec 1998 20:09:03 +0000 (20:09 +0000)]
Makefile tweaks
Threads work now under wxGTK and glibc 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1266
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sat, 26 Dec 1998 15:36:45 +0000 (15:36 +0000)]
* Fixes (AIF works on Linux)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1265
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Sat, 26 Dec 1998 03:41:38 +0000 (03:41 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1264
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Fri, 25 Dec 1998 11:02:39 +0000 (11:02 +0000)]
* Fixes (WAV works on Linux, AIFF following)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1263
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 25 Dec 1998 00:34:23 +0000 (00:34 +0000)]
wxStringList::Sort() bug corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1262
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 25 Dec 1998 00:06:15 +0000 (00:06 +0000)]
attempt to fix a report about compile problems in generic treectrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1261
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 24 Dec 1998 23:26:41 +0000 (23:26 +0000)]
wxGetUserName() returns the user name (wxGetUserId()) if all else fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1260
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 23 Dec 1998 21:35:51 +0000 (21:35 +0000)]
Some more wxMotif improvements: DrawIcon fixed; generic notebook
implementation used. wxGTK's DrawIcon has 2 args added for wxMSW compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1259
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Wed, 23 Dec 1998 18:16:19 +0000 (18:16 +0000)]
* Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1258
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 23 Dec 1998 17:51:12 +0000 (17:51 +0000)]
Moved the main funtion into its own source file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1257
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 23 Dec 1998 12:33:45 +0000 (12:33 +0000)]
Compilation fixes for SUN CC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1256
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 23 Dec 1998 09:58:02 +0000 (09:58 +0000)]
Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost;
some doc corrections; Win16 dialog crash cured
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1255
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 22 Dec 1998 11:55:03 +0000 (11:55 +0000)]
wxTextFile::Type changed to ::wxTextFileType (portability)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1254
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 21 Dec 1998 19:59:03 +0000 (19:59 +0000)]
Now compiles with /GX- on MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1253
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 21 Dec 1998 19:49:46 +0000 (19:49 +0000)]
Added $(OVERRIDEFLAGS) to the end of the flags so default flags can be overridden.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1252
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 21 Dec 1998 09:59:58 +0000 (09:59 +0000)]
Added convenience form of wxEvtHandler::Connect, only one id; changed
type to wxEventType; fixed my regconf.h mistake in config.cpp (oops)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1251
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 21 Dec 1998 09:10:07 +0000 (09:10 +0000)]
CW Win32 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1250
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 21 Dec 1998 08:44:48 +0000 (08:44 +0000)]
CW Win32 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1249
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 21 Dec 1998 08:36:48 +0000 (08:36 +0000)]
CW Win32 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1248
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 20 Dec 1998 23:49:21 +0000 (23:49 +0000)]
wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return
types in wxCHECK_MSG); compiles again for 16-bit Windows, though dialogs don't work;
added generic notebook implementation (copied from wxMotif); fixed event handler
arg in wxDirDialog; added preliminary wxImage reference; removed some constructors from documentation; fixed wxIniConfig compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1247
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 20 Dec 1998 00:34:52 +0000 (00:34 +0000)]
missing functions implemented in wxMSW tree ctrl (custom sorting,
GetChildrenCount(), DeleteChildren()).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1246
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 19 Dec 1998 12:38:52 +0000 (12:38 +0000)]
wxPython updates (SWIG really works, cannot believe it)
wxRadioBox now has multi column layout (the wxPython sample
still doesn't do that correctly)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1245
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 19 Dec 1998 08:19:24 +0000 (08:19 +0000)]
Added missing filed to sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1244
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 19 Dec 1998 08:16:45 +0000 (08:16 +0000)]
Added more keyboard handling to wxTreeCtrl
Fixed HitText wrt to items with an image
changed size calculation in wxStatText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1243
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 18 Dec 1998 23:18:59 +0000 (23:18 +0000)]
Partial Watcom C++ 10.6 support added (doesn't link for some reason)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1242
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 18 Dec 1998 18:22:43 +0000 (18:22 +0000)]
Solved a bug in generic wxTreeCtrl whereby CalculatePositions was not completing
due to a missing '!', so scrollbars were not set properly. Tidied up wxMotif
scrollbar setting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1241
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Dec 1998 17:05:57 +0000 (17:05 +0000)]
wxDirDialog now sorts its entries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1240
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Dec 1998 15:49:10 +0000 (15:49 +0000)]
wxClipboard now serves the primary selection as well
wxPython fixes
warning mesages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1239
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Dec 1998 15:47:08 +0000 (15:47 +0000)]
added stubs for wxTreeCtrl functions not yet implemented under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1238
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Dec 1998 15:37:19 +0000 (15:37 +0000)]
wxTreeCtrl::Sort() changed, adapted the sample to show it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1237
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 18 Dec 1998 14:53:13 +0000 (14:53 +0000)]
Added dummy DeleteChildren so the sample will at least link.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1236
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 18 Dec 1998 14:40:38 +0000 (14:40 +0000)]
In DialogEd, changed Close to Destroy to make it shut down properly.
Various Motif fixes incl. fixing window colours, menu fonts/colours, dialog box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1235
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Dec 1998 13:35:58 +0000 (13:35 +0000)]
Fixed nasty bug wxFont
Removed wxDirDialog from /src/gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1234
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Dec 1998 10:19:07 +0000 (10:19 +0000)]
Tried to add sorting to wxTreeCtrl
minor fixes to radiobutton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1233
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Dec 1998 22:39:43 +0000 (22:39 +0000)]
Added an index for the HTML files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1232
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Dec 1998 22:13:38 +0000 (22:13 +0000)]
Added some gettext HTML files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1231
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Dec 1998 21:06:15 +0000 (21:06 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1230
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Dec 1998 21:05:28 +0000 (21:05 +0000)]
Added wxRA_SPECIFY_COLS/ROWS (same as wxRA_HORIZONTAL/VERTICAL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1229
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Dec 1998 20:56:27 +0000 (20:56 +0000)]
Added wxDirDialog to generic directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1228
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Dec 1998 20:24:44 +0000 (20:24 +0000)]
The checkbox doesn't eat the first "toggled" event if SetValue(FALSE) was
called any more. Added 2 lines to the controls sample to demonstrate it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1227
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Dec 1998 20:23:13 +0000 (20:23 +0000)]
wxString::Truncates() now doesn't change the sharied copies of the string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1226
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Dec 1998 19:26:16 +0000 (19:26 +0000)]
all delete functions now send delete notification event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1225
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Dec 1998 18:41:00 +0000 (18:41 +0000)]
1. added wxTreeCtrl::DeleteChildren()
2. wxTreeCtrl::CollapseAndReset() doesn't destroy the item itself any more
3. wxTreeCtrl::Delete() sends wxEVT_COMMAND_TREE_CHILDREN event (but
DeleteChildren() and DeleteAll() do not!)
4. Sample modified to show the new function too
5. Micro redraw bug fixed (small vertical line was sometimes drawn when it
shouldn't have been)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1224
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Dec 1998 18:19:51 +0000 (18:19 +0000)]
Bother, had to revert it since it caused more ambiguities.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1223
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775