summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-29 00:06:34 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-11 15:51:37 +0100
commitff0543524b7b2df4931aaa4e81bdfa9fe82b76f0 (patch)
tree250c94a0f226eb2139d9bc3e0ec9f32e708410d9 /CHANGES.txt
parented5854d65a0b1da14eecf382e46512fbb9b94f02 (diff)
Fix X11 copy-paste and drag-and-drop target selection (#182)
Select the "best" target rather than a random one out of a list of suitable targets. The old target selection algorithm would sometimes select the wrong target and hence retrieve unexpected data. This could happen in both copy-paste and drag-and-drop operations. Note: backported to 1.3.6 (git current) as well (commit 7ce6d2cf5dfc0488ec30d9f9f1709be73353479c). Closes #182.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3ac67d96c..97f1da18d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -127,6 +127,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2021
Other Improvements
- (add new items here)
+ - Fixed X11 copy-paste and drag-and-drop target selection (issue #182).
+ This fix has been backported to 1.3.6 as well.
- Added support for macOS 11.0 "Big Sur" and for building for
the arm64 architecture.
- Add optional argument to Fl_Printer::begin_job() to receive