aboutsummaryrefslogtreecommitdiff
path: root/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pan fraction configurablejcalve2017-09-061-3/+3
* Merge djhejna/floatdelayBert Münnich2016-12-011-1/+1
|\
| * Support for DELAY as a floating point number including less than 1Don Hejna2016-11-271-2/+2
* | Add -A option to force framerate on animated imagesdwminer2016-11-271-0/+2
|/
* Only open regular files; fixes issue #252Bert Münnich2016-10-201-1/+4
* Use Xft for font loading and text drawingBert Münnich2016-08-061-1/+1
* Fix 32-bit unsigned integer shiftBert Münnich2015-12-261-1/+1
* Revised error handlingBert Münnich2015-10-281-5/+6
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-281-6/+6
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-3/+2
* Removed overcautious parameter checksBert Münnich2015-10-281-52/+3
* Round integer cast of image offset during rendering; fixes issue #197Bert Münnich2015-02-061-2/+2
* Apply gamma value on thumbnails too; fixes issue #193Bert Münnich2015-01-051-30/+11
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-2/+2
* Do not print could-not-open-warnings for files found by directory traversalBert Münnich2014-10-241-2/+3
* Simplified img_frame_animateBert Münnich2014-09-011-10/+5
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-1/+1
* Revised handling of GIF animationsBert Münnich2014-07-251-30/+13
* Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich2014-07-231-14/+8
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-091-16/+32
* Fix build with giflib >= 5.1.0.Bartłomiej Piotrowski2014-05-271-0/+4
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-9/+21
* Check for background image allocation failureBert Münnich2014-02-071-1/+2