summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elementary: small left over.Cedric BAIL2013-01-101-2/+1
* elementary: add Ecore_Input.h directly.Cedric BAIL2013-01-101-0/+1
* elementary: remove build dependencie from old e_dbus.Cedric BAIL2013-01-1014-59/+25
* Fix max value calculation of els_box. Related to svn 82450.Jaehwan Kim2013-01-101-6/+10
* Fix Buffer not null terminatedJaehwan Kim2013-01-102-0/+3
* elm index: Fixed formatting.Daniel Juyung Seo2013-01-091-3/+3
* elm map: Fixed formatting.Daniel Juyung Seo2013-01-091-1/+4
* elementary/elm_index : Freed pointer should not be returned.WooHyun Jung2013-01-091-1/+5
* [colorselector] remove resource leak possibilityShinwoo Kim2013-01-091-1/+1
* Fix out-of-bounds readJaehwan Kim2013-01-091-1/+1
* Fix Dereference after null checkJaehwan Kim2013-01-091-1/+1
* [conform] use proper condition, again.Shinwoo Kim2013-01-091-1/+2
* [conform] use proper conditionShinwoo Kim2013-01-091-1/+2
* Fix Logically dead codeJaehwan Kim2013-01-091-6/+15
* Fix missing breakJaehwan Kim2013-01-091-0/+1
* elementary/mode/access - set file create mode before create temp file.ChunEon Park2013-01-091-0/+3
* elm: Restructuring codes to remove dead codes.Daniel Juyung Seo2013-01-092-4/+4
* elementary/colorselector - SAFETY NULL checkingChunEon Park2013-01-091-6/+4
* elementary/map - fixed more insane free in mapChunEon Park2013-01-091-3/+3
* elementary/map - fixed memory leakChunEon Park2013-01-091-1/+1
* elementary/font - fixed memory leakChunEon Park2013-01-091-2/+6
* elementary/multibuttonentry - fix memory leakChunEon Park2013-01-091-0/+1
* Fix copy-paste errorJaehwan Kim2013-01-092-2/+2
* [elm] calendar: small fixes for documentationFlavio Vinicius Alvares Ceolin2013-01-071-4/+4
* [elm] calendar: Fixing a problem with min/max yearFlavio Vinicius Alvares Ceolin2013-01-071-2/+7
* [access] return null; not return;Shinwoo Kim2013-01-071-1/+1
* updating portuguese and esperanto translationsMassimo Maiurana2013-01-071-26/+20
* elementary/elm_entry : When limiting the length of text by filter callback, o...WooHyun Jung2013-01-071-0/+1
* elementary/mapbuf - removed workaround code that would cause the performance ...ChunEon Park2013-01-071-28/+5
* elementary/label - and cancel the ellipsis before label try to calc the text ...ChunEon Park2013-01-071-7/+15
* [access] _elm_access_add() could return NULLShinwoo Kim2013-01-071-0/+4
* elementary/label - removed data dosen't used anywhereChunEon Park2013-01-071-18/+0
* elementary/label - recover ellipsis mode when slide mode is end.ChunEon Park2013-01-072-14/+34
* elm naviframe: Fixed omitting signal emission when customized text parts chan...Daniel Juyung Seo2013-01-063-5/+10
* updating portuguese translationMassimo Maiurana2013-01-061-30/+36
* elm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <t...Daniel Juyung Seo2013-01-061-1/+1
* elementary: fix EDJE_VERSIONLeandro Dorileo2013-01-051-1/+1
* elementary/label - removed unncessaryChunEon Park2013-01-051-1/+0
* elementary/label - removed unnecessaryChunEon Park2013-01-051-1/+0
* elementary/label - removed unnecessary callChunEon Park2013-01-051-4/+1
* elementary/label - added a label signal callback "slide,end"ChunEon Park2013-01-054-3/+29
* elementary/naviframe - removed duplicated string dataChunEon Park2013-01-051-15/+17
* elementary/label - removed workaround. now it's working slide reset every go ...ChunEon Park2013-01-051-16/+10
* fix small leak that only happens if elm config needs an update.Carsten Haitzler2013-01-051-27/+33
* updating spanish and italian translationMassimo Maiurana2013-01-042-42/+32
* elm: Refactoring.Daniel Juyung Seo2013-01-0428-94/+4
* elementary/label - some missed stuff.ChunEon Park2013-01-042-11/+11
* elementary/label - added elm_label_slide_go()ChunEon Park2013-01-044-6/+43
* elementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()ChunEon Park2013-01-041-5/+5
* elementary/label - support slide effect of the label widget optionally.ChunEon Park2013-01-046-57/+161