summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* imlib2_view: Avoid clang errorHEADmasterKim Woelders2022-01-211-1/+1
* image.c: Avoid potential compile errorKim Woelders2022-01-211-4/+3
* test: Add some more PNM type loading testsKim Woelders2022-01-198-2/+868
* PNM loader: Fix "XV thumbnail" (P7 332) loadingKim Woelders2022-01-191-48/+44
* PNM loader: Fix P1 when spaces are omittedKim Woelders2022-01-181-7/+28
* test: Add makefile to generate test imagesKim Woelders2022-01-1811-270/+358
* test: Move generated image files out of source dirKim Woelders2022-01-189-33/+43
* Drop change log from before first version tagKim Woelders2022-01-182-885/+27
* Avoid redundant operations when non-existing file has no "key"Kim Woelders2022-01-171-2/+5
* Simplify __imlib_FileKey()Kim Woelders2022-01-171-30/+13
* test: Check __imlib_FileKey()Kim Woelders2022-01-171-1/+65
* PNG loader: Add multiframe supportKim Woelders2022-01-161-1/+285
* PNG loader: Rewrite to use callback APIKim Woelders2022-01-161-75/+171
* PNG loader: Disable Imlib2-Comment stuffKim Woelders2022-01-161-1/+12
* Add dispose-to-previous frame handlingKim Woelders2022-01-163-12/+56
* imlib2_load: Add no-data optionKim Woelders2022-01-161-14/+20
* SVG loader: Avoid problems when loading the module more than onceKim Woelders2022-01-081-1/+1
* Add svg loaderKim Woelders2022-01-086-0/+229
* XBM loader: Correct load2() result when no header is foundKim Woelders2022-01-071-3/+7
* configure.ac: Correct simplification changes some moreKim Woelders2022-01-071-3/+4
* configure.ac: Correct simplification changesKim Woelders2022-01-041-3/+2
* LZMA loader: Fix potential warningKim Woelders2022-01-041-1/+1
* ICO loader: Fix compilation on big endian architecturesSören Tempel2022-01-031-0/+3
* imlib2_load: Verbosity twaeksKim Woelders2022-01-021-2/+5
* imlib2_view: Verbosity twaeksKim Woelders2022-01-021-3/+4
* imlib2_grab: Print error message if saving failsKim Woelders2021-12-301-1/+4
* Add lzma loaderKim Woelders2021-12-287-1/+102
* BZ2, ZLIB loaders: Move duplicated code to separate fileKim Woelders2021-12-285-130/+146
* Introduce more loader return codesKim Woelders2021-12-2821-254/+217
* imlib2_view: Rework display of animated imagesKim Woelders2021-12-281-84/+155
* GIF loader: Always set BLEND flagKim Woelders2021-12-281-0/+1
* ICO loader: Mostly cosmetic changes (inline ico_read())Kim Woelders2021-12-261-51/+26
* ICO loader: Minor optimizationKim Woelders2021-12-261-15/+10
* test: Add a couple of ico depth test imagesKim Woelders2021-12-265-0/+5
* imlib2_view: Fix(?) animated image frame dispose handlingKim Woelders2021-12-261-45/+84
* Updates for animated image handlingKim Woelders2021-12-265-8/+14
* configure.ac: Simplify loader setupKim Woelders2021-12-231-228/+57
* autofoo/loader cosmeticsKim Woelders2021-12-233-146/+146
* Drop some intermediate type definitionsKim Woelders2021-12-2122-180/+132
* updates: Reduce memory usageKim Woelders2021-12-211-20/+13
* Loader loading: Avoid access to uninitialized load() itemKim Woelders2021-12-211-1/+2
* debug: Avoid use of uninitialized dataKim Woelders2021-12-211-0/+1
* IndentKim Woelders2021-12-211-2/+2
* ICO loader: Debug tweaksKim Woelders2021-12-191-5/+5
* GIF loader: Multiframe supportKim Woelders2021-12-191-13/+65
* GIF loader: Some refactoring, add debugKim Woelders2021-12-191-42/+87
* ICO loader: Multiframe supportKim Woelders2021-12-191-19/+25
* WEBP loader: Multiframe supportKim Woelders2021-12-191-10/+22
* debug: Add DL macro for additional loader debugKim Woelders2021-12-191-1/+6
* imlib2_view: Add support for multiframe imagesKim Woelders2021-12-191-15/+123