aboutsummaryrefslogtreecommitdiff
path: root/commands.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Count number of marked filesBert Münnich2014-08-161-3/+7
|
* Unified file index variable for image & thumbnail modeBert Münnich2014-08-161-28/+18
|
* Revised handling of GIF animationsBert Münnich2014-07-251-4/+8
| | | | | | - 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 mappingsBert Münnich2014-07-231-177/+139
|
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-9/+8
|
* Removed fit-win-to-img commandBert Münnich2014-02-041-20/+0
|
* Preserve panning when switching images; fixes issue #131Bert Münnich2014-02-041-6/+4
|
* Merged pull request #129Bert Münnich2014-01-311-0/+7
|
* Fixed handling of overloaded key mappingsBert Münnich2014-01-081-77/+77
| | | | | Issue described here: https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-4/+28
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-021-66/+0
| | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
* Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich2013-11-141-0/+11
|\
| * Add command to reverse marked imagesBastien Dejean2013-11-141-0/+12
| |
* | Refactored remote changesBert Münnich2013-11-141-8/+1
| |
* | Merge remote-tracking branch 'ariand/gamma'Bert Münnich2013-11-141-0/+16
|\ \
| * | Add support for changing the gamma valueAndrás Mohari2013-11-131-0/+16
| |/
* / Highlight edges of marked images in thumbnail modeBert Münnich2013-11-141-3/+3
|/
* Warp pointer on first/last pixelPeter Hofmann2013-09-071-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.hBert Münnich2013-08-221-1/+3
| | | | Also removed now obsolete -p command line option; fixes issue #98
* Only print marked files when -o is givenBert Münnich2013-08-221-2/+2
| | | | | Fallback to print all files, if no images are marked, was kind of irritating.
* Added file marks; fixes issue #94Bert Münnich2013-08-101-2/+45
| | | | | | | | - 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
* Refactored merged rotation codeBert Münnich2013-08-101-12/+5
|
* Handle 180 degrees image rotationBastien Dejean2013-08-101-5/+8
|
* New options: -[io], read/write files from/to stdin/outBert Münnich2013-03-191-0/+7
| | | | Fixes issue #84
* Spawn info script & update bar contents only when neededBert Münnich2013-03-191-2/+6
|
* Applied code style on merged changesBert Münnich2013-03-041-14/+9
|
* Wrap the pointer when the edge of the window is reachedRob Pilling2013-03-031-3/+22
|
* Refactored function definitions to use dangling braceBert Münnich2013-02-081-28/+56
|
* Updated/corrected license headerBert Münnich2013-02-081-13/+13
|
* New command: i_alternate, go to last image, issue #65Bert Münnich2012-08-161-0/+10
|
* New commands: fit to the window's height/widthbaskerville2012-07-191-1/+2
|
* handle count prefix in thumbnail movementsbaskerville2012-07-151-1/+1
|
* Fixed issue #51, no more bar artifact when switching to fullscreenBert Münnich2012-05-141-1/+1
|
* Simplified & sped up reloading of all thumbnailsBert Münnich2012-05-131-16/+8
|
* Added a command to refresh the thumbnailsbaskerville2012-05-081-0/+18
|
* Slightly refactored flippingBert Münnich2012-05-061-9/+5
|
* Added horizontal and vertical flip commandsbaskerville2012-05-061-0/+15
|
* Fixed issue #42: image dragging broken by commit b845827Bert Münnich2012-03-021-1/+3
|
* Added it_toggle_bar command; default mapping: XK_bBert Münnich2012-02-151-0/+10
|
* Already in the year 2012Bert Münnich2012-02-151-1/+1
|
* Removed slideshow supportBert Münnich2012-02-111-58/+0
|
* Fixed rendering after fit win to imgBert Münnich2011-11-111-0/+1
|
* Better fix for issue #25Bert Münnich2011-11-011-4/+1
|
* Fixed issue #25: invalid file cnt and sel in thumb modeBert Münnich2011-10-311-1/+4
|
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-4/+4
|
* Added i_reset_slideshow: set slideshow delay to number prefixBert Münnich2011-10-161-8/+27
|
* Multiply i_navigate argument with number prefixBert Münnich2011-10-161-0/+2
|
* Added i_set_zoom command: set zoom to number prefixBert Münnich2011-10-161-1/+8
|
* Pan by pixel count, if number prefix givenBert Münnich2011-10-161-2/+2
|
* Added support for number prefix for commandsBert Münnich2011-10-161-5/+9
|