diff options
author | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-02-21 12:55:22 +0000 |
---|---|---|
committer | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-02-22 13:18:30 +0000 |
commit | 70d68a30e07d44d83dfba337b1fe4dc20797d0ac (patch) | |
tree | 54e63b3721f56c6156b66f11550cc57c5ba4340e /ChangeLog | |
parent | 9eda384ea85f9111af3b55a265f836642f00c8b3 (diff) |
giant comp rejiggering commit #4
* dnd canvas removed, dnd objects now drawn directly on compositor canvas
* dnd now correctly picks the top-most dnd-receiver location as its drop target instead of just using the first one in the list
* various other small changes to go along with this
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ | |||
6 | * E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency | 6 | * E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency |
7 | * added e_gadcon_repopulate | 7 | * added e_gadcon_repopulate |
8 | * EFM toolbar now has its own gadcon location | 8 | * EFM toolbar now has its own gadcon location |
9 | * DND canvas merged to compositor | ||
9 | 10 | ||
10 | 2013-02-20 Mike Blumenkrantz | 11 | 2013-02-20 Mike Blumenkrantz |
11 | 12 | ||