summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* exactness: cleanup some coding style isuesdevs/stefan/exactness-final-testStefan Schmidt2020-02-072-7/+13
* exactness: fix init/shutdown handling of efl components in various binariesStefan Schmidt2020-02-075-29/+7
* exactness: remove unused codeStefan Schmidt2020-02-078-81/+20
* exactness: remove no longer needed EO and BETA API definesStefan Schmidt2020-02-074-15/+0
* exactness: print out statistics at the end of the runStefan Schmidt2020-02-071-1/+3
* exactness: import code from external repo into efl.gitDaniel Zaoui2020-02-0714-0/+7324
* elementary: build elementary_test additionally as shared objectStefan Schmidt2020-02-071-0/+14
* elm_index: keep backward compatibility on size calculationJaehyun Cho2020-02-071-0/+12
* eolian: fix missing stringshare_refDaniel Kolesa2020-02-061-1/+1
* Evas Textblock: update obstacle testabdulleh Ghujeh2020-02-061-0/+7
* eolian_cxx: fix a last few since errorsMarcel Hollerbach2020-02-052-16/+16
* docs: Remove incorrect doc tagXavi Artigas2020-02-051-1/+0
* evas_object_textbox: deal with <br> <tab> without closing '/'ali2020-02-052-2/+12
* bindings-cxx: fix missing @since tags at stable c#/cpp testsLucas Cavalcante de Sousa2020-02-0559-87/+280
* eolian: finally error on missing since tagsMarcel Hollerbach2020-02-051-3/+1
* eot files: fixup all since tagsMarcel Hollerbach2020-02-054-25/+23
* eolian: fix all remaining since errorsMarcel Hollerbach2020-02-0510-17/+41
* bindings: fix missing @since tags & docsMarcel Hollerbach2020-02-051-3/+6
* efl/gesture: remove unused manager functionMike Blumenkrantz2020-02-051-8/+0
* evas/object: remove weird gesture manager methodMike Blumenkrantz2020-02-053-15/+2
* efl/gesture: free object gesture list in destructorMike Blumenkrantz2020-02-051-0/+3
* efl/gesture: use array instead of list for garbage gesture objectsMike Blumenkrantz2020-02-051-14/+8
* efl/gesture: fix gesture object cleanup when unregistering a recognizerMike Blumenkrantz2020-02-051-0/+6
* tests/gesture: add second custom recognizer testMike Blumenkrantz2020-02-054-2/+110
* tests/elm: add explicit printf for event cb assert failureMike Blumenkrantz2020-02-051-0/+1
* tests/gesture: add custom recognizer testMike Blumenkrantz2020-02-054-0/+87
* efl/gesture: implement custom gesture recognizer frameworkMike Blumenkrantz2020-02-0515-46/+238
* efl/gesture: break out gesture processing code into separate functionMike Blumenkrantz2020-02-051-63/+67
* efl/gesture: remove manager's recognizer_get methodMike Blumenkrantz2020-02-052-75/+0
* tests/gesture: change random momentum cb to be useful momentum cbMike Blumenkrantz2020-02-051-10/+7
* tests/gesture: add a 10-touch tap testMike Blumenkrantz2020-02-051-0/+11
* efl/gesture: conditionally ignore multi-touch unpress events in zoom recognizerMike Blumenkrantz2020-02-051-1/+2
* efl/gesture: ignore successive press events in zoom recognizer when canceledMike Blumenkrantz2020-02-051-0/+2
* efl/gesture: ignore multi-touch end events in tap gesture recognizerMike Blumenkrantz2020-02-051-3/+2
* efl/gesture: avoid direct double access in structsMike Blumenkrantz2020-02-055-18/+20
* efl/gesture: reorder gesture private structsMike Blumenkrantz2020-02-051-14/+15
* efl/gesture: remove 'gesture' member from recognizer data structMike Blumenkrantz2020-02-051-1/+0
* efl/gesture: remove 'manager' member from recognizer data structMike Blumenkrantz2020-02-056-13/+5
* efl/gesture: remove 'config' property from recognizersMike Blumenkrantz2020-02-059-32/+25
* efl/gesture: expose 'continues' as a public property for recognizersMike Blumenkrantz2020-02-052-0/+27
* efl/gesture: add an event to notify when a config value has been changedMike Blumenkrantz2020-02-052-0/+4
* efl/gesture: move finger_size into private structs of recognizersMike Blumenkrantz2020-02-0510-58/+110
* tests/gesture: add zoom and pinch testsMike Blumenkrantz2020-02-051-0/+69
* efl/gesture: discard non-press events for all touch points if unseen previouslyMike Blumenkrantz2020-02-051-1/+2
* efl/gesture: add 'pressed' state info for touch dataMike Blumenkrantz2020-02-052-2/+8
* efl/gesture: correctly reset zoom gesture recognizer data on >2 finger touchMike Blumenkrantz2020-02-051-0/+1
* tests/elm: add util function for doing pinch motionsMike Blumenkrantz2020-02-052-0/+27
* efl/gesture: more accurately handle flick/momentum recognition with multi-touchMike Blumenkrantz2020-02-052-6/+49
* efl/gesture: break out _direction_get() into helper functionMike Blumenkrantz2020-02-053-10/+11
* evas/events: fix multi-touch object targeting on touch down eventsMike Blumenkrantz2020-02-051-2/+40