<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbox-snap/openbox/actions, 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>Special case for unusual monitor setup</title>
<updated>2015-01-06T22:26:45+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2015-01-06T22:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=d7568bc0388fb1b374dc0a8c7afdaa36e7b0f05f'/>
<id>d7568bc0388fb1b374dc0a8c7afdaa36e7b0f05f</id>
<content type='text'>
When no monitor is at (0,0), the screen rect containing all monitors
is not at the origin, but screen_apply_gravity_point assumes the passed
x/y are relative to the passed area, so adjust them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no monitor is at (0,0), the screen rect containing all monitors
is not at the origin, but screen_apply_gravity_point assumes the passed
x/y are relative to the passed area, so adjust them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some compiler warnings for ShowMenu</title>
<updated>2014-10-28T04:45:09+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-28T04:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=a68c41f50499363edcf5c72abf11cc61a3ad5954'/>
<id>a68c41f50499363edcf5c72abf11cc61a3ad5954</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 actions noninteractive</title>
<updated>2014-10-28T03:14:24+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-27T23:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=bcfc71a67367ae7b9ab1e7d7ac2f801be919804f'/>
<id>bcfc71a67367ae7b9ab1e7d7ac2f801be919804f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clip client rect to monitor bounds while picking a corner for resizing</title>
<updated>2014-10-28T03:14:23+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-27T22:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=bf5357f9fb8b2af98da5a8eeaa36cbcffe5ab19a'/>
<id>bf5357f9fb8b2af98da5a8eeaa36cbcffe5ab19a</id>
<content type='text'>
This way you can actually do everything to it when it's offscreen,
not just resize the one edge that's poking out
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way you can actually do everything to it when it's offscreen,
not just resize the one edge that's poking out
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass the GravityPoint as const* instead of by value</title>
<updated>2014-10-11T00:13:49+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-06T19:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=39dfb7458a75ca502fb0c18ec0f1a107f5d51249'/>
<id>39dfb7458a75ca502fb0c18ec0f1a107f5d51249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the menu placement code know if the position was user specified</title>
<updated>2014-10-06T20:05:26+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-06T18:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=d3359676e49b558cb7c6e24ea889c037d044b79f'/>
<id>d3359676e49b558cb7c6e24ea889c037d044b79f</id>
<content type='text'>
This way, it can avoid running the code that moves it to a good position
relative to a mouse that isn't there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, it can avoid running the code that moves it to a good position
relative to a mouse that isn't there
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve gravity coords in menuframe so it can use the widths</title>
<updated>2014-10-06T20:05:26+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-06T17:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=c5c5b7b455334ec2987b0f04e18d817f6d3767d0'/>
<id>c5c5b7b455334ec2987b0f04e18d817f6d3767d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add &lt;position&gt; tag to ShowMenu action</title>
<updated>2014-10-06T20:05:26+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-10-06T16:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=238ab3f742644af7f3b4d2a7a7860fedd290ad29'/>
<id>238ab3f742644af7f3b4d2a7a7860fedd290ad29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix thinko in if.c, *o in Stop can never be pointing at the right place.</title>
<updated>2014-04-24T22:27:06+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-04-24T22:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=1ea131048d674f558504ec13ae8573bd407b82e4'/>
<id>1ea131048d674f558504ec13ae8573bd407b82e4</id>
<content type='text'>
Use a file static boolean instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a file static boolean instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in variable name</title>
<updated>2014-04-10T20:51:55+00:00</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2014-04-10T20:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=d8f1ef057b0959410bdea84895d3bc091d157880'/>
<id>d8f1ef057b0959410bdea84895d3bc091d157880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
