]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agowxLogMessage()s are now shown (again)
Vadim Zeitlin [Thu, 28 Jan 1999 13:37:49 +0000 (13:37 +0000)] 
wxLogMessage()s are now shown (again)

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

25 years ago Found mem leaks (except one)
Robert Roebling [Thu, 28 Jan 1999 09:57:29 +0000 (09:57 +0000)] 
  Found mem leaks (except one)
  Next take at focus vs. keyboard input probs

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

25 years ago Committing wxUSE_DEBUG_NEW_ALWAYS
Robert Roebling [Thu, 28 Jan 1999 08:34:55 +0000 (08:34 +0000)] 
  Committing wxUSE_DEBUG_NEW_ALWAYS

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

25 years agoGTK asserts disappeared - but surprizngly, SetInsertionPoint() still doesn't
Vadim Zeitlin [Wed, 27 Jan 1999 18:46:07 +0000 (18:46 +0000)] 
GTK asserts disappeared - but surprizngly, SetInsertionPoint() still doesn't
seem to work for multiline controls.

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

25 years agoHarm's patch to fix a crash of wxPoem sample on termination
Vadim Zeitlin [Wed, 27 Jan 1999 18:42:14 +0000 (18:42 +0000)] 
Harm's patch to fix a crash of wxPoem sample on termination

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

25 years agoadded wxJPEGHandler
Václav Slavík [Wed, 27 Jan 1999 18:20:53 +0000 (18:20 +0000)] 
added wxJPEGHandler

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

25 years ago wxToolTip part II
Robert Roebling [Wed, 27 Jan 1999 17:15:34 +0000 (17:15 +0000)] 
  wxToolTip part II
  small change in tab traversal
  makefile corrections
  wxGLCanvas moved

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

25 years agoadded wxJPEGHandler
Václav Slavík [Wed, 27 Jan 1999 16:13:16 +0000 (16:13 +0000)] 
added wxJPEGHandler

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

25 years ago1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs)
Vadim Zeitlin [Wed, 27 Jan 1999 15:28:48 +0000 (15:28 +0000)] 
1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs)
2. added more kbd logic to the generic tree ctrl (Home, End are now
   understood, Left does the same thing as under Windows and not the same
   thing as Up arrow)

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

25 years agomade wxSplitterWindow::SplitXXX() virtual
Vadim Zeitlin [Wed, 27 Jan 1999 15:17:24 +0000 (15:17 +0000)] 
made wxSplitterWindow::SplitXXX() virtual

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

25 years agoAdded dde sample; added docs/index.htm
Julian Smart [Wed, 27 Jan 1999 10:01:14 +0000 (10:01 +0000)] 
Added dde sample; added docs/index.htm

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

25 years agoAdded Joel's wxchar.h for future Unicode adventures
Julian Smart [Wed, 27 Jan 1999 10:00:02 +0000 (10:00 +0000)] 
Added Joel's wxchar.h for future Unicode adventures

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

25 years agoAnother solaris fix. :-<
Karsten Ballüder [Wed, 27 Jan 1999 09:48:39 +0000 (09:48 +0000)] 
Another solaris fix. :-<

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

25 years agoAdded Upper() and Lower() - return the copy of the string converted to upper
Vadim Zeitlin [Tue, 26 Jan 1999 16:08:09 +0000 (16:08 +0000)] 
Added Upper() and Lower() - return the copy of the string converted to upper
or lower case (unlike MakeXXX() counterparts which change the string itself)

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

25 years agoAdded dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar
Julian Smart [Tue, 26 Jan 1999 14:18:32 +0000 (14:18 +0000)] 
Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar

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

25 years agosome gixes to PositionToXY() - not sure if I made it work better or worse
Vadim Zeitlin [Tue, 26 Jan 1999 13:48:10 +0000 (13:48 +0000)] 
some gixes to PositionToXY() - not sure if I made it work better or worse
though

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

25 years agoMore compilation fixes for Solaris. :-<
Karsten Ballüder [Tue, 26 Jan 1999 13:46:16 +0000 (13:46 +0000)] 
More compilation fixes for Solaris. :-<

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

25 years agoOops... compilation error just checked in fixed
Vadim Zeitlin [Tue, 26 Jan 1999 13:11:07 +0000 (13:11 +0000)] 
Oops... compilation error just checked in fixed

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

25 years ago a bit more docs
Robert Roebling [Tue, 26 Jan 1999 13:10:06 +0000 (13:10 +0000)] 
  a bit more docs

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

25 years agoSetInsertionPointEnd() bug corrected (was off by 1)
Vadim Zeitlin [Tue, 26 Jan 1999 12:56:58 +0000 (12:56 +0000)] 
SetInsertionPointEnd() bug corrected (was off by 1)

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

