summaryrefslogtreecommitdiff
path: root/src/lib/evas/common
Commit message (Expand)AuthorAgeFilesLines
* Added the heif loaderthierry19702021-02-061-1/+6
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-1552-516/+489
* evas: Prevent null pointer accessJunsuChoi2020-12-151-0/+3
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-252-1/+2
* evas: sw font draw - protect against null pointer accessYoungbok Shin2020-09-281-0/+2
* evas_font_query: add Use parentheses within macrosAli Alzyod2020-08-251-4/+4
* evas: fix a potentional error of null derefWonki Kim2020-08-041-0/+1
* evas: font glyphs texture garbage collectorAli Alzyod2020-07-241-1/+21
* Evas: add avif evas loader and saverVincent Torri2020-07-152-1/+7
* Revert "Evas: add avif evas loader"Carsten Haitzler (Rasterman)2020-07-141-3/+1
* Evas: add avif evas loaderVincent Torri2020-07-141-1/+3
* evas_text: lazy loading color glyph images in RAMAli Alzyod2020-07-064-28/+81
* Fix typos - (Part #3)Elyes HAOUAS2020-07-061-1/+1
* Get rid of trailing whitespaces (12 / 14)Elyes HAOUAS2020-06-2331-146/+146
* Use extern after EAPIVincent Torri2020-06-101-1/+1
* evas_common_font: release reallocated glyphs bitmaps dataAli Alzyod2020-06-091-0/+5
* tiler - add maxreg for newtiler - not used atm but matches currentCarsten Haitzler (Rasterman)2020-06-041-1/+26
* evas/engine: Fix memory leak in generic cache.Subhransu Mohanty2020-06-031-2/+11
* evas_text: reduce Video Memory & RAM needed for text textures (Color Glyphs)Ali Alzyod2020-05-294-5/+50
* evas: resolve float compare warningsMike Blumenkrantz2020-05-121-3/+3
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-1/+1
* evas_textblock/evas_text/evas_textgrid: pick textrun fontsCarsten Haitzler (Rasterman)2020-04-181-33/+2
* Revert "evas_textblock: pick textrun fonts"Carsten Haitzler (Rasterman)2020-04-171-2/+33
* evas_textblock: remove special treat for variation sequence text runAli2020-04-171-11/+1
* evas_textblock: pick textrun fontsAli Alzyod2020-04-171-33/+2
* evas_common: rgba32 to Y8 (Enhance Conversion)ali2020-03-131-2/+2
* Revert "evas: remove unused function evas_common_load_image_from_file."Mike Blumenkrantz2020-02-142-0/+13
* canvas font: correct wrong masking length.Hermet Park2020-02-131-1/+1
* evas_object_textblock: treat variation sequence as single runAli Alzyod2020-01-231-1/+12
* evas map: ++Safety for range overflow.Hermet Park2020-01-031-1/+1
* Revert "Revert "Revert "evas map: diable high quality texture mapping feature...Hermet Park2020-01-031-7/+1
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-12-125-48/+368
* Revert "Revert "evas map: diable high quality texture mapping feature.""Hermet Park2019-12-021-1/+7
* Efl Canvas Text : Modify Style Propertyabdulleh Ghujeh2019-11-281-1/+2
* evas image cache: drop cache properly,Hermet Park2019-11-181-1/+1
* evas - revert evas variation sequence support - out of bound accessesCarsten Haitzler (Rasterman)2019-10-315-367/+48
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-10-195-48/+367
* evas/language: #ifdef guard variable which is only used inside #ifdefMike Blumenkrantz2019-10-181-1/+6
* evas/language: #ifdef guard variable which is only used inside #ifdefMike Blumenkrantz2019-10-111-1/+6
* Revert "evas map: diable high quality texture mapping feature."Hermet Park2019-10-021-7/+1
* evas map: diable high quality texture mapping feature.Hermet Park2019-09-301-1/+7
* evas mask: refactoring code.Hermet Park2019-09-191-17/+18
* evas map: disable the anti_aliasing code which can't be reached.Hermet Park2019-09-191-1/+8
* canvas map: remove logically dead code.Hermet Park2019-08-261-1/+1
* canvas map: code refactoring.Hermet Park2019-08-261-4/+3
* evas - scalecache - be a bit paranoid about images being set to nullCarsten Haitzler (Rasterman)2019-08-251-0/+6
* scalecache - handle possible use after free with sci still in listCarsten Haitzler (Rasterman)2019-08-241-2/+12
* eina file refs in edje/evas - audit them and plug holes where refs stayCarsten Haitzler (Rasterman)2019-08-212-1/+2
* evas - font rendering - dont crash if we have color fonts and gl and swCarsten Haitzler (Rasterman)2019-08-214-15/+16
* evas_common: parse color in rgb()/rgba() formatali2019-08-191-16/+82