<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nsxiv/types.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>Improve mouse support</title>
<updated>2017-10-06T08:15:43Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2017-10-05T11:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=8081cbebf36e48297a589af02db400687c4ef261'/>
<id>urn:sha1:8081cbebf36e48297a589af02db400687c4ef261</id>
<content type='text'>
None of the mouse mappings uses a keyboard modifier, making it possible to
access the most basic features by only using the mouse.

Next/previous image with left button depending on cursor position, middle
button for dragging, right button for switching to thumnail mode and wheel for
zooming.

Users can keep the old behaviour by simply not adapting the changes to the
buttons array in config.def.h to their config.h file.
</content>
</entry>
<entry>
<title>Simplify cursor handling</title>
<updated>2017-10-05T10:30:31Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2017-10-05T10:30:31Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=b8fd923e740bcbaebe523c48ca67c3725c1b3863'/>
<id>urn:sha1:b8fd923e740bcbaebe523c48ca67c3725c1b3863</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>State the purpose of CLEANUP macro</title>
<updated>2017-05-17T13:51:11Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2017-05-17T13:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=e98266b1483e9fb2683bbd26e3e8d48dd1f58cec'/>
<id>urn:sha1:e98266b1483e9fb2683bbd26e3e8d48dd1f58cec</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>Cache out of view thumbnails in the background</title>
<updated>2015-01-04T20:24:43Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2015-01-04T20:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=47af0dd7b5e154fb64d8b4d6c5302ba905055799'/>
<id>urn:sha1:47af0dd7b5e154fb64d8b4d6c5302ba905055799</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use bit-field for boolean flags in fileinfo struct</title>
<updated>2015-01-04T20:24:43Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2015-01-04T14:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=9b9294bae67da4e0388e7c31d0063f4e114aa1f8'/>
<id>urn:sha1:9b9294bae67da4e0388e7c31d0063f4e114aa1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not print could-not-open-warnings for files found by directory traversal</title>
<updated>2014-10-24T09:14:01Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-10-24T09:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=93e2a757d439b4965bf21b26a41628be9b2ec788'/>
<id>urn:sha1:93e2a757d439b4965bf21b26a41628be9b2ec788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added support for multiple commands per key/button mapping; elegant fix for issue #150</title>
<updated>2014-07-23T21:41:23Z</updated>
<author>
<name>Bert Münnich</name>
<email>ber.t@posteo.de</email>
</author>
<published>2014-07-23T21:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.krolyxon.com/nsxiv/commit/?id=9c92de858484b6bbe90252955bef5f77a80f3c45'/>
<id>urn:sha1:9c92de858484b6bbe90252955bef5f77a80f3c45</id>
<content type='text'>
</content>
</entry>
</feed>
