]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

25 years agoAdded --with-wave/--without-wave for conditional wxWave support.
Karsten Ballüder [Wed, 9 Jun 1999 14:49:50 +0000 (14:49 +0000)] 
Added --with-wave/--without-wave for conditional wxWave support.

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

25 years agoFixed handling of --enable-optimise (had to remove American spelling, sorry).
Karsten Ballüder [Wed, 9 Jun 1999 13:40:11 +0000 (13:40 +0000)] 
Fixed handling of --enable-optimise (had to remove American spelling, sorry).

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

25 years agowxLayoutStyleInfo ctor doesn't set all fields to -1
Vadim Zeitlin [Wed, 9 Jun 1999 13:21:28 +0000 (13:21 +0000)] 
wxLayoutStyleInfo ctor doesn't set all fields to -1

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

25 years agomenu changed, many uninitialized variables are now initialized - thanks Purify
Vadim Zeitlin [Wed, 9 Jun 1999 11:36:45 +0000 (11:36 +0000)] 
menu changed, many uninitialized variables are now initialized - thanks Purify

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

25 years ago1. wxPaintDC reuse now seems to actually work instead of leading to mysterious
Vadim Zeitlin [Wed, 9 Jun 1999 11:32:32 +0000 (11:32 +0000)] 
1. wxPaintDC reuse now seems to actually work instead of leading to mysterious
   bugs (but I still don't know why should we have it at all)
2. wxMenuItem initializes m_bChecked variable - thanks Purify
3. don't try to delete the brush which couldn't be created in app.cpp

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

25 years agocompilation fixes
Karsten Ballüder [Wed, 9 Jun 1999 10:22:17 +0000 (10:22 +0000)] 
compilation fixes

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

25 years agoNow works with older versions of the test command, too.
Karsten Ballüder [Wed, 9 Jun 1999 10:02:41 +0000 (10:02 +0000)] 
Now works with older versions of the test command, too.

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

25 years agoAdded command for building MS HTML Help file.
Robin Dunn [Wed, 9 Jun 1999 07:03:30 +0000 (07:03 +0000)] 
Added command for building MS HTML Help file.

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

25 years agoAdded config values (commented out) for generating the MS HTML Help
Robin Dunn [Wed, 9 Jun 1999 07:02:40 +0000 (07:02 +0000)] 
Added config values (commented out) for generating the MS HTML Help
project, contents, and index files.

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

25 years ago WINE is so fine.
Robert Roebling [Wed, 9 Jun 1999 00:32:07 +0000 (00:32 +0000)] 
  WINE is so fine.

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

25 years agocompile and cursor positioning fixes
Vadim Zeitlin [Tue, 8 Jun 1999 22:01:45 +0000 (22:01 +0000)] 
compile and cursor positioning fixes

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

25 years ago Chianti, Pinot noir, WINE..
Robert Roebling [Tue, 8 Jun 1999 20:56:50 +0000 (20:56 +0000)] 
  Chianti, Pinot noir, WINE..

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

25 years agomore Motif fixes (still doesn't compile, but *really* close :-)
Vadim Zeitlin [Tue, 8 Jun 1999 19:10:37 +0000 (19:10 +0000)] 
more Motif fixes (still doesn't compile, but *really* close :-)

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

25 years ago1. fixes for non-Posix sh in configure
Vadim Zeitlin [Tue, 8 Jun 1999 18:03:36 +0000 (18:03 +0000)] 
1. fixes for non-Posix sh in configure
2. better caching of wxUSE_<toolkit> argument
3. new wxString::PrintfV() is configured by configure

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

25 years agoRemoved floor() references
Julian Smart [Tue, 8 Jun 1999 15:56:50 +0000 (15:56 +0000)] 
Removed floor() references

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

25 years agoexplained (?) difference between LeftDown and LeftIsDown
Vadim Zeitlin [Tue, 8 Jun 1999 15:42:07 +0000 (15:42 +0000)] 
explained (?) difference between LeftDown and LeftIsDown

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

25 years agothe default value for the constraints is wxUnconstrained, not wxAsIs
Vadim Zeitlin [Tue, 8 Jun 1999 15:08:42 +0000 (15:08 +0000)] 
the default value for the constraints is wxUnconstrained, not wxAsIs

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

25 years ago Compile fixes.
Robert Roebling [Tue, 8 Jun 1999 14:30:26 +0000 (14:30 +0000)] 
  Compile fixes.

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

25 years agoanother fix
Karsten Ballüder [Tue, 8 Jun 1999 12:20:12 +0000 (12:20 +0000)] 
another fix

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

25 years agoFixed compilation, sorry for that.
Karsten Ballüder [Tue, 8 Jun 1999 12:17:00 +0000 (12:17 +0000)] 
Fixed compilation, sorry for that.

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

25 years ago A few more WINE fixes.
Robert Roebling [Tue, 8 Jun 1999 10:08:05 +0000 (10:08 +0000)] 
  A few more WINE fixes.

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

25 years agoAdded wxFrame::MakeModal for MSW, (it's already there for GTK)
Robin Dunn [Tue, 8 Jun 1999 07:01:10 +0000 (07:01 +0000)] 
Added wxFrame::MakeModal for MSW, (it's already there for GTK)

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

25 years agoChanged GetSize to DoGetSize so virtual GetSize works right.
Robin Dunn [Tue, 8 Jun 1999 06:58:57 +0000 (06:58 +0000)] 
Changed GetSize to DoGetSize so virtual GetSize works right.

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

25 years ago compile fixes.
Robert Roebling [Mon, 7 Jun 1999 22:12:57 +0000 (22:12 +0000)] 
  compile fixes.

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

25 years agoAdded GetMessage to those that are undef'ed and reimplemented as
Robin Dunn [Mon, 7 Jun 1999 21:29:10 +0000 (21:29 +0000)] 
Added GetMessage to those that are undef'ed and reimplemented as
inlines for wxMSW.

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

25 years agoSince wxPrivateDataObject doesn't derive from wxObject it can't
Robin Dunn [Mon, 7 Jun 1999 21:28:06 +0000 (21:28 +0000)] 
Since wxPrivateDataObject doesn't derive from wxObject it can't
participate in wxWindows RTTI system using wxClassInfo.  Removed
DECLARE_DYNAMIC_CLASS( wxPrivateDataObject )

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

25 years ago Added some WINE things.
Robert Roebling [Mon, 7 Jun 1999 21:17:21 +0000 (21:17 +0000)] 
  Added some WINE things.

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

25 years agoCoupled some core functionality out, to allow its use outside the wxLibrary
Karsten Ballüder [Mon, 7 Jun 1999 20:49:35 +0000 (20:49 +0000)] 
Coupled some core functionality out, to allow its use outside the wxLibrary
framework. Fixed a Unix bug (I believe). Untested, sorry for that, will test
ASAP.

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

25 years agonow accepts automake 1.3, too
Karsten Ballüder [Mon, 7 Jun 1999 20:48:26 +0000 (20:48 +0000)] 
now accepts automake 1.3, too

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

25 years agoAdded a function to get screen coordinates relating to cursor coords.
Karsten Ballüder [Mon, 7 Jun 1999 20:47:54 +0000 (20:47 +0000)] 
Added a function to get screen coordinates relating to cursor coords.

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

25 years ago Ignore.
Robert Roebling [Mon, 7 Jun 1999 19:44:52 +0000 (19:44 +0000)] 
  Ignore.

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

25 years ago Just ignore CVS. It's better for you.
Robert Roebling [Mon, 7 Jun 1999 19:41:37 +0000 (19:41 +0000)] 
  Just ignore CVS. It's better for you.

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

25 years ago I'm able to make a wxGTK.tgz again.
Robert Roebling [Mon, 7 Jun 1999 19:12:49 +0000 (19:12 +0000)] 
  I'm able to make a wxGTK.tgz again.

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

25 years ago1. configure caches the command line options
Vadim Zeitlin [Mon, 7 Jun 1999 18:27:43 +0000 (18:27 +0000)] 
1. configure caches the command line options
2. Motif makefile added

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

25 years ago1. wxWindow::IsTopLevel() added and documented
Vadim Zeitlin [Mon, 7 Jun 1999 18:26:42 +0000 (18:26 +0000)] 
1. wxWindow::IsTopLevel() added and documented
2. wxDynamicClass() added and documented
3. first Motif fixes (doesn't compile yet)

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

25 years ago CVS cleanups.
Robert Roebling [Mon, 7 Jun 1999 16:22:28 +0000 (16:22 +0000)] 
  CVS cleanups.

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

25 years ago Distribution things.
Robert Roebling [Mon, 7 Jun 1999 15:53:28 +0000 (15:53 +0000)] 
  Distribution things.

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

25 years ago Updated distribtion and docs.
Robert Roebling [Mon, 7 Jun 1999 14:51:24 +0000 (14:51 +0000)] 
  Updated distribtion and docs.

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

25 years ago Fixed wrong include paths for zlib/png/jpeg.
Robert Roebling [Mon, 7 Jun 1999 13:54:28 +0000 (13:54 +0000)] 
  Fixed wrong include paths for zlib/png/jpeg.

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

25 years ago Install AFMs as well.
Robert Roebling [Mon, 7 Jun 1999 11:27:46 +0000 (11:27 +0000)] 
  Install AFMs as well.

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

25 years agoMoved to ../samples/rtfedit.
Karsten Ballüder [Mon, 7 Jun 1999 09:58:07 +0000 (09:58 +0000)] 
Moved to ../samples/rtfedit.

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

25 years agoFormerly known as wxLayout.
Karsten Ballüder [Mon, 7 Jun 1999 09:57:14 +0000 (09:57 +0000)] 
Formerly known as wxLayout.

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

25 years agocompilation fix for newer wxGTK
Vadim Zeitlin [Mon, 7 Jun 1999 09:47:13 +0000 (09:47 +0000)] 
compilation fix for newer wxGTK

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

25 years agofix for older versions of automake
Vadim Zeitlin [Mon, 7 Jun 1999 09:46:52 +0000 (09:46 +0000)] 
fix for older versions of automake

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

25 years ago Corrected cursors for during capture mouse.
Robert Roebling [Mon, 7 Jun 1999 09:00:15 +0000 (09:00 +0000)] 
  Corrected cursors for during capture mouse.
  Added wxSP_LIVE_UPADTE to splitter.

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

25 years agobug in menu accelerators code corrected (don't create empty accel table,
Vadim Zeitlin [Sun, 6 Jun 1999 22:12:36 +0000 (22:12 +0000)] 
bug in menu accelerators code corrected (don't create empty accel table,
this exposes a bug in Win32 API :-)

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