index
:
nsxiv
master
new simple X image viewer
Justin Gassner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commands.c
Age
Commit message (
Collapse
)
Author
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
2011-09-04
Made i(t)_toggle_alpha command work in thumbnail mode too
Bert
2011-09-03
Reformated license header
Bert
2011-09-03
Fixed pointer-to-int-cast warnings on x86_64
Bert
2011-09-03
Simplified cursor resetting
Bert
2011-09-03
Simplified it_shell_cmd() using SXIV_IMG env-variable
Bert
2011-09-02
Data driven timeout handling
Bert
2011-08-19
Added command to toggle gif animations
Bert
2011-08-19
Added support for gif animation
Bert
2011-08-19
Added support for multi-frame images
Bert
2011-08-19
Put event handling back into main.c; events -> commands
Bert