summaryrefslogtreecommitdiff
path: root/src/lib/evas
Commit message (Expand)AuthorAgeFilesLines
* evas vector: support json loader for rlottie integration.Hermet Park2019-06-211-0/+4
* efl_input_key: compose -> compose_stringMarcel Hollerbach2019-06-202-3/+3
* evas: emit the corrent event here,Marcel Hollerbach2019-06-201-12/+3
* efl_input_pointer: rename tool to touch_idMarcel Hollerbach2019-06-205-51/+54
* evas_textblock: more descriptive parameter namesAli Alzyod2019-06-201-11/+11
* evas - events - protect on object deletion while calling callbacksCarsten Haitzler (Rasterman)2019-06-201-1/+6
* ector: Fix precomp layer rendering issue when it has alpha valueJunsuChoi2019-06-203-7/+59
* Fix miscellaneous build warningsXavi Artigas2019-06-191-1/+1
* evas filter: make curve work for everyShinwoo Kim2019-06-191-30/+51
* evas optimization - fix the "start in list middle" caseCarsten Haitzler (Rasterman)2019-06-151-12/+17
* optimize - avoid eina_inlist_last where not neededCarsten Haitzler (Rasterman)2019-06-151-1/+3
* evas - pointer in get - dont On walk inlist but O1 jump to lastCarsten Haitzler (Rasterman)2019-06-151-1/+1
* efl_canvas_vg_container: Initialize alpha colorJunsuChoi2019-06-131-0/+2
* efl_gesture_manager: Delete type property.Woochanlee2019-06-054-12/+7
* efl_canvas_animation: fix final_state_keep logicJaehyun Cho2019-06-041-7/+41
* efl_canvas_animation: fix numerical error on map effect calculationJaehyun Cho2019-06-045-76/+29
* evas: enable setting any object as a clipperMike Blumenkrantz2019-05-311-7/+2
* evas_inline: Clean up evas_object_plane_changed functionChristopher Michael2019-05-292-3/+3
* evas_inline: Clean up evas_object_is_on_plane functionChristopher Michael2019-05-293-5/+5
* evas_inline: Clean up evas_object_is_opaque functionChristopher Michael2019-05-295-19/+17
* evas_inline: Clean up evas_object_is_proxy_visible functionChristopher Michael2019-05-292-4/+4
* evas_inline: Clean up evas_object_is_visible functionChristopher Michael2019-05-2911-47/+45
* evas_inline: Clean up evas_object_was_visible functionChristopher Michael2019-05-2910-22/+22
* Evas gesture: do not use abs when dealing with double, use fabs insteadVincent Torri2019-05-271-2/+2
* eolian: rename @warn_unused and its associated APIDaniel Kolesa2019-05-263-5/+5
* eolian: remove param @nonullDaniel Kolesa2019-05-263-5/+5
* Fix last missing reference to old efl_orientation headersXavi Artigas2019-05-241-2/+2
* efl/gesture: include .h file in private header, not .c fileMike Blumenkrantz2019-05-232-1/+2
* evas/render: fix proxy clipping when source_clip is disabledMike Blumenkrantz2019-05-231-9/+10
* Rename Efl.Gfx.Orientation -> Efl.Gfx.Image_OrientationXavi Artigas2019-05-223-23/+23
* evas/scale_sample: even more code deduplicationXavi Artigas2019-05-211-45/+15
* evas/scale_sample: remove unnecessary clamping to mask geometryMike Blumenkrantz2019-05-211-10/+0
* evas/scale_sample: further deduplicate masking codeMike Blumenkrantz2019-05-211-64/+66
* evas/scale_sample: deduplicate masking codeMike Blumenkrantz2019-05-211-48/+11
* Rename Efl.Orient -> Efl.Gfx.OrientationXavi Artigas2019-05-203-23/+23
* Merge Efl.Orient and Efl.Flip into the same enumXavi Artigas2019-05-203-68/+24
* meson: fix installed .eo files and fix cross compileMarcel Hollerbach2019-05-201-1/+2
* Evas: remove Evil.h when not needed and use evil_private when neededVincent Torri2019-05-209-20/+10
* evas_gesture: fix meson.build to build and install correctlyJaehyun Cho2019-05-171-2/+4
* evas_vg_node: Move change flag value settingJunsuChoi2019-05-171-1/+3
* efl_canvas_text: fix to set halign correctlyJaehyun Cho2019-05-161-6/+2
* Gesture Manager: Add gestures and fix gesture managing, recognizer logic.Woochanlee2019-05-1444-231/+2187
* evas/image: fix broken auto_fill mechanism when manually changing fillMike Blumenkrantz2019-05-131-12/+19
* evas/scale_sample: call alloca for the scanline buffer after clamping widthMike Blumenkrantz2019-05-131-3/+3
* evas/scale_sample: fix mask geometry clamping in scale threadMike Blumenkrantz2019-05-131-5/+5
* evas/scale_sample: slightly refactor some mask geometry clampingMike Blumenkrantz2019-05-131-19/+20
* evas_render: deduplicate mapped mask render codeMike Blumenkrantz2019-05-131-77/+33
* efl_canvas_animation: reply on the correct APIMarcel Hollerbach2019-05-121-3/+3
* eolian: move from eo_prefix to c_prefixDaniel Kolesa2019-05-0920-20/+20
* much better fix to invalid uv coords with new map render codeCarsten Haitzler (Rasterman)2019-05-091-3/+3