summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_spinner.c
Commit message (Expand)AuthorAgeFilesLines
* elm - spinner - fix entry mysteriously hiding in paleditCarsten Haitzler (Rasterman)2021-11-211-8/+5
* elm: resolve float comparison warningsMike Blumenkrantz2020-05-091-15/+15
* Summary: code refactoring - get rid of unneccessary Efl.Access.Value interface.Mateusz Denys2020-02-241-0/+1
* elm/efl_ui: remove elm_layout_sizing_eval implementationsMike Blumenkrantz2019-07-301-15/+0
* efl_input_clickable: rename efl_ui_clickable to efl_input_clickableWooHyun Jung2019-07-291-4/+4
* efl_ui_range_display: range_min_max -> range_limitsMike Blumenkrantz2019-06-191-4/+4
* ui.widget: remove elm_widget_sub_object_parent_add from each of widgetsYeongjong Lee2019-04-181-1/+0
* elm_spinner: remove all legacy usage from eo filesMike Blumenkrantz2019-03-071-1/+1
* elm_entry: remove all legacy usage from eo filesMike Blumenkrantz2019-03-071-1/+1
* efl.ui.widget: widget_event -> widget_input_event_handlerMike Blumenkrantz2019-03-041-1/+1
* efl.ui: remove Efl.Ui.Theme_Apply_ErrorMike Blumenkrantz2019-03-041-1/+1
* efl.ui: Efl.Ui.Theme_Apply_Result -> Efl.Ui.Theme_Apply_ErrorMike Blumenkrantz2019-03-041-5/+5
* efl: split efl_ui_range into display and interactiveMarcel Hollerbach2019-01-231-6/+6
* efl_ui_theme: Introduce Efl.Ui.Theme classJaehyun Cho2018-11-201-4/+4
* elm: update widgets that have documented focus and unfocused eventsMarcel Hollerbach2018-11-151-0/+1
* elm_spinner: Do not focus to text button on non-editable modeYeongjong Lee2018-07-161-0/+2
* elm_spinner: Text button and entry both gets hidden when navigated through ar...Prasoon Singh2018-07-121-2/+2
* elm_spinner: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-0/+2
* elm_spinner: Spinner value adjust when round enabled.Woochan Lee2018-05-251-11/+20
* Efl.Access.Object (from Efl.Access)Xavi Artigas2018-04-241-4/+4
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-14/+14
* elemetary: spinner - free the longpress_timer when unfocusedWoochan Lee2018-03-061-0/+1
* efl.access: name -> i18n_nameMike Blumenkrantz2018-02-151-3/+3
* widget: Move on_focus_update to Focus.ObjectJean-Philippe Andre2018-01-191-2/+2
* widget: Remove item from on_focus_updateJean-Philippe Andre2018-01-191-2/+2
* efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixinYeongjong Lee2018-01-161-1/+1
* widget: rename elm widget to Efl.Ui.Widget.Amitesh Singh2018-01-081-4/+4
* efl_ui_widget: find new edc resource for efl_ui_widgetsSungtaek Hong2017-12-081-2/+5
* efl_ui_focus_user/object: fix api duplicationMarcel Hollerbach2017-12-051-1/+1
* focus: remove focus.get{} from widget.eoAmitesh Singh2017-11-291-1/+1
* efl_ui_spin: Add new spin and spin_button widgetsWoochan Lee2017-11-271-26/+14
* elm_spinner: lets use the new eventMarcel Hollerbach2017-11-211-11/+11
* elm: enhance access name for spinnerLukasz Stanislawski2017-11-161-3/+11
* elm: Define and rename internal atspi struct in EOJean-Philippe Andre2017-11-161-2/+2
* elm: Rename elm_interface_atspi_widget_action mixinLukasz Stanislawski2017-11-161-4/+4
* elm: Create legacy widgets with elm_legacy_addJean-Philippe Andre2017-11-071-1/+1
* elm: Major cleanup of EO filesJean-Philippe Andre2017-11-011-0/+1
* widget: Rename events to EFL_UI_WIDGET_EVENT_XXXJean-Philippe Andre2017-10-241-3/+3
* widget: Rename EO APIs to efl_ui_widget_xxxJean-Philippe Andre2017-10-241-1/+1
* elm: rename Elm_Interface_Atspi_Accessible interfaceLukasz Stanislawski2017-10-191-6/+6
* elm: include those headers in Elementary.hMarcel Hollerbach2017-10-111-1/+0
* elm_spinner: migrate to composition!Marcel Hollerbach2017-10-101-84/+23
* elm: rename Elm.Interface.Atspi.Value => Efl.Access.ValueLukasz Stanislawski2017-09-121-5/+5
* Revert "elm: rename elm spinner to Efl.Ui.Spinner"Amitesh Singh2017-09-071-0/+1772
* elm: rename elm spinner to Efl.Ui.SpinnerAmitesh Singh2017-09-011-1772/+0
* widget: Rename on_focus to on_focus_update (EO)Jean-Philippe Andre2017-09-011-2/+2
* widget: Mark old focus API as beta.Jean-Philippe Andre2017-08-311-1/+0
* widget: Rename hook "access" (EO)Jean-Philippe Andre2017-08-291-1/+2
* widget: Remove all legacy event stuff in propagateJean-Philippe Andre2017-08-231-1/+1
* elm: Process all input events with EOJean-Philippe Andre2017-08-231-13/+8