aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify autoreload backend selection in MakefileBert Münnich2017-05-171-8/+5
|
* Add autoreload support by inotify (and dummy backend nop)Max Voit2017-05-171-0/+7
|
* State the purpose of CLEANUP macroBert Münnich2017-05-171-1/+1
|
* Fix missing quote in key-handler from commit 5c607adBert Münnich2017-02-131-1/+1
|
* Pass given file names to key-handler instead of real pathsBert Münnich2017-01-071-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 codeBert Münnich2016-12-281-1/+1
|
* Merge vaygr/opt-depBert Münnich2016-12-281-1/+4
|\
| * Add build options for optional dependenciesVlad Glagolev2016-12-261-1/+4
|/
* Merge djhejna/floatdelayBert Münnich2016-12-011-1/+1
|\
* | Ignore button and key events while key-handler is runningBert Münnich2016-11-301-1/+1
| | | | | | | | Related to issue #253, which originally asked for a non-blocking key-handler.
* | Merge dwminer/framerateBert Münnich2016-11-281-1/+1
|/
* Use -e for X window embeddingBert Münnich2016-10-301-1/+1
|
* Only open regular files; fixes issue #252Bert Münnich2016-10-201-1/+1
|
* Allow opening directories non-recursivelyParide Legovini2016-09-281-1/+1
|
* Update unstable version numberBert Münnich2016-08-101-1/+1
|
* Use Xft for font loading and text drawingBert Münnich2016-08-061-3/+3
|
* Fix option -q; commit d3a70a2 completely broke it; fixes issue #223Bert Münnich2015-12-281-1/+1
|
* Fix 32-bit unsigned integer shiftBert Münnich2015-12-261-1/+1
|
* Make image-info script more steady to special symbols in file namesSudo Nice2015-12-251-1/+1
|
* Stable version 1.3.2Bert Münnich2015-12-201-1/+1
|
* Build-time option for default thumbnail size; fixes issue #207Bert Münnich2015-12-201-1/+1
|
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-281-1/+1
|
* Removed overcautious parameter checksBert Münnich2015-10-281-1/+1
|
* Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2015-08-191-1/+1
|
* Thumbnail cache file format depending on existance of alpha layerBert Münnich2015-07-221-1/+1
| | | | Use PNG if image has alpha layer, JPG if not. Fixes issue #209
* Clarified comments in key-handler, fixes issue #206Bert Münnich2015-05-181-1/+1
|
* Round integer cast of image offset during rendering; fixes issue #197Bert Münnich2015-02-061-1/+1
|
* Pass real paths to key handler instead of the paths provided by the userBert Münnich2015-01-181-1/+1
| | | | | Programs called by the key handler might replace symlinks instead of their targets.
* Simplified command argumentsBert Münnich2015-01-111-1/+1
|
* Updated documentation regarding gamma correctionBert Münnich2015-01-071-1/+1
|
* The Icon key should not contain extensionValentin Hăloiu2015-01-061-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 #193Bert Münnich2015-01-051-1/+1
|
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-1/+1
|
* Removed obsolete ss_delays array, fixes issue #191Bert Münnich2014-12-221-1/+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-011-1/+1
| | | | fixes issue #188
* Limit thumbnail selection border width to 4pxBert Münnich2014-11-271-1/+1
|
* Stable version 1.3.1Bert Münnich2014-11-161-1/+1
|
* Added -MP dependency generation option to compile flagsBert Münnich2014-11-141-2/+2
|
* Use and depend on GNU make...Bert Münnich2014-11-021-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 numberBert Münnich2014-11-021-1/+1
|
* Fixed leakage of resources allocated by EXIF libraryBert Münnich2014-10-311-1/+1
|
* Fixed segfault when run with -cBert Münnich2014-10-291-1/+1
|
* 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-241-1/+1
|
* Use depend file for header build dependenciesBert Münnich2014-10-241-1/+9
|
* Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177Bert Münnich2014-10-011-1/+1
|
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-301-1/+1
|
* Refactored thumbnail size dependent calculationsBert Münnich2014-09-291-1/+1
|
* Removed obsolete thumbnail dimension configuration settingBert Münnich2014-09-281-1/+1
|