<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>xzoom, branch HEAD</title>
<subtitle>A simple screen magnifier for X11.
</subtitle>
<entry>
<id>1d68dfeb236f1004821dfc5d4c1ed1a495bd8e99</id>
<published>2013-11-22T14:20:32Z</published>
<updated>2013-11-22T14:20:32Z</updated>
<title type="text">Making xzoom compile again. One DRAW_FRAME() was still there.</title>
<link rel="alternate" type="text/html" href="commit/1d68dfeb236f1004821dfc5d4c1ed1a495bd8e99.html" />
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<content type="text">commit 1d68dfeb236f1004821dfc5d4c1ed1a495bd8e99
parent 70e39234df46dd6066bbc5c9b060a448e8509474
Author: Christoph Lohmann &lt;20h@r-36.net&gt;
Date:   Fri, 22 Nov 2013 15:20:32 +0100

Making xzoom compile again. One DRAW_FRAME() was still there.

</content>
</entry>
<entry>
<id>70e39234df46dd6066bbc5c9b060a448e8509474</id>
<published>2013-11-22T14:18:35Z</published>
<updated>2013-11-22T14:18:35Z</updated>
<title type="text">Removing some whitespaces.</title>
<link rel="alternate" type="text/html" href="commit/70e39234df46dd6066bbc5c9b060a448e8509474.html" />
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<content type="text">commit 70e39234df46dd6066bbc5c9b060a448e8509474
parent 02455f8f2c282c809f8bea1a00a00b8cda11de57
Author: Christoph Lohmann &lt;20h@r-36.net&gt;
Date:   Fri, 22 Nov 2013 15:18:35 +0100

Removing some whitespaces.

</content>
</entry>
<entry>
<id>02455f8f2c282c809f8bea1a00a00b8cda11de57</id>
<published>2013-11-21T15:38:46Z</published>
<updated>2013-11-22T14:14:22Z</updated>
<title type="text">xzoom: don&#39;t redraw the screen when the window&#39;s not visible</title>
<link rel="alternate" type="text/html" href="commit/02455f8f2c282c809f8bea1a00a00b8cda11de57.html" />
<author>
<name>Phil Carmody</name>
<email>pc+xzoom@asdf.org</email>
</author>
<content type="text">commit 02455f8f2c282c809f8bea1a00a00b8cda11de57
parent 2efc3a678f4a4694acb57bc368771c5be11c02f3
Author: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Date:   Thu, 21 Nov 2013 17:38:46 +0200

xzoom: don&#39;t redraw the screen when the window&#39;s not visible

Most of the CPU usage was in the read/scale/write part, so skip it
if we can.

Signed-off-by: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;

</content>
</entry>
<entry>
<id>2efc3a678f4a4694acb57bc368771c5be11c02f3</id>
<published>2013-11-21T15:38:45Z</published>
<updated>2013-11-22T14:14:21Z</updated>
<title type="text">xzoom: extract all the drawing into a helper function</title>
<link rel="alternate" type="text/html" href="commit/2efc3a678f4a4694acb57bc368771c5be11c02f3.html" />
<author>
<name>Phil Carmody</name>
<email>pc+xzoom@asdf.org</email>
</author>
<content type="text">commit 2efc3a678f4a4694acb57bc368771c5be11c02f3
parent 57faa9486d0b2fb31a184501f5267461d2febccc
Author: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Date:   Thu, 21 Nov 2013 17:38:45 +0200

xzoom: extract all the drawing into a helper function

Keep it self-contained, and therefore easier to skip in its
entirety.

Signed-off-by: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;

</content>
</entry>
<entry>
<id>57faa9486d0b2fb31a184501f5267461d2febccc</id>
<published>2013-11-21T15:38:43Z</published>
<updated>2013-11-22T14:13:27Z</updated>
<title type="text">xzoom: remove single-use macro that provides no benefit</title>
<link rel="alternate" type="text/html" href="commit/57faa9486d0b2fb31a184501f5267461d2febccc.html" />
<author>
<name>Phil Carmody</name>
<email>pc+xzoom@asdf.org</email>
</author>
<content type="text">commit 57faa9486d0b2fb31a184501f5267461d2febccc
parent 7c3757824e5bc5f10e55dbf6a338ec3569c7b323
Author: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Date:   Thu, 21 Nov 2013 17:38:43 +0200

