summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add svg loaderKim Woelders2022-01-083-0/+215
* XBM loader: Correct load2() result when no header is foundKim Woelders2022-01-071-3/+7
* 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-283-0/+80
* 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
* imlib2_view: Fix(?) animated image frame dispose handlingKim Woelders2021-12-261-45/+84
* Updates for animated image handlingKim Woelders2021-12-265-8/+14
* autofoo/loader cosmeticsKim Woelders2021-12-232-67/+64
* 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
* imlib2_load: Add support for multiframe imagesKim Woelders2021-12-191-1/+11
* Enable caching for multiframe imagesKim Woelders2021-12-192-10/+11
* Add support for multiframe (animated) imagesKim Woelders2021-12-194-0/+74
* imlib2_view: Fix caching optionKim Woelders2021-12-191-12/+49
* debug: Add some image caching debugKim Woelders2021-12-191-0/+8
* imlib2_view: Tweaks around timeoutKim Woelders2021-12-191-9/+13
* imlib2_view: Remove some pointless function callsKim Woelders2021-12-191-3/+0
* imlib2_view: Refactor pixmap renderingKim Woelders2021-12-181-77/+52
* imlib2_view: Move window background image init to separate functionKim Woelders2021-12-181-40/+52
* imlib2_view: Add 'r' command to refreshKim Woelders2021-12-181-1/+6
* imlib2_view: Cosmetics (if -> switch)Kim Woelders2021-12-181-6/+12
* Trivial cleanupsKim Woelders2021-12-187-7/+7
* Pass parameters to __imlib_LoadImage() by structKim Woelders2021-12-183-64/+51
* Use __func__ instead of open coded function namesKim Woelders2021-12-181-246/+169
* Drop context check/init in API functionsKim Woelders2021-12-101-226/+0
* Make initial context staticKim Woelders2021-12-081-47/+30
* Drop context image save/restore around __imlib_Load/SaveImage() callsKim Woelders2021-12-061-30/+24
* Update doc for imlib_load_image_fd()Kim Woelders2021-12-061-4/+7
* 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