summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl/gesture: remove 'gesture' member from recognizer data structdevs/bu5hm4n/gesture_from_mikeMike Blumenkrantz2020-01-271-1/+0
* efl/gesture: remove 'manager' member from recognizer data structMike Blumenkrantz2020-01-246-13/+5
* efl/gesture: remove 'config' property from recognizersMike Blumenkrantz2020-01-249-32/+25
* efl/gesture: expose 'continues' as a public property for recognizersMike Blumenkrantz2020-01-242-0/+27
* efl/gesture: add an event to notify when a config value has been changedMike Blumenkrantz2020-01-242-0/+4
* efl/gesture: move finger_size into private structs of recognizersMike Blumenkrantz2020-01-2410-58/+110
* tests/gesture: add zoom and pinch testsMike Blumenkrantz2020-01-231-0/+69
* efl/gesture: discard non-press events for all touch points if unseen previouslyMike Blumenkrantz2020-01-231-1/+2
* efl/gesture: add 'pressed' state info for touch dataMike Blumenkrantz2020-01-232-2/+8
* efl/gesture: correctly reset zoom gesture recognizer data on >2 finger touchMike Blumenkrantz2020-01-231-0/+1
* tests/elm: add util function for doing pinch motionsMike Blumenkrantz2020-01-232-0/+27
* efl/gesture: more accurately handle flick/momentum recognition with multi-touchMike Blumenkrantz2020-01-232-6/+49
* efl/gesture: break out _direction_get() into helper functionMike Blumenkrantz2020-01-233-10/+11
* evas/events: fix multi-touch object targeting on touch down eventsMike Blumenkrantz2020-01-231-2/+40
* efl/gesture: correct config value name for glayer_double_tap_timeoutMike Blumenkrantz2020-01-232-2/+2
* tests/gesture: add extra event callback to verify event multiplication is fixedMike Blumenkrantz2020-01-231-0/+9
* efl/gesture: redo (and make stupider) hash usage in gesture managerMike Blumenkrantz2020-01-231-74/+97
* efl/gesture: add touch_count property for gesture event infoMike Blumenkrantz2020-01-236-0/+42
* tests/gesture: add gesture tests for basic multi-touch tap eventsMike Blumenkrantz2020-01-231-0/+45
* tests/elm: add util functions for doing multi-touch eventsMike Blumenkrantz2020-01-232-0/+47
* efl/gesture: fix zoom to ignore single press events and not crashMike Blumenkrantz2020-01-231-0/+4
* efl/gesture: restrict flick and momentum gestures to original touch pointMike Blumenkrantz2020-01-233-0/+29
* efl/gesture: handle multi-touch press for tap gesturesMike Blumenkrantz2020-01-234-0/+65
* efl/gesture: move Point_Data to eo and add methods to fetch it for recognizersMike Blumenkrantz2020-01-235-61/+102
* tests/gesture: add longpress testsMike Blumenkrantz2020-01-231-0/+71
* tests/elm: add util functions for pressing mouse button without releasingMike Blumenkrantz2020-01-232-6/+59
* tests/elm: add util function to automatically delay loop by given timeMike Blumenkrantz2020-01-232-0/+15
* efl/gesture: unset timer pointers for tap recognizersMike Blumenkrantz2020-01-232-0/+2
* tests/gesture: beef up gesture flick/momentum tests significantlyMike Blumenkrantz2020-01-231-1/+157
* tests/elm: add util function for dragging the pointer in an arcMike Blumenkrantz2020-01-232-0/+30
* efl/gesture: formattingMike Blumenkrantz2020-01-2311-542/+543
* tests/efl_ui: begin some gesture unit testsMike Blumenkrantz2020-01-234-0/+160
* tests/elm: add basic timestamping for event helpersMike Blumenkrantz2020-01-231-14/+16
* efl/gesture: do not emit events for canceled gestures with no stateMike Blumenkrantz2020-01-231-3/+2
* efl_ui_layout: send theme signal when style is already updated.Hosang Kim2020-01-231-13/+20
* efl.canvas.textblock: annotate obstacle methods as betaAli Alzyod2020-01-231-3/+3
* ecore_wl2: fix compilationMarcel Hollerbach2020-01-231-2/+2
* docs: Slight improvements to eina_types.eot Matrix docsXavi Artigas2020-01-231-30/+30
* Eolian eina_types: Add Eina.Matrix4 typeJunsuChoi2020-01-231-0/+26
* efl.ui.textbox: move file implementation in to internal classAli Alzyod2020-01-234-160/+167
* Revert "efl_ui_image: Call unload file when calling file_set"JunsuChoi2020-01-231-1/+0
* efl_text_interactive: selection enhancmentAli Alzyod2020-01-234-33/+176
* evas_object_textblock: treat variation sequence as single runAli Alzyod2020-01-231-1/+12
* efl.text.interactive: use Eina_Int_Range for selection range eventAli Alzyod2020-01-234-14/+4
* efl_ui_spotlight: rename Stack_Manager to Fade_ManagerJaehyun Cho2020-01-239-25/+25
* efl_ui_spotlight: rename Manager_XXX and Indicator_XXXJaehyun Cho2020-01-2320-90/+94
* edje - store original size in edje struct and dont exceed max sizeCarsten Haitzler (Rasterman)2020-01-222-1/+10
* csharp: cleanup concrete classYeongjong Lee2020-01-239-131/+106
* eina: add new range Data typeali2020-01-239-0/+282
* efl_ui_image: Call unload file when calling file_setJunsuChoi2020-01-221-0/+1