Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-26 | Make navigate_frame command respect a count prefix | Bert Münnich | |
2015-10-28 | Revised error handling | Bert Münnich | |
- Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3) | |||
2015-10-28 | Removed feature test macro definitions from source files | Bert Münnich | |
2015-01-11 | Simplified command arguments | Bert Münnich | |
2015-01-05 | Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | |
2015-01-04 | Cache out of view thumbnails in the background | Bert Münnich | |
2015-01-04 | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | |
2014-12-22 | Removed obsolete ss_delays array, fixes issue #191 | Bert Münnich | |
2014-09-30 | Unified file count variable for image & thumbnail mode | Bert Münnich | |
2014-09-28 | Added thumbnail zooming... | Bert Münnich | |
- Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161 | |||
2014-09-26 | Revised thumbnail loading... | Bert Münnich | |
- Only load the thumbnails that are currently visible in the window - Unload thumbnails that are leaving the visible area - Much less memory needed, but scrolling is now slower - This also unintentionally fixes issue #86 | |||
2014-09-01 | Simplified img_frame_animate | Bert Münnich | |
2014-09-01 | Fixed segfault in ci_toggle_animation, fixes issue #173 | Bert Münnich | |
2014-08-17 | Added command to remove all image marks, bound to Ctrl-m; fixes issue #163 | Bert Münnich | |
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-07-25 | Revised handling of GIF animations | Bert Münnich | |
- New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | |||
2014-07-23 | Revised command structure and key and mouse button mappings | Bert Münnich | |
2014-04-06 | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | |
2014-02-04 | Removed fit-win-to-img command | Bert Münnich | |
2014-02-04 | Preserve panning when switching images; fixes issue #131 | Bert Münnich | |
2014-01-31 | Merged pull request #129 | 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-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. | |||
2013-11-14 | Merge remote-tracking branch 'baskerville/reverse-marks' | 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 | Add command to reverse marked images | Bastien Dejean | |
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-09-07 | Warp pointer on first/last pixel | Peter Hofmann | |
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. | |||
2013-08-22 | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | |
Also removed now obsolete -p command line option; fixes issue #98 | |||
2013-08-22 | Only print marked files when -o is given | Bert Münnich | |
Fallback to print all files, if no images are marked, was kind of irritating. | |||
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-08-10 | Refactored merged rotation code | Bert Münnich | |
2013-08-10 | Handle 180 degrees image rotation | Bastien Dejean | |
2013-03-19 | New options: -[io], read/write files from/to stdin/out | Bert Münnich | |
Fixes issue #84 | |||
2013-03-19 | Spawn info script & update bar contents only when needed | Bert Münnich | |
2013-03-04 | Applied code style on merged changes | Bert Münnich | |
2013-03-03 | Wrap the pointer when the edge of the window is reached | Rob Pilling | |
2013-02-08 | Refactored function definitions to use dangling brace | Bert Münnich | |
2013-02-08 | Updated/corrected license header | Bert Münnich | |
2012-08-16 | New command: i_alternate, go to last image, issue #65 | Bert Münnich | |
2012-07-19 | New commands: fit to the window's height/width | baskerville | |
2012-07-15 | handle count prefix in thumbnail movements | baskerville | |
2012-05-14 | Fixed issue #51, no more bar artifact when switching to fullscreen | Bert Münnich | |
2012-05-13 | Simplified & sped up reloading of all thumbnails | Bert Münnich | |