wxWidgets.git
25 years agoUnicode fix.
Ove Kaaven [Sat, 19 Jun 1999 08:12:26 +0000 (08:12 +0000)] 
Unicode fix.

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

25 years agowxStrncmp implementation.
Ove Kaaven [Sat, 19 Jun 1999 04:32:35 +0000 (04:32 +0000)] 
wxStrncmp implementation.

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

25 years agotext controls respect wxTE_PROCESS_ENTER/TAB styles again, WM_GETDLGCODE
Vadim Zeitlin [Sat, 19 Jun 1999 00:08:58 +0000 (00:08 +0000)] 
text controls respect wxTE_PROCESS_ENTER/TAB styles again, WM_GETDLGCODE
handling is generally better

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

25 years ago1. uninitialized variable in wxPanel fixed and unused one removed from wxWindow
Vadim Zeitlin [Fri, 18 Jun 1999 18:04:32 +0000 (18:04 +0000)] 
1. uninitialized variable in wxPanel fixed and unused one removed from wxWindow
2. wxTreeCtrl sends more notification messages

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

25 years agostandard icons for msg boxes
Vadim Zeitlin [Fri, 18 Jun 1999 17:56:51 +0000 (17:56 +0000)] 
standard icons for msg boxes

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

25 years agoreplaced a wrong assert with an if
Karsten Ballüder [Fri, 18 Jun 1999 17:38:19 +0000 (17:38 +0000)] 
replaced a wrong assert with an if

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

25 years ago Made things compile again (two pizzas).
Robert Roebling [Fri, 18 Jun 1999 14:18:47 +0000 (14:18 +0000)] 
  Made things compile again (two pizzas).
  Made timer reentry safe, I think.
  Added CVS build info.

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

25 years ago--foreign switch to automake added
Vadim Zeitlin [Fri, 18 Jun 1999 12:55:06 +0000 (12:55 +0000)] 
--foreign switch to automake added

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

25 years agofixes to work in M
Vadim Zeitlin [Thu, 17 Jun 1999 21:40:49 +0000 (21:40 +0000)] 
fixes to work in M

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

25 years ago1. wxDialogs are now destroyed when they go out of scope
Vadim Zeitlin [Thu, 17 Jun 1999 21:21:52 +0000 (21:21 +0000)] 
1. wxDialogs are now destroyed when they go out of scope
2. [GS]etDefaultItem() are now in wxPanel, not wxWindow
3. better checking for g_isPainting - hopefully no more false asserts
4. wxListCtrl not recreated any more when view changes, this corrects
   the bug with selection not working after view mode change
5. wxListCtrl now generates wxEVT_ITEM_ACTIVATED event
6. you can now press/toggle a button with a space
7. couple of other minor fixes

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

25 years ago Made the RTTI thing an option.
Robert Roebling [Thu, 17 Jun 1999 19:46:17 +0000 (19:46 +0000)] 
  Made the RTTI thing an option.
  Added submenus to controls sample.
  Failed at producing tear-off menus.

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

25 years agoFixed the ugly cursor. global cursor no longer initialised, broken code in
Karsten Ballüder [Thu, 17 Jun 1999 17:01:53 +0000 (17:01 +0000)] 
Fixed the ugly cursor. global cursor no longer initialised, broken code in
window.cpp fixed.

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

25 years ago"wx/xxx.h" --> <wx/xxx.h>
Karsten Ballüder [Thu, 17 Jun 1999 16:29:17 +0000 (16:29 +0000)] 
"wx/xxx.h" --> <wx/xxx.h>

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

25 years agoChanged default cursor to be an arrow rather than the ugly X.
Karsten Ballüder [Thu, 17 Jun 1999 16:16:53 +0000 (16:16 +0000)] 
Changed default cursor to be an arrow rather than the ugly X.

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

25 years agoFixed fatal typo.
Karsten Ballüder [Thu, 17 Jun 1999 14:58:36 +0000 (14:58 +0000)] 
Fixed fatal typo.

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

25 years agoModified to always prefix CPPFLAGS with local include/wx path, so that user
Karsten Ballüder [Thu, 17 Jun 1999 14:49:25 +0000 (14:49 +0000)] 
Modified to always prefix CPPFLAGS with local include/wx path, so that user
environment settings can no longer interfere with build.

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

