summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_filter_mixin.c
Commit message (Expand)AuthorAgeFilesLines
* evas: correctly declare filter_internal as public APIMarcel Hollerbach2020-06-051-4/+2
* evas filter: preserve text source colorShinwoo Kim2019-10-141-1/+5
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-2/+2
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-6/+6
* filters: Safety++Jean-Philippe Andre2017-09-061-10/+15
* evas: use output instead of default one during rendering of proxy.Cedric BAIL2017-08-251-1/+1
* evas: make filter handle multi output.Cedric BAIL2017-08-251-3/+3
* evas: stat introducing a concept of engine and output in the backend.Cedric BAIL2017-05-121-11/+12
* evas_filter: initialize was_empty to false to have a defined stateStefan Schmidt2017-04-261-1/+1
* evas: remove engine.data.output.Cedric BAIL2017-04-241-6/+3
* evas filters: Fix rare crash with async renderJean-Philippe Andre2017-04-141-9/+3
* evas filters: Fix async RW renderingJean-Philippe Andre2017-04-141-204/+185
* evas filters: Cleanup unused buffersJean-Philippe Andre2017-04-141-18/+13
* evas filters: Adjust downscale coordinates to avoid artifactsJean-Philippe Andre2017-04-141-2/+2
* evas filters: Fix maps with filtered snapshotsJean-Philippe Andre2017-04-141-7/+26
* evas filters: Prevent redraws when obscure changedJean-Philippe Andre2017-04-141-5/+27
* evas: Fix cutout handling for snapshot objectsJean-Philippe Andre2017-04-141-14/+28
* evas filters: Force redraw of snapshot if cutout shrankJean-Philippe Andre2017-04-141-23/+47
* evas filters: Move private data out of evas headersJean-Philippe Andre2017-04-141-2/+48
* evas: Fix excessive redraws of snapshot objectsJean-Philippe Andre2017-04-141-2/+5
* evas filters: Refactor to support reuse of buffersJean-Philippe Andre2017-04-141-24/+85
* evas filters: Avoid unnecessary drawJean-Philippe Andre2017-04-141-1/+1
* evas filters: Recompile filter after data_setJean-Philippe Andre2017-04-141-2/+6
* evas filters: Expand snapshot regions by blur radiusJean-Philippe Andre2017-04-141-0/+18
* evas: Pass obscuring region to the filtersJean-Philippe Andre2017-04-141-21/+65
* evas: Fix classic text styles with filters in textblockJean-Philippe Andre2017-01-171-1/+1
* evas: Implement filter sources support for textblockJean-Philippe Andre2017-01-171-3/+3
* evas: Implement filter_data_set for textblockJean-Philippe Andre2017-01-171-0/+2
* evas: Fix tb filters spanning over multiple itemsJean-Philippe Andre2017-01-171-1/+1
* evas: Remove most extra data from filter mixinJean-Philippe Andre2017-01-171-58/+33
* evas: Refactor evas filters a bitJean-Philippe Andre2017-01-171-21/+24
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-3/+3
* evas: remove float comparison warnings for evas_filter_mixinChris Michael2016-12-201-3/+5
* evas: Fix directly dereferencing pointer which may be NULLChris Michael2016-10-131-1/+2
* evas: Fix async filters following changes in EOJean-Philippe Andre2016-10-061-15/+15
* Evas: Don't access members of a null struct. Fixes T4616Stephen Houston2016-09-201-0/+2
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-16/+16
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-8/+8
* evas: Add & fix legacy APIs for text filtersJean-Philippe Andre2016-06-291-3/+2
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-10/+10
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-3/+1
* evas: Move canvas events to a common interfaceJean-Philippe Andre2016-06-141-3/+3
* Evas: Rename Evas.Filter to Efl.Canvas.Filter.InternalJean-Philippe Andre2016-06-101-78/+78
* Efl gfx: Remove the no longer needed .Base hack.Tom Hacohen2016-05-101-2/+2
* Evas filters: Simplify evas_filter_dirtyJean-Philippe Andre2016-03-151-24/+0
* Manually fix extra eo_do calls that were added after I migratedTom Hacohen2016-03-031-1/+1
* Automatic migration to Eo4.Tom Hacohen2016-03-031-16/+12
* Evas filters: Mark object as changed on data_setJean-Philippe Andre2016-03-021-1/+9
* Evas filters: Fix bad stringshare usageJean-Philippe Andre2016-03-021-1/+10