summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_genlist.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Major cleanup of EO filesJean-Philippe Andre2017-11-011-0/+3
* Genlist Item Pin FeatureGodly T.Alias2017-11-011-13/+116
* genlist: Simplify some logicJean-Philippe Andre2017-10-251-76/+25
* widget: Rename EO APIs to efl_ui_widget_xxxJean-Philippe Andre2017-10-241-3/+3
* elm: rename Elm_Interface_Atspi_Accessible interfaceLukasz Stanislawski2017-10-191-30/+30
* genlist: Fix crash on item deleteJean-Philippe Andre2017-10-181-2/+3
* elm_genlist: for now disable this codeMarcel Hollerbach2017-10-101-63/+2
* elm: rename Elm.Interface.Atspi.Selection => Efl.Access.SelectionLukasz Stanislawski2017-09-191-9/+9
* efl: Use Eina.Size2D for size hint combined minJean-Philippe Andre2017-09-181-1/+1
* efl: Use Eina.Size2D for Efl.Gfx.sizeJean-Philippe Andre2017-09-181-13/+13
* efl: Use Eina.Position2D for Efl.Gfx.positionJean-Philippe Andre2017-09-181-8/+7
* efl: Introduce Eina.Rect and switch EO APIs to itJean-Philippe Andre2017-09-181-3/+3
* genlist: process item block positioning before relative item deletedSangHyeon Jade Lee2017-09-151-5/+18
* genlist: fix decorate mode dangling pointer in deletionSangHyeon Jade Lee2017-09-121-0/+2
* 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-2/+1
* widget: Move item_loop_enabled to scrollable (EO)Jean-Philippe Andre2017-08-301-2/+2
* widget: Use rectangle for focus_hilightJean-Philippe Andre2017-08-291-12/+15
* widget: Rename hook "access" (EO)Jean-Philippe Andre2017-08-291-1/+2
* widget: Make sub_object add/del protected (EO)Jean-Philippe Andre2017-08-231-4/+4
* widget: Use EO function pointer for on_show_regionJean-Philippe Andre2017-08-231-9/+5
* elm: Use a macro to handle key bindingsJean-Philippe Andre2017-08-231-18/+8
* 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-5/+5
* elm: Rename elm_layout to Efl.Ui.LayoutJean-Philippe Andre2017-08-081-1/+1
* elm: Move elm_layout_sizing_eval to legacyJean-Philippe Andre2017-08-081-0/+1
* layout: Use only legacy "elm_layout_sizing_eval"Jean-Philippe Andre2017-08-041-1/+1
* layout: Remove sub_object_add_enableJean-Philippe Andre2017-08-041-19/+2
* genlist: fix multiple focus edje signal issueAmitesh Singh2017-07-111-6/+2
* evas,edje,elm: Mark all legacy objects as suchJean-Philippe Andre2017-07-071-2/+1
* genlist: move to next focusable/selectable item when loopingAmitesh Singh2017-06-301-3/+13
* elm_list/genlist/gengrid: don't unselect items when moving the mouse out of themMike Blumenkrantz2017-06-231-1/+1
* widget: Implement mirrored from Efl.Ui.BaseJean-Philippe Andre2017-06-141-5/+5
* elementary: fix recursive content group calculation in genlistSangHyeon Lee2017-06-121-2/+10
* widget: Implement scale from Efl.Ui.BaseJean-Philippe Andre2017-06-121-4/+4
* Genlist: Calculate the min size of content before item realizeJeeyong Um2017-06-091-11/+25
* elm_gen : apply Elm_Theme_Apply enum return types for theme_object_get of ite...SangHyeon Lee2017-06-021-3/+4
* evas/elm: Make group_add/group_del internal functionsJean-Philippe Andre2017-05-191-2/+9
* genlist - fix coverity complaint about null checkCarsten Haitzler (Rasterman)2017-04-181-1/+2
* Genlist: Performance optimization for genlist in non-filter casesGodly T.Alias2017-04-131-1/+2
* genlist: Fix another issue with insert sortedJean-Philippe Andre2017-03-201-2/+3
* genlist: Fix a leakJean-Philippe Andre2017-03-141-0/+1
* genlist: Fix some more decorate mode issuesJean-Philippe Andre2017-03-141-11/+16
* genlist: Make sure only one item is decoratedJean-Philippe Andre2017-03-141-0/+1
* genlist: Make logic more readableJean-Philippe Andre2017-03-141-3/+2
* genlist: Fix invalid call to stack above/belowJean-Philippe Andre2017-03-141-31/+23
* Revert "Genlist: Calculate the min size of content before item realize"Jean-Philippe Andre2017-03-101-9/+8
* Genlist: Calculate the min size of content before item realizeJeeyong Um2017-03-101-8/+9
* genlist: Fix invalid state of reused contentJean-Philippe Andre2017-03-101-2/+2
* genlist: Remove weird behavior about item_show, bring_inJiwon Kim2017-03-021-0/+11