aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Expand)AuthorAgeFilesLines
* fix: don't use reserved identifiersNRK2022-06-251-1/+1
* r_mkdir: don't truncate the path on error (#322)NRK2022-06-221-3/+1
* reduce calls to win-titleNRK2022-06-021-0/+2
* Declare every extern function/variable in `nsxiv.h` (#268)N-R-K2022-05-031-4/+2
* add config.h option for top statusbar (#231)N-R-K2022-02-261-1/+2
* use win-title script for customizing window title (#213)N-R-K2022-02-231-2/+0
* code-style: prefer calloc over malloc+memsetNRK2022-02-171-5/+3
* update copyright yearNRK2022-02-131-1/+1
* mark functions and vars as static (#146)N-R-K2021-11-201-5/+5
* code-style: general cleanups (#137)N-R-K2021-10-291-4/+4
* update copyright notice (#139)eylles2021-10-281-1/+2
* Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran2021-10-111-4/+4
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-4/+2
* Make statusbar optional (#95)Arthur Williams2021-10-101-3/+3
* fix: crashing on bad exif thumbnail (#75)N-R-K2021-09-291-1/+1
* add .mark.foreground to XresourcesNRK2021-09-171-1/+1
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-8/+9
* set title based on prefix and suffix (#23)qsmodo2021-09-161-0/+2
* Custom bar colors (#10)Guilherme Freire2021-09-161-3/+3
* Use normal win colors in fullscreen modeBert Münnich2019-07-161-8/+3
* Fix comparison broken by signednessBert Münnich2019-03-151-16/+17
* Align compile-time color options with X resource colorsBert Münnich2019-01-231-4/+4
* Respect updated path format when cleaning cacheKacper Gutowski2018-07-301-11/+2
* Don't skip dot files when cleaning cacheKacper Gutowski2018-07-301-1/+1
* Reject text files resembling TGA imagesBert Münnich2017-11-231-8/+2
* One header file for type definitions and function declarationsBert Münnich2017-10-161-8/+4
* Add -p flag to disable writing of cache and temporary filesAntti Korpi2017-09-081-1/+5
* Fix unused-variable warnings in conditionally compiled codeBert Münnich2016-12-281-3/+2
* Only open regular files; fixes issue #252Bert Münnich2016-10-201-6/+10
* Allow opening directories non-recursivelyParide Legovini2016-09-281-1/+1
* Use Xft for font loading and text drawingBert Münnich2016-08-061-4/+4
* Build-time option for default thumbnail size; fixes issue #207Bert Münnich2015-12-201-2/+2
* Simplified r_mkdir()Bert Münnich2015-10-281-1/+2
* Revised error handlingBert Münnich2015-10-281-7/+8
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-281-3/+3
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-3/+2
* Removed overcautious parameter checksBert Münnich2015-10-281-37/+1
* Thumbnail cache file format depending on existance of alpha layerBert Münnich2015-07-221-4/+8
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-041-10/+22
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-3/+3
* Enforced thumbnail reloading after key handlerBert Münnich2014-11-271-1/+1
* Limit thumbnail selection border width to 4pxBert Münnich2014-11-271-0/+1
* Do not cache thumbnails, which are smaller than the maximum sizeBert Münnich2014-10-311-12/+22
* Discard cached & EXIF thumbnails, which are smaller than the configured maxim...Bert Münnich2014-10-311-12/+21
* Fixed leakage of resources allocated by EXIF libraryBert Münnich2014-10-311-4/+4
* Fixed segfault when run with -cBert Münnich2014-10-291-1/+1
* Do not print could-not-open-warnings for files found by directory traversalBert Münnich2014-10-241-1/+2
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-301-21/+22
* Set JPEG quality for thumbnail cache filesBert Münnich2014-09-291-0/+1
* Fixed thumbnail creation for files with big aspect ratio factor; fixes issue ...Bert Münnich2014-09-291-1/+2