summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply moredevs/jaehyun/efl_part_legacy_removeJaehyun Cho2018-04-1919-437/+578
* efl_part: remove the elm legacy name of efl ui themeTaehyub Kim2018-04-1938-1110/+1382
* eolian: disable non-dependencied parsing for the time beingDaniel Kolesa2018-04-181-2/+2
* elm: Move legacy genlist types to elm_general.Lauro Moura2018-04-188-103/+103
* eolian: make doc ref resolution globalDaniel Kolesa2018-04-1816-93/+122
* eolian: doc ref validation cleanupDaniel Kolesa2018-04-181-5/+4
* eolian: add internal api for dep deferring + parsing without depDaniel Kolesa2018-04-184-20/+34
* eolian: simpler and more efficient defer parsingDaniel Kolesa2018-04-181-15/+22
* elm_win: Don't do auto norender on non X11 enginesDerek Foreman2018-04-181-2/+35
* tests: preload elm csd theme in elm_suite startupMike Blumenkrantz2018-04-181-0/+2
* tests: skip second ecore_shutdown call in elm_suite when forkingMike Blumenkrantz2018-04-181-0/+2
* examples: cxx: fix some missing const attributes in colourable*Stefan Schmidt2018-04-182-3/+3
* travis: fix install of packages on macOSStefan Schmidt2018-04-181-0/+1
* config: fix Efl.Ui.Slider key bindingYeongJong Lee2018-04-184-7/+7
* ecore_con: Fix buildDerek Foreman2018-04-172-31/+31
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-17292-1919/+1934
* ecore_wl2: handle configure_complete after handling configureDerek Foreman2018-04-172-2/+6
* tests: preload elm_init and default theme groups in elm_suiteMike Blumenkrantz2018-04-171-5/+47
* tests: use loop test to split jpeg tests from evas_object_image_all_loader_dataMike Blumenkrantz2018-04-173-45/+61
* elm_dbus_menu: add missing const for Eina_ListYeongJong Lee2018-04-171-5/+2
* Revert "Genlist: restore old behaviour of item next/prev in group items"Dave Andreoli2018-04-171-18/+2
* eo : Add null checkJunsuChoi2018-04-161-1/+2
* edje: Dont append font source if fonts are not embedded in edjeSubodhKumar2018-04-161-8/+16
* eina: Improve documentation formattingBryce Harrington2018-04-161-77/+77
* elementary: Remove unreachable code linesWonki Kim2018-04-161-5/+0
* eina: Cleanup documentation for Sparse Matrix.Bryce Harrington2018-04-161-92/+100
* Fix a shutdown logic to be reachable in some caseWonki Kim2018-04-161-1/+1
* elm_menu, toolbar, ctxpopup : remove unnecesary interface efl_ui_item and efl...SangHyeon Lee2018-04-1618-455/+298
* ecore: further reduce pipe wait time during shutdown.Mike Blumenkrantz2018-04-161-2/+2
* tests: remove explicit checks for eina mempool testsMike Blumenkrantz2018-04-161-2/+2
* tests: flush stdout after printing test suite timing infoMike Blumenkrantz2018-04-161-1/+4
* tests: do not attempt to parallelize test suites with only 1 test caseMike Blumenkrantz2018-04-161-1/+1
* elm_list: check there is focused item when list get focus at firstYeongJong Lee2018-04-151-2/+21
* Genlist: restore old behaviour of item next/prev in group itemsDave Andreoli2018-04-131-2/+18
* efl selection manager - fix x11 cnp from entry to plain text conversionCarsten Haitzler (Rasterman)2018-04-131-3/+3
* elua: get rid of lightuserdata for state retrievalDaniel Kolesa2018-04-132-16/+27
* build: disable epoll and inotify checking outside linuxDaniel Kolesa2018-04-131-2/+2
* tests: fix iterator leak in evas mesh testsMike Blumenkrantz2018-04-131-2/+2
* tests: remove sleep() calls from eo testsMike Blumenkrantz2018-04-132-3/+0
* tests: split elm_test_init into separate test suite (inside elm_suite)Mike Blumenkrantz2018-04-131-2/+12
* Revert "elm entry - fix wayland bug by not updating selection until after mse...Derek Foreman2018-04-132-23/+5
* efl selection manager - fix dnd end handling to only handle on dndCarsten Haitzler (Rasterman)2018-04-131-0/+3
* efl_ui_focus_manager_calc: do not redirect requested callsMarcel Hollerbach2018-04-132-12/+7
* efl_ui_focus_util: add helper for getting the highest manager objektMarcel Hollerbach2018-04-133-13/+19
* elm_suite: add test for request_moveMarcel Hollerbach2018-04-131-0/+53
* efl_ui_focus_manager_calc: a node from focus_stack is always normal node.YeongJong Lee2018-04-131-12/+1
* efl_ui_focus_manager_calc: remove needless check for normal nodeYeongJong Lee2018-04-131-19/+1
* efl_ui_win: add "focused" and "unfocused" signals emissionYeongJong Lee2018-04-131-0/+2
* efl_ui_focus_manager: make request_move more powerfullMarcel Hollerbach2018-04-134-27/+35
* efl_ui_focus_manager_calc: only call next when the node is unexpectedMarcel Hollerbach2018-04-131-2/+1