summaryrefslogtreecommitdiff
path: root/src/lib/elm_widget.h
Commit message (Expand)AuthorAgeFilesLines
* focus: add focus_move_policy_automatic_set/get functionWooHyun Jung2016-03-181-0/+4
* Fix warnings following migration to Eo4.Tom Hacohen2016-03-031-7/+2
* Automatic migration to Eo4.Tom Hacohen2016-03-031-2/+2
* elm widget: move some types used in elm_widget.eo to Eolian filesVitor Sousa2016-02-221-36/+21
* elm_widget: correct declaration of function with no parametersStefan Schmidt2015-11-261-1/+1
* atspi: clean-up children-changed event emission.Lukasz Stanislawski2015-10-191-0/+1
* atspi: encapsulate common behaviour in atspi mixin class.Lukasz Stanislawski2015-10-021-8/+0
* focus: add the focus_direction feature about item.Jaehwan Kim2015-09-251-4/+5
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-3/+12
* focus: item focus moves by geometry.Jaehwan Kim2015-08-131-0/+4
* focus: add the focus region show modeJaehwan Kim2015-08-121-0/+3
* elm_list & elm_genlist & elm_gengrid: fix the behavior of using the mouse.Hosang Kim2015-06-251-0/+1
* genlist/list/win: Revert focus highlight animation when looping is enableAmitesh Singh2015-06-251-6/+0
* elm_focus: added new focus move policy and elm_object_focus_move_policy_set/getWooHyun Jung2015-06-021-0/+3
* Adjust according to Eo changes.Tom Hacohen2015-05-281-1/+1
* atspi: improve way of setting ATSPI SHOWING stateLukasz Stanislawski2015-05-201-0/+2
* widget: more fix wrt item data.ChunEon Park2015-05-181-2/+0
* atspi: allow to override default Elementary objects hierarchyLukasz Stanislawski2015-04-061-0/+1
* atspi: remove elm_interface_atspi_widget implementation.Lukasz Stanislawski2015-04-061-0/+3
* atspi: make eo_widget_item accessible objectLukasz Stanislawski2015-04-061-0/+4
* elm_widget: fix wrong parmeter.Jaehwan Kim2015-03-191-2/+2
* elm - focus feature - add config option to automatically show/hide focusCarsten Haitzler (Rasterman)2015-03-041-0/+2
* Fix code to conform to recent Eo changes.Tom Hacohen2015-02-231-1/+2
* widget: remove redundant internal macrosChunEon Park2015-01-091-111/+0
* genilst: get rid of lazy deletion.ChunEon Park2015-01-081-2/+0
* widget: Add/Fix internal documentations.Daniel Juyung Seo2014-12-071-5/+5
* Object Items: remove data variable from widget item.Daniel Zaoui2014-11-121-0/+10
* Object Items: remove casts that are no more needed.Daniel Zaoui2014-11-121-32/+33
* Object Items: remove temporary files used for the porting to Eo.Daniel Zaoui2014-11-121-2/+2
* Object Items: remove old inheritance mechanism.Daniel Zaoui2014-11-121-149/+0
* Object Items: Elm_Object_Item becomes EoDaniel Zaoui2014-11-121-5/+0
* Elm Widget Item: Migrate to EoDaniel Zaoui2014-11-121-241/+145
* widget: Remove duplicated declarations and clean up them more.Daniel Juyung Seo2014-11-071-5/+8
* focus: Added internal widget APIs of focus highlight object of elm window.Amitesh Singh2014-07-211-0/+7
* Elm: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-2/+2
* focus: update the focus in_theme status on each item's focus set.Daniel Juyung Seo2014-05-121-0/+2
* access: fix typo _elm_access_object_unhilight -> _elm_access_object_unhighlightPatryk Kaczmarek2014-05-081-1/+1
* Revert "Revert "focus: Removed unused parameter from an internal focus functi...zmike2014-05-071-1/+1
* Revert "focus: Removed unused parameter from an internal focus function."zmike2014-05-071-1/+1
* focus: Removed unused parameter from an internal focus function.Daniel Juyung Seo2014-05-071-1/+1
* Eolian: Eo header clean.Yossi Kantor2014-04-241-1594/+0
* Elm widget: Put typedef needed by include before the include.Tom Hacohen2014-04-031-2/+2
* Revert "Revert "key binding: define Elm_Action function as having a return ty...ChunEon Park2014-03-311-1/+1
* Revert "key binding: define Elm_Action function as having a return type of Ei...ChunEon Park2014-03-271-1/+1
* key binding: define Elm_Action function as having a return type of Eina_BoolJaeun Choi2014-03-271-1/+1
* list: Add item loop featureHosang Kim2014-03-241-0/+23
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-4/+9
* widget: removed unused widget item member 'focused'.Daniel Juyung Seo2014-03-021-1/+0
* elm: removing trailing white space ceremony for 1.9 release.Daniel Juyung Seo2014-03-021-1/+1
* elementary key binding feature implementationJaeun Choi2014-02-281-0/+8