wxWidgets.git
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

25 years agoRemoved redundant makefiles and AIAI icons. Changed dynamic sample source name from
Julian Smart [Sat, 22 Aug 1998 19:46:35 +0000 (19:46 +0000)] 
Removed redundant makefiles and AIAI icons. Changed dynamic sample source name from
minimal.cpp to dynamic.cpp.

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

25 years agoAdded config resource file and VC++ makefile
Julian Smart [Sat, 22 Aug 1998 19:07:11 +0000 (19:07 +0000)] 
Added config resource file and VC++ makefile

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

25 years agoRemoved child frame CreateStatusBar from MDI sample; renamed config.h to confbase.h;
Julian Smart [Sat, 22 Aug 1998 16:41:51 +0000 (16:41 +0000)] 
Removed child frame CreateStatusBar from MDI sample; renamed config.h to confbase.h;
config.h now includes appropriate files

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

25 years agoOGL improvements
Julian Smart [Sat, 22 Aug 1998 16:31:11 +0000 (16:31 +0000)] 
OGL improvements

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

25 years agospurious error messages from wxRegKey::HasValue() suppressed
Vadim Zeitlin [Fri, 21 Aug 1998 20:48:45 +0000 (20:48 +0000)] 
spurious error messages from wxRegKey::HasValue() suppressed

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

25 years agoradiobox had some strange ideas about vertical and horizontal directions
Vadim Zeitlin [Fri, 21 Aug 1998 20:47:49 +0000 (20:47 +0000)] 
radiobox had some strange ideas about vertical and horizontal directions
(in fact, wxRA_VERTICAL and HORIZONTAL were inverted). corrected.

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

25 years agoAccelerators now work for wxDialog; wxToolBarSimple fixed when dragging out of
Julian Smart [Fri, 21 Aug 1998 17:47:19 +0000 (17:47 +0000)] 
Accelerators now work for wxDialog; wxToolBarSimple fixed when dragging out of
the toolbar

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

25 years agowxStaticBitmaps were created invisible - corrected
Vadim Zeitlin [Thu, 20 Aug 1998 22:47:39 +0000 (22:47 +0000)] 
wxStaticBitmaps were created invisible - corrected

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

