efl/src/lib/evas
Jean-Philippe Andre 0a13e15c7d evas/gesture: Fix up a couple of APIs, add some FIXME
Some things have clearly not been tested. Some APIs have not been
modified after repeated review comments. C++ failed to build due to
"long" being used as a namespace.

Remaining issues:
 - The original finger_list API was broken by design. I didn't try to
   replace it yet.
 - Long tap is also broken by design: if no move happens the recognizer
   gets no event, and doesn't trigger anything when the timeout is
   reached. An API or event is lacking here.
 - Only 2 very basic gestures have been implemented. All the gestures
   from elm_gesture_layer need to be covered. None of the multi touch
   support has been really implemented, except for a single bool flag.
 - The configuration must be loaded from elm_config, passed on to the
   recognizers.
 - Some micro optimization may be required, especially if the input
   device is high frequency (eg. 1KHz gaming mouse).
2017-10-19 12:25:57 +09:00
..
cache evas: Compile out unused functions 2017-10-11 09:17:35 -04:00
cache2 EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
canvas evas/gesture: Enabled efl_provider_get() to find gesture manager 2017-10-19 10:33:12 +09:00
common evas: buffer is not used in the case where destination and source dimension is different 2017-10-13 11:58:59 -07:00
common3d common3d: correct converting number to float 2017-08-11 14:20:10 +09:00
cserve2 evas: use new API eina_file_close_on_exec. 2017-04-18 16:55:03 -07:00
file evas: remove duplicated code and rely on Efl.File { get; set; } 2017-10-04 21:01:35 -07:00
filters Evas filters: remove needless check for negative case. 2017-09-08 09:50:48 +09:00
gesture evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
include evas/gesture: Integrated gesture framework to evas. 2017-10-19 10:33:12 +09:00
Evas.h evas: make the high level documentation more concise 2017-08-29 16:23:34 -07:00
Evas.hh cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Evas_Common.h efl_animation: Add repeat_count property 2017-10-12 21:03:49 +09:00
Evas_Eo.h evas/gesture: Added long_tap gesture to gesture framework 2017-10-19 10:33:12 +09:00
Evas_GL.h evas: Fix spelling/grammar errors 2017-08-17 10:45:35 -04:00
Evas_Internal.h efl_animation: Add interpolator property 2017-10-12 21:03:49 +09:00
Evas_Legacy.h evas: Fix build break 2017-09-13 13:41:23 +09:00
Evas_Loader.h Evas_Loader: Fix pluralization in grammar 2017-04-04 09:20:48 -04:00
main.c evas mem - remove redundenty unused evas mem absraction 2017-07-31 11:53:59 +09:00