summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* evas_vg_load_svg: Fix colorstop offset parserJunsuChoi2022-01-121-3/+14
* evas_vg_load_svg: Add check that stroke-dasharray is "none"JunsuChoi2022-01-121-0/+2
* evas_vg_load_svg: Fix negative attrs lengthJunsuChoi2022-01-121-1/+1
* evas_vg_load_svg: Prevent array overflowJunsuChoi2022-01-111-1/+1
* avif saver: fix test on the returned type of fwrite()Vincent Torri2021-12-161-1/+1
* ecore evas - wl - detect timestamsp too far in the past and complainCarsten Haitzler (Rasterman)2021-12-101-0/+8
* evas - loaders - avif, heif - allow threaded loadingCarsten Haitzler (Rasterman)2021-12-042-2/+2
* Evas engines: remove last bits of evas_cserve2Vincent Torri2021-10-262-39/+0
* evas - software x11 - remove unused xlib+egl code in sw x11Carsten Haitzler (Rasterman)2021-10-254-354/+1
* Evas: remove old xcb code in software_x11 codeVincent Torri2021-10-253-34/+12
* emotion - properly track subtitle mute state and init emotion obj earlyCarsten Haitzler (Rasterman)2021-09-262-9/+10
* evas - gl x11 - dont crearte eglimage multiple times in same frameCarsten Haitzler (Rasterman)2021-09-064-2/+8
* evas - gl - ensure surfaces are 0 when destroyedCarsten Haitzler (Rasterman)2021-09-051-1/+3
* evas gl: bind texture with external target for mapShinwoo Kim2021-07-281-1/+8
* evas - tga - remove errant printfCarsten Haitzler (Rasterman)2021-07-051-1/+0
* ecore evas - fix leake and possile seg i added in cnp paste fixCarsten Haitzler (Rasterman)2021-06-261-1/+1
* ecore evas - cnp - look for exact mime matches before conversionsCarsten Haitzler (Rasterman)2021-06-261-5/+23
* evas_vg_load_svg: Fix color parsingJunsuChoi2021-06-181-1/+1
* gif loader: show the current frame image if getting row is failedTaehyub Kim2021-05-241-4/+6
* egl: silence warning of deprecated feature test.Alastair Poole2021-05-183-6/+6
* evas gl - dont swap with damages if we are debugging partialCarsten Haitzler (Rasterman)2021-05-031-1/+1
* evas - image loader - tiff - switch types to avoid deprecated warningsCarsten Haitzler (Rasterman)2021-05-031-10/+10
* evas - saver - tiff - change types to remove deprecated warningsCarsten Haitzler (Rasterman)2021-05-031-5/+5
* fix modules/ecore_evas/engines/wayland compilationJérémy Zurcher2021-04-183-36/+18
* modules: Rename EAPI macro to MODAPI for modulesFelipe Magno de Almeida2021-04-1731-353/+279
* evas gl - drm - native bind - handle null eglimage create on bindCarsten Haitzler (Rasterman)2021-04-163-9/+37
* improve heif loader: * efl coding style * faster head callback * faster co...Vincent Torri2021-04-092-183/+255
* evas - gl - optimize dither shader - use integer vecs and go to 2x2Carsten Haitzler (Rasterman)2021-04-042-22/+41
* evas gl - add env var to disable dither because some gl's are brokenCarsten Haitzler (Rasterman)2021-04-021-11/+24
* Evas avif loader: fix segfault when the avif loader tries to load a non avif ...Vincent Torri2021-03-311-1/+6
* Avif image loader: add another check to verify that libavif has been built wi...Vincent Torri2021-03-281-0/+24
* ecore evas ews - deprecate/removeCarsten Haitzler (Rasterman)2021-03-281-2/+0
* evas - gl add export for getting dmabuf formats and modifiersCarsten Haitzler (Rasterman)2021-03-262-0/+37
* evas - gl - respect yinvert now as it ... seems to work.Carsten Haitzler (Rasterman)2021-03-261-2/+2
* evas - gl - stop leaking images and never freeing them from cacheCarsten Haitzler (Rasterman)2021-03-201-4/+11
* evas gl - remove freed gl image from context image listCarsten Haitzler (Rasterman)2021-03-091-0/+4
* ecore-evas-wayland: Remove wayland wobbly windows junkChristopher Michael2021-03-011-48/+0
* gl: remove memory leak of orient_setShinwoo Kim2021-02-131-1/+0
* Added the heif loaderthierry19702021-02-061-0/+300
* evas - gl engine - look for extension in the right extension string setCarsten Haitzler (Rasterman)2021-02-062-2/+3
* evas - tga loader - ignore origin as it leads to valid tga's not loadingCarsten Haitzler (Rasterman)2021-02-011-10/+10
* evas - let's not set dynamic img hints if extns not thereCarsten Haitzler (Rasterman)2021-01-141-0/+5
* gl: remove invalid read and writeShinwoo Kim2021-01-143-5/+14
* evas webp loader - stop complainig its an invalid fileCarsten Haitzler (Rasterman)2021-01-061-1/+0
* evas - avif - fix for 0.8.2 libavif that broke apiCarsten Haitzler (Rasterman)2020-12-181-10/+4
* png: handle 9-patch ends with stretchShinwoo Kim2020-12-071-0/+14
* evas - fix build on bigendianCarsten Haitzler (Rasterman)2020-11-301-2/+2
* evas gl - experiment with dithered gl renderingCarsten Haitzler (Rasterman)2020-11-274-9/+113
* ui transit: improve zoom effect smoothness by subpixel rendering.Hermet Park2020-11-251-1/+2
* evas gl: make 9 patch workShinwoo Kim2020-11-201-0/+24