summaryrefslogtreecommitdiff
path: root/src/lib/elm_widget.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-22/+22
* widget: Fix a bug in elm_widget_newest_focus_order_get.WooHyun Jung2014-01-031-7/+5
* elementary/widget - don't call theme_set() until base widget is not created yet.ChunEon Park2014-01-031-3/+5
* [elm_widget] Fix not to load theme for mirroring if smart data is not setJaehyun Cho2013-12-311-2/+2
* widget, spinner: typo in elm_widget_focus_set()Yakov Goldberg2013-12-311-7/+7
* widget: remove unused return parameter in elm_wdg_orientation_set()Yakov Goldberg2013-12-301-5/+2
* [elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get().ami2013-12-271-0/+46
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
* elm_widget: added internal documentation about elm_widget_sub_object_add() an...Daniel Juyung Seo2013-12-201-0/+20
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-2/+0
* elm_widget.c: fixed formatting while reading the code.Daniel Juyung Seo2013-11-301-16/+16
* elementary - added a warning for elm_widget_item_track().ChunEon Park2013-11-181-1/+5
* widget: typo in Eo OP_ID nameYakov Goldberg2013-11-171-4/+4
* elementary/scroller - don't focus region show if the scroller is disabled.ChunEon Park2013-11-071-1/+1
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
* elm_widget.c: Fixed warning while scrolling elementary_test using arrowRyuan Choi2013-11-041-1/+2
* [elm_widget] Enable not to add resize object to or delete resize object from ...Jaehyun Cho2013-10-181-9/+9
* [elm_widget] Enable not to add resize object to or delete resize object from ...Jaehyun Cho2013-10-171-10/+14
* elm_test: Fixed formatting. tab to space.Daniel Juyung Seo2013-10-141-2/+2
* elm: Longwaited trailing white space removal. Clean elm up!Daniel Juyung Seo2013-09-301-1/+1
* elementary: cast an uintptr_t when pushing stuff into a pointer.Cedric Bail2013-09-261-3/+3
* elm_widget: fix widget signal callback memory leak.Cedric Bail2013-09-251-37/+43
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-3/+18
* elm_widget.c: added comments for very confusable code.Daniel Juyung Seo2013-09-251-0/+9
* elementary: oops, missing this checkMichael Bouchaud2013-09-181-2/+3
* elementary: add a way to add some custom part text and save it for Elm_Object...Michael Bouchaud2013-09-181-0/+79
* No need for a cast here as 'obj' is already Eo when passed in.Chris Michael2013-09-171-1/+1
* Remove __UNUSED__ from function declaration where parameter isChris Michael2013-09-171-2/+2
* elementary/elm_object_item - delete the track objects when genlist/gengrid it...ChunEon Park2013-09-131-0/+13
* elementary - Actually this code is useless. there track object will be always...ChunEon Park2013-09-121-7/+0
* elementary - introduces 3 apis elm_object_item_track/untrack/track_get().ChunEon Park2013-09-121-0/+129
* elementary - revert ddc3cf80ce0a50a9161fcb212d3414f5d7b5898cChunEon Park2013-09-121-7/+0
* [access] unfocusable object could have highlightShinwoo Kim2013-09-101-11/+24
* [access] enhancement - refine function name to _elm_access_auto_highlight_set...Shinwoo Kim2013-09-101-3/+9
* elementary: use zero allocation walk.Cedric Bail2013-09-051-31/+28
* elementary/widget - introduce elm_object_item_object_get().ChunEon Park2013-09-021-0/+7
* elm_widget.c: fix bug to remove edje signal correctly.Tae-Hwan Kim2013-08-251-1/+1
* elementry/widget - Improve performance in applying widget theme.ChunEon Park2013-08-221-2/+11
* elementary/elm_widget.c : When there is no resize object, widget object itsel...WooHyun Jung2013-08-061-2/+12
* [access] use proper name _elm_access_info_get(); not _elm_access_object_get()...Shinwoo Kim2013-07-311-1/+1
* elementary/widget - fix the insane NULL set in translated string list.ChunEon Park2013-07-241-1/+1
* elementary/widget - use eina_inlist in transate data to improve memory access...ChunEon Park2013-07-171-14/+21
* We can change the focusable state of elm_layout by calling elm_object_focus_a...WooHyun Jung2013-07-111-68/+54
* [access] add elm_access_highlight_next_set, export elm_widget_focus_region_showShinwoo Kim2013-07-061-5/+11
* In case of scroll in scroll, the child scroller have to bounce if parents don...Jaehwan Kim2013-06-181-0/+39
* elm_widget.c: handle focus fail case.Daniel Juyung Seo2013-06-091-0/+3
* elm: all the focusable widget now emits "focused" and "unfocused" smart callb...Daniel Juyung Seo2013-06-071-1/+10
* elm: refactoring. no printf in the library. use eina log instead.Daniel Juyung Seo2013-06-051-4/+4
* elm_widget.c: formatting fix.Daniel Juyung Seo2013-05-291-1/+1
* elementary/widget - plase update display mode whenever sub object is setChunEon Park2013-05-241-8/+9