| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The Icon key should not contain extension | Valentin Hăloiu | 2015-01-06 | 2 | -2/+2 |
* | Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | 2015-01-05 | 5 | -40/+27 |
* | Cache out of view thumbnails in the background | Bert Münnich | 2015-01-04 | 5 | -25/+45 |
* | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | 2015-01-04 | 6 | -27/+34 |
* | Removed obsolete ss_delays array, fixes issue #191 | Bert Münnich | 2014-12-22 | 2 | -5/+1 |
* | Grouped optional dependencies in Makefile | Bert Münnich | 2014-12-08 | 1 | -3/+14 |
* | Ignore SIGPIPE, caused by key handler exiting before all files got printed, f... | Bert Münnich | 2014-12-01 | 2 | -1/+3 |
* | Pass file paths to key handler via stdin; fixes issue #187 | Bert Münnich | 2014-11-27 | 3 | -55/+71 |
* | Fixed leakage of pipe descriptors in case of failing fork | Bert Münnich | 2014-11-27 | 1 | -8/+10 |
* | Enforced thumbnail reloading after key handler | Bert Münnich | 2014-11-27 | 1 | -1/+1 |
* | Limit thumbnail selection border width to 4px | Bert Münnich | 2014-11-27 | 2 | -1/+2 |
* | Stable version 1.3.1 | Bert Münnich | 2014-11-16 | 2 | -1/+7 |
* | Added -MP dependency generation option to compile flags | Bert Münnich | 2014-11-14 | 1 | -2/+2 |
* | Use and depend on GNU make... | Bert Münnich | 2014-11-02 | 2 | -23/+17 |
* | Updated unstable version number | Bert Münnich | 2014-11-02 | 1 | -1/+1 |
* | optimized icons | octos | 2014-11-01 | 5 | -0/+0 |
* | Do not cache thumbnails, which are smaller than the maximum size | Bert Münnich | 2014-10-31 | 1 | -12/+22 |
* | Discard cached & EXIF thumbnails, which are smaller than the configured maxim... | Bert Münnich | 2014-10-31 | 1 | -12/+21 |
* | Fixed leakage of resources allocated by EXIF library | Bert Münnich | 2014-10-31 | 2 | -5/+5 |
* | Fixed segfault when run with -c | Bert Münnich | 2014-10-29 | 2 | -2/+2 |
* | Fix Makefile depend file usage | Tim Harder | 2014-10-25 | 1 | -3/+4 |
* | Stable version 1.3 | Bert Münnich | 2014-10-24 | 2 | -1/+8 |
* | Do not print could-not-open-warnings for files found by directory traversal | Bert Münnich | 2014-10-24 | 4 | -11/+14 |
* | Use depend file for header build dependencies | Bert Münnich | 2014-10-24 | 2 | -1/+10 |
* | Corrected & refactored handling of window bar content... | Bert Münnich | 2014-10-01 | 3 | -41/+67 |
* | Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177 | Bert Münnich | 2014-10-01 | 2 | -6/+7 |
* | Unified file count variable for image & thumbnail mode | Bert Münnich | 2014-09-30 | 5 | -49/+42 |
* | Set JPEG quality for thumbnail cache files | Bert Münnich | 2014-09-29 | 1 | -0/+1 |
* | Fixed thumbnail creation for files with big aspect ratio factor; fixes issue ... | Bert Münnich | 2014-09-29 | 1 | -1/+2 |
* | Scale thumbnail selection border width with thumbnail size | Bert Münnich | 2014-09-29 | 2 | -7/+11 |
* | Moved thumbnail sizes array to config.def.h | Bert Münnich | 2014-09-29 | 2 | -7/+13 |
* | Refactored thumbnail size dependent calculations | Bert Münnich | 2014-09-29 | 3 | -12/+15 |
* | Removed obsolete thumbnail dimension configuration setting | Bert Münnich | 2014-09-28 | 2 | -7/+1 |
* | Added thumbnail zooming... | Bert Münnich | 2014-09-28 | 7 | -63/+100 |
* | Changed image mark in thumbnail view to small rectangle | Bert Münnich | 2014-09-27 | 3 | -6/+5 |
* | Refactored main loop; properly fixes startup issue | Bert Münnich | 2014-09-26 | 1 | -32/+27 |
* | Fixed startup in thumbnail mode with floating window | Bert Münnich | 2014-09-26 | 1 | -3/+5 |
* | Revised thumbnail loading... | Bert Münnich | 2014-09-26 | 5 | -45/+71 |
* | Fixed segfault caused by image removal in thumbnail mode | Bert Münnich | 2014-09-11 | 2 | -2/+2 |
* | Simplified img_frame_animate | Bert Münnich | 2014-09-01 | 4 | -13/+8 |
* | Fixed segfault in ci_toggle_animation, fixes issue #173 | Bert Münnich | 2014-09-01 | 2 | -8/+9 |
* | Corrected i_alternate, fixes issue #171 | Bert Münnich | 2014-08-29 | 2 | -4/+6 |
* | Bug #165: Deletion of unnecessary null pointer checks | Markus Elfring | 2014-08-22 | 3 | -19/+10 |
* | Refactored rotation in key-handler | Bert Münnich | 2014-08-20 | 1 | -11/+12 |
* | Added actions for tag addition & removal to key-handler | Bert Münnich | 2014-08-20 | 2 | -1/+20 |
* | Unified rotate actions in key-handler; use lossless operation based on file type | Bert Münnich | 2014-08-18 | 1 | -18/+13 |
* | Beautified thumbnail marks and selection border | Bert Münnich | 2014-08-18 | 1 | -14/+12 |
* | Further simplified thumbnail marks | Bert Münnich | 2014-08-18 | 3 | -7/+5 |
* | Simplified thumbnail selection and marks | Bert Münnich | 2014-08-17 | 3 | -19/+15 |
* | Increased contrast in default color set | Bert Münnich | 2014-08-17 | 1 | -2/+2 |