Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-16 | Fixed wrong thumbnail-to-file mappings caused by file deletions | Bert Münnich | |
2014-08-16 | Pass marked files to external key handler in thumbnail mode; fixes issue #135 | Bert Münnich | |
2014-08-16 | Count number of marked files | Bert Münnich | |
2014-08-16 | Unified file index variable for image & thumbnail mode | Bert Münnich | |
2014-08-16 | Generalized thumbnail loading, allows easier reloading of thumbnails later on | Bert Münnich | |
2014-07-28 | Overhauled window drawing, yet again; fixes issue #155 | Bert Münnich | |
- Buffer for window content is bigger than the window, minimizes artifacts when window is resized - Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(), no need to handle exposure events; X server can show gray background directly after resize event before sxiv redraws the window contents | |||
2014-07-23 | Added support for multiple commands per key/button mapping; elegant fix for ↵ | Bert Münnich | |
issue #150 | |||
2014-07-23 | Revised command structure and key and mouse button mappings | Bert Münnich | |
2014-06-15 | Show key handler status in bar while it is running | Bert Münnich | |
2014-05-24 | Timeout initial redraw | Miroslav Koskar | |
2014-03-17 | Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes ↵ | Bert Münnich | |
issue #137 | |||
2014-02-18 | Warn once when external key combo is used and key-handler not installed | Bert Münnich | |
2014-02-02 | Unified X atom initialization | Bert Münnich | |
2014-01-31 | Merged pull request #129 | Bert Münnich | |
2014-01-31 | Use a prefix key to execute the key handler | András Mohari | |
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. | |||
2014-01-11 | Double click on thumbnail to open image | Bert Münnich | |
2014-01-11 | Adhere to XDG Base Directory Specification; fixes issue #124 | Bert Münnich | |
2014-01-09 | Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123 | Bert Münnich | |
2014-01-08 | Fixed handling of overloaded key mappings | Bert Münnich | |
Issue described here: https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294 | |||
2014-01-08 | Fixup for 9574150 | Bert Münnich | |
2014-01-08 | Check file modification time after key handler | Bert Münnich | |
2014-01-08 | Fixed slideshow delay corruption after GIF animation | Bert Münnich | |
2014-01-04 | Slideshow mode is back, in a simplified version | Bert Münnich | |
2014-01-02 | Moved external shell commands into exec/key-handler script | Bert Münnich | |
Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea. | |||
2014-01-02 | Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings | Bert Münnich | |
2013-11-17 | Close info file descriptor after reading | Bastien Dejean | |
2013-11-16 | Fixed segfault when removing first image from file list, fixes issue #112 | Bert Münnich | |
2013-11-14 | Refactored remote changes | Bert Münnich | |
2013-11-14 | Merge remote-tracking branch 'ariand/gamma' | Bert Münnich | |
2013-11-14 | Highlight edges of marked images in thumbnail mode | Bert Münnich | |
2013-11-13 | Add support for changing the gamma value | András Mohari | |
2013-10-21 | Fixed inconsistencies in navigation when removing invalid files | Bert Münnich | |
2013-08-10 | Added file marks; fixes issue #94 | Bert Münnich | |
- 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 | |||
2013-04-02 | Fixed segfault caused by FD_ISSET() on negative fd | Bert Münnich | |
Reported by Kris Siwiec | |||
2013-03-19 | New options: -[io], read/write files from/to stdin/out | Bert Münnich | |
Fixes issue #84 | |||
2013-03-19 | Made bar fields more distinguishable | Bert Münnich | |
2013-03-19 | Polished info script execution | Bert Münnich | |
2013-03-19 | Spawn info script & update bar contents only when needed | Bert Münnich | |
2013-03-19 | Spawn and read from info script without blocking | Bert Münnich | |
2013-02-09 | Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints | Bert Münnich | |
Conflicts: window.c | |||
2013-02-08 | Refactored function definitions to use dangling brace | Bert Münnich | |
2013-02-08 | Updated/corrected license header | Bert Münnich | |
2013-01-30 | When using -g hint the WM that we've got user specified geometry | tv | |
Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules. | |||
2013-01-12 | Simplified status bar, filled by user script | muennich | |
2012-12-27 | Fixed issue #73 | Bert Münnich | |
2012-12-20 | Fixed issue #72 | muennich | |
2012-12-01 | Merge branch 'newdraw' | Bert Münnich | |
2012-10-31 | Next try to fix issue #71 | Bert Münnich | |
2012-10-29 | Overhauled window drawing | Bert Münnich | |
- Draw onto pixmap as before, but use the same size for the pixmap as for the window, allocate new pixmap after configure requests - Use XCopyArea() instead of XSetWindowBackgroundPixmap(), which now requires handling of Expose events | |||
2012-08-17 | Disregard obsolete events, fixed issue #64 | Bert Münnich | |