diff options
author | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2012-08-26 08:08:18 (GMT) |
---|---|---|
committer | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2012-08-26 08:08:18 (GMT) |
commit | f410e878ad09bdceb2182225c04f914a0beb3fec (patch) | |
tree | eb09047bf2395bbbe8f55cecea40fd287c42a0b0 | |
parent | 8f37369eea7890163cae4bd772e735aa2f818e91 (diff) | |
download | tkdnd-f410e878ad09bdceb2182225c04f914a0beb3fec.zip tkdnd-f410e878ad09bdceb2182225c04f914a0beb3fec.tar.gz tkdnd-f410e878ad09bdceb2182225c04f914a0beb3fec.tar.bz2 |
TkDND 2.6
-rw-r--r-- | Changelog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ -2012-08-15 Petasis George <petasis@iit.demokritos.gr> +2012-08-26 Petasis George <petasis@iit.demokritos.gr> TkDND 2.6 released. + * unix/tkUnixSelect.c: Added a work-around for getting the selection + under unix: since Tk does not always deliver SelectionNotify, we try + to get the selection even if SelectionNotify has not been received. + +2012-08-15 Petasis George <petasis@iit.demokritos.gr> * unix/tkUnixSelect.c: Partially solved the problem with getting selection under unix. The solution was to try and get the selection, even if a SelectionNotify event has not been delivered. |