wxWidgets.git
25 years agoremoved wxsetup.h from libdir
Karsten Ballüder [Wed, 9 Sep 1998 09:00:54 +0000 (09:00 +0000)] 
removed wxsetup.h from libdir

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

25 years agoremoved __WXMSW__ define
Karsten Ballüder [Wed, 9 Sep 1998 08:49:33 +0000 (08:49 +0000)] 
removed __WXMSW__ define

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

25 years agoDEC Alpha does not need -ldl, therefore check for it.
Unknown (HB) [Wed, 9 Sep 1998 07:57:51 +0000 (07:57 +0000)] 
DEC Alpha does not need -ldl, therefore check for it.

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

25 years agoAdditional makefiles; changes for compilation with BC++ and GnuWin32
Julian Smart [Tue, 8 Sep 1998 22:27:12 +0000 (22:27 +0000)] 
Additional makefiles; changes for compilation with BC++ and GnuWin32

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

25 years agoAdded Latex style file
Julian Smart [Tue, 8 Sep 1998 22:24:52 +0000 (22:24 +0000)] 
Added Latex style file

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

25 years agonow installs properly
Karsten Ballüder [Tue, 8 Sep 1998 19:09:50 +0000 (19:09 +0000)] 
now installs properly

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

25 years ago It's now possible to drag a listbox filled with entries
Robert Roebling [Tue, 8 Sep 1998 18:21:16 +0000 (18:21 +0000)] 
  It's now possible to drag a listbox filled with entries
  Removed #ifdef 0 from resource.cpp around reading code
    for wxRadioBox
  #ifdeffed a Refresh call that causes DialogEd to dump
   code in wxGTK when deleting an item
  Suppressed some warnings
  Readded socket stuffto gtk.inc

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

25 years ago* some C++ness correction in wxStream.
Guilhem Lavaux [Tue, 8 Sep 1998 17:19:16 +0000 (17:19 +0000)] 
* some C++ness correction in wxStream.
* added support for DLL on Borland32
* fixed export bugs
* fixed a portability problem in socket.cpp
* added a missing function in utilsexc.cpp

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

25 years agoUpdated OGL documentation and tidied up some code
Julian Smart [Tue, 8 Sep 1998 14:38:35 +0000 (14:38 +0000)] 
Updated OGL documentation and tidied up some code

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

25 years ago Rewrote wxRadioBox (recompile)
Robert Roebling [Tue, 8 Sep 1998 00:27:29 +0000 (00:27 +0000)] 
  Rewrote wxRadioBox  (recompile)

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

25 years ago I debug DialogEd for five hours and then Karsten
Robert Roebling [Mon, 7 Sep 1998 22:38:10 +0000 (22:38 +0000)] 
  I debug DialogEd for five hours and then Karsten
  tells me that CaptureMouse is broken. Doh.

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

25 years ago Changed DnD MIME file type for file DnD. Understood?
Robert Roebling [Mon, 7 Sep 1998 22:04:40 +0000 (22:04 +0000)] 
  Changed DnD MIME file type for file DnD. Understood?

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

25 years ago After resolving all conflicts that came down the
Robert Roebling [Mon, 7 Sep 1998 22:01:55 +0000 (22:01 +0000)] 
  After resolving all conflicts that came down the
  telephone line: DialogEd is ready for general
  consumption now.

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

25 years agoFixed wxCheckBox on wxGTK (SetLabel called before widget creation),
Julian Smart [Mon, 7 Sep 1998 21:53:34 +0000 (21:53 +0000)] 
Fixed wxCheckBox on wxGTK (SetLabel called before widget creation),
wxListBox::GetSelection returning -1 now doesn't assert; wxProp improvements
for wxGTK; parser.y includes <io.h> under VC++ to eliminate 'read' warning

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

25 years ago Suppress warnings
Robert Roebling [Mon, 7 Sep 1998 18:04:27 +0000 (18:04 +0000)] 
  Suppress warnings

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