25 years agomore waste of time fixing uncompilable code
Karsten Ballüder [Tue, 26 Jan 1999 12:42:14 +0000 (12:42 +0000)] 
more waste of time fixing uncompilable code

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

25 years agosun compilation fix
Karsten Ballüder [Tue, 26 Jan 1999 12:35:11 +0000 (12:35 +0000)] 
sun compilation fix

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

25 years agoSome compile warnings removed; file selector prototypes put in each filedlg.h;
Julian Smart [Tue, 26 Jan 1999 11:51:12 +0000 (11:51 +0000)] 
Some compile warnings removed; file selector prototypes put in each filedlg.h;
Dialog Editor wxGTK makefile hacked

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

25 years ago A few resize bugs removed
Robert Roebling [Tue, 26 Jan 1999 11:35:26 +0000 (11:35 +0000)] 
  A few resize bugs removed
  combo box now emits EVT_TEXT
  position of pop-up menu can now be set

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

25 years agocompilation fixes for solaris
Karsten Ballüder [Tue, 26 Jan 1999 11:08:48 +0000 (11:08 +0000)] 
compilation fixes for solaris
PLEASE READ COMPILATION LOGS AFTER MAKING CHANGES!

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

25 years agofixed wxBusyCursor privacy bug
Karsten Ballüder [Tue, 26 Jan 1999 09:34:24 +0000 (09:34 +0000)] 
fixed wxBusyCursor privacy bug

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

25 years agobinary insertion
Unknown (UG) [Tue, 26 Jan 1999 04:40:45 +0000 (04:40 +0000)] 
binary insertion

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

25 years agoremoval before binary insertion
Unknown (UG) [Tue, 26 Jan 1999 04:39:05 +0000 (04:39 +0000)] 
removal before binary insertion

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

25 years agowidth and height arguments are no longer ignored in wxRadioBox::SetSize()
Vadim Zeitlin [Mon, 25 Jan 1999 21:55:59 +0000 (21:55 +0000)] 
width and height arguments are no longer ignored in wxRadioBox::SetSize()

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

25 years agoRemoved stream2.tex.
Julian Smart [Mon, 25 Jan 1999 18:34:24 +0000 (18:34 +0000)] 
Removed stream2.tex.

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

25 years agoSplit up wxStream doc files; added wxTCP... files; added wxBusyCursor;
Julian Smart [Mon, 25 Jan 1999 18:33:08 +0000 (18:33 +0000)] 
Split up wxStream doc files; added wxTCP... files; added wxBusyCursor;
added overloaded wxGetHostName etc. functions

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

25 years agoFixed wxFileDialog and VC++ DLL compilation
Julian Smart [Mon, 25 Jan 1999 14:45:13 +0000 (14:45 +0000)] 
Fixed wxFileDialog and VC++ DLL compilation

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

25 years ago Added wxToolTip
Robert Roebling [Mon, 25 Jan 1999 13:57:06 +0000 (13:57 +0000)] 
  Added wxToolTip

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

25 years agoSigh, some more makefiles I forgot about (for TWIN32 compilation)
Julian Smart [Mon, 25 Jan 1999 12:20:21 +0000 (12:20 +0000)] 
Sigh, some more makefiles I forgot about (for TWIN32 compilation)

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

25 years ago*** empty log message ***
Julian Smart [Mon, 25 Jan 1999 12:17:09 +0000 (12:17 +0000)] 
*** empty log message ***

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

25 years agoAdded some makefiles
Julian Smart [Mon, 25 Jan 1999 12:15:20 +0000 (12:15 +0000)] 
Added some makefiles

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

25 years agochar* -> wxString
Julian Smart [Mon, 25 Jan 1999 12:12:23 +0000 (12:12 +0000)] 
char* -> wxString

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

25 years agoFixed compile bug in proplist.cpp; added makevc.env
Julian Smart [Mon, 25 Jan 1999 10:01:00 +0000 (10:01 +0000)] 
Fixed compile bug in proplist.cpp; added makevc.env

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

25 years agoAdded wxMotif wxGLCanvas makefiles
Julian Smart [Sun, 24 Jan 1999 23:58:54 +0000 (23:58 +0000)] 
Added wxMotif wxGLCanvas makefiles

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

25 years agoMade wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples;
Julian Smart [Sun, 24 Jan 1999 23:56:51 +0000 (23:56 +0000)] 
Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples;
some doc bug fixes

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

