diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-02-21 16:49:10 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-02-21 16:49:10 +0900 |
commit | 83190eb0c2bcf9fdff52992164789d4daed4ee25 (patch) | |
tree | 02013b13ae298200dd0b0473eb67ce237cbfafea /ChangeLog | |
parent | 5e99f9b96873a794f40d30bbb997917cf57a5bdf (diff) | |
download | efl-83190eb0c2bcf9fdff52992164789d4daed4ee25.tar.gz efl-83190eb0c2bcf9fdff52992164789d4daed4ee25.tar.xz efl-83190eb0c2bcf9fdff52992164789d4daed4ee25.zip |
Add ecore_x_dnd_self_begin() and ecore_x_dnd_self_drop() to allow dnd
to your own window (drop where u drag from). helpful for elm where dnd
src/dst are object based, so we talk dnd protocol to ourselves.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ +2013-02-21 Carsten Haitzler (The Rasterman) + + * Add ecore_x_dnd_self_begin() and ecore_x_dnd_self_drop() to + allow xdnd chatting to yourself (your source drag window). + 2013-02-20 Carsten Haitzler (The Rasterman) * Fix ecore-x edid fetch to ftech 128, not 100 bytes. - + 2013-02-20 Cedric Bail * Properly report file not found in Edje. |