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

25 years agosome small fixes to make it work a bit again under MSW:
Vadim Zeitlin [Sun, 6 Jun 1999 22:10:54 +0000 (22:10 +0000)] 
some small fixes to make it work a bit again under MSW:
1. bg bitmap reenabled
2. wxCaret positioning reenabled

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

25 years agoMy heavy modification and some back-changes to allow it to work with ancient wxGTK.
Karsten Ballüder [Sun, 6 Jun 1999 17:11:15 +0000 (17:11 +0000)] 
My heavy modification and some back-changes to allow it to work with ancient wxGTK.

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

25 years ago Corrected hotkeys for MDI menus.
Robert Roebling [Sun, 6 Jun 1999 16:07:39 +0000 (16:07 +0000)] 
  Corrected hotkeys for MDI menus.

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

25 years agobackground bitmap test added, other minor fixes
Vadim Zeitlin [Sat, 5 Jun 1999 22:38:07 +0000 (22:38 +0000)] 
background bitmap test added, other minor fixes

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

25 years agorepositioning the cursor with mouse clicks works
Vadim Zeitlin [Sat, 5 Jun 1999 21:29:41 +0000 (21:29 +0000)] 
repositioning the cursor with mouse clicks works

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

25 years ago Changed to libtool's interface vs. release versioning
Robert Roebling [Sat, 5 Jun 1999 20:42:19 +0000 (20:42 +0000)] 
  Changed to libtool's interface vs. release versioning
  make install works

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

25 years ago Compile fixes.
Robert Roebling [Sat, 5 Jun 1999 10:25:39 +0000 (10:25 +0000)] 
  Compile fixes.

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

25 years agoAttempt at getting mingw32 working again... still doesn't work
Brian Macy [Sat, 5 Jun 1999 05:00:23 +0000 (05:00 +0000)] 
Attempt at getting mingw32 working again... still doesn't work
I wonder when the last time it did work

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

25 years agolatest changes: added word-wise movement (buggy, esp. backwards), more minor
Vadim Zeitlin [Sat, 5 Jun 1999 01:03:54 +0000 (01:03 +0000)] 
latest changes: added word-wise movement (buggy, esp. backwards), more minor
fixes, big problems (scrolling/selection) still remain under MSW

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

25 years ago1. added missing wxUSE_TEXTDLG to setup0.h
Vadim Zeitlin [Sat, 5 Jun 1999 00:59:07 +0000 (00:59 +0000)] 
1. added missing wxUSE_TEXTDLG to setup0.h
2. added new style wxWANTS_CHARS and WM_GETDLGCODE handling for windows with
   this style

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

25 years ago Added missing file.
Robert Roebling [Fri, 4 Jun 1999 23:18:11 +0000 (23:18 +0000)] 
  Added missing file.

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

25 years ago Added semicolon to macro in list.h - I just read that
Robert Roebling [Fri, 4 Jun 1999 22:53:14 +0000 (22:53 +0000)] 
 Added semicolon to macro in list.h - I just read that
   Vadim doesn't want it there - oh well.
 Added check for XKBext.h
 Made BMP loader BIGENDIAN safe.

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

25 years ago1. warnings suppressed in wave.cpp
Vadim Zeitlin [Fri, 4 Jun 1999 22:25:40 +0000 (22:25 +0000)] 
1. warnings suppressed in wave.cpp
2. various fixes to configure/Makefiles - building in another dir works again
3. AC_C_BIGENDIAN replaced with WX_C_BIGENDIAN (much better :-)

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

25 years agothese files are not used any more
Vadim Zeitlin [Fri, 4 Jun 1999 22:12:13 +0000 (22:12 +0000)] 
these files are not used any more

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

25 years ago Added wxInt32 etc (FIXME for 64bit)
Robert Roebling [Fri, 4 Jun 1999 10:25:46 +0000 (10:25 +0000)] 
  Added wxInt32 etc (FIXME for 64bit)
  Added byte swapping for BIG vs LITTLE endian

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

25 years ago Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
Robert Roebling [Fri, 4 Jun 1999 07:27:02 +0000 (07:27 +0000)] 
  Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)

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

25 years ago More makefiles correction. Minimal runs now.
Robert Roebling [Fri, 4 Jun 1999 06:50:42 +0000 (06:50 +0000)] 
  More makefiles correction. Minimal runs now.

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

25 years ago1. more (minor) wxCaret bug fixes
Vadim Zeitlin [Thu, 3 Jun 1999 23:17:01 +0000 (23:17 +0000)] 
1. more (minor) wxCaret bug fixes
2. try to enforce wxPaintDC usage only inside EVT_PAINT handler (only in
   debug mode)
3. warnings removed from pnghand.cpp and dibuitls.cpp

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

25 years agowxString::begin and end added
Vadim Zeitlin [Thu, 3 Jun 1999 22:46:05 +0000 (22:46 +0000)] 
wxString::begin and end added

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

25 years agoMSW fixes for wxLayout, part II: now breaking and merging line works too.
Vadim Zeitlin [Thu, 3 Jun 1999 22:36:01 +0000 (22:36 +0000)] 
MSW fixes for wxLayout, part II: now breaking and merging line works too.
Scrolling still doesn't :-(

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

