efl/legacy/elementary
Bluezery b291d3c5be From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Smooth stepping of wheel & pinch
gesture

When elm_map doing zooming by using wheel gesture, scroller is resized
if it exceeds certain limit.
But current limit value is 2.0 & 1.0, actually those should be below
2.0 and above 1.0.
The reason is that resizing means exactly 2.0 or 1.0. So if it is
above 1.99x,  it can be 2.0 and can be resized.
In addition, pinch.level & pinch.diff values should not be 1.0 or 2.0
for more accuracy. It should be half of previous pinch level or two
times of that.



SVN revision: 66658
2011-12-30 02:57:17 +00:00
..
config Elm glayer: Changed config to enable zoom/rotate finger by default. 2011-12-21 08:48:29 +00:00
data elementary : Modified entry.edc for preediting feature. 2011-12-28 04:02:10 +00:00
doc elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the 2011-12-01 06:15:08 +00:00
m4 Elementary: Use eina_lock in elm_store 2011-11-05 17:49:11 +00:00
po elm po: Updated po. 2011-12-24 04:20:22 +00:00
src From: Bluezery <ohpowel@gmail.com> 2011-12-30 02:57:17 +00:00
tests Add getter for elm_radio 2010-11-10 14:10:08 +00:00
.gitignore add note.txt to svn ignores 2011-10-11 22:17:53 +00:00
AUTHORS elementary: propagate drag,set signal to. 2011-12-01 11:00:55 +00:00
COPYING fix errant word "either" in license. 2011-11-15 11:55:22 +00:00
COPYING.images Elm glayer: Added "Gesture Layer 2" test. 2011-11-09 10:46:04 +00:00
ChangeLog elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
INSTALL From: Hyoyoung Chang <hyoyoung@gmail.com> 2011-12-28 12:54:59 +00:00
Makefile.am elementary: add make rule to generate screenshots of the examples. 2011-06-16 21:08:05 +00:00
NEWS elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
README right readme. 2008-09-30 08:18:41 +00:00
TODO elm: Use appropriate add/del_full for evas event callbacks. 2011-10-31 00:13:32 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac elementary: I have say evas 1.2 2011-12-14 21:45:46 +00:00
elementary.pc.in oops - EMAP_* still there. remove. 2011-12-19 12:17:15 +00:00
elementary.spec.in Adjust spec to existing modules. 2011-09-03 17:57:36 +00:00

README

Elementary - a basic widget set that is easy to use based on EFL for mobile
touch-screen devices.