aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Scale thumbnail selection border width with thumbnail sizeBert Münnich2014-09-291-7/+10
* Moved thumbnail sizes array to config.def.hBert Münnich2014-09-291-7/+7
* Refactored thumbnail size dependent calculationsBert Münnich2014-09-291-11/+13
* Added thumbnail zooming...Bert Münnich2014-09-281-36/+68
* Changed image mark in thumbnail view to small rectangleBert Münnich2014-09-271-4/+3
* Revised thumbnail loading...Bert Münnich2014-09-261-20/+52
* Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring2014-08-221-6/+3
* Beautified thumbnail marks and selection borderBert Münnich2014-08-181-14/+12
* Further simplified thumbnail marksBert Münnich2014-08-181-5/+3
* Simplified thumbnail selection and marksBert Münnich2014-08-171-12/+9
* Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich2014-08-161-12/+14
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-161-4/+2
* Unified file index variable for image & thumbnail modeBert Münnich2014-08-161-22/+23
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-161-1/+2
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-10/+10
* Create thumbnail cache dir automaticallyBert Münnich2014-06-101-70/+55
* Small fix for thumbnail croppingBert Münnich2014-06-101-1/+1
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-091-13/+66
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-6/+0