summaryrefslogtreecommitdiff
path: root/src/lib/elm_layout.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-2/+1
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-1/+2
* Fix warnings following migration to Eo4.Tom Hacohen2016-03-031-1/+0
* Automatic migration to Eo4.Tom Hacohen2016-03-031-40/+39
* layout: send signal when content is set to bgSungTaek Hong2016-02-121-3/+14
* layout: do not unset max size hint during sizing evalMike Blumenkrantz2016-01-061-1/+0
* efl-js: JavaScript Eolian bindingFelipe Magno de Almeida2015-12-231-1/+1
* elm_layout: fix typo in error messageSung-Taek Hong2015-12-171-1/+1
* focus: add the focus_direction feature about item.Jaehwan Kim2015-09-251-2/+2
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-3/+3
* Focus: concentrate focused events in widgetDaniel Zaoui2015-07-061-2/+2
* elm_layout, elm_label: porting evas smart callbacks to eoAvi Levin2015-07-051-3/+3
* layout: Fix eo API error while running "Genlist 7" in elementary_test.Amitesh Singh2015-07-011-1/+2
* elm: constify Eolian methods correctly because of recent Eolian changesDaniel Kolesa2015-06-251-5/+5
* layout: Add NULL check for calloc memory allocation.Jaehyun Cho2015-06-151-0/+5
* layout: Fix to pass correct argument for edje_object_part_unswallow.Jaehyun Cho2015-06-151-1/+1
* layout: Add NULL check for ELM_NEW memory allocation.Jaehyun Cho2015-06-151-0/+43
* [layout] support mirrored set for layout which is using elm_layout_file_set()Shinwoo Kim2015-06-091-6/+15
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-2/+4
* layout: Flush layout resize object's edje signals on focus/unfocus.Amitesh Singh2015-05-151-0/+1
* atspi: set FOCUSABLE state only when widget has no focusable childrenLukasz Stanislawski2015-05-131-2/+2
* atspi: handle state change notifications in on_focus functionLukasz Stanislawski2015-05-131-0/+4
* Add missing file_get legacy definition for Video and LayoutDave Andreoli2015-04-141-0/+6
* Implement efl_file_get() for Elm_Layout and Elm_VideoYakov Goldberg2015-03-221-0/+7
* layout: here default content alias can be acceptable.ChunEon Park2015-03-101-1/+7
* layout: Add text alias description as default.woochan lee2015-03-101-7/+7
* layout: apply widget's states when elm_layout_file_set is calledJaeun Choi2015-02-271-35/+38
* Fix code to conform to recent Eo changes.Tom Hacohen2015-02-231-1/+2
* elm - layout - allow elm.txt or elm.text.* parts to signal...Carsten Haitzler (Rasterman)2014-12-151-1/+4
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-4/+2
* Eo related: Change according to recent changes in eo_add().Tom Hacohen2014-09-251-1/+0
* Layout: Use file interface.Tom Hacohen2014-08-211-1/+7
* Adjust functions to use the new efl interfaces.Tom Hacohen2014-08-211-1/+1
* remove edje file changed handlingCarsten Haitzler (Rasterman)2014-07-021-19/+0
* Eolian classes: Fix according to namespace changes in efl.Tom Hacohen2014-06-301-1/+1
* atspi:Set roles for widgetsZbigniew Kosinski2014-06-111-1/+6
* Elm: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-5/+5
* layout: remove sizing_eval call when layout is already destructed. @fixLukasz Stanislawski2014-05-141-0/+3
* layout: Adjusted to Eo2.Tom Hacohen2014-04-101-15/+15
* Fix logically dead code.Daniel Zaoui2014-03-201-1/+1
* Eolian: Fix ctor/dtor generationDaniel Zaoui2014-03-191-1/+1
* Eolian: Integration of LayoutDaniel Zaoui2014-03-171-955/+248
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-13/+13
* access: Add smart signal "access,changed"Jaehwan Kim2014-02-081-0/+1
* access: Add elm_widget_access_highlight_in_theme_set/get.Jaehwan Kim2014-02-081-7/+23
* [Icon/Layout] Clean-up signal callbacks when signal is freed or layout is del...Tae-Hwan Kim2014-02-071-0/+3
* [access][layout] sort focus list based on geometry valueShinwoo Kim2014-02-071-0/+36
* elm_layout now supports focused/unfocused smart callbackWooHyun Jung2014-02-061-3/+7
* elm: Unified the usage of strncmp.Daniel Juyung Seo2014-01-271-4/+4
* elementary - support language changed callback from a few widgets.ChunEon Park2014-01-231-1/+1