summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-x - fix fallbacks to use capital X in lib nameefl-1.23Carsten Haitzler (Rasterman)2019-12-241-2/+2
* eolian: fix a parse bug where composites was treated as implementsDaniel Kolesa2019-12-041-1/+5
* eolian: account for entire inheritance trees when compositingDaniel Kolesa2019-12-041-1/+17
* fix jpeg loading which freed the wrong ptrCarsten Haitzler (Rasterman)2019-12-021-6/+8
* release: Update NEWS and bump version for 1.23.3 releasev1.23.3Mike Blumenkrantz2019-11-272-2/+39
* Revert "tests/genlist: add behavior testing for nearly all genlist events"devs/zmike/123citestMike Blumenkrantz2019-11-271-187/+0
* Revert "elm/genlist: remove calc jobs"SangHyeon Jade Lee2019-11-272-26/+40
* eolian-cxx: Make events inherit beta info from klass.Lauro Moura2019-11-273-1/+36
* wl_egl : Prevent access to NULL pointerJunsuChoi2019-11-271-1/+1
* eolian_mono: avoid keyword as a variable nameYeongjong Lee2019-11-271-1/+1
* Efl.Ui.Scroll_Manager: Fix indentationXavi Artigas2019-11-271-6/+6
* evas_filter: remove shader compile errorShinwoo Kim2019-11-272-2/+6
* ci: fix ccache segfault during setup on CI in release-ready buildStefan Schmidt2019-11-271-1/+2
* elementary: watch event on the model Efl.Ui.CollectionView use directly.Cedric BAIL2019-11-271-5/+3
* elementary: properly handle in flight request in Efl.Ui.CollectionView.Cedric BAIL2019-11-271-25/+23
* elementary: cleanup Eina_Future properly by relying on efl_future_then proper...Cedric BAIL2019-11-271-12/+19
* csharp: Removing a never used class.Bruno da Silva Belo2019-11-271-4/+0
* csharp:comma have whitespace after and none beforeBruno da Silva Belo2019-11-279-83/+91
* elm_config: replace ecore_file_cp with ecore_file_mvWonki Kim2019-11-271-8/+7
* edje_calc: UNLIKELY changed to LIKELY.Woochanlee2019-11-271-1/+1
* elementary: fix end of fast scroll not showing up during Efl.Ui.CollectionVie...Cedric BAIL2019-11-271-5/+4
* check: reset flags that used for legacy 'changed' cbWonki Kim2019-11-272-0/+71
* docs: Efl.Gfx.ViewXavi Artigas2019-11-271-1/+4
* travis: update Ubuntu image to the 19.10 releaseStefan Schmidt2019-11-271-1/+1
* ci: work around ccache segafult during setupStefan Schmidt2019-11-271-1/+2
* travis/ci: update Fedora CI images to 31Stefan Schmidt2019-11-272-8/+8
* tests/spec: allow for a longer timeout of the spec suite for dist buildStefan Schmidt2019-11-271-1/+2
* Revert "elm/genlist: don't process entire item queue on each item add"Carsten Haitzler (Rasterman)2019-11-261-2/+1
* mono: blacklist efl_ui_text_context_menu_item_addYeongjong Lee2019-11-262-3/+1
* mono: remove duplicated EinaFreeCb delegateYeongjong Lee2019-11-264-6/+5
* tests/eina: use #ifdef guard for block which can only occur inside ifdefMike Blumenkrantz2019-11-261-2/+2
* eina: only the type need to be NULL to assume EINA_VALUE_EMPTY.Cedric Bail2019-11-261-1/+1
* ecore: remove unecessary field in data structure.Cedric Bail2019-11-263-3/+0
* elementary: handle case when XFIXES is not available.Cedric Bail2019-11-261-2/+3
* release: Update NEWS and bump version for 1.23.2 releasev1.23.2Mike Blumenkrantz2019-10-312-2/+197
* mono: introduce friend assemblyYeongjong Lee2019-10-313-0/+28
* eolian-cxx: Rename fields to standard namingLauro Moura2019-10-313-12/+12
* edje: improve callback count on Evas canvas.Cedric Bail2019-10-311-21/+22
* tests/spec: use wrefs to automatically unset global pointersMike Blumenkrantz2019-10-312-9/+3
* tests/spec: assert success of content_set during setupMike Blumenkrantz2019-10-311-1/+1
* tests/spec: store test class and reuse globally to avoid needing efl_isaMike Blumenkrantz2019-10-313-1/+4
* tests/spec: reduce looping of pack content testsMike Blumenkrantz2019-10-311-5/+6
* tests/spec: merge some loops in linear pack testsMike Blumenkrantz2019-10-311-58/+68
* csharp: space after keywords.Bruno da Silva Belo2019-10-317-44/+44
* tests/efl_app: add port of intensive timer recursionMike Blumenkrantz2019-10-311-0/+103
* tests/evas: prune directory scan in mesh loader/saver testMike Blumenkrantz2019-10-311-7/+10
* tests/evas: replace macro with function in mesh loader/saver testMike Blumenkrantz2019-10-311-54/+57
* tests/ecore: add intensive test for recursive timer usageMike Blumenkrantz2019-10-311-0/+83
* tests/ecore: do not create global test timeout timer if running unforkedMike Blumenkrantz2019-10-311-0/+3
* ecore/timer: correctly handle recursive deletion of legacy timersMike Blumenkrantz2019-10-311-15/+27