summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2013-08-22Only print marked files when -o is givenBert Münnich
2013-08-10Added file marks; fixes issue #94Bert Münnich
2013-08-10Refactored merged rotation codeBert Münnich
2013-08-10Handle 180 degrees image rotationBastien Dejean
2013-03-19New options: -[io], read/write files from/to stdin/outBert Münnich
2013-03-19Spawn info script & update bar contents only when neededBert Münnich
2013-03-04Applied code style on merged changesBert Münnich
2013-03-03Wrap the pointer when the edge of the window is reachedRob Pilling
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2012-08-16New command: i_alternate, go to last image, issue #65Bert Münnich
2012-07-19New commands: fit to the window's height/widthbaskerville
2012-07-15handle count prefix in thumbnail movementsbaskerville
2012-05-14Fixed issue #51, no more bar artifact when switching to fullscreenBert Münnich
2012-05-13Simplified & sped up reloading of all thumbnailsBert Münnich
2012-05-08Added a command to refresh the thumbnailsbaskerville
2012-05-06Slightly refactored flippingBert Münnich
2012-05-06Added horizontal and vertical flip commandsbaskerville
2012-03-02Fixed issue #42: image dragging broken by commit b845827Bert Münnich
2012-02-15Added it_toggle_bar command; default mapping: XK_bBert Münnich
2012-02-15Already in the year 2012Bert Münnich
2012-02-11Removed slideshow supportBert Münnich
2011-11-11Fixed rendering after fit win to imgBert Münnich
2011-11-01Better fix for issue #25Bert Münnich
2011-10-31Fixed issue #25: invalid file cnt and sel in thumb modeBert Münnich
2011-10-27Added screen-wise scrolling for thumbnail modeBert Münnich
2011-10-16Added i_reset_slideshow: set slideshow delay to number prefixBert Münnich
2011-10-16Multiply i_navigate argument with number prefixBert Münnich
2011-10-16Added i_set_zoom command: set zoom to number prefixBert Münnich
2011-10-16Pan by pixel count, if number prefix givenBert Münnich
2011-10-16Added support for number prefix for commandsBert Münnich
2011-10-14Updated contact informationBert Münnich
2011-10-12Use void for empty argument listsBert Münnich
2011-09-29Made all conditionals more preciseBert Münnich
2011-09-26make use of EXIT_ macrosrck
2011-09-17Use win_t member in img_t & tns_t instead of parametersBert Münnich
2011-09-11Added own bool typeBert
2011-09-10Added slideshow supportBert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-04Made i(t)_toggle_alpha command work in thumbnail mode tooBert
2011-09-03Reformated license headerBert
2011-09-03Fixed pointer-to-int-cast warnings on x86_64Bert
2011-09-03Simplified cursor resettingBert
2011-09-03Simplified it_shell_cmd() using SXIV_IMG env-variableBert
2011-09-02Data driven timeout handlingBert
2011-08-19Added command to toggle gif animationsBert
2011-08-19Added support for gif animationBert
2011-08-19Added support for multi-frame imagesBert
2011-08-19Put event handling back into main.c; events -> commandsBert