<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu, branch 4.6</title>
<subtitle>My fork of suckless dmenu: https://git.suckless.org/dmenu
</subtitle>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/'/>
<entry>
<title>arg.h: remove unused ARGNUM* macros</title>
<updated>2015-11-08T22:37:47+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=32f2564dbbbf5aeafb7190a3d35066142f34448f'/>
<id>32f2564dbbbf5aeafb7190a3d35066142f34448f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unboolify dmenu</title>
<updated>2015-11-08T22:03:34+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T22:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=cc596365ac9c522beb8978cfca741d23d3bf83ae'/>
<id>cc596365ac9c522beb8978cfca741d23d3bf83ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: package config.def.h on make dist</title>
<updated>2015-11-08T15:46:34+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T15:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e'/>
<id>c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove .hgtags file</title>
<updated>2015-11-08T15:44:41+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T15:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=cc99007809b18c27ef441b1a2ccb38cbbec664c7'/>
<id>cc99007809b18c27ef441b1a2ccb38cbbec664c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dmenu.1: clarify monitor numbers are starting from 0 (first mon)</title>
<updated>2015-11-07T11:53:00+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-07T11:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=34f549adb2f586b58467345c89a0082bcc8833f2'/>
<id>34f549adb2f586b58467345c89a0082bcc8833f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: multimon: always spawn client on first monitor if specified with -m 0</title>
<updated>2015-11-07T11:43:00+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-07T11:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=da0b9eb6c98288e7f9455352a78ba30d4b8b17f5'/>
<id>da0b9eb6c98288e7f9455352a78ba30d4b8b17f5</id>
<content type='text'>
This was always broken.

Reproduce:
	focus client on second monitor, spawn dmenu with -m 0.

Result:
	Old wrong behaviour: dmenu spawns on second monitor (focused client).
	Now: dmenu spawns on specified monitor (first).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was always broken.

Reproduce:
	focus client on second monitor, spawn dmenu with -m 0.

Result:
	Old wrong behaviour: dmenu spawns on second monitor (focused client).
	Now: dmenu spawns on specified monitor (first).
</pre>
</div>
</content>
</entry>
<entry>
<title>drw: cleanup drw_text, prevent gcc warning false-positive of unused var</title>
<updated>2015-10-20T20:56:57+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T20:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=44b242c76359e21b97418675f253d45feb7c04e0'/>
<id>44b242c76359e21b97418675f253d45feb7c04e0</id>
<content type='text'>
... we don't allow passing text is NULL anymore either, for that behaviour
just use drw_rect() (it is used in dwm).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... we don't allow passing text is NULL anymore either, for that behaviour
just use drw_rect() (it is used in dwm).
</pre>
</div>
</content>
</entry>
<entry>
<title>drw: simplify drw_font_xcreate and prevent a potential unneeded allocation</title>
<updated>2015-10-20T20:55:39+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T20:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=e2e7fcb2198d40e2a50591932ee2b2a8f9969a5f'/>
<id>e2e7fcb2198d40e2a50591932ee2b2a8f9969a5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drw: a valid (non-NULL) Drw and Fnt context must be passed</title>
<updated>2015-10-20T20:53:55+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T20:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=1f2226df1380f178240bb81dddcad6c5ff2e9d62'/>
<id>1f2226df1380f178240bb81dddcad6c5ff2e9d62</id>
<content type='text'>
don't do these checks on this level. However for resource drw_*_free
we will allow it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't do these checks on this level. However for resource drw_*_free
we will allow it.
</pre>
</div>
</content>
</entry>
<entry>
<title>add sbase-style ecalloc(), calloc: or die</title>
<updated>2015-10-20T20:51:57+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T20:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=5a20b409c673a6736c3f9326cb54edc32908f717'/>
<id>5a20b409c673a6736c3f9326cb54edc32908f717</id>
<content type='text'>
... remove intermediary variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... remove intermediary variables
</pre>
</div>
</content>
</entry>
</feed>
