<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/X/dwm/event.c, branch custom</title>
<subtitle>Dynamic Window Manager for X
</subtitle>
<id>http://git.nathanreiner.xyz/suckless/X/dwm/atom?h=custom</id>
<link rel='self' href='http://git.nathanreiner.xyz/suckless/X/dwm/atom?h=custom'/>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/'/>
<updated>2007-09-15T20:25:27Z</updated>
<entry>
<title>micromizing dwm step 1</title>
<updated>2007-09-15T20:25:27Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T20:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=0235a84ef286db5c97239615ae525ce973641941'/>
<id>urn:sha1:0235a84ef286db5c97239615ae525ce973641941</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed drawstatus into drawbar</title>
<updated>2007-09-15T10:36:42Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T10:36:42Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=9800518ae3505e54c0e52ea3d40050f279e722d6'/>
<id>urn:sha1:9800518ae3505e54c0e52ea3d40050f279e722d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check</title>
<updated>2007-08-22T17:01:05Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-22T17:01:05Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=36672d0401299a5230b516ca4575365d9f45dd35'/>
<id>urn:sha1:36672d0401299a5230b516ca4575365d9f45dd35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made plural arrays</title>
<updated>2007-08-16T16:41:22Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-16T16:41:22Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=04dec4c94390fdf57893615de5b5872dd5abbce4'/>
<id>urn:sha1:04dec4c94390fdf57893615de5b5872dd5abbce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's</title>
<updated>2007-08-16T15:55:55Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-16T15:55:55Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=10bc0ce912eb99fec49d954c80d92e04429ed0ee'/>
<id>urn:sha1:10bc0ce912eb99fec49d954c80d92e04429ed0ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fififi</title>
<updated>2007-08-15T17:27:32Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-15T17:27:32Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=10d13f01ff764ba0e875adf5d2b83c49aa08d148'/>
<id>urn:sha1:10d13f01ff764ba0e875adf5d2b83c49aa08d148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt-&gt;arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts</title>
<updated>2007-08-13T17:13:54Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-13T17:13:54Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=77044e876511f51c34bde379d89e2de754707ee6'/>
<id>urn:sha1:77044e876511f51c34bde379d89e2de754707ee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code</title>
<updated>2007-08-11T10:11:50Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-11T10:11:50Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=2d81b78b853565a3e34a8a9190e2362a6fdde739'/>
<id>urn:sha1:2d81b78b853565a3e34a8a9190e2362a6fdde739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details</title>
<updated>2007-08-10T16:16:05Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-10T16:16:05Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=aa53e39ec0eb39949c5c03d56da08204d14d9ff9'/>
<id>urn:sha1:aa53e39ec0eb39949c5c03d56da08204d14d9ff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS</title>
<updated>2007-07-28T15:18:45Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-07-28T15:18:45Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=a54cf2ecef2ca83441dccd454c694b92bca42a16'/>
<id>urn:sha1:a54cf2ecef2ca83441dccd454c694b92bca42a16</id>
<content type='text'>
</content>
</entry>
</feed>
