aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
2023-05-18fix: calling imlib2 with color modifier being NULL (#440)NRK
2023-05-18fix: loading old frames due to multi-frame cache (#437)NRK
2023-03-11apply clang-formatNRK
2023-03-11make some changes prepping for clang-formatNRK
2023-01-28update copyright yearNRK
2023-01-28img_t: rename alpha -> alpha_layer for consistencyNRK
2023-01-28add cli flag --alpha-layerNRK
2023-01-08add support for multi-frame images via imlib2 (#373)NRK
2022-12-22add brightness and contrast (#396)Berke Kocaoğlu
2022-10-25fix: wrong length on animated webp (#381)NRK
2022-10-21img_open: explicitly decode image data immediately (#380)NRK
2022-10-19code-style: misc changes (#374)NRK
2022-09-10rename: aa -> anti_aliasNRK
2022-09-10allow disabling anti-aliasing via cli flagNRK
2022-08-16code-style: don't indent switch cases (#358)explosion-mental
2022-08-11fix: build failure when _SC_PHYS_PAGES is not definedNRK
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-07-03fix build failure due to missing <stdio.h> (#337)NRK
2022-06-28code-style: cleanup includesNRK
2022-06-25[ci]: slience some clang-tidy warningsNRK
2022-06-25fix: don't use reserved identifiersNRK
2022-06-02reduce calls to win-titleNRK
2022-04-27code-style: reduce some unnecessary if-elses (#261)N-R-K
2022-04-12don't quit if imlib_create_image() fails (#248)N-R-K
2022-02-26add config.h option for top statusbar (#231)N-R-K
2022-02-13update copyright yearNRK
2022-01-15Add keybind to scroll to image center (#203)Nick Hanley
2022-01-06fix -Wmaybe-uninitialized warningNRK
2022-01-06fix -Wshadow related warningsNRK
2022-01-01fix: jpeg exif orientation on Imlib2 v1.7.5 (#188)N-R-K
2022-01-01Allow setting cache size based on memory percentage (#184)MahouShoujoMivutilde
2021-12-12refactor: move shared code into a functionNRK
2021-12-12img_load_webp: close the file handler and use errnoNRK
2021-12-12img_load_webp: simplify multi-frame allocationNRK
2021-12-12img_load_webp: remove unnecessary castingNRK
2021-12-12remove unneeded animated-webp hacksNRK
2021-12-09fix: compile error (#182)N-R-K
2021-12-01bring back zoom_levels (#156)N-R-K
2021-12-01fix crash when zooming out on small images (#178)mamg22
2021-11-26fix: img_load_gif: out-of-bound accessNRK
2021-11-26Revert "fix: out-of-bounds access when bg not in color map"NRK
2021-11-25allow configuring imlib2's cache size (#171)N-R-K
2021-11-20mark functions and vars as static (#146)N-R-K
2021-10-28code-style: general cleanups (#137)N-R-K
2021-10-28remove unnecessary animated webp related checkN-R-K
2021-10-28update copyright notice (#139)eylles
2021-10-26fix: memory leak in img_load_webp (#135)N-R-K
2021-10-16Revert "Fix in tabbed with alpha patch (#3)" (#121)N-R-K
2021-10-12Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran
2021-10-11code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu