aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
10 daysfix: image placement when rotating (#493)HEADmastere5150
2023-10-01inline img_multiframe_context_set()NRK
2023-10-01remove legacy multi-frame loadersNRK
2023-09-30centralize script handling logic (#477)NRK
2023-09-21fix: re-loading stale multi-frame imagesNRK
2023-09-21introduce img_free()NRK
2023-09-21remove faulty assertionsNRK
2023-08-28set autoreload timeout based on the latest event (#459)David Gowers
2023-07-08add some upgrade comments (#457)NRK
2023-07-08add compiled features into --version output (#462)NRK
2023-05-23set a default delay if delay is 0 (#445)NRK
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