From: Bluezery <ohpowel@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Dec 2011 06:12:08 +0000 (06:12 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Dec 2011 06:12:08 +0000 (06:12 +0000)
commitd53bb14bf9badcb7c1280bfab9b9000397373003
treecc630b88e79fae65574c8814305209901af4020a
parent556290776597fbfe89cdbe7ac544d28b3e70e681
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Apply elm gesture

elm_map implement pinch gesture by using evas mouse event. But it made
codes too complicated and dirty.
So I have changed pinch gesture by using elm_gesture. wheel zooming is
also improved somewhat.
From now on, configuration change related elm_gesture easily applied
to elm_map and we can see more smooth zooming :D

Anyway, els_scroller have bugs when the scrolling event & the resize
event occurs at the same time.
So, some dirty codes are added for preventing jumping to strange positions.
Later it will be removed when the bugs are fixed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66413 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_map.c