summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore: fix bugs from composite modelsdevs/vitorsousa/model_compositeVitor Sousa2018-11-297-16/+90
* ecore: forward internal Efl.Model events to Efl.Model.CompositeVitor Sousa2018-11-291-2/+15
* ecore: fix efl_model_container_private.h include guardsVitor Sousa2018-11-291-2/+2
* eolian_aux: add initial eolian_aux APIsDaniel Kolesa2018-11-2911-4/+658
* eldbus: add bracketsYeongjong Lee2018-11-291-1/+1
* elm_config: fix elm_config_save not to wake idle processes upWonki Kim2018-11-283-84/+172
* elm_config: replace ecore_file_mv with ecore_file_cpWonki Kim2018-11-281-3/+4
* elm_config: remove profile name reading logic from data dirWonki Kim2018-11-281-7/+2
* ecore_evas_buffer: register it in ecore_evas_inputMarcel Hollerbach2018-11-281-1/+12
* Fixed the docu generator for recent eolian changesDave Andreoli2018-11-281-12/+12
* Pyolian: fixes for recent eolian changesDave Andreoli2018-11-282-8/+3
* Pyolian tests: 2 small improvementsDave Andreoli2018-11-282-9/+10
* meson: include whole src/lib for eo file generation in ifacesDaniel Kolesa2018-11-281-2/+2
* eo-docs: Remove Doxygen tags from efl*.eo filesXavi Artigas2018-11-2825-69/+50
* ector: fix indentation.Hermet Park2018-11-282-25/+24
* evas vg: add one comment todo.Hermet Park2018-11-281-0/+1
* evas ector: Replace renderer preparation responsibility.Hermet Park2018-11-281-7/+0
* efl_ui_scrollable: implement efl_ui_scrollable_content_pos_get method.Hosang Kim2018-11-289-227/+21
* evas ector: Replace renderer preparation responsibility.Hermet Park2018-11-283-12/+2
* ector: remove quality option.Hermet Park2018-11-284-45/+0
* pyolian: Fix tests after class renames and API changeLauro Moura2018-11-272-43/+47
* gengrid : remove elm_access_text_set for code consistancy.SangHyeon Jade Lee2018-11-271-1/+0
* evas gl: recover current program state.Hermet Park2018-11-272-6/+18
* Revert "evas map: calc map geometry when it is out of screen"Hermet Park2018-11-271-18/+0
* evas map: calc map geometry when it is out of screenShinwoo Kim2018-11-271-0/+18
* Ui Scroller : remove unnecessary efl_delDaniel Hirt2018-11-261-1/+0
* Scroll manager: remove unnecessary callback_delDaniel Hirt2018-11-261-21/+0
* Ui text: remove unused code from internal scrollerDaniel Hirt2018-11-261-5/+0
* Ui text: update text; use efl_text_set and not markup_setDaniel Hirt2018-11-261-1/+1
* Ui text: update inputfield test to reflect theme and part changesDaniel Hirt2018-11-261-1/+1
* Ui text: implement efl_part and part_text API to text_setDaniel Hirt2018-11-265-7/+57
* Ui text: have "inputfield" example use the default theme valuesDaniel Hirt2018-11-261-3/+0
* Ui text: read init text properties from themeDaniel Hirt2018-11-261-5/+122
* Ui text: add initial properties for themeDaniel Hirt2018-11-261-0/+20
* Ui text interactive: emit changed,user event correctlyDaniel Hirt2018-11-261-8/+6
* Ui text scroller: add usage of a guideDaniel Hirt2018-11-263-40/+84
* efl_ui_focus_manager_sub: freeze manager when parent manager is frozenMarcel Hollerbach2018-11-262-2/+27
* elm_interface_scrollable: freeze the manager object when content movesMarcel Hollerbach2018-11-262-1/+12
* efl_ui_focus_manager_calc: ensure that the coords are marked dirtyMarcel Hollerbach2018-11-261-0/+6
* efl_ui_focus_manager: introduce a new APIMarcel Hollerbach2018-11-264-0/+40
* efl_ui_focus_object: introduce a new event for focus geometry changesMarcel Hollerbach2018-11-2611-4/+28
* elm_focus: implement missing functionsMarcel Hollerbach2018-11-268-0/+29
* efl_ui_focus_manager_calc: reduce the amount of list operationsMarcel Hollerbach2018-11-261-10/+12
* FlipSelector: fix items creation when range is usedDaniel Zaoui2018-11-261-2/+8
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-2328-54/+54
* eldbus: switch Eldbus.Model to inherit from Efl.Model_Loop.Cedric BAIL2018-11-231-1/+1
* eio: switch Eio.Model to inherit from Efl.Model_Loop.Cedric BAIL2018-11-231-1/+1
* ecore: switch all Efl.Model to inherit first from Efl.Model_Loop.Cedric BAIL2018-11-233-3/+3
* ecore,efl: add Efl.Model.property_get helper which will suceed once when a pr...Cedric BAIL2018-11-236-0/+138
* eio: use the right type of Eina_Value to report error.Cedric BAIL2018-11-231-1/+1