summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* exactness: error when _src_unit is NULLdevs/stefan/exactness-preloadMarcel Hollerbach2020-03-311-6/+5
* exactness: equip with ERR and CRITMarcel Hollerbach2020-03-311-5/+15
* exactness: correctly call mkdirMarcel Hollerbach2020-03-311-11/+20
* exactness: do not efl_del the evasMarcel Hollerbach2020-03-311-1/+0
* exactness_play: introduce runner scriptMarcel Hollerbach2020-03-312-0/+104
* exactness_play: transform to LD_PRELOAD libraryMarcel Hollerbach2020-03-312-142/+101
* exactness_player: refactor main methodMarcel Hollerbach2020-03-311-98/+145
* exactness: remove code for compilingMarcel Hollerbach2020-03-313-54/+2
* exactness_record: introduce runner scriptMarcel Hollerbach2020-03-312-1/+72
* exactness_recorder: move to preloadMarcel Hollerbach2020-03-312-126/+82
* exactness_recorder: refactor main methodMarcel Hollerbach2020-03-313-35/+67
* Testing onlyStefan Schmidt2020-03-311-12/+0
* ecore_evas_wayland: Do not pass negative parameter to close functionChristopher Michael2020-03-301-1/+1
* ecore_evas_wayland: Declare variables at top of functionChristopher Michael2020-03-301-1/+3
* efl_ui_textbox: pass in correct seatMarcel Hollerbach2020-03-301-2/+2
* canvas vg: null initialization for safety.Hermet Park2020-03-301-1/+1
* exactness_recorder: cleanup code a bitMarcel Hollerbach2020-03-301-4/+1
* elm_atspi_bridge: initialize variablesShinwoo Kim2020-03-301-4/+4
* ci: enable ecore_con IPv6 testsStefan Schmidt2020-03-271-0/+1
* ci: travis: enable s390x build on daily cronStefan Schmidt2020-03-273-1/+15
* travis: enable more archs during cron buildStefan Schmidt2020-03-272-4/+18
* ci: install needed packages for ppc64le buildsStefan Schmidt2020-03-271-1/+1
* Eina: Remove eina_prime_tableXavi Artigas2020-03-272-9/+0
* doxygen docs: Add missing docs for core Eina typesXavi Artigas2020-03-272-10/+39
* elm_atspi_bridge: fix bugs reported by coverityBartlomiej Grzelewski2020-03-271-2/+6
* elm_atspi_bridge: fix bugs reported by coverityBartlomiej Grzelewski2020-03-271-5/+8
* docs: Fix Eina Core GroupMyoungwoon Roy, Kim2020-03-274-6/+19
* copying: remove obsolete items from copying that dont exist anymoreCarsten Haitzler (Rasterman)2020-03-261-2/+0
* eina: prefetch for _eo_obj_pointer_getMarcel Hollerbach2020-03-261-3/+6
* fix segfault when there is no text in clipboardVincent Torri2020-03-261-12/+18
* doxygen docs: Fix warnings in elm_config.hXavi Artigas2020-03-262-9/+11
* doxygen docs: Fix warnings in Ecore_Common.hXavi Artigas2020-03-263-7/+11
* doxygen docs: Fix several warnings in Eina filesXavi Artigas2020-03-2611-26/+26
* eo: move all call assignmentMarcel Hollerbach2020-03-261-3/+2
* eo: there is no reason to equip for calls to classesMarcel Hollerbach2020-03-261-49/+15
* 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