summaryrefslogtreecommitdiff
path: root/src/lib/elm_diskselector.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-4/+2
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-2/+4
* Automatic migration to Eo4.Tom Hacohen2016-03-031-65/+59
* Elm config: use a name instead of elm_widget_type_getMarcel Hollerbach2015-12-211-1/+1
* elm: Fix typos fun!Daniel Juyung Seo2015-10-291-1/+1
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-6/+6
* elm autofocus show - fix cases where focus is inside containersCarsten Haitzler (Rasterman)2015-09-101-0/+1
* diskselector: return when the new item is NULLWooHyun Jung2015-07-311-0/+7
* elm_diskselector: porting evas smart callbacks to eoAvi Levin2015-07-051-9/+15
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-4/+8
* elm_diskselector: check if sd variable is null.michelle legrand2015-03-261-0/+3
* elm_diskselector.c: idle enterer add condition changed.woochan lee2015-01-071-3/+6
* diskselector, flipselector: Optimize eo item usage.Daniel Juyung Seo2014-11-251-5/+7
* Object Items: replace most of del_pre functions with destructor.Daniel Zaoui2014-11-121-38/+49
* Object Items: remove data variable from widget item.Daniel Zaoui2014-11-121-9/+9
* Object Items: remove legacy APIs.Daniel Zaoui2014-11-121-26/+0
* Object Items: remove casts that are no more needed.Daniel Zaoui2014-11-121-14/+14
* Elm DiskSelector Item: Migrate to EoDaniel Zaoui2014-11-121-101/+127
* Elm Widget Item: Migrate to EoDaniel Zaoui2014-11-121-1/+1
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-8/+3
* Eo related: Change according to recent changes in eo_add().Tom Hacohen2014-09-251-1/+0
* atspi: expose more actions through atspi bus.Lukasz Stanislawski2014-07-251-0/+17
* 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-6/+6
* entry: wrong viewport value calculation issue fixCarsten Haitzler (Rasterman)2014-04-211-2/+4
* widgets - don't handle the events(key,mouse) if the object is disabled.ChunEon Park2014-04-161-1/+0
* diskselector: Adjusted to Eo2.Tom Hacohen2014-04-101-5/+5
* calendar, colorselector, diskselector: fix build warningsJaeun Choi2014-04-011-1/+1
* check, colorselector, calendar, diskselector: apply key bindingJaeun Choi2014-04-011-28/+39
* elm: Fixed shadow variable warnings during compilation.Daniel Juyung Seo2014-03-231-2/+2
* Eolian: Integration of Disk SelectorDaniel Zaoui2014-03-231-351/+90
* diskselector: Compare correct variables.Daniel Juyung Seo2014-03-211-1/+1
* Eolian: Integration of Scrollable InterfaceDaniel Zaoui2014-03-181-28/+28
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-12/+12
* diskselector: Remove unreachable codesJaeun Choi2014-03-031-7/+1
* diskselector: Fix segmentation faultJaeun Choi2014-03-031-6/+11
* access: Add smart signal "access,changed"Jaehwan Kim2014-02-081-0/+1
* elm: Defined the same macro, MAX and MIN, in elm_priv.hDaniel Juyung Seo2014-01-231-8/+0
* elementary - support language changed callback from a few widgets.ChunEon Park2014-01-231-0/+1
* elementary - use the focused/unfocused string in widget defined.ChunEon Park2014-01-231-2/+2
* elm: Removed unnecessary null check for evas_object_del.Daniel Juyung Seo2014-01-221-4/+2
* elm: Removed unnecessary null check for ecore_idler_del, ecore_idle_enterer_del.Daniel Juyung Seo2014-01-221-16/+3
* all widgets: change Eo API for "elm_widget_theme()" to "theme_apply"Yakov Goldberg2014-01-211-3/+3
* diskselector, entry, index: Refactoring by reducing unnecessary redundant fun...Daniel Juyung Seo2014-01-081-10/+11
* elm: replace 0 or 1 with EINA_FALSE or EINA_TRUEJihoon Kim2014-01-081-1/+1
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-12/+12
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* elm - diskselector - fix min height to at least be min height of itemsCarsten Haitzler (Rasterman)2013-11-281-2/+11
* elm_diskselector.c: reduce item_count number on _item_del. or reducing item_c...Daniel Juyung Seo2013-11-211-1/+2
* button,check,colorselector,diskselector,flipselector,image,radio,toolbar: fix...Daniel Juyung Seo2013-11-131-1/+0