summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* colorselector: Switch to Efl.Ui.Box internallyJean-Philippe Andre2017-01-051-23/+15
* evas: Slightly optimize size hintsJean-Philippe Andre2017-01-051-9/+45
* button: Add support for efl_text_setJean-Philippe Andre2017-01-053-1/+17
* Revert "elm_layout: Implement Efl.Text"Jean-Philippe Andre2017-01-054-49/+3
* elm_panel: Add get function in scrollable_content_size propertyJEONGHYUN YUN2017-01-052-21/+40
* elementary: Support xdg_shell version 6 show_window_menu functionChris Michael2017-01-041-4/+11
* ecore-evas-wayland: Support zxdg_shell version 6 configure_ackChris Michael2017-01-041-1/+4
* ecore-wl2: Add support for xdg shell version 6Chris Michael2017-01-046-38/+2221
* ecore-wl2: Fix formattingChris Michael2017-01-041-17/+29
* wayland_shm: Shut up coverityDerek Foreman2017-01-041-1/+1
* evas-gl-generic: Mark 'data' parameter as unusedChris Michael2017-01-041-1/+1
* efl header skip with preload - fix seg on invalid fileCarsten Haitzler (Rasterman)2017-01-041-2/+2
* wayland egl - unbork after manmower broke rendering removing swapintervalCarsten Haitzler (Rasterman)2017-01-041-0/+1
* openssl 1.1 build break fixesCarsten Haitzler (Rasterman)2017-01-044-12/+106
* [Evas GL Thread 1] evas: Fixed indentation of evas_thread_render.cHaegeun Park2017-01-041-136/+137
* edje_cc: Keep lookups for removed programJee-Yong Um2017-01-041-1/+0
* Evas Canvas: Remove focused_objects property.Guilherme Iscaro2017-01-042-15/+1
* gengrid: adding sizing eval when gengrid min size is changedSangHyeon Lee2017-01-041-0/+1
* genlist : fixing wrong item realize bug when block is changedSangHyeon Lee2017-01-041-0/+6
* genlist : initialize disabled content for reusingSangHyeon Lee2017-01-041-0/+3
* wayland_egl: Stop setting swap interval to 0Derek Foreman2017-01-032-8/+0
* wayland: Fix cursor surface frame callsDerek Foreman2017-01-032-37/+3
* evas_shm: Fix dmabuf failureDerek Foreman2017-01-031-8/+16
* 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