aboutsummaryrefslogtreecommitdiff
path: root/commands.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Updated contact informationBert Münnich2011-10-141-1/+1
|
* Use void for empty argument listsBert Münnich2011-10-121-5/+5
|
* Made all conditionals more preciseBert Münnich2011-09-291-15/+9
|
* make use of EXIT_ macrosrck2011-09-261-3/+3
|
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-14/+14
|
* Added own bool typeBert2011-09-111-109/+107
|
* Added slideshow supportBert2011-09-101-4/+48
|
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-2/+2
|
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-041-7/+6
|
* Reformated license headerBert2011-09-031-11/+11
|
* Fixed pointer-to-int-cast warnings on x86_64Bert2011-09-031-3/+3
|
* Simplified cursor resettingBert2011-09-031-17/+14
|
* Simplified it_shell_cmd() using SXIV_IMG env-variableBert2011-09-031-38/+19
|
* Data driven timeout handlingBert2011-09-021-11/+14
|
* Added command to toggle gif animationsBert2011-08-191-2/+20
|
* Added support for gif animationBert2011-08-191-1/+2
|
* Added support for multi-frame imagesBert2011-08-191-0/+4
|
* Put event handling back into main.c; events -> commandsBert2011-08-191-0/+400