index
:
nsxiv
config
master
new simple X image viewer
Justin Gassner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
thumbs.c
Age
Commit message (
Expand
)
Author
2019-03-15
Fix comparison broken by signedness
Bert Münnich
2019-01-23
Align compile-time color options with X resource colors
Bert Münnich
2018-07-30
Respect updated path format when cleaning cache
Kacper Gutowski
2018-07-30
Don't skip dot files when cleaning cache
Kacper Gutowski
2017-11-23
Reject text files resembling TGA images
Bert Münnich
2017-10-16
One header file for type definitions and function declarations
Bert Münnich
2017-09-08
Add -p flag to disable writing of cache and temporary files
Antti Korpi
2016-12-28
Fix unused-variable warnings in conditionally compiled code
Bert Münnich
2016-10-20
Only open regular files; fixes issue #252
Bert Münnich
2016-09-28
Allow opening directories non-recursively
Paride Legovini
2016-08-06
Use Xft for font loading and text drawing
Bert Münnich
2015-12-20
Build-time option for default thumbnail size; fixes issue #207
Bert Münnich
2015-10-28
Simplified r_mkdir()
Bert Münnich
2015-10-28
Revised error handling
Bert Münnich
2015-10-28
Prefix safe allocation functions with 'e' instead of 's_'
Bert Münnich
2015-10-28
Removed feature test macro definitions from source files
Bert Münnich
2015-10-28
Removed overcautious parameter checks
Bert Münnich
2015-07-22
Thumbnail cache file format depending on existance of alpha layer
Bert Münnich
2015-01-04
Cache out of view thumbnails in the background
Bert Münnich
2015-01-04
Use bit-field for boolean flags in fileinfo struct
Bert Münnich
2014-11-27
Enforced thumbnail reloading after key handler
Bert Münnich
2014-11-27
Limit thumbnail selection border width to 4px
Bert Münnich
2014-10-31
Do not cache thumbnails, which are smaller than the maximum size
Bert Münnich
2014-10-31
Discard cached & EXIF thumbnails, which are smaller than the configured maxim...
Bert Münnich
2014-10-31
Fixed leakage of resources allocated by EXIF library
Bert Münnich
2014-10-29
Fixed segfault when run with -c
Bert Münnich
2014-10-24
Do not print could-not-open-warnings for files found by directory traversal
Bert Münnich
2014-09-30
Unified file count variable for image & thumbnail mode
Bert Münnich
2014-09-29
Set JPEG quality for thumbnail cache files
Bert Münnich
2014-09-29
Fixed thumbnail creation for files with big aspect ratio factor; fixes issue ...
Bert Münnich
2014-09-29
Scale thumbnail selection border width with thumbnail size
Bert Münnich
2014-09-29
Moved thumbnail sizes array to config.def.h
Bert Münnich
2014-09-29
Refactored thumbnail size dependent calculations
Bert Münnich
2014-09-28
Added thumbnail zooming...
Bert Münnich
2014-09-27
Changed image mark in thumbnail view to small rectangle
Bert Münnich
2014-09-26
Revised thumbnail loading...
Bert Münnich
2014-08-22
Bug #165: Deletion of unnecessary null pointer checks
Markus Elfring
2014-08-18
Beautified thumbnail marks and selection border
Bert Münnich
2014-08-18
Further simplified thumbnail marks
Bert Münnich
2014-08-17
Simplified thumbnail selection and marks
Bert Münnich
2014-08-16
Fixed wrong thumbnail-to-file mappings caused by file deletions
Bert Münnich
2014-08-16
Pass marked files to external key handler in thumbnail mode; fixes issue #135
Bert Münnich
2014-08-16
Unified file index variable for image & thumbnail mode
Bert Münnich
2014-08-16
Generalized thumbnail loading, allows easier reloading of thumbnails later on
Bert Münnich
2014-07-28
Overhauled window drawing, yet again; fixes issue #155
Bert Münnich
2014-06-10
Create thumbnail cache dir automatically
Bert Münnich
2014-06-10
Small fix for thumbnail cropping
Bert Münnich
2014-06-09
Use thumbnails in EXIF tags; requirement for libexif is back
Bert Münnich
2014-04-06
Use a checkerboard background for alpha layer; fixes issue #138
Bert Münnich
2014-01-11
Adhere to XDG Base Directory Specification; fixes issue #124
Bert Münnich
[next]