<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbox-snap/obrender, branch master</title>
<subtitle>custom openbox fork with 'aero-snap' feature and bugfixes
</subtitle>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/'/>
<entry>
<title>Add include of cairo.h when using librsvg</title>
<updated>2015-03-04T00:06:02+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2015-03-04T00:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=9e8813e111cbe6c1088f6abbc771a29470f05fc2'/>
<id>9e8813e111cbe6c1088f6abbc771a29470f05fc2</id>
<content type='text'>
This should be compatible with both old and new librsvg versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be compatible with both old and new librsvg versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some more code around to make it shorter</title>
<updated>2014-11-05T17:46:16+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-11-05T17:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=24bb21a124a088008524184add2e152501f3c554'/>
<id>24bb21a124a088008524184add2e152501f3c554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce length of theme.c a bit</title>
<updated>2014-11-05T16:00:49+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-11-05T12:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=35e92e4c2a45b28d5c2c9b44b64aeb4222098c94'/>
<id>35e92e4c2a45b28d5c2c9b44b64aeb4222098c94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make theme.c indentation more locally consistent</title>
<updated>2014-11-05T16:00:49+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-11-05T10:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=10c276c6c2f5c21bd9376f84481e2b2444b842d1'/>
<id>10c276c6c2f5c21bd9376f84481e2b2444b842d1</id>
<content type='text'>
Also removes some comments that is just the code with s/_/ /g
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removes some comments that is just the code with s/_/ /g
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove wrong code from button mask loading code, bug 6065</title>
<updated>2014-11-05T16:00:49+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-11-05T09:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=f1f5610cca8511be3bd03198f49a6a4e9fc15314'/>
<id>f1f5610cca8511be3bd03198f49a6a4e9fc15314</id>
<content type='text'>
The READ_MASK_COPY macro already uses these exact fallbacks, so these
lines just overwrote the custom bitmaps with the default fallback bitmaps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The READ_MASK_COPY macro already uses these exact fallbacks, so these
lines just overwrote the custom bitmaps with the default fallback bitmaps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes found by coverity for things used before a null check</title>
<updated>2014-10-28T04:42:28+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-28T04:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=122e2a81d3899f918de81a735061776193ddeed8'/>
<id>122e2a81d3899f918de81a735061776193ddeed8</id>
<content type='text'>
In the second case, we actually check the wrong variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the second case, we actually check the wrong variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PANGO_UNDERLINE_SINGLE for rendering shortcuts</title>
<updated>2014-10-28T03:14:24+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-28T02:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=396198081e72d6d758d51d4c6cdda1105be0df2d'/>
<id>396198081e72d6d758d51d4c6cdda1105be0df2d</id>
<content type='text'>
The pango docs say to use _LOW for accelerators, but that causes the line
to be drawn beneath the ink extents which for us may be outside the area
that gets displayed and we end up with no line at all. We also don't want
to extend every menu entry with enough space to fit this possible line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pango docs say to use _LOW for accelerators, but that causes the line
to be drawn beneath the ink extents which for us may be outside the area
that gets displayed and we end up with no line at all. We also don't want
to extend every menu entry with enough space to fit this possible line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copy paste typo in swap_byte_order</title>
<updated>2014-10-28T03:14:24+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@google.com</email>
</author>
<published>2014-10-27T23:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=130075de743f6e37206ddf4419265899284179fd'/>
<id>130075de743f6e37206ddf4419265899284179fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache results of offset/shift functions so we don't do 6 function calls per pixel when reducing color depth</title>
<updated>2014-04-10T20:29:01+00:00</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman@collabora.co.uk</email>
</author>
<published>2014-04-10T20:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=540c53eeabd514889c77ebf0480627f7bc356716'/>
<id>540c53eeabd514889c77ebf0480627f7bc356716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gcc warnings</title>
<updated>2013-09-01T19:09:03+00:00</updated>
<author>
<name>Ian Zimmerman</name>
<email>itz@buug.org</email>
</author>
<published>2013-08-17T22:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=9750e5cea8d8cdab2b8b988a8c5d6392b0dbeae8'/>
<id>9750e5cea8d8cdab2b8b988a8c5d6392b0dbeae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
