summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* genlist: +warningChunEon Park2015-01-081-0/+5
* genlist: make up lack of behaviors in item_disableChunEon Park2015-01-081-1/+4
* genlist: replace to internal callChunEon Park2015-01-081-2/+1
* elm_win: Fixed the issue of updating ecore_wl_window locationvivek2015-01-081-1/+3
* Gengrid: fix gengrid reorder animation bugVBS2015-01-081-4/+4
* [spinner] use strncmp, not strcmp to support styles starting with verticalShinwoo Kim2015-01-081-3/+3
* genlist: +parent validation checkChunEon Park2015-01-081-6/+20
* genlist: code refactoring.ChunEon Park2015-01-081-22/+27
* elm_widget: elm_object_disabled_set API fixshilpa.singh2015-01-084-3/+277
* elm_image: Fixed to have exact size using elm_image_fill_outside_set()Jee-Yong Um2015-01-081-6/+15
* genlist: fix crash issue.ChunEon Park2015-01-081-6/+11
* elm_font: Fixed resource leak in function elm_font_available_hash_addNibha Sharma2015-01-081-1/+1
* theme: fix misprint in popup style alias nameChunEon Park2015-01-081-1/+1
* elm filesel - fix eio access of widget data after de in eio threadsCarsten Haitzler (Rasterman)2015-01-071-34/+46
* genlist: add more arguments validation checksChunEon Park2015-01-071-9/+24
* elm progressbar - fix invalid access to freed units stringCarsten Haitzler (Rasterman)2015-01-071-0/+1
* fileselector: added a search iconMarcel Hollerbach2015-01-073-0/+43
* genlist: + parent validation checkChunEon Park2015-01-071-1/+7
* genlist: code refactoring.ChunEon Park2015-01-071-1/+1
* genlist: use simple macroChunEon Park2015-01-071-1/+1
* genlist: null check++ChunEon Park2015-01-071-4/+6
* genlist: clean up missing resources in genlist_clear()ChunEon Park2015-01-071-15/+17
* genlist: cancel multi selected items.ChunEon Park2015-01-071-0/+11
* colorselector: memory leak fix in _color_bars_addChunEon Park2015-01-071-9/+9
* elm_segment_control: Fix elm_object_item_text_set bug.Nak-Gyeong Kim2015-01-071-2/+2
* elm_diskselector.c: idle enterer add condition changed.woochan lee2015-01-071-3/+6
* win INLINE_IMAGE test now crashes as expected when trying to use it in a non-...Mike Blumenkrantz2015-01-061-0/+1
* elm_image now inherits edje signal emitMike Blumenkrantz2015-01-062-0/+9
* thumb: Make sure to stop pulse animation on thumbs that failed to generateStephen Houston2015-01-061-0/+1
* genlist: refactor code.ChunEon Park2015-01-061-25/+17
* theme - more efm icons from appbCarsten Haitzler (Rasterman)2015-01-064-1/+73
* genlist: use macro as possible.ChunEon Park2015-01-061-2/+2
* gelnist: unswallow makes sense. not smart member del.ChunEon Park2015-01-061-1/+1
* elementary: Fix issue with event data causing an invalid freeChris Michael2015-01-051-3/+9
* elementary: Fix return values to use Eina_BoolChris Michael2015-01-051-2/+2
* elementary: Fix DnD to work again in waylandChris Michael2015-01-051-26/+25
* genlist: keep the item class as given argument.ChunEon Park2015-01-051-3/+2
* genlist: Fix genlist index get bugChunEon Park2015-01-051-4/+8
* genlist: add some comment in code.ChunEon Park2015-01-051-0/+3
* genlist: use macro as possible.ChunEon Park2015-01-051-1/+1
* genlist: use ELM_NEWChunEon Park2015-01-051-5/+2
* genilst: unselect items if the genlist select mode is display only or none.ChunEon Park2015-01-051-3/+11
* genlist: unselect item if the select mode is display only or none.ChunEon Park2015-01-051-0/+4
* ggenlist: code refactoring.ChunEon Park2015-01-051-3/+4
* Improve win dialog test to also include a test for standard_winDave Andreoli2015-01-042-9/+33
* Elm_Entry: Fix dropped text data insertionDaniel Hirt2015-01-041-1/+11
* Added the elm_win_util_dialog_add() API functionDave Andreoli2015-01-033-11/+49
* Icon: added documentation for the new fdo icon namesDave Andreoli2015-01-031-0/+46
* genlist: remove useless deco texts.ChunEon Park2015-01-022-9/+5
* genlist: + null checkChunEon Park2015-01-021-2/+2