diff options
author | petasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2014-08-06 17:17:21 (GMT) |
---|---|---|
committer | petasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2014-08-06 17:17:21 (GMT) |
commit | 1e4792f41e87188683ff68c6321ffd97e9947632 (patch) | |
tree | 7761f557e80df47a48b326194206b940831e9931 /Changelog | |
parent | 98884afec896ed55aa2c61cae8e824fe73bec17c (diff) | |
download | tkdnd-1e4792f41e87188683ff68c6321ffd97e9947632.zip tkdnd-1e4792f41e87188683ff68c6321ffd97e9947632.tar.gz tkdnd-1e4792f41e87188683ff68c6321ffd97e9947632.tar.bz2 |
Multiple drag source types also under Unix
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |