summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix pathdevs/stefan/circleciStefan Schmidt2020-03-261-2/+2
* bump to trigger ciStefan Schmidt2020-03-261-0/+1
* testing only, revertStefan Schmidt2020-03-261-11/+6
* ci: circle: initial config file to test out setupStefan Schmidt2020-03-261-0/+34
* evas_textblock: prevent updating cursor unless they are ready during markup_setAli2020-03-262-6/+23
* efl_ui_spin_button: add tests for direct input featureMarcel Hollerbach2020-03-251-0/+55
* suite_helpers: add helper for key down eventsMarcel Hollerbach2020-03-252-0/+16
* suite_helper: do not use stacked values hereMarcel Hollerbach2020-03-251-1/+1
* evas_textblock_tests: do not free a text cursor hereMarcel Hollerbach2020-03-251-1/+1
* efl_check: unset the callback hereMarcel Hollerbach2020-03-251-0/+1
* evas: free font lists correctlyMarcel Hollerbach2020-03-251-0/+2
* edje/multisense: track and destroy multisense inputs on shutdownMike Blumenkrantz2020-03-251-0/+6
* edje/multisense: free multisense output on shutdownMike Blumenkrantz2020-03-251-2/+1
* ecore/audio: rewrite pulseaudio output to not use global variablesMike Blumenkrantz2020-03-251-49/+76
* ecore/audio: correctly handle sndfile error when setting new vioMike Blumenkrantz2020-03-251-0/+4
* ecore/audio: remove duplicated vio code from sndfile inputMike Blumenkrantz2020-03-251-25/+5
* ecore/audio: add a couple more functions to the pulse callback structMike Blumenkrantz2020-03-252-0/+4
* ecore/audio: free vio on in/out object destructionMike Blumenkrantz2020-03-252-2/+10
* ecore/audio: add ERR messages when trying to overwrite existing vioMike Blumenkrantz2020-03-252-2/+8
* exactness: handbuild a new argv array instead of reassemling the new oneMarcel Hollerbach2020-03-252-24/+20
* emotion - webcam - fix segv on webcam plug/unplug and cleanCarsten Haitzler (Rasterman)2020-03-253-191/+95
* evas/render: minor cleanups for norender functionsMike Blumenkrantz2020-03-251-11/+1
* ecore_cocoa: remove left over from evas3d removalStefan Schmidt2020-03-251-2/+0
* canvas 3d: remove all canvas3d features across efl.Hermet Park2020-03-25118-36960/+9
* efl_ui_image: keep efl_ui_image size for internal imageShinwoo Kim2020-03-251-2/+2
* efl/mailmap: Move unused addresses to the bottom of listChristopher Michael2020-03-241-4/+4
* Revert "efl/mailmap: Remove old unused addresses"Christopher Michael2020-03-241-0/+5
* efl/mailmap: Remove old unused addressesChristopher Michael2020-03-241-5/+0
* eo: free vtable when erroring outMarcel Hollerbach2020-03-241-0/+1
* eo: do not check this hereMarcel Hollerbach2020-03-241-3/+2
* eo: fix wrong formattingMarcel Hollerbach2020-03-241-1/+1
* eo: only really copy when there is contentMarcel Hollerbach2020-03-241-1/+4
* eo: correctly flag allocated memoryMarcel Hollerbach2020-03-241-0/+2
* eo: do no allocate a 0 sized segmentMarcel Hollerbach2020-03-241-2/+5
* eo: do not NULL out the object itselfMarcel Hollerbach2020-03-241-4/+7
* eo: do not null out the vtable chain of your own classesMarcel Hollerbach2020-03-241-0/+2
* edje_cc: free ecore_evasMarcel Hollerbach2020-03-241-0/+1
* eo: do not allocate too much memoryMarcel Hollerbach2020-03-241-3/+15
* tests/elm: add strict test to verify elm image gif supportMike Blumenkrantz2020-03-241-0/+49
* tests/elm: use norender_with_updatesMike Blumenkrantz2020-03-241-1/+1
* evas: add function for norendering with updatesMike Blumenkrantz2020-03-242-0/+32
* evas/render: produce update regions when do_draw isn't set but make_updates isMike Blumenkrantz2020-03-241-6/+36
* eo - fix err path for eo_isa to unlock shared objectsCarsten Haitzler (Rasterman)2020-03-241-1/+2
* doxygen docs: Fix warnings in Ecore_Wl2.h and associatesXavi Artigas2020-03-242-13/+12
* doxygen docs: Fix warnings in Ecore_Evas.hXavi Artigas2020-03-243-15/+12
* doxygen docs: Fix warnings in Edje_Edit.hXavi Artigas2020-03-241-69/+53
* elm_transit: Prevent adding duplicatesJunsuChoi2020-03-241-0/+7
* elm_transit: replace evas_object_event_callback_xxx with efl_event_callback_xxxJunsuChoi2020-03-241-52/+57
* exactness: switch from homegrown debug printf to eina_logStefan Schmidt2020-03-246-65/+78
* exactness: remove exactness library and move code into binary folderStefan Schmidt2020-03-2413-731/+590