summaryrefslogtreecommitdiff
path: root/src/lib/elm_button.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
* Automatic migration to Eo4.Tom Hacohen2016-03-031-21/+20
* Elm config: use a name instead of elm_widget_type_getMarcel Hollerbach2015-12-211-1/+1
* elm_button: porting evas smart callbacks to eoAvi Levin2015-07-051-5/+10
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-2/+4
* elm: Remove redundant finger size adjustment.Daniel Juyung Seo2015-02-231-1/+0
* 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-2/+7
* Fix C++ box_cxx_example_02.cc and removed text_part_{set/get} from elm_buttonFelipe Magno de Almeida2014-07-231-20/+0
* Added part_text_get/part_text_set and text_get/text_set to elm_buttonFelipe Magno de Almeida2014-07-211-0/+20
* 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-2/+2
* atspi: Atspi_Action interface implementation @featureLukasz Stanislawski2014-04-211-0/+10
* button: Renamed internal variable of button smart data to match withDaniel Juyung Seo2014-04-181-9/+9
* widgets - don't handle the events(key,mouse) if the object is disabled.ChunEon Park2014-04-161-1/+0
* button: Adjusted to Eo2.Tom Hacohen2014-04-101-5/+5
* Revert "Revert "key binding: define Elm_Action function as having a return ty...ChunEon Park2014-03-311-2/+4
* Revert "key binding: define Elm_Action function as having a return type of Ei...ChunEon Park2014-03-271-4/+2
* key binding: define Elm_Action function as having a return type of Eina_BoolJaeun Choi2014-03-271-2/+4
* button: Check return value of _elm_config_key_binding_call.Daniel Juyung Seo2014-03-221-1/+2
* elm_button: apply key bindingJaeun Choi2014-03-221-7/+14
* Eolian: Integration of ButtonDaniel Zaoui2014-03-201-211/+67
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-8/+8
* elm_layout now supports focused/unfocused smart callbackWooHyun Jung2014-02-061-2/+2
* elementary - use the focused/unfocused string in widget defined.ChunEon Park2014-01-231-2/+2
* all widgets: change Eo API for "elm_widget_theme()" to "theme_apply"Yakov Goldberg2014-01-211-2/+2
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-11/+11
* 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
* elementary/elm_button.c : Change the timing of signal_emitting.WooHyun Jung2013-12-051-1/+1
* button,check,colorselector,diskselector,flipselector,image,radio,toolbar: fix...Daniel Juyung Seo2013-11-131-1/+1
* button,inwin,radio,scroller,slider: Do not call smart_activate when the widge...Daniel Juyung Seo2013-11-081-6/+4
* 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-4/+3
* fix up namespace for many signal while keeping old versions for compatCarsten Haitzler (Rasterman)2013-10-051-3/+3
* elm_button.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-2/+2
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
* Fix elm to use key not keyname (so xmodmap works)Carsten Haitzler (Rasterman)2013-07-311-3/+3
* [access] use proper name _elm_access_info_get(); not _elm_access_object_get()...Shinwoo Kim2013-07-311-3/+3
* elm: do not declare SIG_FUCSED/SIG_UNFOCUSED if the const char is not used mo...Daniel Juyung Seo2013-06-101-4/+2
* ctxpopup, fileselector_button, naviframe, player, popup, bubble, button: adde...Daniel Juyung Seo2013-06-091-10/+14
* elm_button.c: ELM_SAFE_FREE adoption for button.Daniel Juyung Seo2013-05-291-5/+5
* elm: introduce ELM_FREE_FUNC for code quality enhancement.Daniel Juyung Seo2013-05-221-22/+5
* elementary: properly sanitize headers order.Cedric Bail2013-05-031-0/+4
* Elementary: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-5/+4
* elm: print the error message inside elm_widget_sub_object_add().Daniel Juyung Seo2013-04-031-3/+1
* elm: removed unnecessary multi blank lines.Daniel Juyung Seo2013-04-031-1/+0
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-5/+5