Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Merge remote-tracking branch 'baskerville/reverse-marks' | Bert Münnich | 2013-11-14 | 5 | -1/+19 | |
|\ | ||||||
| * | Add command to reverse marked images | Bastien Dejean | 2013-11-14 | 5 | -0/+18 | |
| | | ||||||
* | | Correct out-of-range gamma values given on command line | Bert Münnich | 2013-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Refactored remote changes | Bert Münnich | 2013-11-14 | 7 | -46/+66 | |
| | | ||||||
* | | Merge remote-tracking branch 'ariand/gamma' | Bert Münnich | 2013-11-14 | 9 | -3/+91 | |
|\ \ | ||||||
| * | | Add support for changing the gamma value | András Mohari | 2013-11-13 | 9 | -3/+91 | |
| |/ | ||||||
* / | Highlight edges of marked images in thumbnail mode | Bert Münnich | 2013-11-14 | 5 | -16/+50 | |
|/ | ||||||
* | Fixed inconsistencies in navigation when removing invalid files | Bert Münnich | 2013-10-21 | 2 | -3/+8 | |
| | ||||||
* | Seek over EXIF APP0 frame instead of reading and discarding it | Bert Münnich | 2013-10-05 | 2 | -3/+4 | |
| | ||||||
* | Fixed image orientation if a JFIF APP0 segment is present in a JPEG header. | Jacek Naglak | 2013-09-24 | 2 | -5/+12 | |
| | ||||||
* | Updated unstable version number | Bert Münnich | 2013-09-07 | 1 | -1/+1 | |
| | ||||||
* | Warp pointer on first/last pixel | Peter Hofmann | 2013-09-07 | 1 | -8/+8 | |
| | | | | | | | | | | | Previously, the pointer would get warped when it had left the window. This doesn't work when sxiv is run in fullscreen mode (or similar -- see dwm's monocle mode): The pointer can never leave the window in such situations. To fix this, warp the pointer when it's on the first/last pixel. To avoid an endless warping loop, the new position must be at least one pixel away from the next warp position. | |||||
* | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | 2013-08-22 | 8 | -15/+23 | |
| | | | | Also removed now obsolete -p command line option; fixes issue #98 | |||||
* | Only print marked files when -o is given | Bert Münnich | 2013-08-22 | 4 | -8/+8 | |
| | | | | | Fallback to print all files, if no images are marked, was kind of irritating. | |||||
* | Added file marks; fixes issue #94 | Bert Münnich | 2013-08-10 | 7 | -6/+77 | |
| | | | | | | | | - Command it_toggle_image_mark (bound to 'm') toggles mark of current image - Command it_navigate_marked (bound to 'N'/'P') can be used to go to the next/previous marked image - When option -o is given, all marked files get printed | |||||
* | Updated unstable version number | Bert Münnich | 2013-08-10 | 1 | -1/+1 | |
| | ||||||
* | Changed key bindings for flipping to bar & underscore | Bert Münnich | 2013-08-10 | 3 | -5/+5 | |
| | ||||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 5 | -30/+20 | |
| |