summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Efl.Ui.Progressbar: implement range min maxdevs/ami/pb_testAmitesh Singh2018-01-318-6/+268
* elm_tooltip: set theme group to NULLSungtaek Hong2018-01-171-1/+1
* elm_datetime: use legacy elm_buttonSungtaek Hong2018-01-171-4/+1
* panes: Expose parts in EO fileJean-Philippe Andre2018-01-171-0/+4
* docs: Fix wrong doxygen expressions.Myoungwoon Roy, Kim2018-01-171-8/+8
* efl_animation: fix typoYeongJong Lee2018-01-171-2/+2
* selection: delete callbacks when the manager is deletedThiep Ha2018-01-171-9/+22
* efl-wl: add lots of null checks to egl initMike Blumenkrantz2018-01-161-7/+14
* efl_ui_focus_manager: fix infinit loop in enlightenment wizardMarcel Hollerbach2018-01-161-1/+2
* efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixinYeongjong Lee2018-01-1626-93/+92
* Pyolian: fix and tests for recent changesDave Andreoli2018-01-163-6/+38
* eina: make updating rectangle cache thread safe.Cedric BAIL2018-01-161-6/+7
* eolian: do not require unit when stringifying typesDaniel Kolesa2018-01-1619-142/+123
* eolian: do not require unit for expr eval APIsDaniel Kolesa2018-01-1613-49/+46
* eolian: cache enum expr in the databaseDaniel Kolesa2018-01-164-18/+29
* eolian: expose _eval_type to internalsDaniel Kolesa2018-01-163-76/+79
* examples: Show off usage of "background" partJean-Philippe Andre2018-01-161-6/+2
* widget: Expose "background" part (for bindings)Jean-Philippe Andre2018-01-161-0/+1
* cxx: Remove elm_widget.h from Elementary.hhJean-Philippe Andre2018-01-161-1/+0
* selection: Fix two remaining warningsJean-Philippe Andre2018-01-161-2/+2
* animation: Fix some warnings including a real oneJean-Philippe Andre2018-01-161-3/+4
* efl_playable: split Efl.Player interface to Efl.Playable interfaceSungtaek Hong2018-01-1677-3903/+1350
* Efl.Ui.Progressbar: Add Efl.Ui.Translatable/Markable too.Amitesh Singh2018-01-161-2/+4
* Efl.Ui.Progressbar: Add missing Efl.Text/ContentAmitesh Singh2018-01-162-1/+9
* eo: Fix make checkJean-Philippe Andre2018-01-161-2/+5
* eo: Remove unused goto labelJean-Philippe Andre2018-01-161-5/+1
* edje: Add beta event when an invalid part is usedJean-Philippe Andre2018-01-162-2/+7
* panes: Fix invalid part name in layout recalcJean-Philippe Andre2018-01-161-2/+10
* code widget: Fix order of operationsJean-Philippe Andre2018-01-161-1/+4
* edje: add invalid part handlerJean-Philippe Andre2018-01-168-35/+207
* ecore/edje/elm: Fix a few WRN from calls to NULLJean-Philippe Andre2018-01-1617-56/+105
* eo: Warn on calls to NULL objectJean-Philippe Andre2018-01-161-1/+15
* evas: Remove stupid warningJean-Philippe Andre2018-01-161-2/+0
* edje: Add property "part_exist"Jean-Philippe Andre2018-01-166-11/+47
* selection: Disable debug logsJean-Philippe Andre2018-01-161-1/+1
* elm genlist test - don't overflow test time nanoseconds if system slowCarsten Haitzler (Rasterman)2018-01-161-3/+3
* eina: remove usless newlineJean Guyomarc'h2018-01-166-100/+33
* efl wl - fix segv where garbage ptr to comp surface is still thereCarsten Haitzler (Rasterman)2018-01-161-0/+3
* selection_dnd: fix warnings in clangThiep Ha2018-01-164-28/+29
* elm_panel: add exception handling in _drawer_close()Jaeun Choi2018-01-161-1/+20
* Revert "elm_panel: add exception handling in _drawer_close()"Jaeun Choi2018-01-161-20/+1
* elm_panel: add exception handling in _drawer_close()Jaeun Choi2018-01-161-1/+20
* elm_panel: prevent redundant callback function addition or deletionJaeun Choi2018-01-162-8/+20
* ecore: forgotten EFL_MAIN_EX.Cedric Bail2018-01-151-0/+2
* elementary dnd: fix tautologyBoris Faure2018-01-151-1/+1
* elc_popup: reorder the sub objects free sequenceYeongJong Lee2018-01-151-3/+3
* examples: efl_ui_list: remove unused variablesStefan Schmidt2018-01-151-2/+2
* examples: calendar_cxx: comment out unused variablesStefan Schmidt2018-01-151-0/+2
* examples: cxx: avoid tick in warning messageStefan Schmidt2018-01-153-3/+3
* ecore_file_monitor: replace EINA_LIST_FOREACH to EINA_LIST_FOREACH_SAFEWooHyun Jung2018-01-151-2/+2