25 years ago1. wxLoad/SaveFileSelector return "wxString" instead of "char *"
Vadim Zeitlin [Sun, 24 Jan 1999 23:31:39 +0000 (23:31 +0000)] 
1. wxLoad/SaveFileSelector return "wxString" instead of "char *"
2. WXDLLEXPORT was misplaced in a couple of places (hopefully my chanegs won't
   break compilation for other compilers)
3. Some VC++ warnings suppressed in socket code

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

25 years agoAdded some distribution helper files
Julian Smart [Sun, 24 Jan 1999 19:16:37 +0000 (19:16 +0000)] 
Added some distribution helper files

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

25 years agoRenamed .nt makefiles to .vc and factored them out; made DND sample compile
Julian Smart [Sun, 24 Jan 1999 19:13:55 +0000 (19:13 +0000)] 
Renamed .nt makefiles to .vc and factored them out; made DND sample compile

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

25 years agoRemoved print.cpp, added tokenizr.tex
Julian Smart [Sun, 24 Jan 1999 15:23:54 +0000 (15:23 +0000)] 
Removed print.cpp, added tokenizr.tex

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

25 years ago Small doc corrections
Robert Roebling [Sun, 24 Jan 1999 15:07:54 +0000 (15:07 +0000)] 
  Small doc corrections
  Removed wxFontDirectory
  Added move event to dialog and frame
  Cannot remeber the rest

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

25 years agoAdded some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
Julian Smart [Sun, 24 Jan 1999 14:57:09 +0000 (14:57 +0000)] 
Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
look OK on Motif now; got rid of some #ifdef wxUSE_... instances

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

25 years agoDaniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for default extension filter
Vadim Zeitlin [Sun, 24 Jan 1999 00:52:06 +0000 (00:52 +0000)] 
Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for default extension filter
handling

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

25 years agocompilation fix for MSW
Vadim Zeitlin [Sat, 23 Jan 1999 23:52:35 +0000 (23:52 +0000)] 
compilation fix for MSW

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

25 years ago1. registry files corresponding to the recent registry.h changes
Vadim Zeitlin [Sat, 23 Jan 1999 23:50:24 +0000 (23:50 +0000)] 
1. registry files corresponding to the recent registry.h changes
2. badly famous wxRegConfig::DeleteAll() bug corrected

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

25 years ago* Stream doc update.
Guilhem Lavaux [Sat, 23 Jan 1999 17:58:03 +0000 (17:58 +0000)] 
* Stream doc update.

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

