]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Sun, 10 Jan 1999 12:04:02 +0000 (12:04 +0000)]
Got Penguin sample running under Windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1362
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Jan 1999 11:02:44 +0000 (11:02 +0000)]
Cleaning abit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1361
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Jan 1999 10:49:57 +0000 (10:49 +0000)]
OpenGl works now under GTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1360
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Jan 1999 00:18:34 +0000 (00:18 +0000)]
changes for wxMSW compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1359
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Jan 1999 00:04:07 +0000 (00:04 +0000)]
assignment operators/copy ctors are private for classes which can't be copied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1358
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 9 Jan 1999 20:18:06 +0000 (20:18 +0000)]
More SC++ fixes; HelpGen starting to compile with VC++; image sample now compiles/runs
with VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1357
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sat, 9 Jan 1999 18:00:30 +0000 (18:00 +0000)]
wxComboBox included (removed dependency on wxUSE_COMBOBOX which was never
defined). intl.h only defines _() macro if WXINTL_NO_GETTEXT_MACRO is not defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1356
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Jan 1999 15:53:52 +0000 (15:53 +0000)]
ODBC updates
Documentation updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1355
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Jan 1999 10:42:08 +0000 (10:42 +0000)]
ODBC updates (it almost works now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1354
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Jan 1999 00:37:15 +0000 (00:37 +0000)]
wxObjArray fix (part 2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1353
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Jan 1999 00:29:40 +0000 (00:29 +0000)]
wxObjArrays code compiles again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1352
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Jan 1999 00:28:27 +0000 (00:28 +0000)]
thread fixes for MSW (samples doesn't compile currently under !MSW, will
be fixed a.s.a.p.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1351
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 8 Jan 1999 21:09:46 +0000 (21:09 +0000)]
Changes to allow Cygwin to compile in non-PCH mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1350
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 8 Jan 1999 20:33:18 +0000 (20:33 +0000)]
minor Configure / makefiles updates
Removed mor (egcs) warnings
Updated version to 2.0.1 in version.h
Several corrections for strict compilers
OpenGL updates
new wxApp::InitVisual() for overriding in order to set non-default visual
(unportable, of course)
Added makefiles for DialogEd and Tex2Rtf
made wxGTK compile with Tex2Rtf
Added BEGIN_DRAG event to tree ctrl
Added missing #include to lexel.l (unistd.h) (MSW?)
new wxGTK.spec
turned one or two more #ifdef into #if
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1349
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 8 Jan 1999 19:46:24 +0000 (19:46 +0000)]
supports typedefs, generates "See also:" and adds "virtual " for virtual
functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1348
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 8 Jan 1999 17:46:08 +0000 (17:46 +0000)]
HelpGen is a prototype of the tool for automatic generation of the .tex files
for wxWindows documentation from C++ headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1347
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 17:17:26 +0000 (17:17 +0000)]
WXDLLEXPORT added to wxPendingList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1346
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 17:02:06 +0000 (17:02 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1345
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 16:46:20 +0000 (16:46 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1344
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 16:31:09 +0000 (16:31 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1343
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 16:12:19 +0000 (16:12 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1342
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 15:21:26 +0000 (15:21 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1341
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 14:49:04 +0000 (14:49 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1340
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 8 Jan 1999 14:30:22 +0000 (14:30 +0000)]
Corrected grey scrolling windows; added C++Builder 3.0 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1339
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 14:19:09 +0000 (14:19 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1338
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 13:15:42 +0000 (13:15 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1337
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 12:45:07 +0000 (12:45 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1336
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 11:54:12 +0000 (11:54 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1335
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 11:09:14 +0000 (11:09 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1334
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 10:54:10 +0000 (10:54 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1333
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Fri, 8 Jan 1999 10:24:35 +0000 (10:24 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1332
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 8 Jan 1999 10:23:39 +0000 (10:23 +0000)]
Compile improvemnts for strict compilers and the like
Down to two warning messages for egcs compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1331
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 7 Jan 1999 17:20:10 +0000 (17:20 +0000)]
Compile improvemnts for strict compilers and the like
Down to two warning messages for egcs compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1330
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (UG) [Thu, 7 Jan 1999 16:50:58 +0000 (16:50 +0000)]
fix for wxuse_iostreamh
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1329
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Jan 1999 16:25:06 +0000 (16:25 +0000)]
storable objects use _() and wxLogXXX instead of message boxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1328
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Jan 1999 16:24:18 +0000 (16:24 +0000)]
added version number to the about box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1327
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 7 Jan 1999 15:22:05 +0000 (15:22 +0000)]
Watcom C++ mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1326
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 7 Jan 1999 08:43:47 +0000 (08:43 +0000)]
Doc & Symantec C++ fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1325
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 6 Jan 1999 21:09:17 +0000 (21:09 +0000)]
Compilation fixes
Found out how to do wxUSE_XX 0 and 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1324
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 5 Jan 1999 22:53:29 +0000 (22:53 +0000)]
bug in wxString::Printf() corrected (the length of the string wasn't updated
correctly)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1323
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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