Age | Commit message (Collapse) | Author |
|
- Functions warn() and die() replaced by GNU-like error(3) function
- Register cleanup() with atexit(3)
- Functions called by cleanup() are marked with CLEANUP and are not allowed to
call exit(3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Buffer for window content is bigger than the window, minimizes artifacts
when window is resized
- Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(),
no need to handle exposure events; X server can show gray background directly
after resize event before sxiv redraws the window contents
|
|
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
|
|
issue #150
|
|
|
|
|
|
|
|
|
|
|
|
- Scale mode is not reset to default value upon image loading anymore
- New default key binding to change mode to scale-down
- Removed scale mode setting from config.h
- Removed -d command line option, as this is now the default at startup
|
|
|
|
|
|
issue #121"
This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed now obsolete -p command line option; fixes issue #98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|