<feed xmlns='http://www.w3.org/2005/Atom'>
<title>goblin-king/dwm/drw.h, branch master</title>
<subtitle>My dwm build</subtitle>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/'/>
<entry>
<title>initial commit</title>
<updated>2026-08-08T17:18:52+00:00</updated>
<author>
<name>Goblin King</name>
<email>goblin-king@unix-goblins.xyz</email>
</author>
<published>2026-08-08T17:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=93a6a39d4f8c8548c5949a4e207c3afac8508cb7'/>
<id>93a6a39d4f8c8548c5949a4e207c3afac8508cb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup schemes and colors</title>
<updated>2025-09-27T10:10:17+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2025-09-27T10:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=93f26863d14666e56e992de3670a77178e66ddf2'/>
<id>93f26863d14666e56e992de3670a77178e66ddf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync latest drw.{c,h} changes from dmenu</title>
<updated>2022-05-10T17:07:56+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-05-10T17:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=d3f93c7c1a13a2a78f04fb41ad1935525df948db'/>
<id>d3f93c7c1a13a2a78f04fb41ad1935525df948db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ColBorder has been moved to the enum with ColFg and ColBg.</title>
<updated>2018-03-14T16:46:48+00:00</updated>
<author>
<name>Christopher Drelich</name>
<email>cd@cdrakka.com</email>
</author>
<published>2018-03-14T16:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=3cb34830eb25ebda15a23d8391fd69cddb4fc024'/>
<id>3cb34830eb25ebda15a23d8391fd69cddb4fc024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync dmenu drw.{c,h} code: use Clr* (was Scm)</title>
<updated>2017-11-03T20:20:48+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-11-03T20:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=3756f7f6b8dccf7a31789ffaf073a76fd1a87eb9'/>
<id>3756f7f6b8dccf7a31789ffaf073a76fd1a87eb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import new drw from libsl and minor fixes.</title>
<updated>2016-06-26T11:52:36+00:00</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-05-22T20:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=7af4d439bdb5a2e40aca69446a3367bd71431c45'/>
<id>7af4d439bdb5a2e40aca69446a3367bd71431c45</id>
<content type='text'>
- better scaling for occupied tag squares.
- draw statusline first to omitt some complicated calculations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- better scaling for occupied tag squares.
- draw statusline first to omitt some complicated calculations.
</pre>
</div>
</content>
</entry>
<entry>
<title>sync updated drw code from dmenu</title>
<updated>2015-10-20T21:38:31+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=646b351cc79845f4cc77415dfff474b9ae0053d9'/>
<id>646b351cc79845f4cc77415dfff474b9ae0053d9</id>
<content type='text'>
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Xft and follback-fonts support to graphics lib</title>
<updated>2015-03-13T20:44:22+00:00</updated>
<author>
<name>Eric Pruitt</name>
<email>eric.pruitt@gmail.com</email>
</author>
<published>2015-03-06T04:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=14343e69cc596b847f71f1e825d3019ab1a29aa8'/>
<id>14343e69cc596b847f71f1e825d3019ab1a29aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applied Julian's enum approach,</title>
<updated>2013-06-19T17:35:33+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.us</email>
</author>
<published>2013-06-19T17:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=33a74489f036600bb80a3c34fcdf10e5f9dafae1'/>
<id>33a74489f036600bb80a3c34fcdf10e5f9dafae1</id>
<content type='text'>
	however renamed theme into scheme resp. Theme into ClrScheme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	however renamed theme into scheme resp. Theme into ClrScheme
</pre>
</div>
</content>
</entry>
<entry>
<title>finished libsl/drw integration</title>
<updated>2013-06-16T13:20:29+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.us</email>
</author>
<published>2013-06-16T13:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=5364697914fd4272fc1a6494b4fc522d2935427a'/>
<id>5364697914fd4272fc1a6494b4fc522d2935427a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
