<feed xmlns='http://www.w3.org/2005/Atom'>
<title>neetdraw, branch libev</title>
<subtitle>Terminal drawing application</subtitle>
<id>http://cgit.janouch.name/neetdraw/atom?h=libev</id>
<link rel='self' href='http://cgit.janouch.name/neetdraw/atom?h=libev'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/'/>
<updated>2014-10-28T01:59:39Z</updated>
<entry>
<title>More changes to fit libev's model</title>
<updated>2014-10-28T01:59:39Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-28T01:59:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=8838e88d913fe882f744b288a3cc280d14ca7c8b'/>
<id>urn:sha1:8838e88d913fe882f744b288a3cc280d14ca7c8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite to use libev</title>
<updated>2014-10-28T01:39:37Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-28T01:39:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=74965b0f66f1907346df49c1eebb07169d26129d'/>
<id>urn:sha1:74965b0f66f1907346df49c1eebb07169d26129d</id>
<content type='text'>
libuv is too immature so far and I'm not in the mood to try and
link it statically via some horrible hack (no CMake support).

Also libev is much closer to my understanding of event loops.

The messaging model stays for when/if I want to return to libuv.
</content>
</entry>
<entry>
<title>Use RLE bitmap compression</title>
<updated>2014-10-27T17:49:21Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-27T17:49:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=606c5f43af3b9b7a5f1484540e7455346bba31c9'/>
<id>urn:sha1:606c5f43af3b9b7a5f1484540e7455346bba31c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some file saving/loading</title>
<updated>2014-10-27T17:03:16Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-27T17:03:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=5cebe379c86133cc532f66f634e94de18ca0cb54'/>
<id>urn:sha1:5cebe379c86133cc532f66f634e94de18ca0cb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the input part</title>
<updated>2014-10-27T16:20:46Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-27T16:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=28a93ad6931f03114ebfaf0c6635fab96ffea186'/>
<id>urn:sha1:28a93ad6931f03114ebfaf0c6635fab96ffea186</id>
<content type='text'>
And add support for moving the canvas with cursor keys.
</content>
</entry>
<entry>
<title>Clarify pixel address computation</title>
<updated>2014-10-27T15:48:06Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-27T15:48:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=50842917f64606507fc08173e7789438c9fb44f1'/>
<id>urn:sha1:50842917f64606507fc08173e7789438c9fb44f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the README</title>
<updated>2014-10-27T14:48:57Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-27T14:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=ac22d174917173fe6ebd0d6738e1605b9da8916b'/>
<id>urn:sha1:ac22d174917173fe6ebd0d6738e1605b9da8916b</id>
<content type='text'>
Finally we're doing what we wanted.
</content>
</entry>
<entry>
<title>Woo we can draw over the network now</title>
<updated>2014-10-27T12:54:53Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-27T12:54:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=1f2e4873027466248a041e9a06f0793213e9ff40'/>
<id>urn:sha1:1f2e4873027466248a041e9a06f0793213e9ff40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lay down some server-client foundations</title>
<updated>2014-10-26T17:57:28Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-26T17:57:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=29bec0c0e0658b51f11ea38c04df0e7aa514572c'/>
<id>urn:sha1:29bec0c0e0658b51f11ea38c04df0e7aa514572c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yes, I'm very funny</title>
<updated>2014-10-26T17:55:25Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2014-10-26T17:55:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/neetdraw/commit/?id=3ea5918feeeb6cb2b4415b0ce2f5fa6cab991671'/>
<id>urn:sha1:3ea5918feeeb6cb2b4415b0ce2f5fa6cab991671</id>
<content type='text'>
</content>
</entry>
</feed>