25 years ago wxGTK now chooses better font when no matching
Robert Roebling [Sat, 23 Jan 1999 10:14:38 +0000 (10:14 +0000)] 
  wxGTK now chooses better font when no matching
    font family is found (and doesn't crash then)

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

25 years agoRename() (partly) implemented for wxRegConf
Vadim Zeitlin [Fri, 22 Jan 1999 21:59:43 +0000 (21:59 +0000)] 
Rename() (partly) implemented for wxRegConf

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

25 years ago* Added doc on wxStreamBase,Input/OutputStream,Filter (well, some have to be
Guilhem Lavaux [Fri, 22 Jan 1999 19:06:16 +0000 (19:06 +0000)] 
* Added doc on wxStreamBase,Input/OutputStream,Filter (well, some have to be
written, today or tomorrow)

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

25 years agoTestDestroy() is not const any more (warnings suppressed)
Vadim Zeitlin [Fri, 22 Jan 1999 18:35:42 +0000 (18:35 +0000)] 
TestDestroy() is not const any more (warnings suppressed)

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

25 years ago The Image sample now does anti-aliasing, oh well.
Robert Roebling [Fri, 22 Jan 1999 18:08:54 +0000 (18:08 +0000)] 
  The Image sample now does anti-aliasing, oh well.
  Made internal use of OnIdle - er - internal. (I.e.
    it doesn't use EVT_IDLE anymore and thus cannot
    be overridden by users)

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

25 years agowxThread POSIX implementation seems to work (under libc6 Linux at least)
Vadim Zeitlin [Fri, 22 Jan 1999 16:21:24 +0000 (16:21 +0000)] 
wxThread POSIX implementation seems to work (under libc6 Linux at least)

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

25 years agoNow uses dcps.h
Karsten Ballüder [Fri, 22 Jan 1999 15:14:06 +0000 (15:14 +0000)] 
Now uses dcps.h

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

25 years agoMade wxGTK dcps.cpp generic.
Julian Smart [Fri, 22 Jan 1999 11:06:20 +0000 (11:06 +0000)] 
Made wxGTK dcps.cpp generic.

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

25 years ago iODBC v2.5
Robert Roebling [Fri, 22 Jan 1999 10:52:42 +0000 (10:52 +0000)] 
  iODBC v2.5

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

25 years ago changed make_int, make_exp .. to wxmake_int..
Robert Roebling [Thu, 21 Jan 1999 19:02:18 +0000 (19:02 +0000)] 
  changed make_int, make_exp .. to wxmake_int..
  fixed small listbox thing
  fixed layout probs of wxFrame
  small DnD updates
  small DialogEd optical correction
  small ODBC updates
  added wxListBox DClick Text in controls sample
  updated wxGTK.spec

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

25 years agoMade EVT_SLIDER event happen always; some doc and wxProperty updates
Julian Smart [Thu, 21 Jan 1999 17:38:28 +0000 (17:38 +0000)] 
Made EVT_SLIDER event happen always; some doc and wxProperty updates

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

25 years agothread fixes (compiles, but doesn't work yet)
Vadim Zeitlin [Thu, 21 Jan 1999 16:06:01 +0000 (16:06 +0000)] 
thread fixes (compiles, but doesn't work yet)

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

25 years agowxMimeTypesManagerImpl::GetFileTypeFromMimeType() implemented
Vadim Zeitlin [Thu, 21 Jan 1999 12:47:04 +0000 (12:47 +0000)] 
wxMimeTypesManagerImpl::GetFileTypeFromMimeType() implemented

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

25 years agocommon/mimetype.cpp added
Vadim Zeitlin [Thu, 21 Jan 1999 12:35:29 +0000 (12:35 +0000)] 
common/mimetype.cpp added

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

25 years agoFixed orientation of radioboxes.
Karsten Ballüder [Wed, 20 Jan 1999 21:16:47 +0000 (21:16 +0000)] 
Fixed orientation of radioboxes.

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

25 years agocompilation fix (wxFAIL() must have a ';')
Vadim Zeitlin [Wed, 20 Jan 1999 19:55:13 +0000 (19:55 +0000)] 
compilation fix (wxFAIL() must have a ';')

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

25 years agoRenameEntry/Group() functions added to wxConfig and derivations (not yet
Vadim Zeitlin [Wed, 20 Jan 1999 19:54:17 +0000 (19:54 +0000)] 
RenameEntry/Group() functions added to wxConfig and derivations (not yet
implemented for wxIniCnfig and wxRegConfig)

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

25 years agofixes to previous fixes for Sun's CC 5.0
Vadim Zeitlin [Wed, 20 Jan 1999 19:09:46 +0000 (19:09 +0000)] 
fixes to previous fixes for Sun's CC 5.0

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

25 years agofixes for Sun CC 5.0 (unlike 4.2 it understands bool)
Vadim Zeitlin [Wed, 20 Jan 1999 18:59:20 +0000 (18:59 +0000)] 
fixes for Sun CC 5.0 (unlike 4.2 it understands bool)

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

25 years agowxUSE_STREAM corrected to wxUSE_STREAMS
Vadim Zeitlin [Wed, 20 Jan 1999 15:04:56 +0000 (15:04 +0000)] 
wxUSE_STREAM corrected to wxUSE_STREAMS

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

25 years agowxString::Right() changed to AfterLast() (config works again)
Vadim Zeitlin [Wed, 20 Jan 1999 14:47:59 +0000 (14:47 +0000)] 
wxString::Right() changed to AfterLast() (config works again)

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

25 years agoFixed wxConfig (I hope) and disabled wxRegConfig::DeleteAll.
Julian Smart [Wed, 20 Jan 1999 12:23:40 +0000 (12:23 +0000)] 
Fixed wxConfig (I hope) and disabled wxRegConfig::DeleteAll.

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

25 years agoFAQ mods
Julian Smart [Tue, 19 Jan 1999 22:14:23 +0000 (22:14 +0000)] 
FAQ mods

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

25 years ago1. wxMotif fixes for compilation in "no compatible" mode
Vadim Zeitlin [Tue, 19 Jan 1999 19:36:07 +0000 (19:36 +0000)] 
1. wxMotif fixes for compilation in "no compatible" mode
2. Common fixes to be able to link minimal sample without stream classes, tree ctrl, list ctrl &c

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

25 years agoRemoving redundant files.
Julian Smart [Tue, 19 Jan 1999 18:42:35 +0000 (18:42 +0000)] 
Removing redundant files.

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

25 years agoInclude dynarray.h
Julian Smart [Tue, 19 Jan 1999 18:28:10 +0000 (18:28 +0000)] 
Include dynarray.h

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

25 years agoTWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC;
Julian Smart [Tue, 19 Jan 1999 18:23:02 +0000 (18:23 +0000)] 
TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC;
wxByte replaces byte (can conflict with windows.h)

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

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