Elementary glayer: Added a config value to disable multitouch zoom.
[framework/uifw/elementary.git] / src / lib / elm_gesture_layer.c
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.