Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pass given file names to key-handler instead of real paths | Bert Münnich | 2017-01-07 | 1 | -1/+1 | |
| | | | | | | | Misbehaving command lines in the key-handler that rewrite the given files and thus replace symbolic links instead of their targets shall call realpath(1). Fixes issue #205 and reverts commit 92e3b578. | |||||
* | Fix unused-variable warnings in conditionally compiled code | Bert Münnich | 2016-12-28 | 1 | -1/+1 | |
| | ||||||
* | Merge vaygr/opt-dep | Bert Münnich | 2016-12-28 | 1 | -1/+4 | |
|\ | ||||||
| * | Add build options for optional dependencies | Vlad Glagolev | 2016-12-26 | 1 | -1/+4 | |
|/ | ||||||
* | Merge djhejna/floatdelay | Bert Münnich | 2016-12-01 | 1 | -1/+1 | |
|\ | ||||||
* | | Ignore button and key events while key-handler is running | Bert Münnich | 2016-11-30 | 1 | -1/+1 | |
| | | | | | | | | Related to issue #253, which originally asked for a non-blocking key-handler. | |||||
* | | Merge dwminer/framerate | Bert Münnich | 2016-11-28 | 1 | -1/+1 | |
|/ | ||||||
* | Use -e for X window embedding | Bert Münnich | 2016-10-30 | 1 | -1/+1 | |
| | ||||||
* | Only open regular files; fixes issue #252 | Bert Münnich | 2016-10-20 | 1 | -1/+1 | |
| | ||||||
* | Allow opening directories non-recursively | Paride Legovini | 2016-09-28 | 1 | -1/+1 | |
| | ||||||
* | Update unstable version number | Bert Münnich | 2016-08-10 | 1 | -1/+1 | |
| | ||||||
* | Use Xft for font loading and text drawing | Bert Münnich | 2016-08-06 | 1 | -3/+3 | |
| | ||||||
* | Fix option -q; commit d3a70a2 completely broke it; fixes issue #223 | Bert Münnich | 2015-12-28 | 1 | -1/+1 | |
| | ||||||
* | Fix 32-bit unsigned integer shift | Bert Münnich | 2015-12-26 | 1 | -1/+1 | |
| | ||||||
* | Make image-info script more steady to special symbols in file names | Sudo Nice | 2015-12-25 | 1 | -1/+1 | |
| | ||||||
* | Stable version 1.3.2 | Bert Münnich | 2015-12-20 | 1 | -1/+1 | |
| | ||||||
* | Build-time option for default thumbnail size; fixes issue #207 | Bert Münnich | 2015-12-20 | 1 | -1/+1 | |
| | ||||||
* | Use POSIX.1-2008 getline(3) | Bert Münnich | 2015-10-28 | 1 | -1/+1 | |
| | ||||||
* | Removed overcautious parameter checks | Bert Münnich | 2015-10-28 | 1 | -1/+1 | |
| | ||||||
* | Always run image-info script after key-handler in image mode; fixes issue #213 | Bert Münnich | 2015-08-19 | 1 | -1/+1 | |
| | ||||||
* | Thumbnail cache file format depending on existance of alpha layer | Bert Münnich | 2015-07-22 | 1 | -1/+1 | |
| | | | | Use PNG if image has alpha layer, JPG if not. Fixes issue #209 | |||||
* | Clarified comments in key-handler, fixes issue #206 | Bert Münnich | 2015-05-18 | 1 | -1/+1 | |
| | ||||||
* | Round integer cast of image offset during rendering; fixes issue #197 | Bert Münnich | 2015-02-06 | 1 | -1/+1 | |
| | ||||||
* | Pass real paths to key handler instead of the paths provided by the user | Bert Münnich | 2015-01-18 | 1 | -1/+1 | |
| | | | | | Programs called by the key handler might replace symlinks instead of their targets. | |||||
* | Simplified command arguments | Bert Münnich | 2015-01-11 | 1 | -1/+1 | |
| | ||||||
* | Updated documentation regarding gamma correction | Bert Münnich | 2015-01-07 | 1 | -1/+1 | |
| | ||||||
* | The Icon key should not contain extension | Valentin Hăloiu | 2015-01-06 | 1 | -1/+1 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | 2015-01-04 | 1 | -1/+1 | |
| | ||||||
* | Removed obsolete ss_delays array, fixes issue #191 | Bert Münnich | 2014-12-22 | 1 | -1/+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 | 1 | -1/+1 | |
| | | | | fixes issue #188 | |||||
* | Limit thumbnail selection border width to 4px | Bert Münnich | 2014-11-27 | 1 | -1/+1 | |
| | ||||||
* | Stable version 1.3.1 | Bert Münnich | 2014-11-16 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -22/+16 | |
| | | | | | | | - 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 | |
| | ||||||
* | Fixed leakage of resources allocated by EXIF library | Bert Münnich | 2014-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed segfault when run with -c | Bert Münnich | 2014-10-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Use depend file for header build dependencies | Bert Münnich | 2014-10-24 | 1 | -1/+9 | |
| | ||||||
* | Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177 | Bert Münnich | 2014-10-01 | 1 | -1/+1 | |
| | ||||||
* | Unified file count variable for image & thumbnail mode | Bert Münnich | 2014-09-30 | 1 | -1/+1 | |
| | ||||||
* | Refactored thumbnail size dependent calculations | Bert Münnich | 2014-09-29 | 1 | -1/+1 | |
| | ||||||
* | Removed obsolete thumbnail dimension configuration setting | Bert Münnich | 2014-09-28 | 1 | -1/+1 | |
| | ||||||
* | Changed image mark in thumbnail view to small rectangle | Bert Münnich | 2014-09-27 | 1 | -1/+1 | |
| | ||||||
* | Revised thumbnail loading... | Bert Münnich | 2014-09-26 | 1 | -1/+1 | |
| | | | | | | | - 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 | 1 | -1/+1 | |
| | ||||||
* | Fixed segfault in ci_toggle_animation, fixes issue #173 | Bert Münnich | 2014-09-01 | 1 | -1/+1 | |
| |