<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monmon.git/src, branch x_format_test</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.spawned.biz/monmon.git/atom?h=x_format_test</id>
<link rel='self' href='https://git.spawned.biz/monmon.git/atom?h=x_format_test'/>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/'/>
<updated>2017-09-27T16:57:01Z</updated>
<entry>
<title>Do not wait for animation when draw request comes from X server</title>
<updated>2017-09-27T16:57:01Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-27T16:57:01Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=fc22021c7828649a89fa9f44bcd2789e6bf38f12'/>
<id>urn:sha1:fc22021c7828649a89fa9f44bcd2789e6bf38f12</id>
<content type='text'>
When resizing the window I get two xcb_configure_notify_t events,
one with x = 0, y = 0 and the new size and just after that a new
configure event with the right x and y values and still the new
size. Unless I force draw it's possible to get the desktop background
at 0,0 instead of the right location.
</content>
</entry>
<entry>
<title>Improve x::get_best_format</title>
<updated>2017-09-27T08:51:23Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@opera.com</email>
</author>
<published>2017-09-27T08:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=69031e2a0097b2367205b88e038026c56cda3471'/>
<id>urn:sha1:69031e2a0097b2367205b88e038026c56cda3471</id>
<content type='text'>
Allow bits_per_rgb_value to be &gt;= 8
Pick the first matched depth.

Ended up matching a 32 bit depth (TrueColor) as all 24 bit depths
(DirectColor) as they used 11 bits per rgb value.
The screen did not support creating a window with depth 32 depth :/
</content>
</entry>
<entry>
<title>Fix x::get_best_format</title>
<updated>2017-09-27T08:36:55Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@opera.com</email>
</author>
<published>2017-09-27T08:36:55Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=5e90e8786a089930d49adce5696508cc959a6045'/>
<id>urn:sha1:5e90e8786a089930d49adce5696508cc959a6045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a 10p fontsize</title>
<updated>2017-09-27T06:48:39Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-27T06:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=48ad145d65360074eb95f4c467cdf707b8a14682'/>
<id>urn:sha1:48ad145d65360074eb95f4c467cdf707b8a14682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove debug code from Monitor</title>
<updated>2017-09-26T21:46:19Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-26T21:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=d88253f049daaf188f2b55764251ccca3d6b7e29'/>
<id>urn:sha1:d88253f049daaf188f2b55764251ccca3d6b7e29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Animate job count changes</title>
<updated>2017-09-26T21:44:35Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-26T21:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=eff2e4cc49bfadd9716f3ad65854b3b0ca309b74'/>
<id>urn:sha1:eff2e4cc49bfadd9716f3ad65854b3b0ca309b74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a modification safe observers list</title>
<updated>2017-09-26T19:58:23Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-26T19:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=811e04305457108bc32d8895fd9bd274715d02fc'/>
<id>urn:sha1:811e04305457108bc32d8895fd9bd274715d02fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compensate for radius of rounded corners</title>
<updated>2017-09-26T19:15:50Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-26T19:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=37e7c66d65e00b9543003aba1f0f9b13a8dc151b'/>
<id>urn:sha1:37e7c66d65e00b9543003aba1f0f9b13a8dc151b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a possible uninitialized local variable</title>
<updated>2017-09-26T19:07:25Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-26T19:07:25Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=118f7c94053913be4a3667d0c21927b220c1fab5'/>
<id>urn:sha1:118f7c94053913be4a3667d0c21927b220c1fab5</id>
<content type='text'>
And fix a too long line
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2017-09-26T18:09:31Z</updated>
<author>
<name>Joel Klinghed</name>
<email>the_jk@yahoo.com</email>
</author>
<published>2017-09-26T18:09:31Z</published>
<link rel='alternate' type='text/html' href='https://git.spawned.biz/monmon.git/commit/?id=c85b624d28564a6f785b25000e2b7825592a919d'/>
<id>urn:sha1:c85b624d28564a6f785b25000e2b7825592a919d</id>
<content type='text'>
</content>
</entry>
</feed>
