summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-16 12:15:12 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-16 12:15:12 +0000
commit4774c261826b04efdf045497091090aa7449a021 (patch)
treea9ddfaa851eef85a1223222bcf78ed1f9165223e /CHANGES
parent5403c1760626b3fbb55badf93d772f35b7490737 (diff)
Fix word select dragging bug in text input (STR #3014).
Thanks to Evan Laforge for spotting this and supplying a patch. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10383 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index f927b140f..f2dafa3bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,12 @@
CHANGES IN FLTK 1.3.3 RELEASED: MMM DD YYYY
- - Mac OS X: fixed fl_read_image() and Fl_Paged_Device::print_window_part()
- when using a 'retina' display.
+ - Fix word select dragging bug in text input (STR #3014).
+ - Mac OS X: fixed fl_read_image() and Fl_Paged_Device::print_window_part()
+ when using a 'retina' display.
- on Linux/Unix, class Fl_Native_File_Chooser uses file dialogs of the Gnome
environment (provided by the libgtk dynamic library), when this is available,
and falls back to FLTK's Fl_File_Chooser, when it's not (STR #3088).
- - added class Fl_Copy_Surface allowing to copy graphical data to the clipboard
+ - added class Fl_Copy_Surface allowing to copy graphical data to the clipboard
in a cross-platform way (STR #3058).
- added support for pasting graphical data from the clipboard to an FLTK widget.
- added class Fl_Image_Surface allowing to draw into an Fl_Image object.
@@ -28,8 +29,8 @@ CHANGES IN FLTK 1.3.3 RELEASED: MMM
the output file extension gets changed when the user modifies the output file type.
- Removed the now unused src/Fl_mac.cxx
- Fixed various Mac specific opengl issues (STR #2944)
- - Added new method Fl_Widget::top_window() (STR #2948)
- - Added new method Fl_Widget::top_window_offset() (part of STR #2944)
+ - Added new method Fl_Widget::top_window() (STR #2948)
+ - Added new method Fl_Widget::top_window_offset() (part of STR #2944)
- Added ability to get notifications whenever the clipboard changes (STR#2636)
New methods:
Fl::add_clipboard_notify(Fl_Clipboard_Notify_Handler h, void *data = 0)
@@ -42,7 +43,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: MMM
(To enable the following ABI features, put: #define FLTK_ABI_VERSION 10303
at the top of your FL/Enumerations.H and rebuild FLTK and your app)
- - added Fl_Window::shape(const Fl_Image*) to create arbitrarily-shaped windows
+ - added Fl_Window::shape(const Fl_Image*) to create arbitrarily-shaped windows
- Made Fl_Help_View::handle() public and Fl_Help_View::draw() protected
to enable inheritance and for consistency (STR #2834).
Note: both methods were private.