Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move special targets to bottom of Makefile | Bert Münnich | 2017-09-08 | 1 | -7/+6 | |
| | ||||||
* | Non-verbose build | Bert Münnich | 2017-09-08 | 1 | -0/+12 | |
| | | | | Verbose when build with `V=1'. | |||||
* | Support out-of-source builds | Bert Münnich | 2017-09-08 | 1 | -2/+4 | |
| | | | | | Fixes issue #167. Long after closing this issue (kind of wontfix) we have switched to GNU make and can thus use its features like VPATH. | |||||
* | Simplify config.mk | Bert Münnich | 2017-09-08 | 1 | -4/+16 | |
| | ||||||
* | Move configuration parts from Makefile into config.mk | Bert Münnich | 2017-09-06 | 1 | -26/+4 | |
| | ||||||
* | Simplify autoreload backend selection in Makefile | Bert Münnich | 2017-05-17 | 1 | -8/+5 | |
| | ||||||
* | Add autoreload support by inotify (and dummy backend nop) | Max Voit | 2017-05-17 | 1 | -0/+7 | |
| | ||||||
* | State the purpose of CLEANUP macro | Bert Münnich | 2017-05-17 | 1 | -1/+1 | |
| | ||||||
* | Fix missing quote in key-handler from commit 5c607ad | Bert Münnich | 2017-02-13 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |