summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Image test: Migrate to the new event cb signature.Tom Hacohen2016-03-091-10/+6
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-0983-197/+267
* Combobox: Semi automatic migration to the new eo_add.Tom Hacohen2016-03-091-4/+5
* theme: Fix scroller colorclass typo.Stephen okra Houston2016-03-081-1/+1
* Revert "list: set internal box as homogeneous if no separator items are present"Hermet Park2016-03-081-3/+0
* elm_genlist: Added elm_genlist_filtered_items_count APIshashank.p2016-03-081-4/+3
* fileselector: clarify the condition statement for checking ok buttonJee-Yong Um2016-03-071-3/+1
* remove duplicated typedefMarcel Hollerbach2016-03-051-6/+0
* atspi intf: image - fix compilation warnings after eo4 migration changesAmitesh Singh2016-03-051-2/+2
* genlist: fix item sizing errorJee-Yong Um2016-03-041-1/+1
* map: fix memory leakSungTaek Hong2016-03-041-8/+7
* config: handle is_mirrored, and translate are not part of EET file, when conf...Shinwoo Kim2016-03-041-1/+31
* image: fix the wrong return valueMinkyu Kang2016-03-041-1/+1
* Genlist: fix for an item width calculation issue on item show / scrollinggodly.talias2016-03-041-0/+2
* notify: delete unnecessary smart move/resize.Hosang Kim2016-03-041-18/+24
* genlist: add elm_genlist_filtered_items_count APIshashank.p2016-03-043-3/+19
* fileselector: refine code and themeJee-Yong Um2016-03-043-199/+166
* win: add check for focus object before adding new oneJee-Yong Um2016-03-041-7/+10
* fileselector: add backspace key binding to move to previous path.Jee-Yong Um2016-03-045-0/+42
* multibuttonentry: add elm.swallow.background partWoochan Lee2016-03-041-0/+8
* theme: add new time gadget themesMike Blumenkrantz2016-03-0417-0/+1395
* theme: move digit* images to O/Mike Blumenkrantz2016-03-0417-68/+68
* theme: add new wireless gadget themeMike Blumenkrantz2016-03-046-0/+959
* start: add alias for new gadget groupMike Blumenkrantz2016-03-041-0/+1
* theme: add bryce edcsMike Blumenkrantz2016-03-044-0/+779
* combobox: store eo_constructor() return value into objAmitesh Singh2016-03-041-1/+1
* elm_access: remove duplicated line, ELM_SAFE_FREE handles NULL assignShinwoo Kim2016-03-041-1/+0
* elm_access: mapi have to be set NULL after free(m->api)Jonghee Choi2016-03-041-0/+2
* hoversel: remove EINA_UNUSED since data is getting usedAmitesh Singh2016-03-041-1/+1
* Genlist test: Adjust according to the recent eo event changes.Tom Hacohen2016-03-031-5/+4
* Migrate elementary to the new Eo4 syntaxTom Hacohen2016-03-03177-4416/+3815
|\
| * Fix warnings following migration to Eo4.Tom Hacohen2016-03-0320-73/+8
| * Map: Correct broken migration.Tom Hacohen2016-03-031-1/+1
| * Automatic migration to Eo4.Tom Hacohen2016-03-03173-4142/+3637
| * App client/server and entry: Mix of automatic migration and manual adjustments.Tom Hacohen2016-03-033-186/+176
| * Manually migrate some eo_do for the migration scriptTom Hacohen2016-03-032-6/+2
| * Remove redundant defines.Tom Hacohen2016-03-031-17/+0
|/
* Scaling test: reorder instructions to set the correct scaleDaniel Zaoui2016-03-031-1/+1
* radio: inherit from elm checkAmitesh Singh2016-03-032-97/+20
* elm_cursor: don't include Ecore_Cocoa_Cursor.h (deleted in EFL)Jean Guyomarc'h2016-03-021-4/+0
* Spinner: Swap abs with fabs because we're dealing with doubles.Tom Hacohen2016-03-021-1/+1
* build: enhance generated html output from coverage reportStefan Schmidt2016-03-021-1/+1
* build: fix problems with coverage check build where some files are not foundStefan Schmidt2016-03-022-1/+2
* Fix example with new event api.Lauro Moura2016-03-011-1/+1
* Elm_Hoversel: import elm_iconDaniel Zaoui2016-03-011-0/+1
* elm map: silence uninit var warnings that new gcc versions showCarsten Haitzler (Rasterman)2016-03-011-5/+5
* elm_gen: update highlight geometry after clearing itemsJee-Yong Um2016-02-292-0/+4
* image: remove EINA_UNUSEDMinkyu Kang2016-02-291-1/+1
* spinner: add label format validatorShilpa Singh2016-02-291-15/+66
* Eo events: Migrate all of elm to the new event callback signaturesTom Hacohen2016-02-2950-644/+398