25 years ago Small makefile corrections.
Robert Roebling [Thu, 3 Jun 1999 22:14:38 +0000 (22:14 +0000)] 
  Small makefile corrections.
  Added test for endianness.

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

25 years ago Reactivtaed the new wxRect code
Robert Roebling [Thu, 3 Jun 1999 17:13:08 +0000 (17:13 +0000)] 
  Reactivtaed the new wxRect code
  Changed ordering of includes in configure

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

25 years agoCorrected spelling of 'unrecognized'
Julian Smart [Thu, 3 Jun 1999 16:19:38 +0000 (16:19 +0000)] 
Corrected spelling of 'unrecognized'

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

25 years agoRemoved GetSize from wxToolBar95
Julian Smart [Thu, 3 Jun 1999 16:17:49 +0000 (16:17 +0000)] 
Removed GetSize from wxToolBar95

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

25 years ago Another typo in ocnfigure.in
Robert Roebling [Thu, 3 Jun 1999 15:59:39 +0000 (15:59 +0000)] 
  Another typo in ocnfigure.in

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

25 years ago Another typo concerning wxUSE_SASH
Robert Roebling [Thu, 3 Jun 1999 15:42:54 +0000 (15:42 +0000)] 
  Another typo concerning wxUSE_SASH

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

25 years ago The new wxRect doesn't compile so I #if 0ed it
Robert Roebling [Thu, 3 Jun 1999 14:56:33 +0000 (14:56 +0000)] 
  The new wxRect doesn't compile so I #if 0ed it
  Fixed typo in configure.in

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

25 years ago Moved main Makefile.am for wxGTK to /src/gtk
Robert Roebling [Thu, 3 Jun 1999 14:14:19 +0000 (14:14 +0000)] 
  Moved main Makefile.am for wxGTK to /src/gtk
  Removed LTLIBOBJECT code from configure with
    excpetion of PNG, JPEG, ZLIB and iODBC
  Added missing #ifdef for the Xkbdetectauto thing

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

25 years agomin/max -> wxMin/wxMax
Julian Smart [Thu, 3 Jun 1999 08:45:33 +0000 (08:45 +0000)] 
min/max -> wxMin/wxMax

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

25 years agoFirst part of fixes to make this work under MSW.
Vadim Zeitlin [Wed, 2 Jun 1999 21:26:11 +0000 (21:26 +0000)] 
First part of fixes to make this work under MSW.

1. letters actually appear on the screen
2. Clear() works
3. Backspace/Delete in one line works too
4. breaking lines works
5. cursor is now a wxCaret
6. tons of other fixes

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

25 years agoReadd mingw32 support
Brian Macy [Wed, 2 Jun 1999 15:46:54 +0000 (15:46 +0000)] 
Readd mingw32 support
Clean-up

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

25 years ago1. library should build
Vadim Zeitlin [Wed, 2 Jun 1999 14:52:49 +0000 (14:52 +0000)] 
1. library should build
2. first Motif fixes
3. --enable-debug option in configure
4. default toolkit detection actually works - and --with-gtk/motif too

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

25 years agoAdded progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree
Julian Smart [Wed, 2 Jun 1999 14:08:08 +0000 (14:08 +0000)] 
Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree
consistent (const omission)

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

25 years ago--with-toolkit should work now
Vadim Zeitlin [Wed, 2 Jun 1999 12:29:15 +0000 (12:29 +0000)] 
--with-toolkit should work now

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

25 years ago1. make install/uninstall seems to work
Vadim Zeitlin [Wed, 2 Jun 1999 12:03:19 +0000 (12:03 +0000)] 
1. make install/uninstall seems to work
2. setup.h will be automatically updated/recreated when needed (due to
   automake stupidness I have to create the real setup.h in the top level
   build directory now)
3. wx-config --cflags gives -I@prefix@/include only once, not twice

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

25 years ago(inexisting) datetime.h removed
Vadim Zeitlin [Wed, 2 Jun 1999 11:49:40 +0000 (11:49 +0000)] 
(inexisting) datetime.h removed

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

25 years agoanother autogenerated file removed
Vadim Zeitlin [Wed, 2 Jun 1999 11:23:26 +0000 (11:23 +0000)] 
another autogenerated file removed

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

25 years agoday_of_week fix to wxDate, wxRect additions
Julian Smart [Wed, 2 Jun 1999 10:34:35 +0000 (10:34 +0000)] 
day_of_week fix to wxDate, wxRect additions

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

25 years agolatest changes (no need for link to Makefile.am any more)
Vadim Zeitlin [Wed, 2 Jun 1999 10:01:24 +0000 (10:01 +0000)] 
latest changes (no need for link to Makefile.am any more)

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

25 years agoremoving (finally) autogenerated files
Vadim Zeitlin [Wed, 2 Jun 1999 10:00:54 +0000 (10:00 +0000)] 
removing (finally) autogenerated files

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

25 years agofile used to generate setup.h.in
Vadim Zeitlin [Wed, 2 Jun 1999 09:54:05 +0000 (09:54 +0000)] 
file used to generate setup.h.in

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

25 years agoslightly updated makefiles
Vadim Zeitlin [Wed, 2 Jun 1999 09:19:22 +0000 (09:19 +0000)] 
slightly updated makefiles

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