aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-096-221/+107
* Merge branch 'barthalion/master'Bert Münnich2014-05-311-0/+4
|\
| * Fix build with giflib >= 5.1.0.Bartłomiej Piotrowski2014-05-271-0/+4
* | Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2014-05-312-10/+12
|/
* Timeout initial redrawMiroslav Koskar2014-05-241-1/+1
* Add a section about key-handler to the man page.Artem Bezsmertnyi2014-05-242-1/+17
* Stable version 1.2Bert Münnich2014-04-242-1/+12
* Do not center window on screen, workaround for issue #9Bert Münnich2014-04-212-3/+3
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-0611-46/+45
* Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss...Bert Münnich2014-03-172-9/+22
* Warn once when external key combo is used and key-handler not installedBert Münnich2014-02-182-5/+15
* Check for background image allocation failureBert Münnich2014-02-072-2/+3
* Use separate background image for alpha layer; fixes issue #132Bert Münnich2014-02-062-9/+31
* Removed command line option -FBert Münnich2014-02-057-52/+21
* Set scale mode at startup via argument to -s optionBert Münnich2014-02-043-12/+20
* Revised scale mode and zoom level handlingBert Münnich2014-02-045-33/+21
* Removed fit-win-to-img commandBert Münnich2014-02-047-65/+5
* Preserve panning when switching images; fixes issue #131Bert Münnich2014-02-044-57/+29
* Check if window manager supports fullscreen; related to issue #128Bert Münnich2014-02-022-0/+44
* Unified X atom initializationBert Münnich2014-02-024-15/+30
* Merged pull request #129Bert Münnich2014-01-318-16/+33
|\
| * Fix tabs and wordingAndrás Mohari2014-01-311-3/+3
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-314-5/+25
|/
* Use logo in READMEBert Münnich2014-01-151-2/+1
* Added window icons; fixes issue #125Bert Münnich2014-01-1510-0/+320
* Fixed -z option argument parsing; fixes issue #127Bert Münnich2014-01-152-2/+2
* Double click on thumbnail to open imageBert Münnich2014-01-112-7/+12
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-117-41/+41
* Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123Bert Münnich2014-01-091-0/+1
* Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich2014-01-093-17/+26
* Revert "Apply flip & rotation on all frames of a multi-frame image; fixes iss...Bert Münnich2014-01-093-30/+11
* Apply flip & rotation on all frames of a multi-frame image; fixes issue #121Bert Münnich2014-01-093-11/+30
* Fixed handling of overloaded key mappingsBert Münnich2014-01-083-116/+134
* Fixup for 9574150Bert Münnich2014-01-081-4/+6
* Check file modification time after key handlerBert Münnich2014-01-081-0/+10
* Fixed slideshow delay corruption after GIF animationBert Münnich2014-01-082-2/+3
* Added doc header to exec/key-handlerBert Münnich2014-01-051-0/+11
* Show metadata of image on Ctrl-e in exec/key-handlerBert Münnich2014-01-051-0/+2
* Copy image path to primary on Ctrl-c in exec/key-handlerBert Münnich2014-01-051-0/+2
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-0411-31/+111
* Simplified EXIF tag extraction in exec/image-infoBert Münnich2014-01-032-2/+2
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-027-100/+98
* Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich2014-01-024-112/+110
* Refactored remote changesBert Münnich2013-12-314-24/+14
* Read GIF's repeat information from file.Aleksander Nitecki2013-12-303-3/+26
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-135-8/+8
* Updated unstable version numberBert Münnich2013-11-171-1/+1
* Close info file descriptor after readingBastien Dejean2013-11-171-0/+1
* Fixed segfault when removing first image from file list, fixes issue #112Bert Münnich2013-11-162-3/+3
* Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich2013-11-145-1/+19
|\