]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago New DnD and Clipboard code
Robert Roebling [Tue, 19 Jan 1999 16:33:16 +0000 (16:33 +0000)] 
  New DnD and Clipboard code
  Rearranged wxApp to do the same in the
    same order upon program start-up on
    wxGTK and wxMSW
  ODBC tweaks
  exchanged wxDataFormat for wxIPCFormat

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agocompilation fixes for "nocompatibility" mode
Vadim Zeitlin [Tue, 19 Jan 1999 13:18:51 +0000 (13:18 +0000)] 
compilation fixes for "nocompatibility" mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoSome changes in a vain attempt to make Salford C++ work; added FAQ files;
Julian Smart [Tue, 19 Jan 1999 11:00:22 +0000 (11:00 +0000)] 
Some changes in a vain attempt to make Salford C++ work; added FAQ files;
started wxTime documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoSome Motif corrections; Dialog Editor compilation under Motif
Julian Smart [Sun, 17 Jan 1999 23:55:38 +0000 (23:55 +0000)] 
Some Motif corrections; Dialog Editor compilation under Motif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agothread docs updated
Vadim Zeitlin [Sun, 17 Jan 1999 22:49:07 +0000 (22:49 +0000)] 
thread docs updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoOnExit() is called for modules which were initialized even if the init of
Vadim Zeitlin [Sun, 17 Jan 1999 22:44:04 +0000 (22:44 +0000)] 
OnExit() is called for modules which were initialized even if the init of
the subsequent modules fails

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agomore thread fixes
Vadim Zeitlin [Sun, 17 Jan 1999 22:42:06 +0000 (22:42 +0000)] 
more thread fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agowxThread fixes - compilation under Unix temporarily broken, sorry.
Vadim Zeitlin [Sun, 17 Jan 1999 22:39:58 +0000 (22:39 +0000)] 
wxThread fixes - compilation under Unix temporarily broken, sorry.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agowarning suppressed for MSVC++
Vadim Zeitlin [Sun, 17 Jan 1999 22:35:43 +0000 (22:35 +0000)] 
warning suppressed for MSVC++

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoVC++ compilation correction; doc file corrections
Julian Smart [Sun, 17 Jan 1999 19:25:06 +0000 (19:25 +0000)] 
VC++ compilation correction; doc file corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago* First draft on wxStreamBuffer, wxStream* will follow.
Guilhem Lavaux [Sun, 17 Jan 1999 16:10:18 +0000 (16:10 +0000)] 
* First draft on wxStreamBuffer, wxStream* will follow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoFor wxMSW, split XPM handler into separate file (please add handler explicitly in...
Julian Smart [Sat, 16 Jan 1999 22:17:13 +0000 (22:17 +0000)] 
For wxMSW, split XPM handler into separate file (please add handler explicitly in app);
doc changes espec. wxBitmap overview

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agono message
Unknown (UG) [Sat, 16 Jan 1999 12:52:04 +0000 (12:52 +0000)] 
no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoVarious changes for Salford C++, and commited fileconf.h/fileconf.cpp changes
Julian Smart [Sat, 16 Jan 1999 00:13:58 +0000 (00:13 +0000)] 
Various changes for Salford C++, and commited fileconf.h/fileconf.cpp changes
to take out nested classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded wxPrivateDropTarget class skeleton.
Julian Smart [Fri, 15 Jan 1999 13:24:42 +0000 (13:24 +0000)] 
Added wxPrivateDropTarget class skeleton.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoeven less spelling errors...
Vadim Zeitlin [Fri, 15 Jan 1999 11:18:33 +0000 (11:18 +0000)] 
even less spelling errors...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded wxTE_PROCESS_TAB
Julian Smart [Fri, 15 Jan 1999 10:54:44 +0000 (10:54 +0000)] 
Added wxTE_PROCESS_TAB

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago DnD feedback
Robert Roebling [Fri, 15 Jan 1999 01:12:01 +0000 (01:12 +0000)] 
  DnD feedback
  keyx down and key up.
  listbox bug
  added bitmap to wxBitmapDataObject constructor
  corrected spelling of "Suiss bank account"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded wxMotif data object classes
Julian Smart [Thu, 14 Jan 1999 15:18:41 +0000 (15:18 +0000)] 
Added wxMotif data object classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded some tentative wxMotif clipboard code; did some file formatting
Julian Smart [Thu, 14 Jan 1999 15:15:39 +0000 (15:15 +0000)] 
Added some tentative wxMotif clipboard code; did some file formatting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agocompilation fix
Vadim Zeitlin [Thu, 14 Jan 1999 14:50:19 +0000 (14:50 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago1. NOT_FOUND -> wxNOT_FOUND
Vadim Zeitlin [Thu, 14 Jan 1999 14:33:56 +0000 (14:33 +0000)] 
1. NOT_FOUND -> wxNOT_FOUND
2. wxString::Left(), Right(), Before(), After() clean up
3. wxLocale updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoSplit part of wxExtHelpController into wxHTMLHelpControllerBase to share
Karsten Ballüder [Thu, 14 Jan 1999 13:11:36 +0000 (13:11 +0000)] 
Split part of wxExtHelpController into wxHTMLHelpControllerBase to share
the filename lookup and URL handling mechanisms with the soon to be created
gtk-xmhtml based alternative. Added wxLocale support to allow different translated help files to be used. Tested (no changes to application required) under Solaris.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded OnKeyDown, OnKeyUp.
Julian Smart [Thu, 14 Jan 1999 11:23:37 +0000 (11:23 +0000)] 
Added OnKeyDown, OnKeyUp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoCorrected stupid error.
Julian Smart [Thu, 14 Jan 1999 08:20:42 +0000 (08:20 +0000)] 
Corrected stupid error.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago Added wxPrivateDropTarget
Robert Roebling [Thu, 14 Jan 1999 00:24:03 +0000 (00:24 +0000)] 
  Added wxPrivateDropTarget

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoFor MSW, scan line boundary aligned, and >2MB case enabled
Unknown (AN) [Wed, 13 Jan 1999 22:31:01 +0000 (22:31 +0000)] 
For MSW, scan line boundary aligned, and >2MB case enabled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agocompilation problem fixed
Vadim Zeitlin [Wed, 13 Jan 1999 21:26:15 +0000 (21:26 +0000)] 
compilation problem fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoupdated i18n sample, french translations are now in the "fr" subdirectory.
Vadim Zeitlin [Wed, 13 Jan 1999 19:01:43 +0000 (19:01 +0000)] 
updated i18n sample, french translations are now in the "fr" subdirectory.
Added some documentation in readme.txt.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago*** empty log message ***
Julian Smart [Wed, 13 Jan 1999 18:21:04 +0000 (18:21 +0000)] 
*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago Better disabling of toolbars and menubars
Robert Roebling [Wed, 13 Jan 1999 18:19:09 +0000 (18:19 +0000)] 
  Better disabling of toolbars and menubars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agowxMSW wxClipboard implementation
Julian Smart [Wed, 13 Jan 1999 18:01:39 +0000 (18:01 +0000)] 
wxMSW wxClipboard implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded dnd classes, data object classes, changed clipboard class doc,
Julian Smart [Wed, 13 Jan 1999 14:23:31 +0000 (14:23 +0000)] 
Added dnd classes, data object classes, changed clipboard class doc,
cured filefn.cpp wxFileNameFromPath bug, some tweaks to HelpGen

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago more wxImage on Motif
Robert Roebling [Wed, 13 Jan 1999 12:03:32 +0000 (12:03 +0000)] 
  more wxImage on Motif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoFixes for compilation problems on Solaris(!).
Karsten Ballüder [Wed, 13 Jan 1999 11:50:30 +0000 (11:50 +0000)] 
Fixes for compilation problems on Solaris(!).
Added detection of glibc2 to fix Linux compilation problems.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago wxMotif now works with wx-config and make install
Robert Roebling [Wed, 13 Jan 1999 10:51:43 +0000 (10:51 +0000)] 
  wxMotif now works with wx-config and make install

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago Forgot one.
Robert Roebling [Wed, 13 Jan 1999 00:44:31 +0000 (00:44 +0000)] 
  Forgot one.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago The usual amount of trash over my telephone fixed
Robert Roebling [Wed, 13 Jan 1999 00:42:44 +0000 (00:42 +0000)] 
  The usual amount of trash over my telephone fixed
  Horses everywhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agominor samples fixes
Vadim Zeitlin [Tue, 12 Jan 1999 23:51:13 +0000 (23:51 +0000)] 
minor samples fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoimages in the notebook work under MSW too (with or without XPM)
Vadim Zeitlin [Tue, 12 Jan 1999 23:49:59 +0000 (23:49 +0000)] 
images in the notebook work under MSW too (with or without XPM)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agomemory leak plugged
Vadim Zeitlin [Tue, 12 Jan 1999 23:48:14 +0000 (23:48 +0000)] 
memory leak plugged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoadded an error message if a bitmap can't be addedto the image list
Vadim Zeitlin [Tue, 12 Jan 1999 23:47:43 +0000 (23:47 +0000)] 
added an error message if a bitmap can't be addedto the image list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agocatches program exceptions in release build (VC++ only)
Vadim Zeitlin [Tue, 12 Jan 1999 23:46:44 +0000 (23:46 +0000)] 
catches program exceptions in release build (VC++ only)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agosome really minor changes (the most important one: small memory hole in
Vadim Zeitlin [Tue, 12 Jan 1999 23:44:03 +0000 (23:44 +0000)] 
some really minor changes (the most important one: small memory hole in
wxList plugged)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agochanged "inline"s to "extern"
Vadim Zeitlin [Tue, 12 Jan 1999 23:39:07 +0000 (23:39 +0000)] 
changed "inline"s to "extern"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoWX_CLEAR_ARRAY() now calls Empty() too
Vadim Zeitlin [Tue, 12 Jan 1999 23:37:45 +0000 (23:37 +0000)] 
WX_CLEAR_ARRAY() now calls Empty() too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agomore files I forgot to commit (wxFile/wxTempFile/wxTextFile docs)
Vadim Zeitlin [Tue, 12 Jan 1999 23:10:02 +0000 (23:10 +0000)] 
more files I forgot to commit (wxFile/wxTempFile/wxTextFile docs)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoFixed silly error (what was Bool = int is now bool = 1/0)
Julian Smart [Tue, 12 Jan 1999 20:49:50 +0000 (20:49 +0000)] 
Fixed silly error (what was Bool = int is now bool = 1/0)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoSome .tex tweaks; pngdemo fix.
Julian Smart [Tue, 12 Jan 1999 18:28:34 +0000 (18:28 +0000)] 
Some .tex tweaks; pngdemo fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago image update
Robert Roebling [Tue, 12 Jan 1999 17:53:45 +0000 (17:53 +0000)] 
  image update
  listbox fix
  iODBC fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agono message
Unknown (UG) [Tue, 12 Jan 1999 17:02:34 +0000 (17:02 +0000)] 
no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agochanged #ifdef wxUSE_XXX into #if wxUSE_XXX
Vadim Zeitlin [Tue, 12 Jan 1999 08:31:42 +0000 (08:31 +0000)] 
changed #ifdef wxUSE_XXX into #if wxUSE_XXX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoFixed stupid crash-on-exit bug.
Julian Smart [Mon, 11 Jan 1999 22:15:03 +0000 (22:15 +0000)] 
Fixed stupid crash-on-exit bug.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoTestDestroy() bug corrected
Vadim Zeitlin [Mon, 11 Jan 1999 16:13:47 +0000 (16:13 +0000)] 
TestDestroy() bug corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoCorrected thread.h inline problem. Set WXWIN_COMPATIBILITY to 0 by default in wxMSW.
Julian Smart [Mon, 11 Jan 1999 16:05:33 +0000 (16:05 +0000)] 
Corrected thread.h inline problem. Set WXWIN_COMPATIBILITY to 0 by default in wxMSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agowxCriticalSection implemented using mutexes for !MSW (sample compiles again)
Vadim Zeitlin [Mon, 11 Jan 1999 15:51:45 +0000 (15:51 +0000)] 
wxCriticalSection implemented using mutexes for !MSW (sample compiles again)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoadded the missing sentence end...
Vadim Zeitlin [Mon, 11 Jan 1999 13:36:02 +0000 (13:36 +0000)] 
added the missing sentence end...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoCorrected some typos.
Julian Smart [Sun, 10 Jan 1999 23:39:57 +0000 (23:39 +0000)] 
Corrected some typos.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoAdded some makefiles, cured some wxMotif bugs
Julian Smart [Sun, 10 Jan 1999 23:28:36 +0000 (23:28 +0000)] 
Added some makefiles, cured some wxMotif bugs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago1. wxFile docs updated, wxTextFile and wxTempFile docs written (thanks HelpGen :-)
Vadim Zeitlin [Sun, 10 Jan 1999 23:15:35 +0000 (23:15 +0000)] 
1. wxFile docs updated, wxTextFile and wxTempFile docs written (thanks HelpGen :-)
   Added file classes section to the "classes by category" and tfile.tex - file
   classes/functions overview, feel free to add stuff there.

2. wxArray docs finally written.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoCured Dialog Editor position/size setting problem
Julian Smart [Sun, 10 Jan 1999 20:29:17 +0000 (20:29 +0000)] 
Cured Dialog Editor position/size setting problem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago* Fixes.
Guilhem Lavaux [Sun, 10 Jan 1999 20:23:52 +0000 (20:23 +0000)] 
* Fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago* Deleted debug messages.
Guilhem Lavaux [Sun, 10 Jan 1999 20:16:51 +0000 (20:16 +0000)] 
* Deleted debug messages.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years ago* Socket doc update.
Guilhem Lavaux [Sun, 10 Jan 1999 20:14:07 +0000 (20:14 +0000)] 
* Socket doc update.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoMakefile correction
Julian Smart [Sun, 10 Jan 1999 18:45:51 +0000 (18:45 +0000)] 
Makefile correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

25 years agoGot Penguin sample running under Windows.
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

25 years ago Cleaning abit
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

25 years ago OpenGl works now under GTK
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

25 years agochanges for wxMSW compilation
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

25 years agoassignment operators/copy ctors are private for classes which can't be copied
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

25 years agoMore SC++ fixes; HelpGen starting to compile with VC++; image sample now compiles...
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

25 years agowxComboBox included (removed dependency on wxUSE_COMBOBOX which was never
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

25 years ago ODBC updates
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

25 years ago ODBC updates (it almost works now)
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

25 years agowxObjArray fix (part 2)
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

25 years agowxObjArrays code compiles again
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

25 years agothread fixes for MSW (samples doesn't compile currently under !MSW, will
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

25 years agoChanges to allow Cygwin to compile in non-PCH mode
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

25 years ago minor Configure / makefiles updates
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

25 years agosupports typedefs, generates "See also:" and adds "virtual " for virtual
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

25 years agoHelpGen is a prototype of the tool for automatic generation of the .tex files
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

25 years agoWXDLLEXPORT added to wxPendingList
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agoCorrected grey scrolling windows; added C++Builder 3.0 fixes
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years agono message
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

25 years ago Compile improvemnts for strict compilers and the like
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

25 years ago Compile improvemnts for strict compilers and the like
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

25 years agofix for wxuse_iostreamh
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

25 years agostorable objects use _() and wxLogXXX instead of message boxes
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