| Commit message (Expand) | Author | Age | Files | Lines |
* | exactness: error when _src_unit is NULLdevs/stefan/exactness-preload | Marcel Hollerbach | 2020-03-31 | 1 | -6/+5 |
* | exactness: equip with ERR and CRIT | Marcel Hollerbach | 2020-03-31 | 1 | -5/+15 |
* | exactness: correctly call mkdir | Marcel Hollerbach | 2020-03-31 | 1 | -11/+20 |
* | exactness: do not efl_del the evas | Marcel Hollerbach | 2020-03-31 | 1 | -1/+0 |
* | exactness_play: introduce runner script | Marcel Hollerbach | 2020-03-31 | 2 | -0/+104 |
* | exactness_play: transform to LD_PRELOAD library | Marcel Hollerbach | 2020-03-31 | 2 | -142/+101 |
* | exactness_player: refactor main method | Marcel Hollerbach | 2020-03-31 | 1 | -98/+145 |
* | exactness: remove code for compiling | Marcel Hollerbach | 2020-03-31 | 3 | -54/+2 |
* | exactness_record: introduce runner script | Marcel Hollerbach | 2020-03-31 | 2 | -1/+72 |
* | exactness_recorder: move to preload | Marcel Hollerbach | 2020-03-31 | 2 | -126/+82 |
* | exactness_recorder: refactor main method | Marcel Hollerbach | 2020-03-31 | 3 | -35/+67 |
* | Testing only | Stefan Schmidt | 2020-03-31 | 1 | -12/+0 |
* | ecore_evas_wayland: Do not pass negative parameter to close function | Christopher Michael | 2020-03-30 | 1 | -1/+1 |
* | ecore_evas_wayland: Declare variables at top of function | Christopher Michael | 2020-03-30 | 1 | -1/+3 |
* | efl_ui_textbox: pass in correct seat | Marcel Hollerbach | 2020-03-30 | 1 | -2/+2 |
* | canvas vg: null initialization for safety. | Hermet Park | 2020-03-30 | 1 | -1/+1 |
* | exactness_recorder: cleanup code a bit | Marcel Hollerbach | 2020-03-30 | 1 | -4/+1 |
* | elm_atspi_bridge: initialize variables | Shinwoo Kim | 2020-03-30 | 1 | -4/+4 |
* | ci: enable ecore_con IPv6 tests | Stefan Schmidt | 2020-03-27 | 1 | -0/+1 |
* | ci: travis: enable s390x build on daily cron | Stefan Schmidt | 2020-03-27 | 3 | -1/+15 |
* | travis: enable more archs during cron build | Stefan Schmidt | 2020-03-27 | 2 | -4/+18 |
* | ci: install needed packages for ppc64le builds | Stefan Schmidt | 2020-03-27 | 1 | -1/+1 |
* | Eina: Remove eina_prime_table | Xavi Artigas | 2020-03-27 | 2 | -9/+0 |
* | doxygen docs: Add missing docs for core Eina types | Xavi Artigas | 2020-03-27 | 2 | -10/+39 |
* | elm_atspi_bridge: fix bugs reported by coverity | Bartlomiej Grzelewski | 2020-03-27 | 1 | -2/+6 |
* | elm_atspi_bridge: fix bugs reported by coverity | Bartlomiej Grzelewski | 2020-03-27 | 1 | -5/+8 |
* | docs: Fix Eina Core Group | Myoungwoon Roy, Kim | 2020-03-27 | 4 | -6/+19 |
* | copying: remove obsolete items from copying that dont exist anymore | Carsten Haitzler (Rasterman) | 2020-03-26 | 1 | -2/+0 |
* | eina: prefetch for _eo_obj_pointer_get | Marcel Hollerbach | 2020-03-26 | 1 | -3/+6 |
* | fix segfault when there is no text in clipboard | Vincent Torri | 2020-03-26 | 1 | -12/+18 |
* | doxygen docs: Fix warnings in elm_config.h | Xavi Artigas | 2020-03-26 | 2 | -9/+11 |
* | doxygen docs: Fix warnings in Ecore_Common.h | Xavi Artigas | 2020-03-26 | 3 | -7/+11 |
* | doxygen docs: Fix several warnings in Eina files | Xavi Artigas | 2020-03-26 | 11 | -26/+26 |
* | eo: move all call assignment | Marcel Hollerbach | 2020-03-26 | 1 | -3/+2 |
* | eo: there is no reason to equip for calls to classes | Marcel Hollerbach | 2020-03-26 | 1 | -49/+15 |
* | evas_textblock: prevent updating cursor unless they are ready during markup_set | Ali | 2020-03-26 | 2 | -6/+23 |
* | efl_ui_spin_button: add tests for direct input feature | Marcel Hollerbach | 2020-03-25 | 1 | -0/+55 |
* | suite_helpers: add helper for key down events | Marcel Hollerbach | 2020-03-25 | 2 | -0/+16 |
* | suite_helper: do not use stacked values here | Marcel Hollerbach | 2020-03-25 | 1 | -1/+1 |
* | evas_textblock_tests: do not free a text cursor here | Marcel Hollerbach | 2020-03-25 | 1 | -1/+1 |
* | efl_check: unset the callback here | Marcel Hollerbach | 2020-03-25 | 1 | -0/+1 |
* | evas: free font lists correctly | Marcel Hollerbach | 2020-03-25 | 1 | -0/+2 |
* | edje/multisense: track and destroy multisense inputs on shutdown | Mike Blumenkrantz | 2020-03-25 | 1 | -0/+6 |
* | edje/multisense: free multisense output on shutdown | Mike Blumenkrantz | 2020-03-25 | 1 | -2/+1 |
* | ecore/audio: rewrite pulseaudio output to not use global variables | Mike Blumenkrantz | 2020-03-25 | 1 | -49/+76 |
* | ecore/audio: correctly handle sndfile error when setting new vio | Mike Blumenkrantz | 2020-03-25 | 1 | -0/+4 |
* | ecore/audio: remove duplicated vio code from sndfile input | Mike Blumenkrantz | 2020-03-25 | 1 | -25/+5 |
* | ecore/audio: add a couple more functions to the pulse callback struct | Mike Blumenkrantz | 2020-03-25 | 2 | -0/+4 |
* | ecore/audio: free vio on in/out object destruction | Mike Blumenkrantz | 2020-03-25 | 2 | -2/+10 |
* | ecore/audio: add ERR messages when trying to overwrite existing vio | Mike Blumenkrantz | 2020-03-25 | 2 | -2/+8 |