Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Further simplified thumbnail marks | Bert Münnich | 2014-08-18 | 1 | -1/+1 | |
| | ||||||
* | Full redraw when removing files during thumbnail reloading; fixes issue #164 | Bert Münnich | 2014-08-17 | 1 | -1/+1 | |
| | ||||||
* | Generalized thumbnail loading, allows easier reloading of thumbnails later on | Bert Münnich | 2014-08-16 | 1 | -1/+1 | |
| | ||||||
* | Made argument of s_strdup const | lucas8 | 2014-08-01 | 1 | -1/+1 | |
| | ||||||
* | Overhauled window drawing, yet again; fixes issue #155 | Bert Münnich | 2014-07-28 | 1 | -1/+1 | |
| | | | | | | | | - 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 | |||||
* | Revised handling of GIF animations | Bert Münnich | 2014-07-25 | 1 | -1/+1 | |
| | | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | |||||
* | Revised command structure and key and mouse button mappings | Bert Münnich | 2014-07-23 | 1 | -1/+1 | |
| | ||||||
* | Show key handler status in bar while it is running | Bert Münnich | 2014-06-15 | 1 | -1/+1 | |
| | ||||||
* | Small fix for thumbnail cropping | Bert Münnich | 2014-06-10 | 1 | -1/+1 | |
| | ||||||
* | Use thumbnails in EXIF tags; requirement for libexif is back | Bert Münnich | 2014-06-09 | 1 | -4/+4 | |
| | ||||||
* | Use integers for mouse mappings and buttons 6+7 for horizontal scrolling | Bert Münnich | 2014-05-31 | 1 | -1/+1 | |
| | | | | Fixes issue #143 | |||||
* | Add a section about key-handler to the man page. | Artem Bezsmertnyi | 2014-05-24 | 1 | -1/+1 | |
| | ||||||
* | Stable version 1.2 | Bert Münnich | 2014-04-24 | 1 | -1/+1 | |
| | ||||||
* | Do not center window on screen, workaround for issue #9 | Bert Münnich | 2014-04-21 | 1 | -1/+1 | |
| | ||||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes ↵ | Bert Münnich | 2014-03-17 | 1 | -6/+7 | |
| | | | | issue #137 | |||||
* | Warn once when external key combo is used and key-handler not installed | Bert Münnich | 2014-02-18 | 1 | -1/+1 | |
| | ||||||
* | Check for background image allocation failure | Bert Münnich | 2014-02-07 | 1 | -1/+1 | |
| | ||||||
* | Use separate background image for alpha layer; fixes issue #132 | Bert Münnich | 2014-02-06 | 1 | -1/+1 | |
| | ||||||
* | Removed command line option -F | Bert Münnich | 2014-02-05 | 1 | -1/+1 | |
| | ||||||
* | Preserve panning when switching images; fixes issue #131 | Bert Münnich | 2014-02-04 | 1 | -1/+1 | |
| | ||||||
* | Unified X atom initialization | Bert Münnich | 2014-02-02 | 1 | -1/+1 | |
| | ||||||
* | Merged pull request #129 | Bert Münnich | 2014-01-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed -z option argument parsing; fixes issue #127 | Bert Münnich | 2014-01-15 | 1 | -1/+1 | |
| | ||||||
* | Adhere to XDG Base Directory Specification; fixes issue #124 | Bert Münnich | 2014-01-11 | 1 | -1/+1 | |
| | ||||||
* | Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed slideshow delay corruption after GIF animation | Bert Münnich | 2014-01-08 | 1 | -1/+1 | |
| | ||||||
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 1 | -1/+1 | |
| | ||||||
* | Simplified EXIF tag extraction in exec/image-info | Bert Münnich | 2014-01-03 | 1 | -1/+1 | |
| | ||||||
* | Moved external shell commands into exec/key-handler script | Bert Münnich | 2014-01-02 | 1 | -2/+2 | |
| | | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Refactored remote changes | Bert Münnich | 2013-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed Imlib file handle type, issue #117 | Bert Münnich | 2013-12-13 | 1 | -1/+1 | |
| | ||||||
* | Updated unstable version number | Bert Münnich | 2013-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed segfault when removing first image from file list, fixes issue #112 | Bert Münnich | 2013-11-16 | 1 | -1/+1 | |
| | ||||||
* | Highlight edges of marked images in thumbnail mode | Bert Münnich | 2013-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed inconsistencies in navigation when removing invalid files | Bert Münnich | 2013-10-21 | 1 | -1/+1 | |
| | ||||||
* | Seek over EXIF APP0 frame instead of reading and discarding it | Bert Münnich | 2013-10-05 | 1 | -1/+1 | |
| | ||||||
* | Updated unstable version number | Bert Münnich | 2013-09-07 | 1 | -1/+1 | |
| | ||||||
* | Only print marked files when -o is given | Bert Münnich | 2013-08-22 | 1 | -1/+1 | |
| | | | | | Fallback to print all files, if no images are marked, was kind of irritating. | |||||
* | Updated unstable version number | Bert Münnich | 2013-08-10 | 1 | -1/+1 | |
| | ||||||
* | Fixed typo in README.md | Bert Münnich | 2013-06-02 | 1 | -1/+1 | |
| | ||||||
* | Stable version 1.1.1 | Bert Münnich | 2013-06-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed build for giflib version >= 5.0; fixed issue #90 | Bert Münnich | 2013-04-21 | 1 | -1/+1 | |
| | ||||||
* | Use bgcol as window background pixel; fixed issue #89 | Bert Münnich | 2013-04-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed non-ASCII characters in window bar, issue #88 | Bert Münnich | 2013-04-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed segfault caused by FD_ISSET() on negative fd | Bert Münnich | 2013-04-02 | 1 | -1/+1 | |
| | | | | Reported by Kris Siwiec | |||||
* | Stable version 1.1 | Bert Münnich | 2013-03-30 | 1 | -1/+1 | |
| | ||||||
* | Applied code style on merged changes | Bert Münnich | 2013-03-04 | 1 | -1/+1 | |
| | ||||||
* | Ignore dotfiles for -r | Bert Münnich | 2013-02-11 | 1 | -1/+1 | |
| |