<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/dwm.git/Makefile, branch 3.6.1</title>
<subtitle>dynamic window manager</subtitle>
<id>https://git.alessandroiezzi.it/suckless/dwm.git/atom?h=3.6.1</id>
<link rel='self' href='https://git.alessandroiezzi.it/suckless/dwm.git/atom?h=3.6.1'/>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/'/>
<updated>2007-02-21T10:04:33+00:00</updated>
<entry>
<title>fixed quoting and a comment</title>
<updated>2007-02-21T10:04:33+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-21T10:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=ad4962c7eb5f62400c762fea90d9be0e85f5c33d'/>
<id>urn:sha1:ad4962c7eb5f62400c762fea90d9be0e85f5c33d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added draw.c again (except getcolor and setfont which are helpers in main.c)</title>
<updated>2007-02-20T12:46:21+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-20T12:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=e7508783e85aba0ce4ab09b0dd76c40342113aed'/>
<id>urn:sha1:e7508783e85aba0ce4ab09b0dd76c40342113aed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)</title>
<updated>2007-02-20T09:49:53+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-20T09:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=8012fcf3334148d2b39646fd372a7514cc74c250'/>
<id>urn:sha1:8012fcf3334148d2b39646fd372a7514cc74c250</id>
<content type='text'>
</content>
</entry>
<entry>
<title>draw.c is useless (belongs to main.c now)</title>
<updated>2007-02-19T14:17:31+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-19T14:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=f8415019d4edc1cd4f310adb256e6656e85bfe75'/>
<id>urn:sha1:f8415019d4edc1cd4f310adb256e6656e85bfe75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed view.c into screen.c</title>
<updated>2007-02-19T14:05:29+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-19T14:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b'/>
<id>urn:sha1:238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merged tag.c, view.c and tile.c to manage.c</title>
<updated>2007-02-19T13:44:05+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-19T13:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd'/>
<id>urn:sha1:4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduced tile.c, some refactoring of functions</title>
<updated>2007-02-19T12:00:29+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-19T12:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63'/>
<id>urn:sha1:5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed copyright notice in Makefile</title>
<updated>2007-02-08T13:09:52+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-08T13:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=8fcd1bfda89df37655b140c1b4091d8d50add899'/>
<id>urn:sha1:8fcd1bfda89df37655b140c1b4091d8d50add899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>got rid of LD (inspired by JGs patch to wmii)</title>
<updated>2007-02-05T10:09:53+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-02-05T10:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=3d48f330255eec6a404586f3cfe0e78d6d80e951'/>
<id>urn:sha1:3d48f330255eec6a404586f3cfe0e78d6d80e951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>next version will contain updated copyright notice</title>
<updated>2007-01-02T14:37:58+00:00</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2007-01-02T14:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55'/>
<id>urn:sha1:cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55</id>
<content type='text'>
</content>
</entry>
</feed>
