summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2014-09-21 16:22:47 (GMT)
committerpetasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e>2014-09-21 16:22:47 (GMT)
commita4478b5df7516a90af3df53910bbebef6d2d4fcf (patch)
tree69fe532be59dd98409af2cf218e5c0bf846251c6 /Changelog
parent8ceb6511ca9f2b869977374614df5bb5d5686637 (diff)
downloadtkdnd-a4478b5df7516a90af3df53910bbebef6d2d4fcf.zip
tkdnd-a4478b5df7516a90af3df53910bbebef6d2d4fcf.tar.gz
tkdnd-a4478b5df7516a90af3df53910bbebef6d2d4fcf.tar.bz2
Unix with generic implementation
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 12 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 4d6acfc..bbef044 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,14 @@
2014-09-21 Petasis George <petasis@iit.demokritos.gr>
+ * library/tkdnd_unix.tcl: Changed implementation to re-use the
+ generic implementation.
+
+ * library/tkdnd_generic.tcl: Two new procedures,
+ generic::GetWindowCommonTypes and generic::FindWindowWithCommonTypes.
+ The last one tries to find a window that can accept the current drag.
+
+ * unix/TkDND_XDND.c: Fixed a bug in getting the "acccepted" field
+ in XdndFinished.
+
* demos/overlapping_targets.tcl: New demo (more a "testing" utility for
mega-widget support).
@@ -18,8 +28,8 @@
* library/tkdnd_windows.tcl: Changed implementation to re-use the
generic implementation.
- * library/tkdnd_generic.tcl: Added a new "generic" implementation, with
- the aim to be re-used by all supported platforms.
+ * library/tkdnd_generic.tcl: Added a new "generic" implementation of
+ handling drops, with the aim to be re-used by all supported platforms.
2014-08-19 Petasis George <petasis@iit.demokritos.gr>
* unix/TkDND_XDND.c: