summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.5.1.v1.5.1Kim Woelders2018-03-172-2/+22
* imlib2_conv.c: Fix gcc8 warningKim Woelders2018-03-101-4/+2
* grab.c: Fix gcc8 warningKim Woelders2018-03-101-2/+3
* imlib2_view: Limit window dimensions to 32767Kim Woelders2018-03-101-9/+23
* Warning fixes in imlib2_... programsKim Woelders2018-03-103-51/+47
* Add missing const to imlib_apply_filter() script argumentKim Woelders2018-03-104-9/+9
* PNG loader: Correct various error handling casesKim Woelders2018-03-101-6/+4
* Maximum image dimension should be 32767, not 32766Kim Woelders2018-03-101-4/+6
* BMP loader: Fix warnings found with -O3Kim Woelders2018-03-091-1/+7
* PNM loader: Simplify (fixing ASCII format parsing issues T6751)Kim Woelders2018-03-091-140/+35
* BMP loader: Fix infinite loop with invalid bmp images (T6749)Kim Woelders2018-03-071-0/+11
* XPM loader: Fix potential use of uninitialized value (T6746)Kim Woelders2018-03-071-0/+2
* Fix build without HAVE_X11_SHM_FD (T6752)Kim Woelders2018-03-071-1/+6
* 1.5.0.v1.5.0Kim Woelders2018-02-222-5/+37
* Drop -Waggregate-returnKim Woelders2018-02-221-1/+1
* Expose XImage cache control functionsKim Woelders2018-02-174-10/+109
* Add imlib_get_cache_used()Kim Woelders2018-02-172-4/+18
* Refactor the XImage cacheKim Woelders2018-02-101-100/+70
* Add IMLIB2_XIMAGE_CACHE_COUNT to enable testing the ximage cacheKim Woelders2018-02-101-0/+11
* Introduce IMLIB2_SHM_OPT to enable overriding/testing SHM modesKim Woelders2018-02-101-0/+18
* Fix potential OOB memory access if border sizes exceed image dimensionsKim Woelders2018-02-091-28/+28
* Fix potential OOB memory access if border elements are negativeKim Woelders2018-02-091-4/+4
* Strip trailing whitespace, cosmeticsKim Woelders2018-02-091-319/+319
* Autofoo cosmeticsKim Woelders2018-02-081-2/+3
* IndentKim Woelders2018-02-082-10/+16
* Add support for MIT-SHM FD-passingAlexander Volkov2018-02-083-42/+148
* introduce __imlib_ShmDestroyXImage() instead of __imlib_ShmDetach()Alexander Volkov2018-02-083-8/+16
* put a check for shared memory inside __imlib_ShmGetXImage()Alexander Volkov2018-02-083-25/+13
* imlib_create_scaled_image_from_drawable(): Drop shape handling if unshapedKim Woelders2017-12-231-16/+27
* imlib_create_scaled_image_from_drawable(): speed up 1:1 caseKim Woelders2017-12-231-32/+53
* imlib2_grab: Always use imlib_create_scaled_image_from_drawable() to grab imageKim Woelders2017-12-231-5/+2
* Remove redundant CAST_IMAGE()Kim Woelders2017-12-171-2/+0
* Introduce __imlib_LoadImageData()Kim Woelders2017-12-175-196/+74
* Make some more functions static.Kim Woelders2017-12-152-4/+2
* XPM loader: Fix incorrect image invalidation.Kim Woelders2017-05-011-1/+0
* 1.4.10.v1.4.10Kim Woelders2017-04-152-174/+188
* Prevent OOB read with large file support on 32 bitTobias Stoeckmann2017-03-251-1/+3
* Properly release resources on error pathTobias Stoeckmann2017-03-129-9/+58
* Avoid out of boundary operations while parsing xpmTobias Stoeckmann2017-02-201-4/+24
* Fix missing break.Kim Woelders2017-02-121-0/+1
* PNM loader: Fix reading PNM bitmaps.Kim Woelders2016-09-031-0/+1
* 1.4.9.v1.4.9Kim Woelders2016-04-292-2/+36
* Fix various potential OOM crashes.Kim Woelders2016-04-166-125/+93
* Move __imlib_ItemInList() to file.c.Kim Woelders2016-04-164-21/+20
* Trivial file function cleanups.Kim Woelders2016-04-152-16/+14
* Eliminate pImlibExternalFilter type.Kim Woelders2016-04-152-8/+6
* Make a number of functions static.Kim Woelders2016-04-154-14/+11
* Harden API and internals against overly large imagesYuriy M. Kaminskiy2016-04-133-5/+28
* Fix cross-endianness for masks (1-bit depth images)Alexander Smirnov2016-04-131-0/+2
* loader_xpm: remove nonsense/impossible/broken conditionYuriy M. Kaminskiy2016-04-121-2/+1