summaryrefslogtreecommitdiff
path: root/src/lib/elc_hoversel.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-10/+10
* [Hoversel]: Added NULL checkChinmaya Panigrahi2013-12-311-4/+4
* [hoversel] - Added evas smart signal "expanded" in hoversel. This patch depen...ami2013-12-281-0/+3
* [Hoversel] Making focus cyclic for hoversel items.Chinmaya Panigrahi2013-12-281-5/+42
* [elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get().ami2013-12-271-0/+18
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* [hoversel] - Removed focus_direction since focus_cycle is applied on sd->hover.ami2013-11-301-34/+0
* Hoversel: Fix access to already deleted object.Tom Hacohen2013-11-191-0/+6
* elc_hoversel.c: use int_ret instead of ret because ret can be null.Daniel Juyung Seo2013-11-181-2/+3
* [hoversel] - Added focus support on hoversel items.Amitesh Singh2013-11-131-0/+87
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
* elc_hoversel: Support elm_object_item_signal_emit() in hoversel.Daniel Juyung Seo2013-10-141-2/+12
* elc_hoversel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-1/+1
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
* hoversel: flurish hoversel source/example/documentation a little bit more.Daniel Juyung Seo2013-08-301-0/+1
* elementary/widgets - set parents before widget constructs their body.ChunEon Park2013-08-271-2/+3
* elementary: properly sanitize headers order.Cedric Bail2013-05-031-0/+4
* Elementary: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-1/+1
* elementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselect...ChunEon Park2013-04-231-0/+15
* elc_hoversel.c: hide hover object when hoversel is hidden.Daniel Juyung Seo2013-04-091-1/+1
* elc_hoversel.c: Do not add hover as a hoversel's smart member. Handle show/hi...Daniel Juyung Seo2013-04-031-1/+18
* elc_hoversel.c: add hover as a smart member of hoversel to fix hover child ha...Daniel Juyung Seo2013-04-031-0/+1
* elm: print the error message inside elm_widget_sub_object_add().Daniel Juyung Seo2013-04-031-3/+1
* elc_hoversel.c: Fixed wrong sub object handling.Daniel Juyung Seo2013-04-031-0/+1
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-4/+4
* elm *.c: fixed formatting with EINA_LIST_FREE.Daniel Juyung Seo2013-03-091-1/+1
* Replace supported_typesDaniel Zaoui2013-02-101-0/+2
* elm: Refactoring.Daniel Juyung Seo2013-01-041-5/+2
* Cleaning: removed include Eo.h in widgets because it was indirectly included ...Daniel Zaoui2012-11-261-2/+0
* We have ported to Eo all the widgets of elementary. We didn't change the inhe...Yakov Goldberg2012-11-261-72/+203
* elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE).Daniel Juyung Seo2012-10-011-2/+2
* [elm] Hoversel now inheritable.Gustavo Lima Chaves2012-08-011-67/+22
* [elm] New elm_widget_add() usage spread.Gustavo Lima Chaves2012-07-181-7/+10
* [elm] And now remove deprecated calls usage (WRTGustavo Lima Chaves2012-05-281-2/+2
* elementary/hoversel: remove useless void ptr castHyoyoung Chang2012-05-241-1/+1
* elementary/hoversel: fix indentHyoyoung Chang2012-05-241-1/+1
* elementary/hoversel: set hover's parent when hover's smart data deletedHyoyoung Chang2012-05-241-3/+2
* Elm hoversel: remove stupid printfs.Tom Hacohen2012-05-141-3/+0
* [Elm] Hoversel is now a button.Gustavo Lima Chaves2012-05-031-296/+284
* REVERT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Carsten Haitzler2012-05-031-284/+296
* [Elm] Hoversel is now a button.Gustavo Lima Chaves2012-05-021-296/+284
* elm elm_object: Fixed part content set hooks.Daniel Juyung Seo2012-03-291-0/+1
* elm: Formatting. No spacing after casting.Daniel Juyung Seo2012-03-061-5/+5
* remove deprecated code related elm_hoversel_item_XXXJiyoun Park2012-03-061-24/+0
* [elementary] change API name from _scale_set to _resizable_set inWooHyun Jung2012-03-051-1/+1
* modify code related elm_hoversel_label and icon(deprecated function)Jiyoun Park2012-03-051-30/+0
* elementary - removed unnecessary checkingsChunEon Park2012-02-241-2/+0
* elementary - modified item_del_pre_hook function prototype.ChunEon Park2012-01-271-3/+5
* elementary/menu, ctxpopup, index, segment_control, diskselector, multibuttone...ChunEon Park2012-01-101-15/+23
* elementary/hover - deprecated elm_hover_content_set/get/unsetChunEon Park2012-01-091-2/+2