xzoom: remove single-use macro that provides no benefit

DRAW_FRAME() is only called from one place, and only does one simple
thing, therefore having a macro for it achieves nothing.

Signed-off-by: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;

</content>
</entry>
<entry>
<id>7c3757824e5bc5f10e55dbf6a338ec3569c7b323</id>
<published>2013-11-21T15:38:44Z</published>
<updated>2013-11-22T14:12:13Z</updated>
<title type="text">xzoom: remove the unmapped variable</title>
<link rel="alternate" type="text/html" href="commit/7c3757824e5bc5f10e55dbf6a338ec3569c7b323.html" />
<author>
<name>Phil Carmody</name>
<email>pc+xzoom@asdf.org</email>
</author>
<content type="text">commit 7c3757824e5bc5f10e55dbf6a338ec3569c7b323
parent 1426ec29a47a6d567d33a5f99348bdf642591dde
Author: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Date:   Thu, 21 Nov 2013 17:38:44 +0200

xzoom: remove the unmapped variable

It&#39;s only ever written to, never read, so is useless. Kill it.

Signed-off-by: Phil Carmody &lt;pc+xzoom@asdf.org&gt;
Signed-off-by: Christoph Lohmann &lt;20h@r-36.net&gt;

</content>
</entry>
<entry>
<id>1426ec29a47a6d567d33a5f99348bdf642591dde</id>
<published>2011-10-21T09:35:59Z</published>
<updated>2011-10-21T09:35:59Z</updated>
<title type="text">Adding my notice.</title>
<link rel="alternate" type="text/html" href="commit/1426ec29a47a6d567d33a5f99348bdf642591dde.html" />
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<content type="text">commit 1426ec29a47a6d567d33a5f99348bdf642591dde
parent 986fe4832df4664dafc7fa7892bd070640ddf06e
Author: Christoph Lohmann &lt;20h@r-36.net&gt;
Date:   Fri, 21 Oct 2011 11:35:59 +0200

Adding my notice.

</content>
</entry>
<entry>
<id>986fe4832df4664dafc7fa7892bd070640ddf06e</id>
<published>2011-10-21T09:17:57Z</published>
<updated>2011-10-21T09:17:57Z</updated>
<title type="text">Adding docking and fixing geometry parsing.</title>
<link rel="alternate" type="text/html" href="commit/986fe4832df4664dafc7fa7892bd070640ddf06e.html" />
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<content type="text">commit 986fe4832df4664dafc7fa7892bd070640ddf06e
parent 29cb8033f8cda420ff86769aa71d42af81b1b540
Author: Christoph Lohmann &lt;20h@r-36.net&gt;
Date:   Fri, 21 Oct 2011 11:17:57 +0200

Adding docking and fixing geometry parsing.

</content>
</entry>
<entry>
<id>29cb8033f8cda420ff86769aa71d42af81b1b540</id>
<published>2011-10-21T08:29:00Z</published>
<updated>2011-10-21T08:29:00Z</updated>
<title type="text">Initial commit of xzoom 0.3 with 0.4.</title>
<link rel="alternate" type="text/html" href="commit/29cb8033f8cda420ff86769aa71d42af81b1b540.html" />
<author>
<name>Christoph Lohmann</name>
<email>20h@r-36.net</email>
</author>
<content type="text">commit 29cb8033f8cda420ff86769aa71d42af81b1b540
Author: Christoph Lohmann &lt;20h@r-36.net&gt;
Date:   Fri, 21 Oct 2011 10:29:00 +0200

Initial commit of xzoom 0.3 with 0.4.

</content>
</entry>
</feed>