25 years ago Added USE_CONFIG
Robert Roebling [Mon, 7 Sep 1998 17:23:29 +0000 (17:23 +0000)] 
  Added USE_CONFIG
  A little more DnD work
  wxDialog now inherits from wxPanel (recompile)

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

25 years agook, now it _does_ compile
Vadim Zeitlin [Mon, 7 Sep 1998 15:38:51 +0000 (15:38 +0000)] 
ok, now it _does_ compile

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

25 years agocvs incorrectly merged my last change somehow (there a\were 2
Vadim Zeitlin [Mon, 7 Sep 1998 15:32:32 +0000 (15:32 +0000)] 
cvs incorrectly merged my last change somehow (there a\were 2
SetActiveTargets), corrected.

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

25 years ago wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
Robert Roebling [Mon, 7 Sep 1998 14:44:38 +0000 (14:44 +0000)] 
  wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
  Added Checkbox::SetLabel

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

25 years ago Much more aggressive for intercepting events and
Robert Roebling [Mon, 7 Sep 1998 12:29:07 +0000 (12:29 +0000)] 
  Much more aggressive for intercepting events and
    (not) redirecting them to wxWindows or GTK
    All widgets work now in DialogEd

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

25 years agoAdded wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample
Julian Smart [Mon, 7 Sep 1998 09:27:34 +0000 (09:27 +0000)] 
Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample

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

25 years ago Tries unsuccesfully to cure a few more problems
Robert Roebling [Mon, 7 Sep 1998 09:17:58 +0000 (09:17 +0000)] 
  Tries unsuccesfully to cure a few more problems
    for DialogEd
  wxFileSelector now sets the title
  Todo is quite complete now

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

25 years agosome clean up of the code
Vadim Zeitlin [Mon, 7 Sep 1998 09:01:35 +0000 (09:01 +0000)] 
some clean up of the code

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

25 years agotab traversal now works better (using uninitialized variable was a bad idea :-)
Vadim Zeitlin [Mon, 7 Sep 1998 08:59:10 +0000 (08:59 +0000)] 
tab traversal now works better (using uninitialized variable was a bad idea :-)

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

25 years agoadded wxLogSysError() in wxExecute() if the command fails
Vadim Zeitlin [Mon, 7 Sep 1998 08:57:14 +0000 (08:57 +0000)] 
added wxLogSysError() in wxExecute() if the command fails

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

25 years agowxGetHomeDir() added
Vadim Zeitlin [Mon, 7 Sep 1998 08:56:29 +0000 (08:56 +0000)] 
wxGetHomeDir() added

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

25 years agowxRegConfig now works again
Vadim Zeitlin [Mon, 7 Sep 1998 08:55:28 +0000 (08:55 +0000)] 
wxRegConfig now works again

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

25 years agothe notebook now has wxTAB_TRAVERSAL style
Vadim Zeitlin [Mon, 7 Sep 1998 08:54:52 +0000 (08:54 +0000)] 
the notebook now has wxTAB_TRAVERSAL style

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

25 years agoadded support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)
Vadim Zeitlin [Mon, 7 Sep 1998 08:53:49 +0000 (08:53 +0000)] 
added support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)

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

25 years ago"const" added to wxAceelTable ctor
Vadim Zeitlin [Mon, 7 Sep 1998 08:52:10 +0000 (08:52 +0000)] 
"const" added to wxAceelTable ctor

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

25 years agowxRegConfig now works correctly again
Vadim Zeitlin [Mon, 7 Sep 1998 08:48:06 +0000 (08:48 +0000)] 
wxRegConfig now works correctly again

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

25 years ago"const" added to wxAccelTable ctor
Vadim Zeitlin [Mon, 7 Sep 1998 08:46:57 +0000 (08:46 +0000)] 
"const" added to wxAccelTable ctor

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

25 years agoconst char *wxGetHomeDir(wxString*) added
Vadim Zeitlin [Mon, 7 Sep 1998 08:45:40 +0000 (08:45 +0000)] 
const char *wxGetHomeDir(wxString*) added

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

