aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ignore button and key events while key-handler is runningBert Münnich2016-11-302-1/+10
| | | | | | | | Related to issue #253, which originally asked for a non-blocking key-handler.
* | Merge dwminer/framerateBert Münnich2016-11-286-4/+22
|\ \ | |/ |/|
| * Document -A optiondwminer2016-11-271-0/+5
| |
| * Add -A option to force framerate on animated imagesdwminer2016-11-274-2/+14
|/
* Document new -e flagBert Münnich2016-10-301-0/+6
|
* Use -e for X window embeddingBert Münnich2016-10-304-16/+13
|
* added support for XEMBED into other windows (ie tabbed) with -wshuall2016-10-284-3/+16
|
* Only open regular files; fixes issue #252Bert Münnich2016-10-203-8/+15
|
* Silence error messages in image-info scriptBert Münnich2016-10-171-0/+2
|
* Allow opening directories non-recursivelyParide Legovini2016-09-285-10/+8
|
* Update unstable version numberBert Münnich2016-08-101-1/+1
|
* Add TODO listBert Münnich2016-08-081-0/+5
|
* Use Xft for font loading and text drawingBert Münnich2016-08-068-98/+56
|
* Provide image width and height to image-info script; fixes issue #159Bert Münnich2016-08-063-5/+12
|
* Removed usage information from README, refer to man pageBert Münnich2016-02-121-88/+1
|
* Refined grouping of key/mouse mappings in man pageBert Münnich2016-02-121-13/+24
|
* Fix option -q; commit d3a70a2 completely broke it; fixes issue #223Bert Münnich2015-12-282-1/+4
|
* Make navigate_frame command respect a count prefixBert Münnich2015-12-263-3/+9
|
* Fix 32-bit unsigned integer shiftBert Münnich2015-12-262-2/+2
|
* Make image-info script more steady to special symbols in file namesSudo Nice2015-12-252-7/+5
|
* Stable version 1.3.2Bert Münnich2015-12-202-1/+8
|
* Build-time option for default thumbnail size; fixes issue #207Bert Münnich2015-12-203-3/+6
|
* Simplified r_mkdir()Bert Münnich2015-10-283-31/+18
|
* Revised error handlingBert Münnich2015-10-2812-138/+108
| | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3)
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-286-35/+34
|
* Removed unnecessary buffer size constantsBert Münnich2015-10-282-14/+3
|
* Use XSI realpath(3)Bert Münnich2015-10-283-85/+0
|
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-284-37/+6
|
* Removed feature test macro definitions from source filesBert Münnich2015-10-287-21/+13
|
* Removed overcautious parameter checksBert Münnich2015-10-286-147/+11
|
* Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2015-08-192-4/+4
|
* Thumbnail cache file format depending on existance of alpha layerBert Münnich2015-07-222-5/+9
| | | | Use PNG if image has alpha layer, JPG if not. Fixes issue #209
* Clarified comments in key-handler, fixes issue #206Bert Münnich2015-05-183-7/+7
|
* Round integer cast of image offset during rendering; fixes issue #197Bert Münnich2015-02-062-3/+3
|
* Pass real paths to key handler instead of the paths provided by the userBert Münnich2015-01-182-2/+2
| | | | | Programs called by the key handler might replace symlinks instead of their targets.
* Simplified command argumentsBert Münnich2015-01-114-144/+125
|
* Updated documentation regarding gamma correctionBert Münnich2015-01-073-13/+16
|
* The Icon key should not contain extensionValentin Hăloiu2015-01-062-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 #193Bert Münnich2015-01-055-40/+27
|
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-045-25/+45
|
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-046-27/+34
|
* Removed obsolete ss_delays array, fixes issue #191Bert Münnich2014-12-222-5/+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-012-1/+3
| | | | fixes issue #188
* Pass file paths to key handler via stdin; fixes issue #187Bert Münnich2014-11-273-55/+71
|
* Fixed leakage of pipe descriptors in case of failing forkBert Münnich2014-11-271-8/+10
|
* Enforced thumbnail reloading after key handlerBert Münnich2014-11-271-1/+1
|
* Limit thumbnail selection border width to 4pxBert Münnich2014-11-272-1/+2
|
* Stable version 1.3.1Bert Münnich2014-11-162-1/+7
|
* Added -MP dependency generation option to compile flagsBert Münnich2014-11-141-2/+2
|