]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
Vadim Zeitlin [Wed, 14 Jul 1999 22:55:57 +0000 (22:55 +0000)] 
1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
   open/read/seek...
2. wxTextCtrlBase appears, several bug fixes in MSW wxTextCtrl and made
   LoadFile() behave in the same way under GTK and MSW (fixed it for MSW
   too)
3. Corrected the sash position calculation in sashwin.cpp - seems to work
   now but I wonder how it could ever work before?
4. new, tmake generated, MSW makefiles. They probably don't work - will fix
   them as soon as people start complaining.

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

25 years agothe template files for generating all MSW makefiles with tmake and the
Vadim Zeitlin [Wed, 14 Jul 1999 22:46:12 +0000 (22:46 +0000)] 
the template files for generating all MSW makefiles with tmake and the
(one and only one) file containing the list of all wxWindows sources.

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

25 years agoChanged to use new wxWindow->Reparent call to allow build with current cvs
J. Russell Smyth [Wed, 14 Jul 1999 17:31:42 +0000 (17:31 +0000)] 
Changed to use new wxWindow->Reparent call to allow build with current cvs
Added several small fixes from Scott Pleiter

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

25 years agorestoring makefiles
J. Russell Smyth [Wed, 14 Jul 1999 17:24:41 +0000 (17:24 +0000)] 
restoring makefiles

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

25 years agorestoring makefile
J. Russell Smyth [Wed, 14 Jul 1999 17:19:59 +0000 (17:19 +0000)] 
restoring makefile

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

25 years ago Removed bug that made wxWindow call OnPaint
Robert Roebling [Wed, 14 Jul 1999 15:36:37 +0000 (15:36 +0000)] 
  Removed bug that made wxWindow call OnPaint
    twice and return wrog values for GetClientSize()

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

25 years agoAdded wxHTML build to Makefile for VisualC++
J. Russell Smyth [Tue, 13 Jul 1999 21:59:59 +0000 (21:59 +0000)] 
Added wxHTML build to Makefile for VisualC++

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

25 years agoAdded makefiles for VC++ for wxHTML samples
J. Russell Smyth [Tue, 13 Jul 1999 21:58:34 +0000 (21:58 +0000)] 
Added makefiles for VC++ for wxHTML samples

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

25 years agoadded precomp header stuf
J. Russell Smyth [Tue, 13 Jul 1999 20:22:12 +0000 (20:22 +0000)] 
added precomp header stuf

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

25 years agoAdded precompiled header support to allow building with VC++
J. Russell Smyth [Tue, 13 Jul 1999 18:24:29 +0000 (18:24 +0000)] 
Added precompiled header support to allow building with VC++

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

25 years agoRemoved default parameter setting for wxHtmlHelpControler::AddBook causing
J. Russell Smyth [Tue, 13 Jul 1999 17:56:35 +0000 (17:56 +0000)] 
Removed default parameter setting for wxHtmlHelpControler::AddBook causing
VC++ to bomb compile

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

25 years ago New attempt at getting constraints work
Robert Roebling [Tue, 13 Jul 1999 13:46:31 +0000 (13:46 +0000)] 
  New attempt at getting constraints work
  Removed horiz scrollbars from text ctrl
  Corrected client data deletion in combobox

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

25 years ago* Changed char to wxChar in operators.
Guilhem Lavaux [Tue, 13 Jul 1999 06:27:42 +0000 (06:27 +0000)] 
* Changed char to wxChar in operators.

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

25 years ago* Changed behaviour of wxTextStreams::operator(wxUint8/wxInt8). Now it writes
Guilhem Lavaux [Mon, 12 Jul 1999 17:17:43 +0000 (17:17 +0000)] 
* Changed behaviour of wxTextStreams::operator(wxUint8/wxInt8). Now it writes
  characters instead of numbers.

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

25 years ago1. wxTextControl::SetFont() does something (good or bad - for you to judge)
Vadim Zeitlin [Mon, 12 Jul 1999 14:02:01 +0000 (14:02 +0000)] 
1. wxTextControl::SetFont() does something (good or bad - for you to judge)
2. tip dialog modified slightly to look a bit prettier under GTK
3. notebook test demonstrates the wxGTK radiobox-in-notebook-pages-constraints
bug

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

