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 (
Expand
)
Author
2013-03-03
Wrap the pointer when the edge of the window is reached
Rob Pilling
2013-02-08
Refactored function definitions to use dangling brace
Bert Münnich
2013-02-08
Updated/corrected license header
Bert Münnich
2012-08-16
New command: i_alternate, go to last image, issue #65
Bert Münnich
2012-07-19
New commands: fit to the window's height/width
baskerville
2012-07-15
handle count prefix in thumbnail movements
baskerville
2012-05-14
Fixed issue #51, no more bar artifact when switching to fullscreen
Bert Münnich
2012-05-13
Simplified & sped up reloading of all thumbnails
Bert Münnich
2012-05-08
Added a command to refresh the thumbnails
baskerville
2012-05-06
Slightly refactored flipping
Bert Münnich
2012-05-06
Added horizontal and vertical flip commands
baskerville
2012-03-02
Fixed issue #42: image dragging broken by commit b845827
Bert Münnich
2012-02-15
Added it_toggle_bar command; default mapping: XK_b
Bert Münnich
2012-02-15
Already in the year 2012
Bert Münnich
2012-02-11
Removed slideshow support
Bert Münnich
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