| Commit message (Expand) | Author | Age | Files | Lines |
* | elm: Changed __UNUSED__ to EINA_UNUSED. | Daniel Juyung Seo | 2014-01-06 | 1 | -10/+10 |
* | [Hoversel]: Added NULL check | Chinmaya Panigrahi | 2013-12-31 | 1 | -4/+4 |
* | [hoversel] - Added evas smart signal "expanded" in hoversel. This patch depen... | ami | 2013-12-28 | 1 | -0/+3 |
* | [Hoversel] Making focus cyclic for hoversel items. | Chinmaya Panigrahi | 2013-12-28 | 1 | -5/+42 |
* | [elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get(). | ami | 2013-12-27 | 1 | -0/+18 |
* | elm lib: removed all the unnecessary empty lines. | Daniel Juyung Seo | 2013-12-15 | 1 | -1/+0 |
* | [hoversel] - Removed focus_direction since focus_cycle is applied on sd->hover. | ami | 2013-11-30 | 1 | -34/+0 |
* | Hoversel: Fix access to already deleted object. | Tom Hacohen | 2013-11-19 | 1 | -0/+6 |
* | elc_hoversel.c: use int_ret instead of ret because ret can be null. | Daniel Juyung Seo | 2013-11-18 | 1 | -2/+3 |
* | [hoversel] - Added focus support on hoversel items. | Amitesh Singh | 2013-11-13 | 1 | -0/+87 |
* | Changed Eo class names to be consistent. | Tom Hacohen | 2013-11-07 | 1 | -3/+4 |
* | elc_hoversel: Support elm_object_item_signal_emit() in hoversel. | Daniel Juyung Seo | 2013-10-14 | 1 | -2/+12 |
* | elc_hoversel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. | Daniel Juyung Seo | 2013-10-05 | 1 | -1/+1 |
* | elementary: update to new eo_parent_get/set API. | Cedric Bail | 2013-09-25 | 1 | -2/+1 |
* | hoversel: flurish hoversel source/example/documentation a little bit more. | Daniel Juyung Seo | 2013-08-30 | 1 | -0/+1 |
* | elementary/widgets - set parents before widget constructs their body. | ChunEon Park | 2013-08-27 | 1 | -2/+3 |
* | elementary: properly sanitize headers order. | Cedric Bail | 2013-05-03 | 1 | -0/+4 |
* | Elementary: replace eo_data_get for objects data referencing. | Daniel Zaoui | 2013-05-01 | 1 | -1/+1 |
* | elementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselect... | ChunEon Park | 2013-04-23 | 1 | -0/+15 |
* | elc_hoversel.c: hide hover object when hoversel is hidden. | Daniel Juyung Seo | 2013-04-09 | 1 | -1/+1 |
* | elc_hoversel.c: Do not add hover as a hoversel's smart member. Handle show/hi... | Daniel Juyung Seo | 2013-04-03 | 1 | -1/+18 |
* | elc_hoversel.c: add hover as a smart member of hoversel to fix hover child ha... | Daniel Juyung Seo | 2013-04-03 | 1 | -0/+1 |
* | elm: print the error message inside elm_widget_sub_object_add(). | Daniel Juyung Seo | 2013-04-03 | 1 | -3/+1 |
* | elc_hoversel.c: Fixed wrong sub object handling. | Daniel Juyung Seo | 2013-04-03 | 1 | -0/+1 |
* | Change usage of eo_do_super to the new prototype. | Tom Hacohen | 2013-03-18 | 1 | -4/+4 |
* | elm *.c: fixed formatting with EINA_LIST_FREE. | Daniel Juyung Seo | 2013-03-09 | 1 | -1/+1 |
* | Replace supported_types | Daniel Zaoui | 2013-02-10 | 1 | -0/+2 |
* | elm: Refactoring. | Daniel Juyung Seo | 2013-01-04 | 1 | -5/+2 |
* | Cleaning: removed include Eo.h in widgets because it was indirectly included ... | Daniel Zaoui | 2012-11-26 | 1 | -2/+0 |
* | We have ported to Eo all the widgets of elementary. We didn't change the inhe... | Yakov Goldberg | 2012-11-26 | 1 | -72/+203 |
* | elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). | Daniel Juyung Seo | 2012-10-01 | 1 | -2/+2 |
* | [elm] Hoversel now inheritable. | Gustavo Lima Chaves | 2012-08-01 | 1 | -67/+22 |
* | [elm] New elm_widget_add() usage spread. | Gustavo Lima Chaves | 2012-07-18 | 1 | -7/+10 |
* | [elm] And now remove deprecated calls usage (WRT | Gustavo Lima Chaves | 2012-05-28 | 1 | -2/+2 |
* | elementary/hoversel: remove useless void ptr cast | Hyoyoung Chang | 2012-05-24 | 1 | -1/+1 |
* | elementary/hoversel: fix indent | Hyoyoung Chang | 2012-05-24 | 1 | -1/+1 |
* | elementary/hoversel: set hover's parent when hover's smart data deleted | Hyoyoung Chang | 2012-05-24 | 1 | -3/+2 |
* | Elm hoversel: remove stupid printfs. | Tom Hacohen | 2012-05-14 | 1 | -3/+0 |
* | [Elm] Hoversel is now a button. | Gustavo Lima Chaves | 2012-05-03 | 1 | -296/+284 |
* | REVERT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | Carsten Haitzler | 2012-05-03 | 1 | -284/+296 |
* | [Elm] Hoversel is now a button. | Gustavo Lima Chaves | 2012-05-02 | 1 | -296/+284 |
* | elm elm_object: Fixed part content set hooks. | Daniel Juyung Seo | 2012-03-29 | 1 | -0/+1 |
* | elm: Formatting. No spacing after casting. | Daniel Juyung Seo | 2012-03-06 | 1 | -5/+5 |
* | remove deprecated code related elm_hoversel_item_XXX | Jiyoun Park | 2012-03-06 | 1 | -24/+0 |
* | [elementary] change API name from _scale_set to _resizable_set in | WooHyun Jung | 2012-03-05 | 1 | -1/+1 |
* | modify code related elm_hoversel_label and icon(deprecated function) | Jiyoun Park | 2012-03-05 | 1 | -30/+0 |
* | elementary - removed unnecessary checkings | ChunEon Park | 2012-02-24 | 1 | -2/+0 |
* | elementary - modified item_del_pre_hook function prototype. | ChunEon Park | 2012-01-27 | 1 | -3/+5 |
* | elementary/menu, ctxpopup, index, segment_control, diskselector, multibuttone... | ChunEon Park | 2012-01-10 | 1 | -15/+23 |
* | elementary/hover - deprecated elm_hover_content_set/get/unset | ChunEon Park | 2012-01-09 | 1 | -2/+2 |