summaryrefslogtreecommitdiff
path: root/src/lib/elm_flipselector.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-3/+2
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-2/+3
* Automatic migration to Eo4.Tom Hacohen2016-03-031-18/+17
* Elm config: use a name instead of elm_widget_type_getMarcel Hollerbach2015-12-211-1/+1
* Eo events: fix wrong event invocationsDaniel Zaoui2015-07-051-1/+1
* elm_clock, elm_flipselector: porting evas smart callbacks to eoAvi Levin2015-07-021-6/+6
* elm: constify Eolian methods correctly because of recent Eolian changesDaniel Kolesa2015-06-251-2/+2
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-4/+8
* diskselector, flipselector: Optimize eo item usage.Daniel Juyung Seo2014-11-251-2/+2
* Object Items: replace most of del_pre functions with destructor.Daniel Zaoui2014-11-121-91/+18
* Object Items: remove data variable from widget item.Daniel Zaoui2014-11-121-2/+2
* Object Items: remove legacy APIs.Daniel Zaoui2014-11-121-25/+0
* Object Items: remove casts that are no more needed.Daniel Zaoui2014-11-121-10/+10
* Elm Flipselector Item: Migrate to EoDaniel Zaoui2014-11-121-86/+119
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-9/+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/+15
* atspi:Set roles for widgetsZbigniew Kosinski2014-06-111-1/+7
* Elm: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-3/+3
* FlipSelector: fix callback type.Daniel Zaoui2014-04-241-2/+2
* flipselector: apply key bindingJaeun Choi2014-04-161-16/+28
* flipselector - don't say warning.ChunEon Park2014-04-161-1/+1
* widgets - don't handle the events(key,mouse) if the object is disabled.ChunEon Park2014-04-161-1/+0
* flipselector: Adjusted to Eo2.Tom Hacohen2014-04-101-3/+3
* Eolian: Integration of Flip SelectorDaniel Zaoui2014-03-311-268/+72
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-6/+6
* access: Add smart signal "access,changed"Jaehwan Kim2014-02-081-0/+1
* elm_layout now supports focused/unfocused smart callbackWooHyun Jung2014-02-061-2/+2
* 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 ecore_timer_del,Daniel Juyung Seo2014-01-211-3/+3
* all widgets: change Eo API for "elm_widget_theme()" to "theme_apply"Yakov Goldberg2014-01-211-3/+3
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-9/+9
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* button,check,colorselector,diskselector,flipselector,image,radio,toolbar: fix...Daniel Juyung Seo2013-11-131-1/+0
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
* elm: Fixed formatting about smart_event check for code consistency.Daniel Juyung Seo2013-10-281-10/+5
* fix signal callback handling to listen to * for namespacing change to elmCarsten Haitzler (Rasterman)2013-10-141-4/+4
* elm_flipselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-4/+4
* elm: Longwaited trailing white space removal. Clean elm up!Daniel Juyung Seo2013-09-301-2/+2
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
* elementary/widgets - set parents before widget constructs their body.ChunEon Park2013-08-271-2/+2
* Fix elm to use key not keyname (so xmodmap works)Carsten Haitzler (Rasterman)2013-07-311-2/+2
* elm: do not declare SIG_FUCSED/SIG_UNFOCUSED if the const char is not used mo...Daniel Juyung Seo2013-06-101-4/+2
* calendar, check, clock, colorselector, datetime, diskselector, flipselector, ...Daniel Juyung Seo2013-06-091-0/+4
* Fix segfault related to strdup.Leif Middelschulte2013-06-041-1/+3
* elm_flipselector.c: ELM_SAFE_FREE adoption.Daniel Juyung Seo2013-05-291-7/+7
* elm popup,flipselector: removed unnecessary type casting and type check.Daniel Juyung Seo2013-05-271-3/+1
* elm: introduce ELM_FREE_FUNC for code quality enhancement.Daniel Juyung Seo2013-05-221-11/+7