fltk/fluid
Bill Spitzak 5f55e1cd63 Back-ported cut & paste code from fltk2.0.
This code splits the cut & paste into two buffers. The "SELECTION" is
used for the currently highlighted text and for middle-mouse paste and
(if possible) for handling drag & drop. The "CLIPBOARD" is for Ctrl+C
and Ctrl+V style cut & paste.

This matches how Motif, GTK, and KDE 3.0 work. But many older X
applications (including KDE 2) can only see SELECTION, this results in
cut & paste incompatability that is familiar to X users. However this
now moves fltk over to the majority camp.  On all systems this
eliminates the annoying inability to select a region and replace it
with Ctrl+V.

On Mac and Win32 the SELECTION is local to the application, so
middle-mouse paste only works between fields in the application. There
may be tricks (special clipboard data types? use drag & drop?) to make
it communicate, but unless there are standards it would be fltk-only.

The file Fl_cutpaste.cxx has been deleted, so update the IDE files!
The Win32 and Mac versions have NOT BEEN TESTED! I tried to be careful
editing them but they may need some work.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-03-07 19:22:58 +00:00
..
.cvsignore CVS ignore files... 2001-12-21 15:37:39 +00:00
about_panel.cxx Update copyright in FLUID "about" window. 2002-02-20 13:02:27 +00:00
about_panel.fl Update copyright in FLUID "about" window. 2002-02-20 13:02:27 +00:00
about_panel.h Copyright updates... 2002-01-01 15:11:33 +00:00
alignment_panel.cxx Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
alignment_panel.fl Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
alignment_panel.h Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
code.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
factory.cxx Unixware fixes. 2002-01-15 01:33:16 +00:00
file.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Function_Type.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Group_Type.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Menu_Type.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Type.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Type.h Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Widget_Type.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Widget_Type.h Copyright updates... 2002-01-01 15:11:33 +00:00
Fl_Window_Type.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Fluid_Image.cxx Add Fl_BMP_Image class and docos. 2002-01-06 17:51:12 +00:00
Fluid_Image.h Copyright updates... 2002-01-01 15:11:33 +00:00
fluid.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
function_panel.cxx Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
function_panel.fl Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
function_panel.h Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
gif.cxx Copyright updates... 2002-01-01 15:11:33 +00:00
Makefile Use +O2 for compiler on HP-UX. 2002-02-15 18:15:46 +00:00
Shortcut_Button.h Copyright updates... 2002-01-01 15:11:33 +00:00
widget_panel.cxx Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
widget_panel.fl Tooltips, and more tooltips. 2001-09-29 22:59:45 +00:00
widget_panel.h Enable all of the new FLUID stuff... 2001-09-29 06:20:15 +00:00