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

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

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

25 years agoAdded #include wx/dcclient.h for Vadims changes to work without pc headers
J. Russell Smyth [Sat, 26 Jun 1999 05:12:01 +0000 (05:12 +0000)] 
Added #include wx/dcclient.h for Vadims changes to work without pc headers

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

25 years agoAdded #include wx/dcclient.h and wx/settings.h for Vadims new code under
J. Russell Smyth [Sat, 26 Jun 1999 05:05:32 +0000 (05:05 +0000)] 
Added #include wx/dcclient.h and wx/settings.h for Vadims new code under
non-precomp header compilers

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

25 years agoAdded #include wx/listbox.h needed under Linux (probably all precomp header
J. Russell Smyth [Sat, 26 Jun 1999 03:44:15 +0000 (03:44 +0000)] 
Added #include wx/listbox.h needed under Linux (probably all precomp header
systems)

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

25 years agomulti line static controls now calculate their width and height correctly
Vadim Zeitlin [Fri, 25 Jun 1999 22:50:54 +0000 (22:50 +0000)] 
multi line static controls now calculate their width and height correctly

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

25 years ago Commented out "best visual" code.
Robert Roebling [Fri, 25 Jun 1999 22:46:50 +0000 (22:46 +0000)] 
  Commented out "best visual" code.

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

25 years ago1. wxSingleChoiceDialog looks Ok under Windows
Vadim Zeitlin [Fri, 25 Jun 1999 21:28:25 +0000 (21:28 +0000)] 
1. wxSingleChoiceDialog looks Ok under Windows
2. wxDialog now longer is resizeable by default
3. wxProgressDialog has a more reasonable width

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

25 years agofixed frame style
Karsten Ballüder [Fri, 25 Jun 1999 18:11:19 +0000 (18:11 +0000)] 
fixed frame style

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

25 years ago Oops.
Robert Roebling [Fri, 25 Jun 1999 16:31:46 +0000 (16:31 +0000)] 
  Oops.

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

25 years ago Changed a few true -> TRUE
Robert Roebling [Fri, 25 Jun 1999 16:30:47 +0000 (16:30 +0000)] 
  Changed a few true -> TRUE
  added #ifdef GTK 1.2

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

25 years ago*** empty log message ***
Václav Slavík [Fri, 25 Jun 1999 14:04:56 +0000 (14:04 +0000)] 
*** empty log message ***

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

25 years agoslightly more intelligent size calculation to prevent clipping of text
Karsten Ballüder [Fri, 25 Jun 1999 14:02:28 +0000 (14:02 +0000)] 
slightly more intelligent size calculation to prevent clipping of text

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

25 years agothe progres dialog now looks decently under Windows
Vadim Zeitlin [Thu, 24 Jun 1999 22:07:04 +0000 (22:07 +0000)] 
the progres dialog now looks decently under Windows

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

25 years agowxSpinButton::GetValue() returns correct result now
Vadim Zeitlin [Thu, 24 Jun 1999 22:05:15 +0000 (22:05 +0000)] 
wxSpinButton::GetValue() returns correct result now

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

25 years agoseveral notebook bugs fixed:
Vadim Zeitlin [Thu, 24 Jun 1999 21:27:52 +0000 (21:27 +0000)] 
several notebook bugs fixed:
1. deleting the last page sets selection to -1
2. deleting the selected page unselects it first
3. adding page calls Layout() on it

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

25 years agoPrintout object is now calling base class virtuals where needed...
Robin Dunn [Thu, 24 Jun 1999 20:02:25 +0000 (20:02 +0000)] 
Printout object is now calling base class virtuals where needed...

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

25 years ago wxGTK now chooses the best visual X offers,
Robert Roebling [Thu, 24 Jun 1999 14:43:01 +0000 (14:43 +0000)] 
  wxGTK now chooses the best visual X offers,
   instead of the default one.
  Reordered object files for library creation.

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

25 years agoUpdated from Mahogany.
Karsten Ballüder [Thu, 24 Jun 1999 09:04:18 +0000 (09:04 +0000)] 
Updated from Mahogany.

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

25 years agoMDI child maximize bug fixed
Vadim Zeitlin [Wed, 23 Jun 1999 23:31:20 +0000 (23:31 +0000)] 
MDI child maximize bug fixed

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

25 years ago Motif things.
Robert Roebling [Wed, 23 Jun 1999 19:33:49 +0000 (19:33 +0000)] 
  Motif things.

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

