| Commit message (Expand) | Author | Age | Files | Lines |
* | Use thumbnails in EXIF tags; requirement for libexif is back | Bert Münnich | 2014-06-09 | 6 | -221/+107 |
* | Merge branch 'barthalion/master' | Bert Münnich | 2014-05-31 | 1 | -0/+4 |
|\ |
|
| * | Fix build with giflib >= 5.1.0. | Bartłomiej Piotrowski | 2014-05-27 | 1 | -0/+4 |
* | | Use integers for mouse mappings and buttons 6+7 for horizontal scrolling | Bert Münnich | 2014-05-31 | 2 | -10/+12 |
|/ |
|
* | Timeout initial redraw | Miroslav Koskar | 2014-05-24 | 1 | -1/+1 |
* | Add a section about key-handler to the man page. | Artem Bezsmertnyi | 2014-05-24 | 2 | -1/+17 |
* | Stable version 1.2 | Bert Münnich | 2014-04-24 | 2 | -1/+12 |
* | Do not center window on screen, workaround for issue #9 | Bert Münnich | 2014-04-21 | 2 | -3/+3 |
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 11 | -46/+45 |
* | Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss... | Bert Münnich | 2014-03-17 | 2 | -9/+22 |
* | Warn once when external key combo is used and key-handler not installed | Bert Münnich | 2014-02-18 | 2 | -5/+15 |
* | Check for background image allocation failure | Bert Münnich | 2014-02-07 | 2 | -2/+3 |
* | Use separate background image for alpha layer; fixes issue #132 | Bert Münnich | 2014-02-06 | 2 | -9/+31 |
* | Removed command line option -F | Bert Münnich | 2014-02-05 | 7 | -52/+21 |
* | Set scale mode at startup via argument to -s option | Bert Münnich | 2014-02-04 | 3 | -12/+20 |
* | Revised scale mode and zoom level handling | Bert Münnich | 2014-02-04 | 5 | -33/+21 |
* | Removed fit-win-to-img command | Bert Münnich | 2014-02-04 | 7 | -65/+5 |
* | Preserve panning when switching images; fixes issue #131 | Bert Münnich | 2014-02-04 | 4 | -57/+29 |
* | Check if window manager supports fullscreen; related to issue #128 | Bert Münnich | 2014-02-02 | 2 | -0/+44 |
* | Unified X atom initialization | Bert Münnich | 2014-02-02 | 4 | -15/+30 |
* | Merged pull request #129 | Bert Münnich | 2014-01-31 | 8 | -16/+33 |
|\ |
|
| * | Fix tabs and wording | András Mohari | 2014-01-31 | 1 | -3/+3 |
| * | Use a prefix key to execute the key handler | András Mohari | 2014-01-31 | 4 | -5/+25 |
|/ |
|
* | Use logo in README | Bert Münnich | 2014-01-15 | 1 | -2/+1 |
* | Added window icons; fixes issue #125 | Bert Münnich | 2014-01-15 | 10 | -0/+320 |
* | Fixed -z option argument parsing; fixes issue #127 | Bert Münnich | 2014-01-15 | 2 | -2/+2 |
* | Double click on thumbnail to open image | Bert Münnich | 2014-01-11 | 2 | -7/+12 |
* | Adhere to XDG Base Directory Specification; fixes issue #124 | Bert Münnich | 2014-01-11 | 7 | -41/+41 |
* | Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123 | Bert Münnich | 2014-01-09 | 1 | -0/+1 |
* | Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | 2014-01-09 | 3 | -17/+26 |
* | Revert "Apply flip & rotation on all frames of a multi-frame image; fixes iss... | Bert Münnich | 2014-01-09 | 3 | -30/+11 |
* | Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 | Bert Münnich | 2014-01-09 | 3 | -11/+30 |
* | Fixed handling of overloaded key mappings | Bert Münnich | 2014-01-08 | 3 | -116/+134 |
* | Fixup for 9574150 | Bert Münnich | 2014-01-08 | 1 | -4/+6 |
* | Check file modification time after key handler | Bert Münnich | 2014-01-08 | 1 | -0/+10 |
* | Fixed slideshow delay corruption after GIF animation | Bert Münnich | 2014-01-08 | 2 | -2/+3 |
* | Added doc header to exec/key-handler | Bert Münnich | 2014-01-05 | 1 | -0/+11 |
* | Show metadata of image on Ctrl-e in exec/key-handler | Bert Münnich | 2014-01-05 | 1 | -0/+2 |
* | Copy image path to primary on Ctrl-c in exec/key-handler | Bert Münnich | 2014-01-05 | 1 | -0/+2 |
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 11 | -31/+111 |
* | Simplified EXIF tag extraction in exec/image-info | Bert Münnich | 2014-01-03 | 2 | -2/+2 |
* | Moved external shell commands into exec/key-handler script | Bert Münnich | 2014-01-02 | 7 | -100/+98 |
* | Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings | Bert Münnich | 2014-01-02 | 4 | -112/+110 |
* | Refactored remote changes | Bert Münnich | 2013-12-31 | 4 | -24/+14 |
* | Read GIF's repeat information from file. | Aleksander Nitecki | 2013-12-30 | 3 | -3/+26 |
* | Fixed Imlib file handle type, issue #117 | Bert Münnich | 2013-12-13 | 5 | -8/+8 |
* | Updated unstable version number | Bert Münnich | 2013-11-17 | 1 | -1/+1 |
* | Close info file descriptor after reading | Bastien Dejean | 2013-11-17 | 1 | -0/+1 |
* | Fixed segfault when removing first image from file list, fixes issue #112 | Bert Münnich | 2013-11-16 | 2 | -3/+3 |
* | Merge remote-tracking branch 'baskerville/reverse-marks' | Bert Münnich | 2013-11-14 | 5 | -1/+19 |
|\ |
|