elm_gesture_layer: Add new config value to handle tap finger size.
[platform/upstream/elementary.git] / src / lib / elm_gesture_layer.c
2018-03-21 Woochan Leeelm_gesture_layer: Add new config value to handle tap...
2017-08-11 Jaeun Choielm_gesture_layer: add null checking after memory alloc... 46/143246/2
2016-04-20 Jee-Yong UmMerge "genlist: scroll to item when calc is done" into...
2015-11-11 Jaehwan KimMerge remote-tracking branch 'opensource/elementary...
2015-10-28 Daniel Juyung Seoelm: Fix typos fun!
2015-10-24 woochan leegesture_layer: fix long tap gesture has wrong timestamp.
2015-05-20 Tom HacohenAdjust usage of eo_constructor() according to recent...
2015-04-22 Tom HacohenGesture layer: fabs->abs for int parameters.
2015-04-07 Jean-Philippe Andregesture_layer: Fix unused value assignment
2014-12-30 Daniel Juyung SeoRevert "gesture_layer: Remove unnecessary value assignm...
2014-12-30 Daniel Juyung Seogesture_layer: Remove unnecessary value assignment.
2014-09-25 Tom HacohenEo related: Change according to recent changes in eo_add().
2014-06-03 Tom HacohenElm: Update code to use the new class names generated...
2014-05-10 Daniel Juyung Seoelm: fixed trivial formattings.
2014-04-26 Daniel Juyung Seogesture_layer: updated internal documentations for...
2014-03-23 Daniel ZaouiEolian: Integration of Gesture Layer
2014-03-17 Daniel ZaouiEolian: Integration of Elm Widget
2014-01-21 Daniel Juyung Seoelm: Removed unnecessary null check for ecore_timer_del,
2014-01-10 Carsten Haitzler... comment fallthroughs as intentional
2014-01-06 Daniel Juyung Seoelm: Changed __UNUSED__ to EINA_UNUSED.
2013-12-26 Daniel Juyung Seoelm: Unified eina critical manro to CRI.
2013-12-14 Daniel Juyung Seoelm lib: removed all the unnecessary empty lines.
2013-11-07 Tom HacohenChanged Eo class names to be consistent.
2013-09-25 Cedric Bailelementary: update to new eo_parent_get/set API.
2013-09-18 Tom HacohenRevert "elm_gesture_layer: Fix potential NULL pointer...
2013-08-26 ChunEon Parkelementary/widgets - set parents before widget construc...
2013-08-21 Daniel Juyung Seofixed documentation for consistency. Gets -> Get.
2013-08-08 Daniel ZaouiGesture Layer: fix typo on Eo op
2013-07-31 Carsten Haitzler... Fix elm to use key not keyname (so xmodmap works)
2013-07-11 Aharon HillelElementary: Gesture Layer added move for Taps Added...
2013-07-06 Daniel Juyung Seoelm_gesture_layer.c: removed unnecessary assignment.
2013-07-04 Aharon HillelGesture Layer: cancel timer on delete.
2013-07-03 Aharon HillelGesture Layer: changed order in cleanup func.
2013-07-03 Aharon HillelGesture Layer: fix crash during deletion.
2013-06-27 Daniel Juyung Seoelm_gesture_layer.c: fixed warnings.
2013-06-26 Daniel ZaouiGesture Layer: support multiple callbacks per type...
2013-06-25 Daniel ZaouiGesture Layer: Add API to set the finger size for taps.
2013-06-25 Aharon HillelGesture Layer: fix to improve fingers taps registration
2013-06-13 Stefan Schmidtelm_gesture_layer: Fix potential NULL pointer dereference.
2013-06-03 Shinwoo Kimelm_gesture_layer.c: add EVAS_CALLBACK_DEL to the targe...
2013-05-29 Daniel Juyung Seoelm_gesture_layer.c: ELM_SAFE_FREE adoption.
2013-05-23 Daniel Juyung Seoelm: refactoring. use more ELM_FREE_FUNC.
2013-05-09 Seunggyun Kimelm_gesture_layer: fix ecore_timer remaining bug.
2013-05-03 Cedric Bailelementary: properly sanitize headers order.
2013-05-01 Daniel ZaouiElementary: replace eo_data_get for objects data refere...
2013-04-10 Daniel Juyung Seoelm: enhance eina_list_free usages. use EINA_LIST_FREE...
2013-04-03 Daniel Juyung Seoelm: print the error message inside elm_widget_sub_obje...
2013-03-18 Tom HacohenChange usage of eo_do_super to the new prototype.
2013-03-09 Daniel Juyung Seoelm *.c: fixed formatting with EINA_LIST_FREE.
2013-02-10 Daniel ZaouiReplace supported_types
2013-01-04 Daniel Juyung Seoelm: Refactoring.
2012-12-12 Daniel ZaouiGesture layer APIs added to access internal variables...
2012-12-05 Cedric BAILelementary: fix uninitialized data path in elm_gesture_...
2012-12-04 Daniel ZaouiFix for long tap behavior: update coords before sending...
2012-11-26 Daniel ZaouiCleaning: removed include Eo.h in widgets because it...
2012-11-26 Yakov GoldbergWe have ported to Eo all the widgets of elementary...
2012-11-15 Shinwoo Kimuse evas_object_event_callback_del_full() instead of...
2012-10-01 Daniel Juyung Seoelm: Fixed indentations for EINA_LIST/INLIST_FOREACH...
2012-07-18 Gustavo Lima Chaves[elm] New elm_widget_add() usage spread.
2012-07-14 Carsten Haitzlerfix gesture layer if config happens to have 0 timeouts...
2012-07-03 Tom HacohenElm glayer: Fixed longtap.
2012-06-27 Tom HacohenElm glayer: Filter out the duplicate multi* events.
2012-05-28 Gustavo Lima Chaves[elm] Gesture layer now ported too.
2012-05-21 Tom HacohenElm glayer: Change double_tap_timeout to 0.25.
2012-05-20 Tom HacohenElm glayer: Made tap timeout a config.
2012-05-20 Tom HacohenElm glayer: cosmetic changes.
2012-05-20 Tom HacohenElm glayer: Removed all the "DEBUG_GLAYER" printfs.
2012-05-20 Tom HacohenElm glayer: simplified "continues gesture" mode.
2012-05-18 Kim Shinwooelementary/gesture_layer: remove redundancy null checki...
2012-05-17 Tom HacohenElm glayer: Have a nice and clean array to call the...
2012-05-17 Tom HacohenElm glayer: Unify internal test function type.
2012-05-17 Tom HacohenElm glayer: Clean up N_LONG_TAPS a bit.
2012-05-17 Tom HacohenElm glayer: Clean up handling of the taps timeout and...
2012-05-17 Tom HacohenElm glayer: Fixed timing with the single/double/triple...
2012-05-17 Kim Shinwooelementary/gesture_layer: add to null check at _tap_ges...
2012-05-16 Tom HacohenElm glayer: Workaround a bug causing a delay with N_TAP...
2012-05-10 Tom HacohenElm glayer: Hopefully fixed some issue with hold_events...
2012-03-29 Daniel Juyung Seoelm: Fixed formatting. Added a space after 'if/while...
2012-03-28 Daniel Juyung Seoelm: Fixed formatting.
2012-03-07 Carsten Haitzlerwarn--
2012-03-07 Carsten Haitzlerwarn--
2012-03-07 Carsten Haitzlerwarn--
2012-03-07 Carsten Haitzlermore warn--
2012-03-06 Carsten Haitzlerrename a whole host of config-related functions to...
2012-02-24 ChunEon Parkelementary/gesture_layer - reviewed done.
2012-02-24 ChunEon Parkelementary/gesture_layer - added object validation...
2012-02-22 Mikael SANSsimplify expressions
2012-02-21 Mikael SANSFix: wrong center point between fingers
2012-02-21 Carsten Haitzleraaand other part of bluez map commit. easier to fix...
2012-02-20 Tom HacohenElm glayer: Fixed wrong usage of intptr_t.
2012-01-27 Pau Espin Pedrolelm_gesture_layer: Elm_Gesture_Types -> Elm_Gesture_Typ...
2012-01-01 Aharon HillelElm Glayer: Fixed momentum values This fix was required...
2011-12-21 Aharon HillelElm Glayer: Changed start-time of zoom-momentum
2011-12-21 Aharon HillelGLayer: Updated zoom-momentum,needs further testing
2011-12-21 Aharon Hillelglayer: Updated DOC about angle comp-change
2011-12-21 Aharon Hillelglayer: Fixed angle computation 1. Angles now are given...
2011-12-21 Aharon HillelElm glayer: Added momentum computation in zoom-wheel
2011-12-21 Aharon HillelElm Glayer: Fixed Momentum gesture compuation
2011-12-21 Aharon HillelElm glayer: Updated rotation momentum computation ...
2011-12-21 Aharon HillelElm glayer: Added support for rotation-momentum (first...
next