summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* elm_toolbar: fix icon_size to consider edje base scaleSung-Taek Hong2015-08-071-11/+7
* win: remove usage of deprecated api.ChunEon Park2015-08-071-1/+1
* win: code refactoring.ChunEon Park2015-08-071-14/+4
* multibuttonentry/spinner: Fix memory leak when eina_strbuf_string_steal is mi...Youngbok Shin2015-08-072-12/+5
* config: add missing since tag in doc.ChunEon Park2015-08-071-1/+1
* elm_win: add new condition about engine set when generate the elm_win objectjiin.moon2015-08-072-2/+7
* build: Enable make check run during distcheckStefan Schmidt2015-08-061-0/+1
* tests: Correct ATSPI role check for popup.Stefan Schmidt2015-08-061-1/+1
* elm_module: Load not installed modules from build dir with ELM_RUN_IN_TREEStefan Schmidt2015-08-064-3/+14
* tests/build: Make sure tests are finding the theme fileStefan Schmidt2015-08-061-0/+3
* Eo files docs: replace all @c/@p with $.Tom Hacohen2015-08-0632-623/+623
* Eo files: Replace all occurances of EINA_TRUE/FALSE to true/false.Tom Hacohen2015-08-0632-290/+290
* Elm segment control item: migrate docs.Tom Hacohen2015-08-061-34/+15
* Elm index item: migrate docs.Tom Hacohen2015-08-061-33/+16
* Elm slideshow item: migrate docs.Tom Hacohen2015-08-061-23/+15
* Atspi accessible: migrate docs.Tom Hacohen2015-08-061-18/+14
* Atspi widget action: migrate docs.Tom Hacohen2015-08-061-2/+1
* Hoversel item: migrate docs.Tom Hacohen2015-08-061-20/+6
* Hoversel: migrate docs.Tom Hacohen2015-08-061-105/+36
* Eo files: Use Elm.Widget_Item instead of Elm_Object_Item.Tom Hacohen2015-08-0627-149/+149
* Multibuttonentry item: Migrate docs to new eolian format.Tom Hacohen2015-08-061-29/+8
* elm_config: Add flag to control pushing naviframe prev button automatically.Jaehyun Cho2015-08-066-5/+16
* entry: Add null safety check in _elm_entry_entry_paste function.Daniel Hirt2015-08-061-0/+2
* configure: we can actually safely imply -ldl is only needed on linuxDaniel Kolesa2015-08-051-10/+4
* configure: the BSDs all supply the dlfcn funcs without -ldlDaniel Kolesa2015-08-051-0/+3
* mapbuf: convert docsDaniel Kolesa2015-08-051-118/+70
* menu: convert docsDaniel Kolesa2015-08-051-70/+26
* list_item: convert docsDaniel Kolesa2015-08-051-86/+43
* naviframe_item: convert docsDaniel Kolesa2015-08-051-68/+35
* hover: convert docsDaniel Kolesa2015-08-051-41/+23
* test_popup: set popup content correctlyAmitesh Singh2015-08-051-1/+1
* Tooltip: reset content delete callback directly after invocationDaniel Zaoui2015-08-051-3/+2
* focus/list/genlist/gengrid: fix focus highlight issues on list widgets when a...Youngbok Shin2015-08-057-23/+137
* focus: add del callback always.Jaehwan Kim2015-08-051-4/+14
* popup: fix resize issue in case of custom part text setAmitesh Singh2015-08-041-6/+3
* examples: fix attrib name due to change in Evas Canvas3D API.Cedric BAIL2015-08-045-110/+110
* mbe: remove unnecessary keypad hide call from multibuttonentry.Shilpa Singh2015-08-041-1/+0
* elm_colorselector: modify to select no item when create colorselectorSung-Taek Hong2015-08-041-1/+1
* elm_macros: fix for lack of precision with double due to order of operation.j_yong.hwang2015-08-041-1/+1
* index: fix index object got a wrong min value.woochan lee2015-08-041-2/+2
* multibuttonentry: item object scale set is not need when theme applied.woochan lee2015-08-041-1/+0
* index: add index item priority APIs for support multilingualwoochan lee2015-08-046-7/+305
* elm_hoversel: add elm_hoversel_scroll_enabled_set/get() APIJee-Yong Um2015-08-045-11/+174
* elm_theme: string function change for the exceptional file namej_yong.hwang2015-08-041-6/+4
* genlist: port "changed" evas smart callback to Eo.Amitesh Singh2015-08-041-1/+2
* genlist: Refactoring genlist item cache logics.SangHyeon Lee2015-08-042-137/+118
* multibuttonentry: add horizontal, vertical padding between items.Woochan Lee2015-08-042-3/+40
* radio: add "elm,activate,radio,on" and "elm,activate,radio,off" signal to sup...Subhransu Mohanty2015-08-041-15/+29
* check: add "elm,activate,check,on" and "elm,activate,check,off" signal to sup...Subhransu Mohanty2015-08-041-0/+10
* hoversel: add key binding for widget activationLukasz Stanislawski2015-08-046-4/+95