<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbox-snap/data, 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>Update the gnome-session support for version 3.9.90 in Ubuntu Trusty</title>
<updated>2015-01-12T19:48:50+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2014-12-03T21:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=288ef5896bfa2720718e462313acf69ea95a3086'/>
<id>288ef5896bfa2720718e462313acf69ea95a3086</id>
<content type='text'>
This change is not backward compatible unfortunately. The format of
the gnome-session .session files has changed, such that every part
of the session is now listed on the RequiredComponents line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is not backward compatible unfortunately. The format of
the gnome-session .session files has changed, such that every part
of the session is now listed on the RequiredComponents line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a strict option to the ToggleShowDesktop action</title>
<updated>2013-09-09T14:47:43+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2013-09-08T17:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=7b408bc3b8f5166a3c725459e0ae7fd93ec8aacb'/>
<id>7b408bc3b8f5166a3c725459e0ae7fd93ec8aacb</id>
<content type='text'>
When the strict option is used, normal windows are not able to show themselves
while showing the desktop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the strict option is used, normal windows are not able to show themselves
while showing the desktop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the old &lt;center&gt; option for the placement policy. (Bug 5946)</title>
<updated>2013-09-01T19:09:03+00:00</updated>
<author>
<name>Ian Zimmerman</name>
<email>itz@buug.org</email>
</author>
<published>2013-08-17T23:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=f866c034bf6e954791442ff029d5ae51ab0bd616'/>
<id>f866c034bf6e954791442ff029d5ae51ab0bd616</id>
<content type='text'>
Original commit messages:
. Reformat to move closer to house style
. Add center on top of leat overlap place algo
. Add sentinel value to edge arrays
. Use a Size instead of a Rect for a centering field
. Fix off by one bug
. Need to declare dx and dy
. Pass length of edge array instead of recomputing
. Fix missing open-brace in config.c
. Address the more trivial subset of danakj comments
. Revert "Remove now-unused config_place_center option."
  This reverts commit 5e282dae08be3b900e0337efa0fae8f3ffa92cd7.
. Remove reliance on sentinel value when scanning edge arrays
. Avoid need to initialize Size structure by removing it :)
. Clean up field expansion code somewhat
. Compress code further by using a structure for common args
. Fix search for next grid point
. Squeeze it even more by not using Size at all
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original commit messages:
. Reformat to move closer to house style
. Add center on top of leat overlap place algo
. Add sentinel value to edge arrays
. Use a Size instead of a Rect for a centering field
. Fix off by one bug
. Need to declare dx and dy
. Pass length of edge array instead of recomputing
. Fix missing open-brace in config.c
. Address the more trivial subset of danakj comments
. Revert "Remove now-unused config_place_center option."
  This reverts commit 5e282dae08be3b900e0337efa0fae8f3ffa92cd7.
. Remove reliance on sentinel value when scanning edge arrays
. Avoid need to initialize Size structure by removing it :)
. Clean up field expansion code somewhat
. Compress code further by using a structure for common args
. Fix search for next grid point
. Squeeze it even more by not using Size at all
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow application rules to control window size (Fix bug 4661)</title>
<updated>2012-10-07T03:04:57+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2012-10-02T01:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=10a833b2cba11349a57071a7538cae9a560b8cc9'/>
<id>10a833b2cba11349a57071a7538cae9a560b8cc9</id>
<content type='text'>
Use the following in your per-app rules:

&lt;size&gt;
  &lt;width&gt;A&lt;/width&gt;
  &lt;height&gt;B&lt;/height&gt;
&lt;/size&gt;

A and B can be integer values to specify a size in pixels. They can also be
percentages or fractions to be relative to the size of the monitor the window
is placed on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the following in your per-app rules:

&lt;size&gt;
  &lt;width&gt;A&lt;/width&gt;
  &lt;height&gt;B&lt;/height&gt;
&lt;/size&gt;

A and B can be integer values to specify a size in pixels. They can also be
percentages or fractions to be relative to the size of the monitor the window
is placed on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove now-unused config_place_center option.</title>
<updated>2012-10-07T02:52:31+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2012-10-02T02:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=5e282dae08be3b900e0337efa0fae8f3ffa92cd7'/>
<id>5e282dae08be3b900e0337efa0fae8f3ffa92cd7</id>
<content type='text'>
The new LeastOverlap placement doesn't use this option, and it kind of defeats
the purpose of the algorithm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new LeastOverlap placement doesn't use this option, and it kind of defeats
the purpose of the algorithm.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't let autostart checking for background-setting tools end up in logs (Fix bug 5186)</title>
<updated>2012-10-07T02:30:02+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2012-10-01T04:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=d0ba8806689ea80b6a739122aaf8dac81d2a3e5c'/>
<id>d0ba8806689ea80b6a739122aaf8dac81d2a3e5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some namings and xml formatting in rc.xml and rc.xsd</title>
<updated>2012-10-07T02:30:02+00:00</updated>
<author>
<name>Denis Kaganovich</name>
<email>mahatma@eu.by</email>
</author>
<published>2012-10-07T00:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=1974c69fb356a4958316dc7657a5f726804ac648'/>
<id>1974c69fb356a4958316dc7657a5f726804ac648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print error message to stderr (Fix bug 5731)</title>
<updated>2012-10-07T01:56:57+00:00</updated>
<author>
<name>Xin Wang</name>
<email>dram.wang@gmail.com</email>
</author>
<published>2012-08-16T23:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=c6997ba19ee5fdbaca49c55c8802f6b75a74c65f'/>
<id>c6997ba19ee5fdbaca49c55c8802f6b75a74c65f</id>
<content type='text'>
As stdout is redirected to /dev/null by some DMs, we need to print error
messages to stderr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As stdout is redirected to /dev/null by some DMs, we need to print error
messages to stderr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Address a couple bugs in rc.xsd (Fix bug 5746)</title>
<updated>2012-10-07T01:56:57+00:00</updated>
<author>
<name>Denis Kaganovich</name>
<email>mahatma@eu.by</email>
</author>
<published>2012-10-01T03:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=65693d18dbf9d434f8c6cd5025bf3bdfbe4d8a5c'/>
<id>65693d18dbf9d434f8c6cd5025bf3bdfbe4d8a5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make .desktop files obey specs where possible (Fix bug 5737)</title>
<updated>2012-10-07T01:56:56+00:00</updated>
<author>
<name>Julian Ospald</name>
<email>julian.ospald@googlemail.com</email>
</author>
<published>2012-10-01T02:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=9154bddf35a7abe98df011856c86b052e4ae50d8'/>
<id>9154bddf35a7abe98df011856c86b052e4ae50d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
