Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small fix for thumbnail cropping | Bert Münnich | 2014-06-10 | 2 | -2/+2 |
| | |||||
* | 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 |
|/ | | | | Fixes issue #143 | ||||
* | 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 ↵ | Bert Münnich | 2014-03-17 | 2 | -9/+22 |
| | | | | issue #137 | ||||
* | 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 |
| | | | | | | | - Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup | ||||
* | 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 |
|/ | | | | | | The default prefix key is C-x, and can be changed in config.def.h. The first key pressed after the prefix key will be passed the external key handler, unless the key is Escape, which is used to cancel the prefix. | ||||
* | 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 ↵ | Bert Münnich | 2014-01-09 | 3 | -30/+11 |
| | | | | | | issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f. | ||||
* | 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 |
| | | | | | Issue described here: https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294 | ||||
* | 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 |
| | | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea. | ||||
* | 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 |
| |