aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplified r_mkdir()Bert Münnich2015-10-283-31/+18
|
* Revised error handlingBert Münnich2015-10-2812-138/+108
| | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3)
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-286-35/+34
|
* Removed unnecessary buffer size constantsBert Münnich2015-10-282-14/+3
|
* Use XSI realpath(3)Bert Münnich2015-10-283-85/+0
|
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-284-37/+6
|
* Removed feature test macro definitions from source filesBert Münnich2015-10-287-21/+13
|
* Removed overcautious parameter checksBert Münnich2015-10-286-147/+11
|
* Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2015-08-192-4/+4
|
* Thumbnail cache file format depending on existance of alpha layerBert Münnich2015-07-222-5/+9
| | | | Use PNG if image has alpha layer, JPG if not. Fixes issue #209
* Clarified comments in key-handler, fixes issue #206Bert Münnich2015-05-183-7/+7
|
* Round integer cast of image offset during rendering; fixes issue #197Bert Münnich2015-02-062-3/+3
|
* Pass real paths to key handler instead of the paths provided by the userBert Münnich2015-01-182-2/+2
| | | | | Programs called by the key handler might replace symlinks instead of their targets.
* Simplified command argumentsBert Münnich2015-01-114-144/+125
|
* Updated documentation regarding gamma correctionBert Münnich2015-01-073-13/+16
|
* The Icon key should not contain extensionValentin Hăloiu2015-01-062-2/+2
| | | | According to the official [Icon Theme Spec](http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup) the Icon key in the desktop entry file should not contain the file extension.
* Apply gamma value on thumbnails too; fixes issue #193Bert Münnich2015-01-055-40/+27
|
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-045-25/+45
|
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-046-27/+34
|
* Removed obsolete ss_delays array, fixes issue #191Bert Münnich2014-12-222-5/+1
|
* Grouped optional dependencies in MakefileBert Münnich2014-12-081-3/+14
|
* Ignore SIGPIPE, caused by key handler exiting before all files got printed, ↵Bert Münnich2014-12-012-1/+3
| | | | fixes issue #188
* Pass file paths to key handler via stdin; fixes issue #187Bert Münnich2014-11-273-55/+71
|
* Fixed leakage of pipe descriptors in case of failing forkBert Münnich2014-11-271-8/+10
|
* Enforced thumbnail reloading after key handlerBert Münnich2014-11-271-1/+1
|
* Limit thumbnail selection border width to 4pxBert Münnich2014-11-272-1/+2
|
* Stable version 1.3.1Bert Münnich2014-11-162-1/+7
|
* Added -MP dependency generation option to compile flagsBert Münnich2014-11-141-2/+2
|
* Use and depend on GNU make...Bert Münnich2014-11-022-23/+17
| | | | | | | - Use non-POSIX :=,?=,+= macro assignments, fixes issue #97 - No optimization level set in CFLAGS, expected to be set in environment - Automatic header dependency tracking with one .d file per compilation unit - Better fix for issue #181
* Updated unstable version numberBert Münnich2014-11-021-1/+1
|
* optimized iconsoctos2014-11-015-0/+0
|
* 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 ↵Bert Münnich2014-10-311-12/+21
| | | | maximum size
* Fixed leakage of resources allocated by EXIF libraryBert Münnich2014-10-312-5/+5
|
* Fixed segfault when run with -cBert Münnich2014-10-292-2/+2
|
* Fix Makefile depend file usageTim Harder2014-10-251-3/+4
| | | | | | Creating the .depend file requires the config.h file to exist and suppress make's complaints if the .depend file doesn't exist when initially parsing the makefile.
* Stable version 1.3Bert Münnich2014-10-242-1/+8
|
* Do not print could-not-open-warnings for files found by directory traversalBert Münnich2014-10-244-11/+14
|
* Use depend file for header build dependenciesBert Münnich2014-10-242-1/+10
|
* Corrected & refactored handling of window bar content...Bert Münnich2014-10-013-41/+67
| | | | Old snprintf calls could have overflowed the buffers.
* Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177Bert Münnich2014-10-012-6/+7
|
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-305-49/+42
|
* 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
| | | | #175
* Scale thumbnail selection border width with thumbnail sizeBert Münnich2014-09-292-7/+11
|
* Moved thumbnail sizes array to config.def.hBert Münnich2014-09-292-7/+13
|
* Refactored thumbnail size dependent calculationsBert Münnich2014-09-293-12/+15
|
* Removed obsolete thumbnail dimension configuration settingBert Münnich2014-09-282-7/+1
|
* Added thumbnail zooming...Bert Münnich2014-09-287-63/+100
| | | | | | - Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161
* Changed image mark in thumbnail view to small rectangleBert Münnich2014-09-273-6/+5
|