diff options
author | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2012-04-03 18:30:36 (GMT) |
---|---|---|
committer | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2012-04-03 18:30:36 (GMT) |
commit | c80cc22cb3faa2fee315afce3ab3546499d30941 (patch) | |
tree | 49b664cda3f0606c0709282515e8b228c1d43d35 /Changelog | |
parent | 604ceba08aaf9cbb726fa370e49df7a74b96cc13 (diff) | |
download | tkdnd-c80cc22cb3faa2fee315afce3ab3546499d30941.zip tkdnd-c80cc22cb3faa2fee315afce3ab3546499d30941.tar.gz tkdnd-c80cc22cb3faa2fee315afce3ab3546499d30941.tar.bz2 |
TkDND 2.3 released.
Added drag support for mouse buttons 2 & 3 under windows.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-03-03 Petasis George <petasis@iit.demokritos.gr> + TkDND 2.3 released. + * library/tkdnd_windows.tcl: + * win/OleDND.h: + * win/TkDND_OleDND.cpp: Fix in TkDND_DropSource::QueryContinueDrag, + to support dragging with all mouse buttons. Bug reported by + Michael Fersch. + 2011-09-24 Petasis George <petasis@iit.demokritos.gr> * win/OleDND.h: Added definition of WINVER to version 5, when compiling with MinGW, which defines it with version 4. SF Bug ID: 3411338. |