aboutsummaryrefslogtreecommitdiff
path: root/commands.h
Commit message (Expand)AuthorAgeFilesLines
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-3/+3
* Added i_reset_slideshow: set slideshow delay to number prefixBert Münnich2011-10-161-0/+1
* Added i_set_zoom command: set zoom to number prefixBert Münnich2011-10-161-0/+1
* Added support for number prefix for commandsBert Münnich2011-10-161-1/+1
* Updated contact informationBert Münnich2011-10-141-1/+1
* Added own bool typeBert2011-09-111-28/+30
* Added slideshow supportBert2011-09-101-0/+2
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-041-1/+1
* Reformated license headerBert2011-09-031-11/+11
* Added command to toggle gif animationsBert2011-08-191-0/+1
* Added support for multi-frame imagesBert2011-08-191-0/+1
* Put event handling back into main.c; events -> commandsBert2011-08-191-0/+63
* Merged commands.h into config.hBert2011-04-141-13/+0
* Use ctrl for ext cmds, disable them in config.hBert2011-03-091-5/+5
* Use "/bin/sh -c" for external commandsBert2011-03-031-22/+6
* Slightly refactored commands.hBert2011-03-011-8/+13
* Support for external commands like mogrify & jpegtranBert2011-03-011-0/+24