25 years agominor change (using wxLogNull no doesn't flush the old messages)
Vadim Zeitlin [Mon, 7 Sep 1998 08:44:46 +0000 (08:44 +0000)] 
minor change (using wxLogNull no doesn't flush the old messages)

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

25 years agoMade wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp
Julian Smart [Mon, 7 Sep 1998 07:58:29 +0000 (07:58 +0000)] 
Made wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp
for USE_SERIALL; included io.h for VC++ in socket.cpp

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

25 years ago Fillid in many more missing functions (such as Enable())
Robert Roebling [Sun, 6 Sep 1998 20:27:21 +0000 (20:27 +0000)] 
  Fillid in many more missing functions (such as Enable())
  There are still things to fix when compiling sockets ..

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

25 years ago wxMenu doesn't anylonger call the callback if the
Robert Roebling [Sun, 6 Sep 1998 18:47:46 +0000 (18:47 +0000)] 
 wxMenu doesn't anylonger call the callback if the
   event is only a highlight event (more similar to wxMSW)

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

25 years ago SetFont() the second
Robert Roebling [Sun, 6 Sep 1998 18:34:18 +0000 (18:34 +0000)] 
  SetFont() the second
  #ifdefed SetFont() in Statusbars destructor
  wxRadioBox setsize corrected (Still only simple layout)

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

25 years ago* Added wxsocket lib and sample (I hope I don't forget some file)
Guilhem Lavaux [Sun, 6 Sep 1998 18:28:00 +0000 (18:28 +0000)] 
* Added wxsocket lib and sample (I hope I don't forget some file)
* Updated some wx data and makefiles
* Updates on wxStream (reorganization)
 makefile for Windows will nearly follow
 wxSocket should work on wxGTK (I've tested it)

* IPC over Network is included

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

25 years agoCommented out Robert's SetFont change for now; changed menu handling slightly
Julian Smart [Sun, 6 Sep 1998 16:55:57 +0000 (16:55 +0000)] 
Commented out Robert's SetFont change for now; changed menu handling slightly
in Dialog Editor; use wxConfig now in Dialog Editor

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

25 years agoGetItem() now works (it was completely broken)
Vadim Zeitlin [Sun, 6 Sep 1998 15:57:43 +0000 (15:57 +0000)] 
GetItem() now works (it was completely broken)

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

25 years agoRemoved bitmap.cpp, bitmap.h from OGL
Julian Smart [Sun, 6 Sep 1998 14:57:36 +0000 (14:57 +0000)] 
Removed bitmap.cpp, bitmap.h from OGL

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

25 years agoVarious changes
Julian Smart [Sun, 6 Sep 1998 14:52:16 +0000 (14:52 +0000)] 
Various changes

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

25 years agoAdded some more class docs
Julian Smart [Sun, 6 Sep 1998 14:43:36 +0000 (14:43 +0000)] 
Added some more class docs

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

25 years agoRenamed bitmap.cpp to bmpshape.cpp to aid debugging
Julian Smart [Sun, 6 Sep 1998 14:35:53 +0000 (14:35 +0000)] 
Renamed bitmap.cpp to bmpshape.cpp to aid debugging

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

25 years agoOGL improvements
Julian Smart [Sun, 6 Sep 1998 14:32:25 +0000 (14:32 +0000)] 
OGL improvements

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

25 years ago Added SetFont to most controls and controls sample
Robert Roebling [Sun, 6 Sep 1998 13:46:50 +0000 (13:46 +0000)] 
  Added SetFont to most controls and controls sample
    (recompile)
  Added tiny bit of documentation to window.cpp

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

25 years agoRemoved some bugs
Julian Smart [Sat, 5 Sep 1998 22:36:13 +0000 (22:36 +0000)] 
Removed some bugs

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

25 years ago Fixed two small things in wxListCtrl
Robert Roebling [Sat, 5 Sep 1998 18:26:06 +0000 (18:26 +0000)] 
  Fixed two small things in wxListCtrl
  Removed SetSizeHint from wxDialog (recompile)
  Removed dialog modal flag
  Code clean up here and there

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

25 years agoFixed Get...String functions.
Julian Smart [Sat, 5 Sep 1998 16:45:26 +0000 (16:45 +0000)] 
Fixed Get...String functions.

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

25 years ago Shared libs now get installed correctly on Linux.
Robert Roebling [Sat, 5 Sep 1998 16:37:48 +0000 (16:37 +0000)] 
  Shared libs now get installed correctly on Linux.
  Fixed a compile bug on bitmap.

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

25 years ago Makefile next attempt
Robert Roebling [Sat, 5 Sep 1998 13:59:23 +0000 (13:59 +0000)] 
  Makefile next attempt

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

25 years ago Fixed a small wxDialog thing
Robert Roebling [Sat, 5 Sep 1998 08:37:40 +0000 (08:37 +0000)] 
  Fixed a small wxDialog thing
  Fixed transparency in wxNotebook
  Turned the controls sample in way the coolest of all smaples

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

25 years ago* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile.
Guilhem Lavaux [Fri, 4 Sep 1998 17:32:11 +0000 (17:32 +0000)] 
* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile.
* The destructor of wxFile isn't anymore virtual.

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

25 years agofriends declarations removed, GetBitmap/Pixmap functions made public
Vadim Zeitlin [Fri, 4 Sep 1998 12:45:34 +0000 (12:45 +0000)] 
friends declarations removed, GetBitmap/Pixmap functions made public

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

25 years ago Removed remaining file.
Robert Roebling [Fri, 4 Sep 1998 12:45:00 +0000 (12:45 +0000)] 
  Removed remaining file.

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

25 years ago Corrected wxWindow::GetExtent
Robert Roebling [Fri, 4 Sep 1998 12:43:41 +0000 (12:43 +0000)] 
  Corrected wxWindow::GetExtent
 s econd attempt at accelerators (mdi sample works)

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

25 years agoimage in the notebook is now at the left of the label (as in wxMSW), not at
Vadim Zeitlin [Fri, 4 Sep 1998 11:56:53 +0000 (11:56 +0000)] 
image in the notebook is now at the left of the label (as in wxMSW), not at
its right

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

25 years agoAdded friend wxNotebook
Julian Smart [Fri, 4 Sep 1998 11:25:34 +0000 (11:25 +0000)] 
Added friend wxNotebook

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

25 years agoFixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp
Julian Smart [Fri, 4 Sep 1998 11:24:30 +0000 (11:24 +0000)] 
Fixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp

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

25 years ago It's possible now to save to a PNG. OK, I still
Robert Roebling [Thu, 3 Sep 1998 21:46:47 +0000 (21:46 +0000)] 
  It's possible now to save to a PNG. OK, I still
    have performance problems, but it's a start.
  Updated install.txt.

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

25 years agowxNotebook now supports the item images (except for the mask problem!)
Vadim Zeitlin [Thu, 3 Sep 1998 16:59:51 +0000 (16:59 +0000)] 
wxNotebook now supports the item images (except for the mask problem!)

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

25 years agothe notebook now has the icons
Vadim Zeitlin [Thu, 3 Sep 1998 16:59:00 +0000 (16:59 +0000)] 
the notebook now has the icons

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

25 years ago Some more Makefile stuff (someone else did that partially)
Robert Roebling [Thu, 3 Sep 1998 16:26:04 +0000 (16:26 +0000)] 
  Some more Makefile stuff (someone else did that partially)

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

25 years agofixed the install/unix references -Markus
Unknown (AN) [Thu, 3 Sep 1998 15:38:49 +0000 (15:38 +0000)] 
fixed the install/unix references -Markus

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

25 years agofixed the install/unix references -Markus
Unknown (AN) [Thu, 3 Sep 1998 15:27:50 +0000 (15:27 +0000)] 
fixed the install/unix references -Markus

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

25 years agowxFileConfig ctor now (again) uses the files in the correct locations if the
Vadim Zeitlin [Thu, 3 Sep 1998 15:23:04 +0000 (15:23 +0000)] 
wxFileConfig ctor now (again) uses the files in the correct locations if the
file names are not specified -- that's what Get{Local|Global}FileName() are
for, Julian!

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

25 years ago make install
Robert Roebling [Thu, 3 Sep 1998 13:58:56 +0000 (13:58 +0000)] 
  make install

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

25 years agoreplaced wxEmptyString with "" because it's defined in gdicmn.h (sic!) which,
Vadim Zeitlin [Thu, 3 Sep 1998 12:03:22 +0000 (12:03 +0000)] 
replaced wxEmptyString with "" because it's defined in gdicmn.h (sic!) which,
of course, is not always included before confbase.h...

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

25 years agoRemoved files as requested by Robert.
Karsten Ballüder [Thu, 3 Sep 1998 11:46:15 +0000 (11:46 +0000)] 
Removed files as requested by Robert.

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

25 years agoDang, can't remember what I changed now
Julian Smart [Thu, 3 Sep 1998 07:34:26 +0000 (07:34 +0000)] 
Dang, can't remember what I changed now

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

25 years ago Added wxAccelerators (sort of)
Robert Roebling [Wed, 2 Sep 1998 22:23:57 +0000 (22:23 +0000)] 
  Added wxAccelerators (sort of)
  Moved configure (once again)

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

25 years ago New configure
Robert Roebling [Wed, 2 Sep 1998 17:53:48 +0000 (17:53 +0000)] 
  New configure
  wxRegionIterator
  New IsEposed functions  (-> recompile)

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

25 years ago Fixed event handling for DialogEd
Robert Roebling [Wed, 2 Sep 1998 12:15:35 +0000 (12:15 +0000)] 
  Fixed event handling for DialogEd

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

25 years ago* wxCreateDynamicObject() uses an hashtable now
Guilhem Lavaux [Tue, 1 Sep 1998 17:17:05 +0000 (17:17 +0000)] 
* wxCreateDynamicObject() uses an hashtable now
* wxClassInfo::first = NULL after the hashtable is initialized
* dynlib has been simplified.
* Some fix in the serialization core and in wxObject::StoreObject()/LoadObject()
* Updates in utils/serialize/sermain.cpp

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

25 years ago Small fixes to wxChoice, wxComboBox and wxListBox
Robert Roebling [Tue, 1 Sep 1998 15:41:45 +0000 (15:41 +0000)] 
  Small fixes to wxChoice, wxComboBox and wxListBox

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

25 years ago Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
Robert Roebling [Tue, 1 Sep 1998 14:29:21 +0000 (14:29 +0000)] 
  Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
  Fixed functions name mismatch SetSizeHint in window and frame
  Added support for non-european fonts and X extension using
   gtk_set_locale()
  Added compile fixes for FreeBSD and folks

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

25 years ago Fixed a few compile things
Robert Roebling [Tue, 1 Sep 1998 10:26:14 +0000 (10:26 +0000)] 
  Fixed a few compile things
  Fixed wxListCtrl::SetItemState bug
  Tried to hunt down a bug in menu, which
    disappeared after recompiling

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

25 years agoFixed MSW printing, tidied up member variable names
Julian Smart [Fri, 28 Aug 1998 11:00:50 +0000 (11:00 +0000)] 
Fixed MSW printing, tidied up member variable names

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

25 years agoAdded some typecasts that the compiler complained about not having
Robin Dunn [Thu, 27 Aug 1998 23:32:09 +0000 (23:32 +0000)] 
Added some typecasts that the compiler complained about not having

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

25 years agoSome chicken-and-egg problems solved for wxPython on wxGTK
Robin Dunn [Thu, 27 Aug 1998 21:59:51 +0000 (21:59 +0000)] 
Some chicken-and-egg problems solved for wxPython on wxGTK

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

25 years agoUpdated wxConfig documentation
Julian Smart [Thu, 27 Aug 1998 21:10:49 +0000 (21:10 +0000)] 
Updated wxConfig documentation

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

25 years agoAdded some files I forgot about
Julian Smart [Thu, 27 Aug 1998 21:08:39 +0000 (21:08 +0000)] 
Added some files I forgot about

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

25 years agowxConfig changes to be more logical.
Julian Smart [Thu, 27 Aug 1998 21:06:02 +0000 (21:06 +0000)] 
wxConfig changes to be more logical.

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

25 years agowxUpdateUIEvent derives from wxCommandEvent now
Julian Smart [Thu, 27 Aug 1998 07:47:25 +0000 (07:47 +0000)] 
wxUpdateUIEvent derives from wxCommandEvent now

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

25 years ago- more tweaks
Robin Dunn [Thu, 27 Aug 1998 00:01:17 +0000 (00:01 +0000)] 
- more tweaks
- have discovered some problems but not yet discovered solutions...

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

25 years agoMissing typecast from return.
Unknown (RO) [Tue, 25 Aug 1998 22:24:50 +0000 (22:24 +0000)] 
Missing typecast from return.

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

25 years agoHKEY -> WXHKEY, wxScrolledWindow::SetScale added
Julian Smart [Mon, 24 Aug 1998 19:13:34 +0000 (19:13 +0000)] 
HKEY -> WXHKEY, wxScrolledWindow::SetScale added

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

25 years agoHKEY -> WXHKEY; wxScrolledWindow::SetScale added
Julian Smart [Mon, 24 Aug 1998 19:11:11 +0000 (19:11 +0000)] 
HKEY -> WXHKEY; wxScrolledWindow::SetScale added

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

25 years ago* wxStream fixes.
Guilhem Lavaux [Mon, 24 Aug 1998 17:22:31 +0000 (17:22 +0000)] 
* wxStream fixes.

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

25 years agominor fixes
Vadim Zeitlin [Sun, 23 Aug 1998 22:21:47 +0000 (22:21 +0000)] 
minor fixes

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

25 years agoadded (de)select all
Karsten Ballüder [Sun, 23 Aug 1998 20:06:24 +0000 (20:06 +0000)] 
added (de)select all

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

25 years ago* Fixed two memory leaks.
Guilhem Lavaux [Sun, 23 Aug 1998 14:06:39 +0000 (14:06 +0000)] 
* Fixed two memory leaks.

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

25 years agodefs.h corrected (syntax error in wxDELETEA). More unnecessary files removed.
Julian Smart [Sun, 23 Aug 1998 10:30:17 +0000 (10:30 +0000)] 
defs.h corrected (syntax error in wxDELETEA). More unnecessary files removed.

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

25 years ago* New function wxObjectInputStream::Recall()
Guilhem Lavaux [Sun, 23 Aug 1998 09:23:27 +0000 (09:23 +0000)] 
* New function wxObjectInputStream::Recall()
* Fixes in object serializer,dynlib,LoadObject/StoreObject
* Updates for serialization.

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

25 years agoMissing \ before _
Unknown (RO) [Sun, 23 Aug 1998 04:50:00 +0000 (04:50 +0000)] 
Missing \ before _

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

25 years agoGeneral tidy-up (mainly typecasts) to allow the use of the SGI native
Unknown (RO) [Sun, 23 Aug 1998 03:22:56 +0000 (03:22 +0000)] 
General tidy-up (mainly typecasts) to allow the use of the SGI native
compilers (tested on Irix 6.5 with -mips3 -n32).

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

25 years agocalling insert("") would provoke an assert - now it's just ignored
Vadim Zeitlin [Sat, 22 Aug 1998 20:44:07 +0000 (20:44 +0000)] 
calling insert("") would provoke an assert - now it's just ignored

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

25 years agobug with checking the first character of possible empty string corrected
Vadim Zeitlin [Sat, 22 Aug 1998 20:34:00 +0000 (20:34 +0000)] 
bug with checking the first character of possible empty string corrected

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

25 years agosome tweaks for wxGTK
Robin Dunn [Sat, 22 Aug 1998 19:51:18 +0000 (19:51 +0000)] 
some tweaks for wxGTK

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