summaryrefslogtreecommitdiff
path: root/src/modules/evas/image_loaders/bmp/evas_image_load_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing whitespaces (13 / 14)Elyes HAOUAS2020-06-231-3/+3
* evas: break Image_Loader API to allow for getting property from the data fiel...Cedric BAIL2019-07-121-4/+5
* evas: break Evas_Loader API and introduce a version numbering for Image_Loader.Cedric BAIL2019-07-121-0/+1
* Evas: remove Evil.h when not needed and use evil_private when neededVincent Torri2019-05-201-4/+0
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* evas bmp loader - fix warnings about same type handled twiceCarsten Haitzler (Rasterman)2017-07-291-2/+2
* evas image async preload - add option to also make header load asyncCarsten Haitzler (Rasterman)2017-01-021-19/+19
* evas: bug fix in bmp loaderJaeun Choi2016-11-301-1/+1
* evas: Fix BMP load with region set and scale downJean-Philippe Andre2016-08-171-2/+6
* evas: Support region_set for BMP imagejiin.moon2016-08-171-45/+95
* evas_image_load_bmp: fix bug that image is not decoded, if image is not perfact.Ji-Youn Park2016-06-171-1/+5
* evas-image-loaders: Fix compiler warning of comparison between signedChris Michael2015-01-271-1/+1
* evas: fix signed/unsigned warning.Cedric BAIL2015-01-261-1/+1
* evas: fix to load BMP file compressed with RLE.jiin.moon2015-01-261-1/+5
* evas: preparation of places for model_saver_loader separated from image_saver...Bogdan Devichev2014-12-231-0/+1411