summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Evas Canvas: Remove focused_objects property.devs/iscaro/api-removalGuilherme Iscaro2017-01-032-15/+1
* ecore_fb: allow ecore_fb to not setup VT.Gustavo Sverzut Barbieri2017-01-031-4/+16
* ecore_fb_init(): use 'name' parameter similar to ecore_evas_fb_new().Gustavo Sverzut Barbieri2017-01-031-8/+31
* evas: Add code to change the object's chage flag in evas_object_image_data_setJaeyong Hwang2017-01-031-1/+5
* gengrid : enable layout sizing eval and content min limit feature in gengridSangHyeon Lee2017-01-032-3/+42
* evas: fix adjustment logic about image borderJiwon Kim2017-01-031-4/+14
* Elm.Widget: rename "event.*" methods to solve name conflictJee-Yong Um2017-01-0364-73/+77
* elementary_config: make compare of web_backend more secureMarcel Hollerbach2017-01-021-1/+2
* eolian: correctly set the empty/auto flags in implementsDaniel Kolesa2017-01-021-25/+41
* eolian: disallow duplicate implementsDaniel Kolesa2017-01-024-12/+19
* eolian: fill ctor class early onDaniel Kolesa2017-01-025-18/+37
* eolian: no need to fill func in eolian_implement_function_getDaniel Kolesa2017-01-021-42/+11
* eolian: partially clean up implement filling logicDaniel Kolesa2017-01-022-57/+47
* eolian: require specification of either get or set in property implsDaniel Kolesa2017-01-021-0/+2
* evas loader - don't stat NULL file pathsCarsten Haitzler (Rasterman)2017-01-021-1/+2
* edje_cc_parse: Fix to insert missing double quotation marksJaehyun Cho2017-01-021-4/+4
* edje_cc_parse: Compile EDC file whose path contains space character.Jaehyun Cho2017-01-021-3/+6
* evas generic loader - expand buffers in case of weird install locationCarsten Haitzler (Rasterman)2017-01-021-23/+27
* evas image async preload - add option to also make header load asyncCarsten Haitzler (Rasterman)2017-01-0227-498/+822
* evas cutouts - quickly avoid huge per issues with large nos of cutoutsCarsten Haitzler (Rasterman)2017-01-029-68/+198
* elm_naviframe: resize previous view before item pop transition.Sungtaek Hong2017-01-021-5/+8
* Evas GL:Bind texture to correct one.Minkyoung Kim2017-01-021-1/+8
* evas: initalize orient property in file_set()Jiwon Kim2017-01-021-0/+4
* elm_index: apply mirrored layout for index boxSungtaek Hong2017-01-021-5/+5
* evas_events: add checking NULL logic to source mouse event.Hosang Kim2017-01-021-0/+14
* elm_config: fix for dereferencing after comparing to NULLAlok Mishra2017-01-021-2/+5
* elm_code: remove unneeded init code.Andy Williams2017-01-016-105/+2
* elm_code: select when navigating or clicking with shiftAndy Williams2017-01-011-29/+61
* Updating italian translationmaxerba2017-01-011-2/+2
* elm_code: refactor auto indent about brace matchingYeongJong Lee2017-01-014-47/+40
* elm_panel: decide whether a scrollable panel is open or not only when it has ...Jaeun Choi2016-12-301-0/+10
* Edje_cc: update images.set.image names when write edj file.Mykyta Biliavskyi2016-12-291-0/+16
* ecore_thread: reset waiter and worker when we have failedMarcel Hollerbach2016-12-281-1/+9
* edje_cc - fix warning about freeing a const char ptrCarsten Haitzler (Rasterman)2016-12-281-1/+1
* eldbus - fix warning for possibly undefined value being sentCarsten Haitzler (Rasterman)2016-12-281-0/+1
* evas - clean up whitespace and 80 column wrapping and commented out codeCarsten Haitzler (Rasterman)2016-12-282-510/+306
* evas - use freeq for common and cache imagesCarsten Haitzler (Rasterman)2016-12-282-2/+2
* elm_code: Fix another public API using the wrong orderAndy Williams2016-12-274-13/+13
* elm_code: Fix filename/path for non-file based instancesAndy Williams2016-12-273-0/+38
* eolian: enable cyclic dependencies between classesDaniel Kolesa2016-12-271-6/+1
* eolian: remove old property impl syntax and clean up parsingDaniel Kolesa2016-12-271-28/+4
* eolian: allow new property impl syntax with auto/emptyDaniel Kolesa2016-12-274-29/+20
* elm: use new property implement syntax everywhereDaniel Kolesa2016-12-27102-552/+441
* ecore_thread: null out the struct before returning itMarcel Hollerbach2016-12-271-0/+4
* emotion: use new property impl syntaxDaniel Kolesa2016-12-271-22/+16
* eio, edje: use new property impl syntaxDaniel Kolesa2016-12-276-23/+20
* eolian gen: properly deal with __eolian wrappers and mixed prop implsDaniel Kolesa2016-12-271-10/+17
* ecore audio: use new property impl syntaxDaniel Kolesa2016-12-274-10/+6
* ecore con: use new property impl syntaxDaniel Kolesa2016-12-2714-41/+36
* eldbus: use new property impl syntaxDaniel Kolesa2016-12-274-4/+4