Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation regarding gamma correction | Bert Münnich | 2015-01-07 | 3 | -13/+16 |
| | |||||
* | The Icon key should not contain extension | Valentin Hăloiu | 2015-01-06 | 2 | -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 #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, ↵ | Bert Münnich | 2014-12-01 | 2 | -1/+3 |
| | | | | fixes issue #188 | ||||
* | 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 |
| | | | | | | | - 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 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 ↵ | Bert Münnich | 2014-10-31 | 1 | -12/+21 |
| | | | | maximum size | ||||
* | 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 |
| | | | | | | 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.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 |
| | | | | Old snprintf calls could have overflowed the buffers. | ||||
* | 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 |
| | | | | #175 | ||||
* | 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 |
| | | | | | | - 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 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 |
| | | | | | | | - Only load the thumbnails that are currently visible in the window - Unload thumbnails that are leaving the visible area - Much less memory needed, but scrolling is now slower - This also unintentionally fixes issue #86 | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function "free" performs input parameter validation. http://pubs.opengroup.org/onlinepubs/9699919799/functions/free.html It is therefore not needed to check a passed pointer before this function call. A corresponding update suggestion was generated by the software "Coccinelle" from the following semantic patch approach. http://coccinelle.lip6.fr/ @Remove_unnecessary_pointer_checks1@ expression x; @@ -if (x != \(0 \| NULL\)) free(x); @Remove_unnecessary_pointer_checks2@ expression x; @@ -if (x != \(0 \| NULL\)) { free(x); x = \(0 \| NULL\); -} @Remove_unnecessary_pointer_checks3@ expression a, b; @@ -if (a != \(0 \| NULL\) && b != \(0 \| NULL\)) +if (a) free(b); @Remove_unnecessary_pointer_checks4@ expression a, b; @@ -if (a != \(0 \| NULL\) && b != \(0 \| NULL\)) { +if (a) { free(b); b = \(0 \| NULL\); } Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> | ||||
* | 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 |
| |