efl/legacy/elementary
Tom Hacohen 74d7906e61 Elm gesture_layer: Added gesture layer widget.
Gesture layer allows detection of gestures and essentially gives the
user a unified way of getting "complex" input.
It doesn't do (by design) complex gestures like "V" or "S", instead it
does simple and fast interaction gestures like: 2-finger
pinch/rotate/lines or CTRL+Mouse_Wheel zoom and etc.
This lets people to write an application/widget regardless of the input
device used and in a nice consistent way.

Although we consider the API "good", it may change completely. I'm
committing it now so people will be able to start using it, and
hopefully give feedback.

Work by Aharon Hillel with my help.

SVN revision: 61118
2011-07-07 14:41:03 +00:00
..
config elementary : Password's last char show feature can be shown by setting 2011-06-30 05:38:57 +00:00
data elementary: add forgotten image. 2011-07-06 08:23:08 +00:00
doc make widget previews noinst 2011-07-07 06:27:28 +00:00
m4 elementary: Build with -Wall -W 2011-06-29 06:40:45 +00:00
po updating dutch translations 2011-06-21 15:56:20 +00:00
src Elm gesture_layer: Added gesture layer widget. 2011-07-07 14:41:03 +00:00
tests Add getter for elm_radio 2010-11-10 14:10:08 +00:00
.gitignore [elementary] .gitignore on all cscope goop. 2011-06-22 14:52:11 +00:00
AUTHORS elementary : Password's last char show feature can be shown by setting 2011-06-30 05:38:57 +00:00
COPYING namefix. 2010-08-16 04:44:45 +00:00
ChangeLog elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
INSTALL fix INSTALL files. 2008-10-01 07:37:28 +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
autogen.sh autogen: add forgotten autopoint. 2011-04-14 19:26:15 +00:00
configure.ac elementary: add higger level elm_video object. 2011-06-30 17:18:13 +00:00
elementary.pc.in actually ONLy need 1 -I 2010-07-11 23:39:54 +00:00
elementary.spec.in Since the SVN revision is now included in %{version}, it's redundant 2011-06-16 20:36:43 +00:00

README

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