elementary: fix ELM_CALENDAR_SELECT_MODE_ONDEMAND
[framework/uifw/elementary.git] / src / lib / elm_gesture_layer.c
2012-03-29 seozelm: Fixed formatting. Added a space after 'if/while...
2012-03-28 seozelm: Fixed formatting.
2012-03-07 rasterwarn--
2012-03-07 rasterwarn--
2012-03-07 rasterwarn--
2012-03-07 rastermore warn--
2012-03-06 rasterrename a whole host of config-related functions to...
2012-02-24 hermetelementary/gesture_layer - reviewed done.
2012-02-24 hermetelementary/gesture_layer - added object validation...
2012-02-22 xhellsimplify expressions
2012-02-21 xhellFix: wrong center point between fingers
2012-02-21 rasteraaand other part of bluez map commit. easier to fix...
2012-02-20 tasnElm glayer: Fixed wrong usage of intptr_t.
2012-01-27 pespinelm_gesture_layer: Elm_Gesture_Types -> Elm_Gesture_Typ...
2012-01-01 tasnElm Glayer: Fixed momentum values This fix was required...
2011-12-21 tasnElm Glayer: Changed start-time of zoom-momentum
2011-12-21 tasnGLayer: Updated zoom-momentum,needs further testing
2011-12-21 tasnglayer: Updated DOC about angle comp-change
2011-12-21 tasnglayer: Fixed angle computation 1. Angles now are given...
2011-12-21 tasnElm glayer: Added momentum computation in zoom-wheel
2011-12-21 tasnElm Glayer: Fixed Momentum gesture compuation
2011-12-21 tasnElm glayer: Updated rotation momentum computation ...
2011-12-21 tasnElm glayer: Added support for rotation-momentum (first...
2011-12-21 tasnAdded support for zoom-momentum (first version)
2011-12-20 tasnElm glayer: Added config value to multi-touch rotation.
2011-12-18 tasnElementary glayer: Added a config value to disable...
2011-12-01 tasnElm glayer: Fixed zoom with mouse wheel.
2011-11-29 hermetelementary/gesture_layer - [E-devel] [Patch] elm_gestur...
2011-11-10 tasnElm glayer: Set mimimun momentum for ABORT
2011-11-08 tasnElm glayer: Added doc to recent fix
2011-11-08 tasnElm glayer: Fixed bug in non-continues mode.
2011-11-07 tasnElm glayer: Fixed bug of starting line,momentum with...
2011-11-07 tasnElm glayer: Fixed bug in N tap testing
2011-10-30 tasnElm Glayer: Removed finger count from line-info
2011-10-30 tasnElm Glayer: Added number of fingers to Momentum Info
2011-10-27 devilhornsElementary: Fix uninitialized variables warnings. Fix...
2011-10-25 tasnElm glayer: Removed unused/wanted if and variable.
2011-10-25 tasnElm glayer: Fixed memory leak, removed unused event...
2011-10-25 tasnElm glayer: Added momentum to continues-gestures.
2011-10-25 tasnElm Glayer: Added ABORT on move to long-tap gesture
2011-10-25 tasnElm Glayer: Added multi-touch support to momentum gesture
2011-10-24 tasnElm glayer: Fix continuous gestures. SPANK SPANK Aharon.
2011-10-18 tasnElm glayer: Fixed condition based on uninit value error.
2011-10-17 tasnElm Glayer: Fixed code to match convention
2011-10-17 tasnElm Glayer: Fixed call of long tap reset in case reset...
2011-10-17 tasnElm Glayer: Fixed all tap, long tap, gestures bugs
2011-10-10 tasnElm Glayer: Added single tap/double click support.
2011-10-10 tasnElm Glayer: Fixed many glayer issues.
2011-09-08 tasnElm_glayer: Reset ZOOM, ROTATE to function as before...
2011-09-08 tasnElm glayer: Added glayer_continues_enable setting to...
2011-09-08 tasnElm glayer: Cleaned elm_gesture_layer.c.
2011-09-08 tasnElm glayer: Added Continues-gesture-feature of Line...
2011-08-05 discomfitoralloc checks wooooooooooooo
2011-08-01 tasnElm glayer: Added n-long-tap gesture
2011-07-28 discomfitorPOINTER ARITHMETIC WITH VOID* IS BAD.
2011-07-24 tasnElm glayer: Fixed mouse_wheel direction for wheel zoom.
2011-07-18 tasnElm glayer: Added key grab for CTRL to finish zoom
2011-07-18 tasnElm glayer: Added glayer values to elm config.
2011-07-18 tasnElm glayer: Changed some values from float to double.
2011-07-10 tasnElm glayer: Moved functions around.
2011-07-10 tasnElm glayer: Keep finger pressed states across gesture...
2011-07-10 tasnElm glayer: Correct logging of down-fingers + removed...
2011-07-07 tasnElm glayer: Formatting changes and removed a redudant...
2011-07-07 tasnElm gesture_layer: Added gesture layer widget.