summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.22.6 releasev1.22.6efl-1.22devs/zmike/122citestMike Blumenkrantz2019-10-042-2/+15
* eolian-cxx: Release iteratorsLauro Moura2019-10-041-2/+8
* elm_code_widget: when the position is updated, set new geom to cursorMarcel Hollerbach2019-10-041-0/+3
* elm_code_widget: initialize these vars correctlyMarcel Hollerbach2019-10-041-1/+1
* Updating README for clang requirements.Bruno da Silva Belo2019-10-041-0/+1
* test_code: do not create a background by handMarcel Hollerbach2019-10-041-6/+2
* elm_test: undef logging macros before redefining them in headerMike Blumenkrantz2019-10-041-0/+5
* evas: fix memory leak with Efl.Canvas.VgCedric Bail2019-10-042-10/+14
* evas/object; fix null derefMike Blumenkrantz2019-10-041-2/+7
* eio/dir: fix null derefMike Blumenkrantz2019-10-041-2/+3
* efl_ui/scroll_manager: fix null derefsMike Blumenkrantz2019-10-041-2/+2
* tests/eina: outdent codeMike Blumenkrantz2019-10-041-3/+3
* tests/strbuf: call va_end for varargsMike Blumenkrantz2019-10-041-0/+1
* epp: remove extra variable passed in format specifierMike Blumenkrantz2019-10-041-1/+1
* ecore-x: protect against accidentally "un-managing" the root windowMike Blumenkrantz2019-10-041-0/+4
* ecore-x: add internal function for selecting just properties of root windowMike Blumenkrantz2019-10-042-0/+31
* ecore-x: track whether ecore-x is internally "managing" the root windowMike Blumenkrantz2019-10-041-6/+5
* ecore-evas/x: detect and track wm existence, apply visibility correctlyMike Blumenkrantz2019-10-041-3/+19
* ecore-x: fix null derefs in window prop codeMike Blumenkrantz2019-10-041-8/+14
* efl: improve error message to be really useful.Cedric Bail2019-10-041-1/+5
* efl_ui_selection_manager: fix potential out of bounce accessStefan Schmidt2019-10-041-1/+1
* efl_ui_focus_managr_sub: fix a err messageMarcel Hollerbach2019-10-041-0/+12
* ecore_thread: Fix arguments to match with the function call.Woochanlee2019-10-041-3/+4
* eina_log: ensure that we do not spam journald with our intree binariesMarcel Hollerbach2019-10-041-1/+1
* ector engine: +null checking.Hermet Park2019-10-041-6/+9
* elm_test: mark image_zoomable test as non-legacyMike Blumenkrantz2019-10-041-1/+1
* eina_log: do not fallback to INFO when we run with systemd supportMarcel Hollerbach2019-10-041-4/+0
* elementary_codegen: check before use to avoid use after freeStefan Schmidt2019-10-041-0/+4
* efl_ui_selection_manager: free allocated memory after local useStefan Schmidt2019-10-041-0/+1
* efl_io_model: next try to fix this race conditionMarcel Hollerbach2019-10-049-1/+88
* elm_test_widget_focus: cleanup callbacks correctlyMarcel Hollerbach2019-10-041-0/+2
* eo: custom created legacy events should be unfreezableMarcel Hollerbach2019-10-041-0/+1
* ecore/signal: increase maximum signal throughputMike Blumenkrantz2019-10-042-134/+158
* tests/ecore: add stress test for main loop signal handlingMike Blumenkrantz2019-10-041-0/+23
* ecore/signal: also use nonblock for writing side of signal pipeMike Blumenkrantz2019-10-041-6/+12
* disable meson builds for this branchMike Blumenkrantz2019-09-181-20/+0
* release: Update NEWS and bump version for 1.22.5 releasev1.22.5Mike Blumenkrantz2019-09-182-2/+15
* elm_config: fix to check if eet_open failsWonki Kim2019-09-181-0/+5
* Revert "efl_io_model: remove custom counting logic"Marcel Hollerbach2019-09-181-0/+81
* elementary: fix double eina_value_free in Efl.Ui.Homogeneous_Model.property.setCedric Bail2019-09-181-1/+0
* eina: prevent leak of Eina_Value internal allocation.Cedric Bail2019-09-181-2/+1
* eina: turn on Eina_Mempool tests for OneBig too.Cedric Bail2019-09-181-0/+14
* eina: fix free support in eina OneBig mempool.Cedric Bail2019-09-181-1/+2
* eina: fix eina_mempool_from to not report pointer that have never been alloca...Cedric Bail2019-09-181-3/+12
* efl_ui_image: implement missing APIMarcel Hollerbach2019-09-182-0/+35
* evas - in case handle scope data being nullCarsten Haitzler (Rasterman)2019-09-181-0/+1
* efl_ui_focus_manager_calc: fix resource leaksMarcel Hollerbach2019-09-182-3/+5
* elm/datepicker, timepicker: Fix uninitialized varsXavi Artigas2019-09-182-2/+2
* evas - rsvg loader - comment out deprecated func from rsvg we don't needCarsten Haitzler (Rasterman)2019-09-181-1/+2
* tests/edje: handle file modifications properly on windowsMike Blumenkrantz2019-09-181-2/+22