25 years agoUses new wxMenu(long style) constructor.
Karsten Ballüder [Thu, 17 Jun 1999 14:14:38 +0000 (14:14 +0000)] 
Uses new wxMenu(long style) constructor.

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

25 years agoImplemented tearoff menus, please see my posting to wxwin-developers.
Karsten Ballüder [Thu, 17 Jun 1999 14:08:00 +0000 (14:08 +0000)] 
Implemented tearoff menus, please see my posting to wxwin-developers.

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

25 years agoAdded some #defines
Julian Smart [Thu, 17 Jun 1999 12:07:57 +0000 (12:07 +0000)] 
Added some #defines

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

25 years ago Tried a test for the RTTI options of GCC.
Robert Roebling [Thu, 17 Jun 1999 11:12:57 +0000 (11:12 +0000)] 
  Tried a test for the RTTI options of GCC.

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

25 years agofile should end with newline
Karsten Ballüder [Thu, 17 Jun 1999 10:03:00 +0000 (10:03 +0000)] 
file should end with newline

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

25 years agoAttempt to implement a bunch of wx string.h equivalents.
Ove Kaaven [Thu, 17 Jun 1999 07:00:38 +0000 (07:00 +0000)] 
Attempt to implement a bunch of wx string.h equivalents.

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

25 years ago put -fno-rtti into wx-config
Robert Roebling [Wed, 16 Jun 1999 19:13:10 +0000 (19:13 +0000)] 
  put -fno-rtti into wx-config

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

25 years ago wxWINE things.
Robert Roebling [Wed, 16 Jun 1999 16:34:31 +0000 (16:34 +0000)] 
 wxWINE things.

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

25 years agowxCHOICE defaults to yes now, even in debug mode
Karsten Ballüder [Wed, 16 Jun 1999 15:29:20 +0000 (15:29 +0000)] 
wxCHOICE defaults to yes now, even in debug mode

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

25 years ago Forgot this one.
Robert Roebling [Wed, 16 Jun 1999 08:18:14 +0000 (08:18 +0000)] 
  Forgot this one.

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

25 years ago make fixes.
Robert Roebling [Wed, 16 Jun 1999 08:14:52 +0000 (08:14 +0000)] 
  make fixes.

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

25 years agoHad missed one LPSTR.
Ove Kaaven [Wed, 16 Jun 1999 06:50:28 +0000 (06:50 +0000)] 
Had missed one LPSTR.

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

25 years agoSomeone probably meant "wx/defs.h" instead of "defs.h"
Ove Kaaven [Wed, 16 Jun 1999 06:03:04 +0000 (06:03 +0000)] 
Someone probably meant "wx/defs.h" instead of "defs.h"

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

25 years agoSuppose I should trust the headers in BC++5.02 more than BC++4.52
Ove Kaaven [Wed, 16 Jun 1999 05:13:27 +0000 (05:13 +0000)] 
Suppose I should trust the headers in BC++5.02 more than BC++4.52
(since the headers on BC++4.52 appears incorrect/outdated, compilation will
now fail on 4.52 in Unicode mode... but if you want Unicode, you use the
newest software anyway, right?)

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

25 years agowxString::IsSameAs(char) added and documented as well as operator==(char)
Vadim Zeitlin [Tue, 15 Jun 1999 22:30:44 +0000 (22:30 +0000)] 
wxString::IsSameAs(char) added and documented as well as operator==(char)

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

25 years ago Automake fix.
Robert Roebling [Tue, 15 Jun 1999 21:46:57 +0000 (21:46 +0000)] 
  Automake fix.
  Docs.

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

25 years agocompilation fixes for wxMSW
Vadim Zeitlin [Tue, 15 Jun 1999 21:06:12 +0000 (21:06 +0000)] 
compilation fixes for wxMSW

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

25 years ago2 typos corrected
Vadim Zeitlin [Tue, 15 Jun 1999 20:42:48 +0000 (20:42 +0000)] 
2 typos corrected

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