25 years ago* Bug fixed in CountTokens()
Guilhem Lavaux [Wed, 23 Jun 1999 17:13:12 +0000 (17:13 +0000)] 
* Bug fixed in CountTokens()

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

25 years ago wxProgressDialg works again.
Robert Roebling [Wed, 23 Jun 1999 16:17:16 +0000 (16:17 +0000)] 
  wxProgressDialg works again.
  Did I do "update" in testconf?

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

25 years agominor update
Karsten Ballüder [Wed, 23 Jun 1999 15:34:38 +0000 (15:34 +0000)] 
minor update

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

25 years ago wxMotif compiles and links now.
Robert Roebling [Wed, 23 Jun 1999 15:25:23 +0000 (15:25 +0000)] 
  wxMotif compiles and links now.

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

25 years agoimproved dialog size which created the listbox a bit too small
Karsten Ballüder [Wed, 23 Jun 1999 14:31:49 +0000 (14:31 +0000)] 
improved dialog size which created the listbox a bit too small

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

25 years agodlg navigation keys work even when combobox has focus
Vadim Zeitlin [Wed, 23 Jun 1999 12:51:20 +0000 (12:51 +0000)] 
dlg navigation keys work even when combobox has focus

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

25 years agoMinor improvement to keyevent handling.
Karsten Ballüder [Wed, 23 Jun 1999 12:49:01 +0000 (12:49 +0000)] 
Minor improvement to keyevent handling.

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

25 years agoin-place editing code from Michael Bedward integrated (with my docs)
Vadim Zeitlin [Wed, 23 Jun 1999 11:26:19 +0000 (11:26 +0000)] 
in-place editing code from Michael Bedward integrated (with my docs)

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

25 years ago Motif compile fixes
Robert Roebling [Wed, 23 Jun 1999 10:03:44 +0000 (10:03 +0000)] 
  Motif compile fixes

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

25 years agoUpdates to the wxPython distribution builders
Robin Dunn [Wed, 23 Jun 1999 05:28:10 +0000 (05:28 +0000)] 
Updates to the wxPython distribution builders

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

25 years agowxHTMLHelpController compiles (and somewhat works) under Windows, added a
Vadim Zeitlin [Tue, 22 Jun 1999 21:20:48 +0000 (21:20 +0000)] 
wxHTMLHelpController compiles (and somewhat works) under Windows, added a
(compile-time) option to the sample to always use HTML help, even under MSW.

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

25 years agoan assert added to check that we're not doing something stupid
Vadim Zeitlin [Tue, 22 Jun 1999 21:18:31 +0000 (21:18 +0000)] 
an assert added to check that we're not doing something stupid

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

25 years ago A bit of distribution/makefiles things.
Robert Roebling [Tue, 22 Jun 1999 18:51:25 +0000 (18:51 +0000)] 
  A bit of distribution/makefiles things.

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

25 years agowxPython 2.1b1: More more set of generated sources...
Robin Dunn [Tue, 22 Jun 1999 18:01:12 +0000 (18:01 +0000)] 
wxPython 2.1b1:  More more set of generated sources...

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

25 years agowxPython 2.1b1: Very minor changes needed for wxGTK
Robin Dunn [Tue, 22 Jun 1999 17:45:34 +0000 (17:45 +0000)] 
wxPython 2.1b1:  Very minor changes needed for wxGTK

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

25 years agoNow uses proper wxUSE_xxx flags
Robin Dunn [Tue, 22 Jun 1999 17:39:02 +0000 (17:39 +0000)] 
Now uses proper wxUSE_xxx flags

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

25 years agoupdated ignores
Robin Dunn [Tue, 22 Jun 1999 16:08:59 +0000 (16:08 +0000)] 
updated ignores

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

25 years agotypo fix
Robin Dunn [Tue, 22 Jun 1999 16:08:43 +0000 (16:08 +0000)] 
typo fix

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

25 years agoFinished a sample I forgot to do before...
Robin Dunn [Tue, 22 Jun 1999 15:46:03 +0000 (15:46 +0000)] 
Finished a sample I forgot to do before...

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

25 years agoSignificantly improved thanks to vi.
Karsten Ballüder [Tue, 22 Jun 1999 15:31:46 +0000 (15:31 +0000)] 
Significantly improved thanks to vi.

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

25 years agojust to resolve a dummy conflict
Vadim Zeitlin [Tue, 22 Jun 1999 11:51:07 +0000 (11:51 +0000)] 
just to resolve a dummy conflict

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