aboutsummaryrefslogtreecommitdiff
path: root/image.c
Commit message (Expand)AuthorAgeFilesLines
* [ci]: slience some clang-tidy warningsNRK2022-06-251-1/+3
* fix: don't use reserved identifiersNRK2022-06-251-1/+1
* reduce calls to win-titleNRK2022-06-021-3/+2
* code-style: reduce some unnecessary if-elses (#261)N-R-K2022-04-271-12/+4
* don't quit if imlib_create_image() fails (#248)N-R-K2022-04-121-2/+8
* add config.h option for top statusbar (#231)N-R-K2022-02-261-2/+2
* update copyright yearNRK2022-02-131-1/+1
* Add keybind to scroll to image center (#203)Nick Hanley2022-01-151-0/+8
* fix -Wmaybe-uninitialized warningNRK2022-01-061-1/+1
* fix -Wshadow related warningsNRK2022-01-061-2/+1
* fix: jpeg exif orientation on Imlib2 v1.7.5 (#188)N-R-K2022-01-021-1/+9
* Allow setting cache size based on memory percentage (#184)MahouShoujoMivutilde2022-01-011-1/+19
* refactor: move shared code into a functionNRK2021-12-121-21/+19
* img_load_webp: close the file handler and use errnoNRK2021-12-121-3/+4
* img_load_webp: simplify multi-frame allocationNRK2021-12-121-4/+1
* img_load_webp: remove unnecessary castingNRK2021-12-121-7/+5
* remove unneeded animated-webp hacksNRK2021-12-121-83/+43
* fix: compile error (#182)N-R-K2021-12-091-2/+2
* bring back zoom_levels (#156)N-R-K2021-12-011-2/+11
* fix crash when zooming out on small images (#178)mamg222021-12-011-2/+2
* fix: img_load_gif: out-of-bound accessNRK2021-11-261-4/+7
* Revert "fix: out-of-bounds access when bg not in color map"NRK2021-11-261-4/+0
* allow configuring imlib2's cache size (#171)N-R-K2021-11-261-0/+1
* mark functions and vars as static (#146)N-R-K2021-11-201-7/+7
* code-style: general cleanups (#137)N-R-K2021-10-291-9/+7
* remove unnecessary animated webp related checkN-R-K2021-10-281-6/+0
* update copyright notice (#139)eylles2021-10-281-1/+2
* fix: memory leak in img_load_webp (#135)N-R-K2021-10-261-4/+10
* Revert "Fix in tabbed with alpha patch (#3)" (#121)N-R-K2021-10-161-2/+1
* Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran2021-10-111-2/+2
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-1/+2
* Make statusbar optional (#95)Arthur Williams2021-10-101-1/+1
* Use zoom steps instead of hard-coding levels (#92)Lu Xu2021-09-251-47/+11
* Add animated webp support (#20)Sam Whitehead2021-09-241-1/+151
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-5/+5
* Rework the build system (#19)TAAPArthur2021-09-161-4/+4
* fix: out-of-bounds access when bg not in color mapwhowillbellthecat2021-09-161-0/+4
* change gamma on -GNRK2021-09-161-1/+1
* Custom bar colors (#10)Guilherme Freire2021-09-161-1/+1
* Fix in tabbed with alpha patch (#3)Berke Kocaoğlu2021-09-161-1/+2
* Implement fill scale modeBerke Kocaoğlu2021-09-161-0/+3
* Use normal win colors in fullscreen modeBert Münnich2019-07-161-1/+1
* Align compile-time color options with X resource colorsBert Münnich2019-01-231-1/+1
* Do not limit fit-to-win to smallest zoom levelBert Münnich2018-01-221-7/+4
* Make zoomdiff compare impact on image dimensionsBert Münnich2018-01-221-6/+6
* Use float for ox/oy compare valuesBert Münnich2018-01-221-4/+4
* Reject text files resembling TGA imagesBert Münnich2017-11-231-9/+23
* One header file for type definitions and function declarationsBert Münnich2017-10-161-7/+4
* Zoom into mouse cursor positionBert Münnich2017-10-161-2/+9
* Mouse drag translates pointer position to image areaBert Münnich2017-10-041-3/+8