25 years ago Added a few #if wxUSE_XXX
Robert Roebling [Tue, 15 Jun 1999 20:21:59 +0000 (20:21 +0000)] 
  Added a few #if wxUSE_XXX
  Regrouped image format handlers
  Updated the rest accordingly
  Added changes.txt for wxGTK

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

25 years ago Added zillions of #if wxUSE_XXX
Robert Roebling [Mon, 14 Jun 1999 23:04:05 +0000 (23:04 +0000)] 
  Added zillions of #if wxUSE_XXX
  Removed cmndlgs usage of wxSizer and constraints
  Changed occurences of wxConv_xxx to wxConvXxxx and
    changed some wxConvLibc to wxConvCurrent
  Added Unicode tests to typetests (not finished)
  Compile fix for wxString in Unicode mode - we have
   to use the "experimental" printf then, I guess.

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

25 years agoExplicit casting/instantiation to resolve ambiguous overload.
Ove Kaaven [Mon, 14 Jun 1999 21:51:06 +0000 (21:51 +0000)] 
Explicit casting/instantiation to resolve ambiguous overload.

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

25 years agoFixed the keyboard selection handling (Please remember to maintain m_Selecting
Karsten Ballüder [Mon, 14 Jun 1999 20:02:01 +0000 (20:02 +0000)] 
Fixed the keyboard selection handling (Please remember to maintain m_Selecting
when Starting/Ending/Discarding selection!!!).
Fixed a LineBreak() related bug.

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

25 years agoUnicode fix.
Ove Kaaven [Mon, 14 Jun 1999 17:54:47 +0000 (17:54 +0000)] 
Unicode fix.

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

25 years agoignore .lo and .la
Harco de Hilster [Mon, 14 Jun 1999 17:14:39 +0000 (17:14 +0000)] 
ignore .lo and .la

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

25 years agocvs now ignores libtool's .lo and .la files
Harco de Hilster [Mon, 14 Jun 1999 17:13:40 +0000 (17:13 +0000)] 
cvs now ignores libtool's .lo and .la files

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

25 years agoShould work for wxMSW, now. Cannot test this myself, though.
Karsten Ballüder [Mon, 14 Jun 1999 15:47:50 +0000 (15:47 +0000)] 
Should work for wxMSW, now. Cannot test this myself, though.

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

25 years agoModified so that it should work for __WXMSW__, too. I cannot check
Karsten Ballüder [Mon, 14 Jun 1999 15:47:28 +0000 (15:47 +0000)] 
Modified so that it should work for __WXMSW__, too. I cannot check
this myself, though. :-(

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

25 years agoThe Unicode handling fixes my app seemed to need.
Ove Kaaven [Mon, 14 Jun 1999 14:51:25 +0000 (14:51 +0000)] 
The Unicode handling fixes my app seemed to need.

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

25 years agoimproved selection-autodeletion, but backspace handling not perfect
Karsten Ballüder [Mon, 14 Jun 1999 14:51:10 +0000 (14:51 +0000)] 
improved selection-autodeletion, but backspace handling not perfect
yet, untested

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

25 years agoA few weeks of Unicode fixes (my old win95 laptop compiles sloowly,
Ove Kaaven [Mon, 14 Jun 1999 14:39:11 +0000 (14:39 +0000)] 
A few weeks of Unicode fixes (my old win95 laptop compiles sloowly,
especially when through the nullmodem cable).

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

25 years agoSome more Unicode changes.
Ove Kaaven [Mon, 14 Jun 1999 14:31:47 +0000 (14:31 +0000)] 
Some more Unicode changes.

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

25 years agoCould of Unicode fixes.
Ove Kaaven [Mon, 14 Jun 1999 14:29:41 +0000 (14:29 +0000)] 
Could of Unicode fixes.

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

25 years agoUnicode needs the 'experimental' printf, so define it if wxUSE_UNICODE
Ove Kaaven [Mon, 14 Jun 1999 14:26:11 +0000 (14:26 +0000)] 
Unicode needs the 'experimental' printf, so define it if wxUSE_UNICODE
for now...

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

25 years agooperator for wxString == wx[W]CharBuffer.
Ove Kaaven [Mon, 14 Jun 1999 14:23:18 +0000 (14:23 +0000)] 
operator for wxString == wx[W]CharBuffer.

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

25 years agoCouple more Unicode fixes.
Ove Kaaven [Mon, 14 Jun 1999 14:20:58 +0000 (14:20 +0000)] 
Couple more Unicode fixes.

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

25 years agoUnicode changes.
Ove Kaaven [Mon, 14 Jun 1999 14:19:15 +0000 (14:19 +0000)] 
Unicode changes.

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

25 years agoCorrect some minor compile pbs with VC++1.52c & VC++4.1
Patrick Albert [Mon, 14 Jun 1999 09:43:38 +0000 (09:43 +0000)] 
Correct some minor compile pbs with VC++1.52c & VC++4.1

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

25 years ago*** empty log message ***
Patrick Albert [Mon, 14 Jun 1999 07:12:16 +0000 (07:12 +0000)] 
*** empty log message ***

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

25 years agowxGetFullHostName() implemented - it doesn't work though (and won't even
Vadim Zeitlin [Mon, 14 Jun 1999 00:00:47 +0000 (00:00 +0000)] 
wxGetFullHostName() implemented - it doesn't work though (and won't even
compile under Win16 I think - TODO)

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

25 years agoWXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
Vadim Zeitlin [Sun, 13 Jun 1999 23:59:16 +0000 (23:59 +0000)] 
WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough

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

25 years ago1. some more of "#if wxUSE_XXX" here and there
Vadim Zeitlin [Sun, 13 Jun 1999 22:54:04 +0000 (22:54 +0000)] 
1. some more of "#if wxUSE_XXX" here and there
2. Makefile fixes for Cygwin compilation

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

25 years ago1. libtool 1.2d => 1.3 (should speed up configure checks for it because it
Vadim Zeitlin [Sun, 13 Jun 1999 22:27:35 +0000 (22:27 +0000)] 
1. libtool 1.2d => 1.3 (should speed up configure checks for it because it
   caches the results)
2. aclocal.m4 is automatically generated by aclocal from acinclude.m4
3. fixes to configure for Cygnus compilation (Win32)

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

25 years agowxWindow::Fit() infinite loop bug fixed
Vadim Zeitlin [Sun, 13 Jun 1999 22:10:16 +0000 (22:10 +0000)] 
wxWindow::Fit() infinite loop bug fixed

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

25 years agoAdded missing initialisation of m_AutoDeleteSelection.
Karsten Ballüder [Sun, 13 Jun 1999 17:48:22 +0000 (17:48 +0000)] 
Added missing initialisation of m_AutoDeleteSelection.

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

25 years agoFixed two minor bugs. Still more than enough left. Quite some new ones.:-(
Karsten Ballüder [Sun, 13 Jun 1999 17:44:22 +0000 (17:44 +0000)] 
Fixed two minor bugs. Still more than enough left. Quite some new ones.:-(

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

25 years agoAdded missing wxGetFullHostName() and wxNO_DEFAULT for generic msgdialog
Karsten Ballüder [Sun, 13 Jun 1999 16:04:54 +0000 (16:04 +0000)] 
Added missing wxGetFullHostName() and wxNO_DEFAULT for generic msgdialog

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

25 years ago Added OS/2 patches to wxGTK.
Robert Roebling [Sun, 13 Jun 1999 15:24:01 +0000 (15:24 +0000)] 
  Added OS/2 patches to wxGTK.
  Updated docs.
  Added wxMask code.
  Added Sylvain's newest tree ctrl code and sample.
  Corrected wxDC background colour (now as wrong as wxMSW).

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

25 years ago1. crash when deleting multi line selection fixed
Vadim Zeitlin [Sat, 12 Jun 1999 21:07:44 +0000 (21:07 +0000)] 
1. crash when deleting multi line selection fixed
2. BreakLine() does just discard the first line (wreaking total havoc) any
   more
3. ScrollToCursor() actually scrolls to cursor
4. style change affects the first line too - and since the first time, style
   doesn't change mysteriously any more after second Clear()
5. word cursor movement even better (did I get it right this time?)

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

25 years agoIRIX compilation fixes
Vadim Zeitlin [Sat, 12 Jun 1999 21:03:13 +0000 (21:03 +0000)] 
IRIX compilation fixes

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

25 years ago{Get/Set}{Width/Height} documented
Vadim Zeitlin [Sat, 12 Jun 1999 20:56:46 +0000 (20:56 +0000)] 
{Get/Set}{Width/Height} documented

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

25 years ago Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE
Robert Roebling [Fri, 11 Jun 1999 17:27:57 +0000 (17:27 +0000)] 
  Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE
  Fixed typo in configure
  Added docs for wxINTXX_SWAP_XX macros

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

25 years ago1. wxLayoutList::GetNumLines() and MoveCursorToEnd() added (and work)
Vadim Zeitlin [Fri, 11 Jun 1999 12:10:26 +0000 (12:10 +0000)] 
1. wxLayoutList::GetNumLines() and MoveCursorToEnd() added (and work)
2. FindObjectScreen() applies the line style - corrects "mouse click mis
   positions the cursor" bug

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

25 years agowxSize::[GS]et{Width|Height} added
Vadim Zeitlin [Fri, 11 Jun 1999 11:15:21 +0000 (11:15 +0000)] 
wxSize::[GS]et{Width|Height} added

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

25 years agominor changes (fixing crash on mouse click)
Vadim Zeitlin [Fri, 11 Jun 1999 11:14:47 +0000 (11:14 +0000)] 
minor changes (fixing crash on mouse click)

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

25 years agoIRIX compile fixes
Vadim Zeitlin [Fri, 11 Jun 1999 10:47:18 +0000 (10:47 +0000)] 
IRIX compile fixes

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

25 years agoFixed a few bugs.
Karsten Ballüder [Fri, 11 Jun 1999 09:21:49 +0000 (09:21 +0000)] 
Fixed a few bugs.

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

25 years agomore DLL compilation changes
Vadim Zeitlin [Fri, 11 Jun 1999 00:53:28 +0000 (00:53 +0000)] 
more DLL compilation changes

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

25 years agoFixed compile errors.
Robin Dunn [Thu, 10 Jun 1999 23:00:03 +0000 (23:00 +0000)] 
Fixed compile errors.

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

25 years agoAdded wxWindowBase::CentreOnParent to allow top level windows to be
Robin Dunn [Thu, 10 Jun 1999 22:44:50 +0000 (22:44 +0000)] 
Added wxWindowBase::CentreOnParent to allow top level windows to be
centered over their parent (if they have one) instead of the entire
screen.

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

25 years ago Corrected byte swapping macros.
Robert Roebling [Thu, 10 Jun 1999 22:29:46 +0000 (22:29 +0000)] 
  Corrected byte swapping macros.
  Added test for them to typetest.
  Removed debug code from wxClipboard.
  Added empty compat. call to wxMSW's clipboard.
  Added for primary selection to sample/text.

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

25 years agoWXDLLEXPORT added to wxStringTokenizer (and also several "const"s here and
Vadim Zeitlin [Thu, 10 Jun 1999 21:16:58 +0000 (21:16 +0000)] 
WXDLLEXPORT added to wxStringTokenizer (and also several "const"s here and
there...)

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

25 years agocompialtion fixes
Vadim Zeitlin [Thu, 10 Jun 1999 21:16:11 +0000 (21:16 +0000)] 
compialtion fixes

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

25 years agowxNotebook compilation fix
Vadim Zeitlin [Thu, 10 Jun 1999 20:48:15 +0000 (20:48 +0000)] 
wxNotebook compilation fix

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

25 years agoUnicode fix.
Ove Kaaven [Thu, 10 Jun 1999 18:13:44 +0000 (18:13 +0000)] 
Unicode fix.

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

25 years agoA few Unicode fixes.
Ove Kaaven [Thu, 10 Jun 1999 18:12:13 +0000 (18:12 +0000)] 
A few Unicode fixes.

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

25 years agoUse wxStricmp instead of Stricmp in CmpNoCase.
Ove Kaaven [Thu, 10 Jun 1999 18:10:10 +0000 (18:10 +0000)] 
Use wxStricmp instead of Stricmp in CmpNoCase.

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

25 years agoI see no reason to have a copy of Stricmp from string.h in here when the
Ove Kaaven [Thu, 10 Jun 1999 18:08:46 +0000 (18:08 +0000)] 
I see no reason to have a copy of Stricmp from string.h in here when the
same thing was accomplished with macros about 10 lines below it.

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

25 years agoUnicode fix.
Ove Kaaven [Thu, 10 Jun 1999 17:59:57 +0000 (17:59 +0000)] 
Unicode fix.

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

25 years agoAdded makefile and such for VC so I cna see what richedit is like.
Robin Dunn [Thu, 10 Jun 1999 17:50:10 +0000 (17:50 +0000)] 
Added makefile and such for VC so I cna see what richedit is like.

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

25 years ago Popup menu and cursor corrected. Some bugs fixed.
Karsten Ballüder [Thu, 10 Jun 1999 17:22:02 +0000 (17:22 +0000)] 
Popup menu and cursor corrected. Some bugs fixed.

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

25 years agoAttempt to add primary selection support.
Karsten Ballüder [Thu, 10 Jun 1999 17:13:56 +0000 (17:13 +0000)] 
Attempt to add primary selection support.

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

25 years agoAttempt to add primary selection support, but doesn't work.
Karsten Ballüder [Thu, 10 Jun 1999 17:13:28 +0000 (17:13 +0000)] 
Attempt to add primary selection support, but doesn't work.

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

25 years ago Docs.
Robert Roebling [Thu, 10 Jun 1999 16:21:23 +0000 (16:21 +0000)] 
  Docs.
  Fix DialogEd XOR's.
  Colour does proper RGB value comparison.

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

25 years agoThe cursor is back! (Someone corrected wxGTK's idea of XOR. :-)
Karsten Ballüder [Thu, 10 Jun 1999 15:08:05 +0000 (15:08 +0000)] 
The cursor is back! (Someone corrected wxGTK's idea of XOR. :-)

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

25 years agolayout better
Karsten Ballüder [Thu, 10 Jun 1999 14:27:40 +0000 (14:27 +0000)] 
layout better

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

25 years ago wxWINE fixes.
Robert Roebling [Thu, 10 Jun 1999 10:21:05 +0000 (10:21 +0000)] 
  wxWINE fixes.
  Removed wxTextCtrl tests from controls.

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

25 years agodocumented the wxNO_DEFAULT that I added to make No button in dialog
Karsten Ballüder [Thu, 10 Jun 1999 09:55:03 +0000 (09:55 +0000)] 
documented the wxNO_DEFAULT that I added to make No button in dialog
the default.

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

25 years ago1. fatal typo in colour copying in wxStyleInfo ctor fixed
Vadim Zeitlin [Wed, 9 Jun 1999 22:19:31 +0000 (22:19 +0000)] 
1. fatal typo in colour copying in wxStyleInfo ctor fixed
2. yet slightly better selection handling
3. scrollbars now appear when the window is resized and disappear too
   (it's somewhat strange still...)

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

25 years agoGetting various compilers to work with wxWin again
Julian Smart [Wed, 9 Jun 1999 18:16:38 +0000 (18:16 +0000)] 
Getting various compilers to work with wxWin again

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

25 years ago The last drops of WINE.
Robert Roebling [Wed, 9 Jun 1999 18:09:47 +0000 (18:09 +0000)] 
  The last drops of WINE.

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

25 years agoFixed.
Karsten Ballüder [Wed, 9 Jun 1999 16:47:02 +0000 (16:47 +0000)] 
Fixed.

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

25 years agomakefile for wxLayout sample
Vadim Zeitlin [Wed, 9 Jun 1999 16:24:46 +0000 (16:24 +0000)] 
makefile for wxLayout sample

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

25 years agowxLayoutStyleInfo ctor reverted back to the original, selection works better
Vadim Zeitlin [Wed, 9 Jun 1999 16:22:24 +0000 (16:22 +0000)] 
wxLayoutStyleInfo ctor reverted back to the original, selection works better

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

25 years agoadded WAVE
Karsten Ballüder [Wed, 9 Jun 1999 15:47:05 +0000 (15:47 +0000)] 
added WAVE

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