Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-05-08 | Added a command to refresh the thumbnails | baskerville | |
2012-05-06 | Slightly refactored flipping | Bert Münnich | |
2012-05-06 | Added horizontal and vertical flip commands | baskerville | |
2012-03-02 | Fixed issue #42: image dragging broken by commit b845827 | Bert Münnich | |
2012-02-15 | Added it_toggle_bar command; default mapping: XK_b | Bert Münnich | |
2012-02-15 | Already in the year 2012 | Bert Münnich | |
2012-02-11 | Removed slideshow support | Bert Münnich | |
2011-11-11 | Fixed rendering after fit win to img | Bert Münnich | |
2011-11-01 | Better fix for issue #25 | Bert Münnich | |
2011-10-31 | Fixed issue #25: invalid file cnt and sel in thumb mode | Bert Münnich | |
2011-10-27 | Added screen-wise scrolling for thumbnail mode | Bert Münnich | |
2011-10-16 | Added i_reset_slideshow: set slideshow delay to number prefix | Bert Münnich | |
2011-10-16 | Multiply i_navigate argument with number prefix | Bert Münnich | |
2011-10-16 | Added i_set_zoom command: set zoom to number prefix | Bert Münnich | |
2011-10-16 | Pan by pixel count, if number prefix given | Bert Münnich | |
2011-10-16 | Added support for number prefix for commands | Bert Münnich | |
2011-10-14 | Updated contact information | Bert Münnich | |
2011-10-12 | Use void for empty argument lists | Bert Münnich | |
2011-09-29 | Made all conditionals more precise | Bert Münnich | |
2011-09-26 | make use of EXIT_ macros | rck | |
2011-09-17 | Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | |
2011-09-11 | Added own bool type | Bert | |
2011-09-10 | Added slideshow support | Bert | |
2011-09-08 | Strict conformance to IEEE Std 1003.1-2001 | Bert | |