summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* gitignore: do not track eo generated files.Cedric BAIL2016-03-102-0/+2
* combobox: fix warning due to change in eo event signature.Cedric BAIL2016-03-101-14/+6
* webkit2: undef macro before redefining them.Cedric BAIL2016-03-101-0/+5
* combobox: add Multiple selection featuredivyesh purohit2016-03-105-9/+244
* efl: followup with renaming efl animator.Cedric BAIL2016-03-107-22/+22
* colorclass: allocate memory to fit the original size of data typeJee-Yong Um2016-03-101-1/+1
* elm - genlist item - index get start from 0 - unbreak api breakCarsten Haitzler (Rasterman)2016-03-102-2/+2
* elm_web: Remove eo generated filesJean-Philippe Andre2016-03-104-462/+0
* combobox: fix borkage after eo_add change.Cedric BAIL2016-03-091-2/+4
* config: add entry to set web backend.Cedric BAIL2016-03-091-2/+50
* config: add API to configure Elm_Web backend.Cedric BAIL2016-03-092-2/+39
* web: split web into a module.Cedric BAIL2016-03-0919-1480/+2321
* 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
* 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-042-106/+86
* 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-042-0/+24
* 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
* 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
* 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