summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2015-03-04 17:07:56 (GMT)
committerpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2015-03-04 17:07:56 (GMT)
commit8b4f4ec4f242943532537981850a9ae86fe522b7 (patch)
treee32aa5f53a152c328d3b00df101a342ae57c97f9 /Changelog
parentebaaea50f551ac1f6378b43329984680374f22a8 (diff)
downloadtkdnd-8b4f4ec4f242943532537981850a9ae86fe522b7.zip
tkdnd-8b4f4ec4f242943532537981850a9ae86fe522b7.tar.gz
tkdnd-8b4f4ec4f242943532537981850a9ae86fe522b7.tar.bz2
Stop a drag in a drag source
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index cc38f39..62d9ed7 100644
--- a/Changelog
+++ b/Changelog
@@ -4,7 +4,10 @@
2015-03-04 Petasis George <petasis@iit.demokritos.gr>
* library/tkdnd.tcl: Added support in <<DragInitCmd>> & <<DragEndCmd>>
for %x, %y mouse coordinates (relative to window that is the drag
- source).
+ source). Added the ability to stop a drag on the drag source. The
+ <<DragInitCmd>> binding must return either "refuse_drop"
+ as a value (instead of a list), or use
+ "return -code break"|"return -code continue".
2015-02-20 Petasis George <petasis@iit.demokritos.gr>
* unix/TkDND_XDND.c: Fixed a bug in converting Time to a Tcl object.