25 years ago*** empty log message ***
Václav Slavík [Mon, 12 Jul 1999 13:24:59 +0000 (13:24 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
Václav Slavík [Mon, 12 Jul 1999 13:17:41 +0000 (13:17 +0000)] 
*** empty log message ***

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

25 years agoeven more about setup0.h
Vadim Zeitlin [Mon, 12 Jul 1999 07:59:18 +0000 (07:59 +0000)] 
even more about setup0.h

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

25 years ago1. wxFrame doesn't show incorrect hints in the status bar for popup items
Vadim Zeitlin [Sun, 11 Jul 1999 22:08:17 +0000 (22:08 +0000)] 
1. wxFrame doesn't show incorrect hints in the status bar for popup items
2. radio box handles wxSIZE_AUTO_WIDTH/HEIGHT correctly (finally!)
3. attempts to fix broken sash

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

25 years ago New global cursor behaviour.
Robert Roebling [Sun, 11 Jul 1999 20:49:54 +0000 (20:49 +0000)] 
  New global cursor behaviour.
  Test for tear-off menus in controls sample.

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

25 years ago DocView and wxStream things
Robert Roebling [Sun, 11 Jul 1999 19:29:59 +0000 (19:29 +0000)] 
  DocView and wxStream things

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

25 years ago Updated testconf, fixed mistake in install.
Robert Roebling [Sun, 11 Jul 1999 16:24:31 +0000 (16:24 +0000)] 
  Updated testconf, fixed mistake in install.

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

25 years ago A few compile things.
Robert Roebling [Sun, 11 Jul 1999 15:56:57 +0000 (15:56 +0000)] 
  A few compile things.
  Changed resizing of multi-line text ctrl.
  Augmented beta version to 8.
  Distribution things.

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

25 years agowxButton::GetDefaultSize() added for MSW and documented
Vadim Zeitlin [Sat, 10 Jul 1999 21:51:58 +0000 (21:51 +0000)] 
wxButton::GetDefaultSize() added for MSW and documented

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

25 years ago*** empty log message ***
Václav Slavík [Sat, 10 Jul 1999 21:17:24 +0000 (21:17 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
Václav Slavík [Sat, 10 Jul 1999 21:06:05 +0000 (21:06 +0000)] 
*** empty log message ***

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

25 years agoAdded an #ifdef
Julian Smart [Sat, 10 Jul 1999 20:05:30 +0000 (20:05 +0000)] 
Added an #ifdef

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

25 years agoIgnore erase failures
Brian Macy [Sat, 10 Jul 1999 16:52:10 +0000 (16:52 +0000)] 
Ignore erase failures

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

25 years agoAdded test for wxUSE_STATLINE in statline.cpp
Julian Smart [Sat, 10 Jul 1999 13:31:14 +0000 (13:31 +0000)] 
Added test for wxUSE_STATLINE in statline.cpp

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

25 years ago*** empty log message ***
Václav Slavík [Sat, 10 Jul 1999 13:23:22 +0000 (13:23 +0000)] 
*** empty log message ***

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

25 years ago1. minor fixes in wxDynLib
Vadim Zeitlin [Sat, 10 Jul 1999 00:50:16 +0000 (00:50 +0000)] 
1. minor fixes in wxDynLib
2. added more symbols to winundef.h
3. fixed wxTextFile::IsOpen() - now it does what you'd suppose
4. listctrl now updates the item image when it changes
5. file dlg checks for an error and gives a message about it (debug only)

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

25 years agoInstalls Vasek's new generic headers (filesys.h, zipstream.h, wxhtml.h, etc)
Harco de Hilster [Fri, 9 Jul 1999 18:26:25 +0000 (18:26 +0000)] 
Installs Vasek's new generic headers (filesys.h, zipstream.h, wxhtml.h, etc)

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

25 years agoAdded Makefile.am in include/wx/html (needed for installation of header files)
Harco de Hilster [Fri, 9 Jul 1999 18:00:56 +0000 (18:00 +0000)] 
Added Makefile.am in include/wx/html (needed for installation of header files)
Patched configure.in so that creates a Makefile there.

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

25 years ago* wxStream doc update
Guilhem Lavaux [Fri, 9 Jul 1999 17:10:49 +0000 (17:10 +0000)] 
* wxStream doc update
* wxHTTP fix

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

25 years agoSome minors changes, like adding empty lines at end of files, to be able to compile...
Patrick Albert [Fri, 9 Jul 1999 15:30:31 +0000 (15:30 +0000)] 
Some minors changes, like adding empty lines at end of files, to be able to compile with VC++1.52c.

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

25 years agoadded wxUSE_FS_INET/ZIP
Vadim Zeitlin [Fri, 9 Jul 1999 14:32:50 +0000 (14:32 +0000)] 
added wxUSE_FS_INET/ZIP

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

25 years agoUpdated German and new Finnish translations.
Karsten Ballüder [Fri, 9 Jul 1999 11:15:21 +0000 (11:15 +0000)] 
Updated German and new Finnish translations.

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

25 years agocompilation fix
Vadim Zeitlin [Thu, 8 Jul 1999 13:28:31 +0000 (13:28 +0000)] 
compilation fix

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

25 years ago*** empty log message ***
Václav Slavík [Wed, 7 Jul 1999 22:05:00 +0000 (22:05 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
Václav Slavík [Wed, 7 Jul 1999 22:04:59 +0000 (22:04 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
Václav Slavík [Wed, 7 Jul 1999 22:04:58 +0000 (22:04 +0000)] 
*** empty log message ***

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

25 years ago* New wxStreams (to be documented), new classes: wxBufferedStreams,
Guilhem Lavaux [Wed, 7 Jul 1999 17:45:35 +0000 (17:45 +0000)] 
* New wxStreams (to be documented), new classes: wxBufferedStreams,
  wxTextStreams

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

25 years agoattempts to fix wxStaticBitmap::SetBitmap() - still doesn't work
Vadim Zeitlin [Wed, 7 Jul 1999 16:00:06 +0000 (16:00 +0000)] 
attempts to fix wxStaticBitmap::SetBitmap() - still doesn't work

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

25 years agocompilation fixes for wxGTK
Vadim Zeitlin [Wed, 7 Jul 1999 15:11:09 +0000 (15:11 +0000)] 
compilation fixes for wxGTK

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

25 years agodocumented wxMENU_TEAROFF
Karsten Ballüder [Wed, 7 Jul 1999 09:24:55 +0000 (09:24 +0000)] 
documented wxMENU_TEAROFF

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

25 years agoMade tearoff menus work for gtk :-)
Karsten Ballüder [Wed, 7 Jul 1999 09:18:34 +0000 (09:18 +0000)] 
Made tearoff menus work for gtk :-)

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

25 years ago1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly
Vadim Zeitlin [Tue, 6 Jul 1999 00:44:26 +0000 (00:44 +0000)] 
1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly
   (wxMotif not yet, but this change shouldn't break it)
2. GetStdIcon() small fixes
3. #pragma warning removed from dynlib.cpp

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

25 years agoCalcUnscrolledPosition takes int, not floats
Vadim Zeitlin [Mon, 5 Jul 1999 21:09:00 +0000 (21:09 +0000)] 
CalcUnscrolledPosition takes int, not floats

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

25 years agomade wxImage::Scale() const to not confuse people any more and added
Vadim Zeitlin [Mon, 5 Jul 1999 21:08:29 +0000 (21:08 +0000)] 
made wxImage::Scale() const to not confuse people any more and added
a Rescale() which changes the image size "in place". Documented both
changes too.

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

25 years agoCalcUnscrolledPosition takes int, not floats
Vadim Zeitlin [Mon, 5 Jul 1999 20:58:52 +0000 (20:58 +0000)] 
CalcUnscrolledPosition takes int, not floats

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

25 years agoMade icons configurable via a wxMApp virtual function. Tested on wxGTK only,
Karsten Ballüder [Mon, 5 Jul 1999 11:22:45 +0000 (11:22 +0000)] 
Made icons configurable via a wxMApp virtual function. Tested on wxGTK only,
added it for all ports, though.

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

25 years agosome appearance fixes from Michael Bedward
Vadim Zeitlin [Sun, 4 Jul 1999 20:48:05 +0000 (20:48 +0000)] 
some appearance fixes from Michael Bedward

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

25 years ago Small changed to wxExtDialog
Robert Roebling [Sun, 4 Jul 1999 13:50:13 +0000 (13:50 +0000)] 
  Small changed to wxExtDialog
  Made DnD use long instead of int
  Made DnD sample compile again
  Re-Updated wxTextDialog
  Added GetDefaultSize() to wxButton

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

25 years agowxList::SortFunc prototype corrected
Vadim Zeitlin [Sat, 3 Jul 1999 21:13:47 +0000 (21:13 +0000)] 
wxList::SortFunc prototype corrected

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

25 years agoAdded wxDllLoader::UnloadLibrary()
Karsten Ballüder [Sat, 3 Jul 1999 19:34:48 +0000 (19:34 +0000)] 
Added wxDllLoader::UnloadLibrary()

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

25 years ago Added wxExtDialog and sample.
Robert Roebling [Sat, 3 Jul 1999 16:40:54 +0000 (16:40 +0000)] 
  Added wxExtDialog and sample.
  Tried to make defs.h slightly more readable, also
    found some wrong flags then.
  Updated testconf.

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

25 years ago1. DoSetSize() simplified, DoGetBestSize() introduced
Vadim Zeitlin [Fri, 2 Jul 1999 22:02:05 +0000 (22:02 +0000)] 
1. DoSetSize() simplified, DoGetBestSize() introduced
2. code cleanup here and there
3. attempts to make static boxes behave better (i.e. stay below other controls)

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

25 years ago* Typo.
Guilhem Lavaux [Fri, 2 Jul 1999 17:49:59 +0000 (17:49 +0000)] 
* Typo.

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

25 years ago* Fixed Apple IEEE conversion
Guilhem Lavaux [Fri, 2 Jul 1999 17:44:41 +0000 (17:44 +0000)] 
* Fixed Apple IEEE conversion

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

25 years agoMinor improvement.
Karsten Ballüder [Fri, 2 Jul 1999 15:52:54 +0000 (15:52 +0000)] 
Minor improvement.

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

25 years agoAdded demonstration of busy cursor bug.
Karsten Ballüder [Fri, 2 Jul 1999 15:30:00 +0000 (15:30 +0000)] 
Added demonstration of busy cursor bug.

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

25 years ago* Changed %d by %u
Guilhem Lavaux [Thu, 1 Jul 1999 17:38:01 +0000 (17:38 +0000)] 
* Changed %d by %u

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

25 years ago Corrected bug in filedlg.
Robert Roebling [Thu, 1 Jul 1999 12:54:06 +0000 (12:54 +0000)] 
  Corrected bug in filedlg.
  Added more stream tests to typetest sample.

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

25 years ago* Moved ReadLine()/WriteLine() to wxIn/OutputStream
Guilhem Lavaux [Wed, 30 Jun 1999 17:15:32 +0000 (17:15 +0000)] 
* Moved ReadLine()/WriteLine() to wxIn/OutputStream

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

25 years agofixed wrong assert
Karsten Ballüder [Wed, 30 Jun 1999 15:40:00 +0000 (15:40 +0000)] 
fixed wrong assert

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

25 years agoMerged in from M.
Karsten Ballüder [Wed, 30 Jun 1999 13:26:58 +0000 (13:26 +0000)] 
Merged in from M.

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

25 years agoNow passes FILE* to wxExprDatabase instead of ofstream to compy with recent
Robin Dunn [Wed, 30 Jun 1999 08:30:45 +0000 (08:30 +0000)] 
Now passes FILE* to wxExprDatabase instead of ofstream to compy with recent
changes in wxExprDatabase.

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

25 years agoCorrected link error for missing wxRegTipProvider::GetTip by giving it
Robin Dunn [Wed, 30 Jun 1999 04:34:13 +0000 (04:34 +0000)] 
Corrected link error for missing wxRegTipProvider::GetTip by giving it
an empty stub function that can be filled in later when somebody
finishes this class.

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

25 years agoadded some WXDLLEXPORT's
Robin Dunn [Wed, 30 Jun 1999 04:28:29 +0000 (04:28 +0000)] 
added some WXDLLEXPORT's

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

25 years ago Typos.
Robert Roebling [Wed, 30 Jun 1999 00:03:20 +0000 (00:03 +0000)] 
  Typos.

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

25 years ago wxChoiceDialog fix.
Robert Roebling [Tue, 29 Jun 1999 23:16:45 +0000 (23:16 +0000)] 
  wxChoiceDialog fix.
  Distribution and build things.

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

25 years ago* wxDataStreams use wxUint now.
Guilhem Lavaux [Tue, 29 Jun 1999 17:53:42 +0000 (17:53 +0000)] 
* wxDataStreams use wxUint now.

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

25 years agoAdded code to look up main program symbols - unix only. PLEASE FIX FOR MSW.
Karsten Ballüder [Tue, 29 Jun 1999 17:04:57 +0000 (17:04 +0000)] 
Added code to look up main program symbols - unix only. PLEASE FIX FOR MSW.

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

25 years ago1. wxGrid fixes contributed by Gerhard Gruber (client data for cells...)
Vadim Zeitlin [Tue, 29 Jun 1999 13:13:11 +0000 (13:13 +0000)] 
1. wxGrid fixes contributed by Gerhard Gruber (client data for cells...)
2. Motif warnings removed
3. Using native msgbox under Motif (ok, it doesn't work, but generic doesn't
   work neither)

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

25 years agomy wxMotif fixes (merged with Robert's changes), wxMotif compiles, links
Vadim Zeitlin [Tue, 29 Jun 1999 12:34:18 +0000 (12:34 +0000)] 
my wxMotif fixes (merged with Robert's changes), wxMotif compiles, links
and runs... until you click in the menu, that is.

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

25 years agostartup tips for Unix
Vadim Zeitlin [Tue, 29 Jun 1999 11:50:30 +0000 (11:50 +0000)] 
startup tips for Unix

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

25 years agono message
Unknown (UG) [Tue, 29 Jun 1999 08:41:07 +0000 (08:41 +0000)] 
no message

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

25 years agomore files I forgot to commit
Vadim Zeitlin [Mon, 28 Jun 1999 22:08:46 +0000 (22:08 +0000)] 
more files I forgot to commit

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

25 years agomisc minor fixes I forgot to commit before
Vadim Zeitlin [Mon, 28 Jun 1999 22:06:24 +0000 (22:06 +0000)] 
misc minor fixes I forgot to commit before

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

25 years agoshould fix compilation for BC++
Vadim Zeitlin [Mon, 28 Jun 1999 22:04:57 +0000 (22:04 +0000)] 
should fix compilation for BC++

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

25 years agowxGTK compile fixes for my wxMSW changes
Vadim Zeitlin [Mon, 28 Jun 1999 22:04:40 +0000 (22:04 +0000)] 
wxGTK compile fixes for my wxMSW changes

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

25 years agowhy cvs thinks that I modified these files?
Vadim Zeitlin [Mon, 28 Jun 1999 21:53:29 +0000 (21:53 +0000)] 
why cvs thinks that I modified these files?

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

25 years agofile I forgot to add...
Vadim Zeitlin [Mon, 28 Jun 1999 21:52:13 +0000 (21:52 +0000)] 
file I forgot to add...

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

25 years agotip icon in XPM format
Vadim Zeitlin [Mon, 28 Jun 1999 21:47:54 +0000 (21:47 +0000)] 
tip icon in XPM format

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

25 years ago1. wxStaticLine implemented (generic (ugly) and MSW versions)
Vadim Zeitlin [Mon, 28 Jun 1999 21:39:49 +0000 (21:39 +0000)] 
1. wxStaticLine implemented (generic (ugly) and MSW versions)
2. wxTextDialog looks fine under MSW again
3. startup tips added: code, sample, docs
4. read-only text controls don't participate in TAB traversal

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

25 years ago* wxStream fixes (integer/line parsing).
Guilhem Lavaux [Mon, 28 Jun 1999 18:22:04 +0000 (18:22 +0000)] 
* wxStream fixes (integer/line parsing).
* Typetest sample fixes.

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

25 years ago Applied fixes for AIX (GTK 1.0 compilation).
Robert Roebling [Mon, 28 Jun 1999 13:22:00 +0000 (13:22 +0000)] 
  Applied fixes for AIX (GTK 1.0 compilation).
  Removed ostream from property classes.
  Removed Lisp output from wxExpr.

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

25 years agoFinal tweaks for 2.1b1
Robin Dunn [Mon, 28 Jun 1999 04:08:58 +0000 (04:08 +0000)] 
Final tweaks for 2.1b1

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

25 years agoFinal tweaks for 2.1b1
Robin Dunn [Mon, 28 Jun 1999 03:10:35 +0000 (03:10 +0000)] 
Final tweaks for 2.1b1

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

25 years ago Replaced ostream with FILE* in wxExpr.
Robert Roebling [Sun, 27 Jun 1999 22:37:41 +0000 (22:37 +0000)] 
  Replaced ostream with FILE* in wxExpr.

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

25 years agomissing newline at the end of file added
Vadim Zeitlin [Sun, 27 Jun 1999 22:06:33 +0000 (22:06 +0000)] 
missing newline at the end of file added

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

25 years agofixed typo
Robin Dunn [Sun, 27 Jun 1999 21:53:37 +0000 (21:53 +0000)] 
fixed typo

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

25 years ago More tests for streams.
Robert Roebling [Sun, 27 Jun 1999 16:42:54 +0000 (16:42 +0000)] 
  More tests for streams.

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

25 years agomissing semicolon added to the example
Vadim Zeitlin [Sun, 27 Jun 1999 11:26:50 +0000 (11:26 +0000)] 
missing semicolon added to the example

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

25 years ago Work on streams of all sorts. More to come.
Robert Roebling [Sun, 27 Jun 1999 10:39:38 +0000 (10:39 +0000)] 
  Work on streams of all sorts. More to come.

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

25 years agoa small cosmetic fix for single choice dialog
Vadim Zeitlin [Sat, 26 Jun 1999 13:55:18 +0000 (13:55 +0000)] 
a small cosmetic fix for single choice dialog

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

25 years ago Typos.
Robert Roebling [Sat, 26 Jun 1999 12:10:30 +0000 (12:10 +0000)] 
   Typos.

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

25 years ago Added wxGTK-only cmn dialogs.
Robert Roebling [Sat, 26 Jun 1999 11:56:44 +0000 (11:56 +0000)] 
  Added wxGTK-only cmn dialogs.
  Fixed a few includes and installing makefiles.
  Updated testconf accordingly.

  Good fences make good neighbours.

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

25 years ago1. serious bug in wxRegConfig corrected - deleting a value would delete the
Vadim Zeitlin [Sat, 26 Jun 1999 11:10:50 +0000 (11:10 +0000)] 
1. serious bug in wxRegConfig corrected - deleting a value would delete the
   key containing it if it didn't have any subkeys (i.e. would delete the
   sibling values)
2. wxRegKey::GetFirstValue() starts with first value, not the second one
3. typo in wxStaticText::DoSetSize() which prevented width.AsIs() from
   working fixed
4. adjustment for the parent client area offset not done for the top level
   windows (dialogs and frames) any more

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

25 years ago*** empty log message ***
Václav Slavík [Sat, 26 Jun 1999 10:25:06 +0000 (10:25 +0000)] 
*** empty log message ***

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