25 years ago* Some new feature in wxObject*Stream (objects aren't duplicated)
Guilhem Lavaux [Wed, 19 Aug 1998 18:33:19 +0000 (18:33 +0000)] 
* Some new feature in wxObject*Stream (objects aren't duplicated)
* Added SetBackgroundBrush in wxGridCell
* New classes/fixes in wxSerial

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

25 years agoGDI double-deletion fix, wxBitmap depth bug
Julian Smart [Wed, 19 Aug 1998 15:45:05 +0000 (15:45 +0000)] 
GDI double-deletion fix, wxBitmap depth bug

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

25 years ago* Bug fix
Guilhem Lavaux [Wed, 19 Aug 1998 07:42:27 +0000 (07:42 +0000)] 
* Bug fix

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

25 years agoA few tweaks
Robin Dunn [Wed, 19 Aug 1998 00:38:23 +0000 (00:38 +0000)] 
A few tweaks

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

25 years agoPlaceholder
Robin Dunn [Wed, 19 Aug 1998 00:35:04 +0000 (00:35 +0000)] 
Placeholder

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

25 years agonew build structure
Robin Dunn [Wed, 19 Aug 1998 00:10:57 +0000 (00:10 +0000)] 
new build structure

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

25 years agoGTK version of the SWIG-generated files
Robin Dunn [Wed, 19 Aug 1998 00:10:03 +0000 (00:10 +0000)] 
GTK version of the SWIG-generated files

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

25 years agoplaceholder
Robin Dunn [Wed, 19 Aug 1998 00:05:43 +0000 (00:05 +0000)] 
placeholder

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

25 years agoNew build directory structure
Robin Dunn [Tue, 18 Aug 1998 21:55:10 +0000 (21:55 +0000)] 
New build directory structure

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

25 years agoifdef out some wxGTK specific code
Robin Dunn [Tue, 18 Aug 1998 21:54:12 +0000 (21:54 +0000)] 
ifdef out some wxGTK specific code

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

25 years agoMSW version of the SWIG-generated files
Robin Dunn [Tue, 18 Aug 1998 21:52:31 +0000 (21:52 +0000)] 
MSW version of the SWIG-generated files

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

25 years agomoving the SWIG-generated files to toolkit specific subdirectories
Robin Dunn [Tue, 18 Aug 1998 21:50:11 +0000 (21:50 +0000)] 
moving the SWIG-generated files to toolkit specific subdirectories

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

25 years agouint -> size_t change
Vadim Zeitlin [Tue, 18 Aug 1998 20:15:51 +0000 (20:15 +0000)] 
uint -> size_t change

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

25 years agoAdded wxTheApp = this; to wxApp::wxApp for wxPython
Robin Dunn [Tue, 18 Aug 1998 19:57:02 +0000 (19:57 +0000)] 
Added wxTheApp = this; to wxApp::wxApp for wxPython

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

25 years agoSecond try
Denis Pershin [Tue, 18 Aug 1998 19:54:06 +0000 (19:54 +0000)] 
Second try

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

25 years agomore wxGTK compatibility things.
Robin Dunn [Tue, 18 Aug 1998 19:48:20 +0000 (19:48 +0000)] 
more wxGTK compatibility things.

It builds now but there are serious runtime problems...

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

25 years agoa few tweaks
Robin Dunn [Tue, 18 Aug 1998 19:45:09 +0000 (19:45 +0000)] 
a few tweaks

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

25 years agoSeems it works reasonably stable...
Denis Pershin [Tue, 18 Aug 1998 19:25:46 +0000 (19:25 +0000)] 
Seems it works reasonably stable...

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

25 years ago Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
Robert Roebling [Tue, 18 Aug 1998 17:41:55 +0000 (17:41 +0000)] 
  Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
  equally on that matter.

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

25 years ago* wxThread: new functions: wxThread::Pause/Resume, wxThread::GetThreadFromID
Guilhem Lavaux [Tue, 18 Aug 1998 17:22:15 +0000 (17:22 +0000)] 
* wxThread: new functions: wxThread::Pause/Resume, wxThread::GetThreadFromID
* Updates and new objects in utils/serialize
* wxLayout*_Serialize are friends of wxLayout* (so I can access to the
internal fields)
* wxMenu (GTK):  SetTitle/GetTitle (basic implementation)

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

25 years agoglobally renamed uint to size_t. This has _not_ been checked under Windows,
Vadim Zeitlin [Tue, 18 Aug 1998 15:36:12 +0000 (15:36 +0000)] 
globally renamed uint to size_t. This has _not_ been checked under Windows,
although I changed msw files also, so please wait until this evening if you
want to be sure that it compiles. This change should fix 64 bit compilation
problems, but it would be nice to test it...

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

25 years ago Next attempt at dynlib.cpp
Robert Roebling [Tue, 18 Aug 1998 15:28:46 +0000 (15:28 +0000)] 
  Next attempt at dynlib.cpp
  Disabled ImLib's cashing
  Confirmed Vadim's changes to wxListCtrl :-)

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

25 years agocorrected wxListCtrl compilation problems
Vadim Zeitlin [Tue, 18 Aug 1998 14:59:26 +0000 (14:59 +0000)] 
corrected wxListCtrl compilation problems

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

25 years agoVarious .tex files updated. .bmp files were corrupted, recomitting.
Julian Smart [Tue, 18 Aug 1998 14:54:21 +0000 (14:54 +0000)] 
Various .tex files updated. .bmp files were corrupted, recomitting.

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

25 years agoreordered headers to compile
Karsten Ballüder [Tue, 18 Aug 1998 12:37:53 +0000 (12:37 +0000)] 
reordered headers to compile

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

25 years ago#ifdef'd out some parts for non-supported systems.
Karsten Ballüder [Tue, 18 Aug 1998 12:30:40 +0000 (12:30 +0000)] 
#ifdef'd out some parts for non-supported systems.

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

25 years agoAdded configure to cvs - there are systems without autoconf!
Karsten Ballüder [Tue, 18 Aug 1998 12:18:37 +0000 (12:18 +0000)] 
Added configure to cvs - there are systems without autoconf!

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

25 years ago Added the static text patch for multiline text
Robert Roebling [Tue, 18 Aug 1998 07:09:00 +0000 (07:09 +0000)] 
  Added the static text patch for multiline text

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

25 years agoadded wxConfigBase documentation
Vadim Zeitlin [Mon, 17 Aug 1998 22:45:47 +0000 (22:45 +0000)] 
added wxConfigBase documentation

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

25 years agominor change
Vadim Zeitlin [Mon, 17 Aug 1998 22:22:29 +0000 (22:22 +0000)] 
minor change

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

25 years agoa micro bug (but which was enough to break regtest sample) corrected
Vadim Zeitlin [Mon, 17 Aug 1998 22:19:17 +0000 (22:19 +0000)] 
a micro bug (but which was enough to break regtest sample) corrected

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

25 years agoreplaced another printf() with wxLogDebug()
Vadim Zeitlin [Mon, 17 Aug 1998 22:18:21 +0000 (22:18 +0000)] 
replaced another printf() with wxLogDebug()

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

25 years agoAdded missing declaration of wxIcon::operator =(const wxIcon &)
Robin Dunn [Mon, 17 Aug 1998 21:35:03 +0000 (21:35 +0000)] 
Added missing declaration of wxIcon::operator =(const wxIcon &)

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

25 years ago Added IRIX compile fixes
Robert Roebling [Mon, 17 Aug 1998 20:07:50 +0000 (20:07 +0000)] 
  Added IRIX compile fixes
  Added functions that must be handed down
   from wxListCtrl to the main window

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

25 years agoRemoved an extra method definition
Robin Dunn [Mon, 17 Aug 1998 18:29:40 +0000 (18:29 +0000)] 
Removed an extra method definition

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

25 years agoCorrected the signature for wxFrame::Maximize
Robin Dunn [Mon, 17 Aug 1998 18:25:14 +0000 (18:25 +0000)] 
Corrected the signature for wxFrame::Maximize

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

25 years agoAdded wxWindow::Center
Robin Dunn [Mon, 17 Aug 1998 18:24:32 +0000 (18:24 +0000)] 
Added wxWindow::Center

Corrected the signature for wxWindow::SetSizeHints

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

25 years ago Added in-place editiging in wxListCtrl
Robert Roebling [Mon, 17 Aug 1998 17:05:47 +0000 (17:05 +0000)] 
  Added in-place editiging in wxListCtrl

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

25 years ago Added list ctrl sample. Looks better than what I thought...
Robert Roebling [Mon, 17 Aug 1998 15:48:25 +0000 (15:48 +0000)] 
  Added list ctrl sample. Looks better than what I thought...

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

25 years ago Turned wxIcon inline constructors to real constructors
Robert Roebling [Mon, 17 Aug 1998 14:29:53 +0000 (14:29 +0000)] 
  Turned wxIcon inline constructors to real constructors
  Removed warning from dcclient
  Added wxTheFontList->Add(this) somewhere in wxFont
  CleanUp() now printfs the number of members in
    wxTheBitmapList

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

25 years agoGot printing, toolbar samples compiling under Windows again
Julian Smart [Mon, 17 Aug 1998 11:11:13 +0000 (11:11 +0000)] 
Got printing, toolbar samples compiling under Windows again

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

25 years agoChanged floats to doubles in wxexpr.h; added a flag in accel.h (wxACCEL_NONE for
Julian Smart [Mon, 17 Aug 1998 09:39:39 +0000 (09:39 +0000)] 
Changed floats to doubles in wxexpr.h; added a flag in accel.h (wxACCEL_NONE for
'no ctrl/alt/shift key')

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

25 years agoChanged floats to doubles
Julian Smart [Mon, 17 Aug 1998 09:38:28 +0000 (09:38 +0000)] 
Changed floats to doubles

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

25 years ago GTK's toolbar class has no OnPaint
Robert Roebling [Mon, 17 Aug 1998 09:16:28 +0000 (09:16 +0000)] 
  GTK's toolbar class has no OnPaint
  Added missing bitmap in mdi sample
  Added OpenGL support (I Get segv on
   my Debian/Mesa system, don't know why).

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

25 years ago1) corrected bug in log.cpp which only affected wxGTK: some messages could
Vadim Zeitlin [Sun, 16 Aug 1998 21:02:14 +0000 (21:02 +0000)] 
1) corrected bug in log.cpp which only affected wxGTK: some messages could
   appear twice
2) tried to use gtk_widget_set_usize in wxFrame::SetSizeHints(), but it
   still doesn't work...

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

25 years ago Added mising AddBitmapList in wxBitmap
Robert Roebling [Sun, 16 Aug 1998 19:39:29 +0000 (19:39 +0000)] 
  Added mising AddBitmapList in wxBitmap
  Added missing deletion of wxFrame's toolbar
  Removed a few superfluous ; (sorry)
  Mentioned dmalloc in INSTALL

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

25 years ago New scrolling for GTK
Robert Roebling [Sun, 16 Aug 1998 17:07:17 +0000 (17:07 +0000)] 
  New scrolling for GTK

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

25 years agoadded one extra check for emptyness
Karsten Ballüder [Sun, 16 Aug 1998 11:28:39 +0000 (11:28 +0000)] 
added one extra check for emptyness

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

25 years agoChanged wxMenu::GetTitle to return a wxString.
Julian Smart [Sun, 16 Aug 1998 08:03:13 +0000 (08:03 +0000)] 
Changed wxMenu::GetTitle to return a wxString.

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

25 years agoMore wxGTK work.
Robin Dunn [Sun, 16 Aug 1998 04:31:11 +0000 (04:31 +0000)] 
More wxGTK work.

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

25 years agoupdated email address
Robin Dunn [Sun, 16 Aug 1998 04:30:03 +0000 (04:30 +0000)] 
updated email address

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

25 years agoKarsten's correction undone - this code is (was) correct!
Vadim Zeitlin [Sun, 16 Aug 1998 01:37:16 +0000 (01:37 +0000)] 
Karsten's correction undone - this code is (was) correct!

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

25 years agoAdded configure option --with-dmalloc to use the dmalloc memory debugging library.
Karsten Ballüder [Sat, 15 Aug 1998 23:52:16 +0000 (23:52 +0000)] 
Added configure option --with-dmalloc to use the dmalloc memory debugging library.

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

25 years ago'&' are removed from checkbox labels (all controls should call
Vadim Zeitlin [Sat, 15 Aug 1998 21:05:06 +0000 (21:05 +0000)] 
'&' are removed from checkbox labels (all controls should call
wxControl::SetLabel and use m_label which contains the label without '&')

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

25 years agoadded default values for ax size arguments of SetSizeHints (for msw
Vadim Zeitlin [Sat, 15 Aug 1998 21:03:28 +0000 (21:03 +0000)] 
added default values for ax size arguments of SetSizeHints (for msw
compatibility)

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

25 years agoSmall changes after Robert's edits
Julian Smart [Sat, 15 Aug 1998 20:10:16 +0000 (20:10 +0000)] 
Small changes after Robert's edits

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