aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
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
2021-10-09Make statusbar optional (#95)Arthur Williams
2021-09-25Use zoom steps instead of hard-coding levels (#92)Lu Xu
2021-09-24Add animated webp support (#20)Sam Whitehead
2021-09-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu
2021-09-16Rework the build system (#19)TAAPArthur
2021-09-16fix: out-of-bounds access when bg not in color mapwhowillbellthecat
2021-09-16change gamma on -GNRK
2021-09-16Custom bar colors (#10)Guilherme Freire
2021-09-16Fix in tabbed with alpha patch (#3)Berke Kocaoğlu
2021-09-16Implement fill scale modeBerke Kocaoğlu