<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nsxiv/image.h, branch master</title>
<subtitle>Nsxiv image view custom build
</subtitle>
<id>https://git.krolyxon.com/nsxiv/atom?h=master</id>
<link rel='self' href='https://git.krolyxon.com/nsxiv/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/'/>
<updated>2017-10-16T19:10:35Z</updated>
<entry>
<title>One header file for type definitions and function declarations</title>
<updated>2017-10-16T19:10:35Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2017-10-16T19:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=148026007cae3b97d39d2cfee7562c139eb486b2'/>
<id>urn:sha1:148026007cae3b97d39d2cfee7562c139eb486b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mouse drag translates pointer position to image area</title>
<updated>2017-10-04T16:22:43Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2017-10-04T16:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=e310136e02ada4862c250280034d36fbfa24fc61'/>
<id>urn:sha1:e310136e02ada4862c250280034d36fbfa24fc61</id>
<content type='text'>
This makes mouse panning more direct and faster.
</content>
</entry>
<entry>
<title>Add -A option to force framerate on animated images</title>
<updated>2016-11-27T07:59:05Z</updated>
<author>
<name>dwminer</name>
<email>daltonminer@gmail.com</email>
</author>
<published>2016-11-27T07:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=2c566c5320c11e9844f192bfcff2d1a869471415'/>
<id>urn:sha1:2c566c5320c11e9844f192bfcff2d1a869471415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revised error handling</title>
<updated>2015-10-28T22:03:37Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2015-10-28T22:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=d3a70a285d03224fde9e6ef36eba9de21b773f39'/>
<id>urn:sha1:d3a70a285d03224fde9e6ef36eba9de21b773f39</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>Simplified img_frame_animate</title>
<updated>2014-09-01T18:41:33Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-09-01T18:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=2fbc21a2050d1e8e8711afce765b7d34104f45de'/>
<id>urn:sha1:2fbc21a2050d1e8e8711afce765b7d34104f45de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revised handling of GIF animations</title>
<updated>2014-07-25T20:52:31Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-07-25T20:52:31Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=5e481912ec983be89f10cbbb21561ed7cc898027'/>
<id>urn:sha1:5e481912ec983be89f10cbbb21561ed7cc898027</id>
<content type='text'>
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
</content>
</entry>
<entry>
<title>Preserve panning when switching images; fixes issue #131</title>
<updated>2014-02-04T20:02:02Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-02-04T20:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=eb82519a80ab3d09fb3294d64a3526c678433d22'/>
<id>urn:sha1:eb82519a80ab3d09fb3294d64a3526c678433d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Apply flip &amp; rotation on all frames of a multi-frame image; fixes issue #121"</title>
<updated>2014-01-09T19:24:58Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-01-09T19:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=48700aa6c8f4b9ef6dc162ea5aa98ac4f9cc0630'/>
<id>urn:sha1:48700aa6c8f4b9ef6dc162ea5aa98ac4f9cc0630</id>
<content type='text'>
This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f.
</content>
</entry>
<entry>
<title>Apply flip &amp; rotation on all frames of a multi-frame image; fixes issue #121</title>
<updated>2014-01-08T23:30:10Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-01-08T23:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=f795273b650a4df39dca693f30c3650ec1d3393f'/>
<id>urn:sha1:f795273b650a4df39dca693f30c3650ec1d3393f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slideshow mode is back, in a simplified version</title>
<updated>2014-01-04T18:07:15Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-01-04T17:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=6a0fa2507cc933cfb54fdf4d80c094bfcdf782cf'/>
<id>urn:sha1:6a0fa2507cc933cfb54fdf4d80c094bfcdf782cf</id>
<content type='text'>
</content>
</entry>
</feed>
