<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbox-snap/tests, 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>Fix icons.c test for 64-bit platforms</title>
<updated>2011-01-24T19:19:22+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2010-09-27T18:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=6e5de3b57eb1b39c2c3bd170c2dfca205d4a49ff'/>
<id>6e5de3b57eb1b39c2c3bd170c2dfca205d4a49ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add wmhints test that toggles motif decor hints on a mapped window</title>
<updated>2010-09-16T17:50:37+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-09-16T17:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=d81f94bf8bb457427401529aca6666a6fbfd3ad8'/>
<id>d81f94bf8bb457427401529aca6666a6fbfd3ad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add stackabove test, that lets you move a client window just above a specified window in the stacking order</title>
<updated>2010-09-16T15:24:11+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-06-27T13:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=b79b70620fbf4b73534d964bfbf647e268ece404'/>
<id>b79b70620fbf4b73534d964bfbf647e268ece404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the EXTENTS reported on window frames.</title>
<updated>2010-06-14T16:40:15+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-06-14T16:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=79cf72d17ff42e5bc8eb1adbd98bb42aa71fb085'/>
<id>79cf72d17ff42e5bc8eb1adbd98bb42aa71fb085</id>
<content type='text'>
Change the order things are done on map, so we apply startup state without
  any states set first, thus getting all the functions possible for the window
  type etc.  then change the order states are applied, as some remove the
  ability to apply others (ie fullscreen comes last).
Add an oldsize to ObFrame that remembers the size of the frame last reported to
  the world through the EXTENTS property.  If you frame_adjust_area(FAKE) then
  frame_adjust_area(NONFAKE), the EXTENTS would not be updated since the
  oldsize wasn't remembered across fake updates.
Make the extentsrequest test ask about windows with states set also.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the order things are done on map, so we apply startup state without
  any states set first, thus getting all the functions possible for the window
  type etc.  then change the order states are applied, as some remove the
  ability to apply others (ie fullscreen comes last).
Add an oldsize to ObFrame that remembers the size of the frame last reported to
  the world through the EXTENTS property.  If you frame_adjust_area(FAKE) then
  frame_adjust_area(NONFAKE), the EXTENTS would not be updated since the
  oldsize wasn't remembered across fake updates.
Make the extentsrequest test ask about windows with states set also.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a test to set a mouse cursor on an InputOnly subwindow</title>
<updated>2010-04-28T18:47:13+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-04-28T18:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=cce78e08bb6688cf5789ed248bd4566570b8a67b'/>
<id>cce78e08bb6688cf5789ed248bd4566570b8a67b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If a window places itself at (0,0) and there are struts there, assume it is a bug.  Also allow oldschool fullscreen windows that cover all monitors on a multihead setup to work properly</title>
<updated>2010-01-14T23:41:25+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-01-14T23:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=54e04a520bd04ef7bc97c1fc2eef3495daa8a18f'/>
<id>54e04a520bd04ef7bc97c1fc2eef3495daa8a18f</id>
<content type='text'>
Added a test 'oldfullscreen' that makes a oldschool fullscreen window
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a test 'oldfullscreen' that makes a oldschool fullscreen window
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport' into work</title>
<updated>2009-12-17T15:33:39+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2009-12-17T15:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=501943b53d68821a752ceda3fbd9b64bbcae4a4c'/>
<id>501943b53d68821a752ceda3fbd9b64bbcae4a4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a test that iconifies a window after a short delay</title>
<updated>2009-12-16T21:46:13+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2009-12-16T21:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=3eb941a3926e2c3e803ece046211c72c1e095746'/>
<id>3eb941a3926e2c3e803ece046211c72c1e095746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport' into work</title>
<updated>2009-12-12T00:02:11+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2009-12-12T00:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=acafa38c8ea210b12ed92fc16281b915ab61542c'/>
<id>acafa38c8ea210b12ed92fc16281b915ab61542c</id>
<content type='text'>
Conflicts:
	openbox/config.c
	openbox/event.c
	openbox/prop.c
	openbox/prop.h
	openbox/screen.c
	openbox/screen.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	openbox/config.c
	openbox/event.c
	openbox/prop.c
	openbox/prop.h
	openbox/screen.c
	openbox/screen.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a WM_CLASS to the skiptaskbar test</title>
<updated>2009-12-09T16:02:44+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2009-12-09T16:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=d95355ce5830d8e3377729c0a264c5823ca9a06d'/>
<id>d95355ce5830d8e3377729c0a264c5823ca9a06d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
