summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elc_multibuttonentry.c
Commit message (Expand)AuthorAgeFilesLines
* elc_multibuttonentry: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-3/+8
* theme: fix part namespacing in multibuttonentry themeMike Blumenkrantz2018-06-191-1/+2
* elementary: refactor by using elm_legacy_add.Cedric Bail2018-05-241-1/+1
* elementary: due to lifecycle difference between legacy object and unified obj...Cedric BAIL2018-05-241-1/+1
* efl: major rewrite of efl_part.Cedric BAIL2018-05-241-0/+1
* elm: fix backward compatibility for "default" name partYeongJong Lee2018-05-231-2/+2
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-3/+3
* Efl.Access.Object (from Efl.Access)Xavi Artigas2018-04-241-10/+10
* elc_multibuttonentry: Fix to make multibuttonentry to be legacy onlyJaehyun Cho2018-04-201-12/+27
* Revert Efl.Ui.Multibuttonentry to create new one.Woochan Lee2018-04-191-0/+2053
* elm: rename elm_multibuttonentry to Efl.Ui.MultibuttonentryWoochan Lee2017-10-241-2076/+0
* widget: Rename events to EFL_UI_WIDGET_EVENT_XXXJean-Philippe Andre2017-10-241-4/+4
* 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-19/+19
* elm_multibuttonentry: remove old api!Marcel Hollerbach2017-10-101-78/+0
* widget: Implement translation API in layoutJean-Philippe Andre2017-09-261-0/+1
* elm: Introduce interface Efl.Ui.TranslatableJean-Philippe Andre2017-09-261-2/+2
* elm: Move base implementation for efl_part in widgetJean-Philippe Andre2017-09-211-3/+3
* efl: Use Eina.Size2D for size hint combined minJean-Philippe Andre2017-09-181-14/+11
* efl: Introduce Eina.Rect and switch EO APIs to itJean-Philippe Andre2017-09-181-6/+1
* edje/elm: Rename _internal_ to _part_ (EO)Jean-Philippe Andre2017-09-131-2/+2
* elementary: atspi accessible name uses plain textShinwoo Kim2017-09-061-4/+4
* widget: Rename on_focus to on_focus_update (EO)Jean-Philippe Andre2017-09-011-1/+1
* mbe: Fix infinite recursion on focus changeJean-Philippe Andre2017-08-311-0/+6
* multibuttonentry: Separate selected item and focused item logic.Woochan Lee2017-08-311-5/+14
* widget: Mark old focus API as beta.Jean-Philippe Andre2017-08-311-1/+0
* widget: Simplify & document "translate"Jean-Philippe Andre2017-08-301-3/+1
* widget: Use rectangle in show_regionJean-Philippe Andre2017-08-301-4/+6
* widget: Rename hook "access" (EO)Jean-Philippe Andre2017-08-291-1/+2
* widget: Remove all legacy event stuff in propagateJean-Philippe Andre2017-08-231-5/+1
* widget: Add eo event info inside widget_eventJean-Philippe Andre2017-08-231-1/+1
* elm: Cleanup theme and style set functionsJean-Philippe Andre2017-08-091-3/+3
* elm: Rename elm_layout to Efl.Ui.LayoutJean-Philippe Andre2017-08-081-3/+3
* elm: Move elm_layout_sizing_eval to legacyJean-Philippe Andre2017-08-081-0/+1
* multibuttonentry: Fix item resource clean up logic.Woochan Lee2017-07-191-4/+4
* evas,edje,elm: Mark all legacy objects as suchJean-Philippe Andre2017-07-071-2/+1
* Elm layout: fix broken text part name resolvingDaniel Hirt2017-06-301-1/+1
* multibuttonentry: Fix expand state changed callback called many times.Woochan Lee2017-06-191-6/+12
* elm_radio, elc_multibuttonentry, elm_colorselector: "checked" signal sentShilpa Singh2017-06-141-0/+5
* widget: Implement mirrored from Efl.Ui.BaseJean-Philippe Andre2017-06-141-1/+1
* widget: Implement scale from Efl.Ui.BaseJean-Philippe Andre2017-06-121-2/+2
* elc_multibuttonentry: role of MBE item, MBE updated, and state_set_get API ad...Shilpa Singh2017-06-051-2/+20
* Elm layout: replace 'text' property with 'efl_part' interfaceDaniel Hirt2017-06-051-5/+16
* evas/elm: Make group_add/group_del internal functionsJean-Philippe Andre2017-05-191-0/+5
* multibuttonentry : fix box indicated item correctly in item_insert_before and...JEONGHYUN YUN2017-03-091-2/+2
* elc_multibuttonentry: input panel should be shown whenever mbe is clicked.Woochan Lee2017-02-151-0/+4
* elm_multibuttonentry: Fix MBE got a wrong state.Woochan Lee2017-01-161-10/+11
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-3/+3
* Elm.Widget: rename "event.*" methods to solve name conflictJee-Yong Um2017-01-031-1/+1
* elmentary: prevent crash in multibuttonentry.Woochan Lee2016-12-201-0/+1