summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.7.5v1.7.5Kim Woelders2021-12-062-4/+95
* Update doc for imlib_load_image_fd()Kim Woelders2021-12-062-4/+18
* Refactor condition for using assembly functionsKim Woelders2021-12-048-15/+51
* Refactoring around mmx and scaling function callsKim Woelders2021-12-044-36/+38
* Refactoring around mmx and rotate function callsKim Woelders2021-12-042-33/+17
* test: Add some scaling/rotation testsKim Woelders2021-12-043-0/+293
* test_save: Check images with alpha tooKim Woelders2021-12-042-23/+57
* Simplify build wrt. asm filesKim Woelders2021-12-041-15/+5
* blend.c: Tweaks, cleanupsKim Woelders2021-12-042-10/+12
* Avoid "exceeds maximum object size" warningKim Woelders2021-12-021-2/+2
* Avoid signedness warningKim Woelders2021-12-021-2/+2
* Speedup in imlib_create_scaled_image_from_drawable()Kim Woelders2021-11-291-3/+13
* x11_grab.c: Introduce function to get shape maskKim Woelders2021-11-291-57/+51
* x11_grab.c: CosmeticsKim Woelders2021-11-291-15/+24
* imlib2_view: Enable grabbing/viewing drawablesKim Woelders2021-11-291-25/+74
* Only set MAINTAINERCLEANFILES in top-level Makefile.amKim Woelders2021-11-2911-17/+2
* WEBP loader: fix key selecting last frameNRK2021-11-291-0/+1
* test_grab: Add scale-down testsKim Woelders2021-11-251-0/+38
* test_grab: Cleanups, cosmeticsKim Woelders2021-11-251-31/+28
* Fix y-upscaling in imlib_create_scaled_image_from_drawable()Kim Woelders2021-11-252-15/+27
* x11_grab.c: Rename source/destination variables for clarityKim Woelders2021-11-252-169/+183
* Refactor imlib_create_scaled_image_from_drawable() - take 2Kim Woelders2021-11-253-111/+117
* Revert "Refactor imlib_create_scaled_image_from_drawable()"Kim Woelders2021-11-253-116/+111
* Refactor imlib_create_scaled_image_from_drawable()Kim Woelders2021-11-233-111/+116
* Trivial changes in __imlib_Grab...() function prototypesKim Woelders2021-11-232-6/+7
* Move pixmap stuff to x11_pixmap.c/hKim Woelders2021-11-237-364/+360
* test: Add X11 drawable grabbing testKim Woelders2021-11-232-0/+321
* Move ImlibImagePixmap population to __imlib_AddImagePixmapToCache()Kim Woelders2021-11-233-29/+49
* Rename X11 related files for clarityKim Woelders2021-11-2316-114/+76
* Remove some unneeded headersKim Woelders2021-11-231-2/+0
* Drop unnecessary free() NULL argument checksKim Woelders2021-11-2010-40/+21
* configure.ac: Fixup after recent changeKim Woelders2021-11-061-24/+15
* WEBP loader: Enable loading animated images (first frame by default)Kim Woelders2021-11-052-37/+38
* Loader loading: Don't bother looking up load() if we have load2()Kim Woelders2021-11-051-1/+2
* Loader loading: Avoid always loading all loadersKim Woelders2021-11-052-11/+170
* Loader loading: Minor loader lookup refactoringKim Woelders2021-11-051-8/+21
* Loader loading: Move __imlib_GetLoaderList()Kim Woelders2021-11-051-6/+6
* Loader loading: Move to __imlib_FindBestLoaderForFormat()Kim Woelders2021-11-053-9/+4
* Loader loading: TweaksKim Woelders2021-11-051-11/+7
* Loader cosmeticsKim Woelders2021-11-057-11/+5
* Introduce ARRAY_SIZE()Kim Woelders2021-11-0520-38/+23
* Introduce UPDATE_FLAG()Kim Woelders2021-11-0512-76/+20
* imlib2_view: Add option to cache imagesKim Woelders2021-11-051-2/+8
* test: test_load improvementsKim Woelders2021-11-051-10/+13
* XPM loader: Use mmap() for loadingKim Woelders2021-10-221-8/+39
* XBM loader: Ignore comments and other stuff in headerKim Woelders2021-10-221-2/+13
* XBM loader: Use mmap() for loadingKim Woelders2021-10-221-1/+51
* XBM loader: CosmeticsKim Woelders2021-10-221-3/+4
* XBM loader: Fix potential buffer overrunKim Woelders2021-10-221-0/+3
* PNM loader: Use mmap() for loadingKim Woelders2021-10-221-17/+100