aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.c
AgeCommit message (Expand)Author
2024-02-12free cache_tmpfile in tns_free (#485)NRK
2023-10-01make thumbnail caching safer against concurrent writesNRK
2023-09-30centralize script handling logic (#477)NRK
2023-09-21introduce img_free()NRK
2023-07-08add some upgrade comments (#457)NRK
2023-03-11apply clang-formatNRK
2023-01-28update copyright yearNRK
2023-01-28use assertions instead of ignoring bogus arguments (#406)NRK
2022-10-19code-style: misc changes (#374)NRK
2022-08-16code-style: don't indent switch cases (#358)explosion-mental
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-06-28code-style: cleanup includesNRK
2022-06-25fix: don't use reserved identifiersNRK
2022-06-22r_mkdir: don't truncate the path on error (#322)NRK
2022-06-02reduce calls to win-titleNRK
2022-05-03Declare every extern function/variable in `nsxiv.h` (#268)N-R-K
2022-02-26add config.h option for top statusbar (#231)N-R-K
2022-02-23use win-title script for customizing window title (#213)N-R-K
2022-02-17code-style: prefer calloc over malloc+memsetNRK
2022-02-13update copyright yearNRK
2021-11-20mark functions and vars as static (#146)N-R-K
2021-10-28code-style: general cleanups (#137)N-R-K
2021-10-28update copyright notice (#139)eylles
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-29fix: crashing on bad exif thumbnail (#75)N-R-K
2021-09-16add .mark.foreground to XresourcesNRK
2021-09-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu
2021-09-16set title based on prefix and suffix (#23)qsmodo
2021-09-16Custom bar colors (#10)Guilherme Freire
2019-07-16Use normal win colors in fullscreen modeBert Münnich
2019-03-15Fix comparison broken by signednessBert Münnich
2019-01-23Align compile-time color options with X resource colorsBert Münnich
2018-07-30Respect updated path format when cleaning cacheKacper Gutowski
2018-07-30Don't skip dot files when cleaning cacheKacper Gutowski
2017-11-23Reject text files resembling TGA imagesBert Münnich
2017-10-16One header file for type definitions and function declarationsBert Münnich
2017-09-08Add -p flag to disable writing of cache and temporary filesAntti Korpi
2016-12-28Fix unused-variable warnings in conditionally compiled codeBert Münnich
2016-10-20Only open regular files; fixes issue #252Bert Münnich
2016-09-28Allow opening directories non-recursivelyParide Legovini
2016-08-06Use Xft for font loading and text drawingBert Münnich
2015-12-20Build-time option for default thumbnail size; fixes issue #207Bert Münnich
2015-10-28Simplified r_mkdir()Bert Münnich
2015-10-28Revised error handlingBert Münnich
2015-10-28Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich
2015-10-28Removed feature test macro definitions from source filesBert Münnich
2015-10-28Removed overcautious parameter checksBert Münnich
2015-07-22Thumbnail cache file format depending on existance of alpha layerBert Münnich