summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2014-08-06 17:17:21 (GMT)
committerpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2014-08-06 17:17:21 (GMT)
commit1e4792f41e87188683ff68c6321ffd97e9947632 (patch)
tree7761f557e80df47a48b326194206b940831e9931 /Changelog
parent98884afec896ed55aa2c61cae8e824fe73bec17c (diff)
downloadtkdnd-1e4792f41e87188683ff68c6321ffd97e9947632.zip
tkdnd-1e4792f41e87188683ff68c6321ffd97e9947632.tar.gz
tkdnd-1e4792f41e87188683ff68c6321ffd97e9947632.tar.bz2
Multiple drag source types also under Unix
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7edfbce..f17ab84 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+2014-08-06 Petasis George <petasis@iit.demokritos.gr>
+ * library/tkdnd_unix.tcl: Added support for sources with multiple
+ and (incompatible) types under Unix. Completed implementation started
+ on 2014-01-05 for Windows. OS X support is still pending.
+
+ * unix/TkDND_XDND.c: Replaced calls to (deprecated)
+ XKeycodeToKeysym(), with calls to XGetKeyboardMapping().
+
2014-08-04 Petasis George <petasis@iit.demokritos.gr>
* library/tkdnd_unix.tcl: Fixed a bug where successive drags may
be canceled, by a delayed XDNDFinished event, which is scheduled by