summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_image.c
Commit message (Expand)AuthorAgeFilesLines
* evas gl - remove freed gl image from context image listCarsten Haitzler (Rasterman)2021-03-091-1/+1
* evas image: reload after alpha_setShinwoo Kim2020-05-251-4/+4
* evas: do not call evas_object_change in reneder_postShinwoo Kim2020-05-191-1/+1
* evas + gl - fix callback-to-app-changes-state issue with pixel dataCarsten Haitzler (Rasterman)2020-05-091-0/+3
* canvas 3d: remove all canvas3d features across efl.Hermet Park2020-03-251-40/+3
* evas filter: work for native surfaceShinwoo Kim2020-03-201-1/+2
* canvas image: remove unnecessary condition check.Hermet Park2020-02-141-1/+1
* evas: remove redundant conditions.Wonki Kim2020-02-121-1/+1
* evas proxy: make it work for load_regionShinwoo Kim2020-02-041-1/+2
* evas proxy: make it work for File_Save.saveShinwoo Kim2020-02-041-0/+2
* evas: avoid unecessary Eina_Cow GC during image destruction.Cedric BAIL2019-12-111-10/+14
* evas: reduce useless allocation during destruction of image.Cedric BAIL2019-12-111-1/+4
* evas: efl_gfx_image_stretch_region_set need access to image state before it i...Cedric BAIL2019-12-111-1/+1
* efl/image: rename "border" -> "border_insets"Mike Blumenkrantz2019-09-181-4/+4
* efl/image: Efl.Gfx.Border_Fill_Mode -> Efl.Gfx.Center_Fill_ModeMike Blumenkrantz2019-09-161-4/+4
* eina file refs in edje/evas - audit them and plug holes where refs stayCarsten Haitzler (Rasterman)2019-08-211-2/+2
* evas image - eina file - be paranoud about double closesCarsten Haitzler (Rasterman)2019-08-051-4/+28
* evas image: apply filter at runtimeShinwoo Kim2019-07-251-1/+8
* evas: add infrastructure to feed 9 patch information from file loader to imag...Cedric BAIL2019-07-121-2/+93
* evas: take stretch region into account when content region is requested.Cedric BAIL2019-07-121-4/+43
* evas: add support for stretchable region.Cedric BAIL2019-07-121-1/+411
* evas: add an API to know where inside an object content can be layout over.Cedric BAIL2019-07-121-0/+14
* Rename orientation -> image_orientation.Hosang Kim2019-07-121-2/+2
* evas_inline: Clean up evas_object_is_opaque functionChristopher Michael2019-05-291-4/+4
* evas_inline: Clean up evas_object_is_visible functionChristopher Michael2019-05-291-2/+2
* evas_inline: Clean up evas_object_was_visible functionChristopher Michael2019-05-291-1/+1
* Rename Efl.Gfx.Orientation -> Efl.Gfx.Image_OrientationXavi Artigas2019-05-221-20/+20
* Rename Efl.Orient -> Efl.Gfx.OrientationXavi Artigas2019-05-201-20/+20
* Merge Efl.Orient and Efl.Flip into the same enumXavi Artigas2019-05-201-66/+24
* evas/image: fix broken auto_fill mechanism when manually changing fillMike Blumenkrantz2019-05-131-12/+19
* evas_object_image: save EVAS_IMAGE_CONTENT_HINT_DYNAMIC imageShinwoo Kim2019-05-021-1/+4
* evas: implement Efl.File.unload for evas image classesMike Blumenkrantz2019-04-181-0/+2
* evas image - fix proxy change propagation to fix e video wallpapersCarsten Haitzler (Rasterman)2019-04-021-0/+8
* efl.gfx: remove Efl.Gfx.Image_Load_ErrorMike Blumenkrantz2019-03-041-9/+11
* efl.file_save: rework save flagsMike Blumenkrantz2019-02-271-39/+22
* efl.file: improve api a bitMike Blumenkrantz2019-02-271-0/+6
* evas_object_image: render_post returns if preloading.Shinwoo Kim2019-02-211-0/+3
* efl.file: move 'save' method into separate efl.file_save interfaceMike Blumenkrantz2019-01-301-1/+1
* evas_object: Add function to test if hardware plane status changedDerek Foreman2018-12-141-0/+17
* evas_object: Add function to test if an object is on a hardware planeDerek Foreman2018-12-141-1/+11
* evas_object_image: fix cutout bug related with opaque objectJiyoun Park2018-11-211-0/+2
* evas_object: Refactor pixels get hackDerek Foreman2018-10-261-4/+9
* evas image: fix non-rendered preload image.Hermet Park2018-10-231-0/+3
* evas: remove redundant internal functions.Hermet Park2018-10-111-22/+0
* evas image: fix a bug in image preloading.Hermet Park2018-09-031-43/+31
* evas-canvas: Remove cserve2 supportChris Michael2018-08-301-10/+0
* evas image: fix screen flickering issue at partial + image preloadingHermet Park2018-08-081-0/+13
* evas_image: do not render while preloadingShinwoo Kim2018-08-081-0/+3
* evas image: code refactoring.Hermet Park2018-08-061-19/+5
* evas: Remove unnecessary rotation when savingXavi Artigas2018-06-131-10/+0