<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu.git/config.def.h, branch master</title>
<subtitle>My fork of dmenu
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/'/>
<entry>
<title>Changed font to fira mono</title>
<updated>2021-02-22T18:00:11+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2021-02-22T18:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=28f7e4fed2bd9cd4be7083342142323421e79a70'/>
<id>28f7e4fed2bd9cd4be7083342142323421e79a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config.def.h: style improvement, use color Scheme enum</title>
<updated>2016-06-28T15:56:25+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2016-06-28T15:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=3c91eed0fb74657c3fa25bc4fd65cd0aa88464c0'/>
<id>3c91eed0fb74657c3fa25bc4fd65cd0aa88464c0</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-03T17:13:15+00:00</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-05-21T19:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=44c7de3dcf49ee568863f55610f40c7a05b4dfe7'/>
<id>44c7de3dcf49ee568863f55610f40c7a05b4dfe7</id>
<content type='text'>
- extract drawitem function (code deduplication)
- fix bug where inputw was not correctly calculated from the widest item, but
  just from the one with the longest strlen() which is not the same. It's better
  now, but does not account for fallback fonts, since it would be too slow to
  calculate all the correct item widths on startup.
- minor code style fixes (indentation, useless line breaks)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- extract drawitem function (code deduplication)
- fix bug where inputw was not correctly calculated from the widest item, but
  just from the one with the longest strlen() which is not the same. It's better
  now, but does not account for fallback fonts, since it would be too slow to
  calculate all the correct item widths on startup.
- minor code style fixes (indentation, useless line breaks)
</pre>
</div>
</content>
</entry>
<entry>
<title>Typofix</title>
<updated>2016-01-14T22:02:27+00:00</updated>
<author>
<name>Klemens Nanni</name>
<email>kl3@posteo.org</email>
</author>
<published>2016-01-11T12:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=3de85ca21cedf2a9f67755afc8ef031a9170b96a'/>
<id>3de85ca21cedf2a9f67755afc8ef031a9170b96a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config option for word delimiters</title>
<updated>2015-12-19T19:32:14+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2015-12-19T08:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=120e8401074254d39be916ad83bafda9ef25e6a9'/>
<id>120e8401074254d39be916ad83bafda9ef25e6a9</id>
<content type='text'>
Let the user configure word boundaries other than ' ', only works with
the portable character set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the user configure word boundaries other than ' ', only works with
the portable character set.
</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.cacharle.com/dmenu.git/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>separate program-specific c99 bool and X11</title>
<updated>2015-09-27T21:02:33+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-09-27T21:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=bc20c13db0fdb73a5ef2c0d4b791e05e3f324aba'/>
<id>bc20c13db0fdb73a5ef2c0d4b791e05e3f324aba</id>
<content type='text'>
True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.

... also remove left-over vim mode string in config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.

... also remove left-over vim mode string in config.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libdraw: add Xft and fallback-fonts support to graphics lib</title>
<updated>2015-06-27T19:47:10+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-05-04T19:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=4b1fecd44e8376594c418663351fcb30c4e841de'/>
<id>4b1fecd44e8376594c418663351fcb30c4e841de</id>
<content type='text'>
- libdraw, util: add drw.{c,h}, util.{c,h} and update code.
- libdraw: fix drw_rect(): use w and h parameter.
- libdraw: print errstr if last character in string was ":" (sbase).
- libdraw: drw_clr_free() allow valid free(NULL).
- config.def.h: set default font to monospace.
- cleanup() on exit.
- LICENSE: update license string for dmenu -v to 2015.
- LICENSE: add myself to LICENSE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- libdraw, util: add drw.{c,h}, util.{c,h} and update code.
- libdraw: fix drw_rect(): use w and h parameter.
- libdraw: print errstr if last character in string was ":" (sbase).
- libdraw: drw_clr_free() allow valid free(NULL).
- config.def.h: set default font to monospace.
- cleanup() on exit.
- LICENSE: update license string for dmenu -v to 2015.
- LICENSE: add myself to LICENSE
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to add config.def.h, thanks William</title>
<updated>2013-04-17T19:16:51+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.us</email>
</author>
<published>2013-04-17T19:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=55c9be06ca5a527e14e3f0b5b08845f0fcbf4999'/>
<id>55c9be06ca5a527e14e3f0b5b08845f0fcbf4999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed bugs, no more config.h, updated manpage, new libdraw</title>
<updated>2010-08-02T13:22:54+00:00</updated>
<author>
<name>Connor Lane Smith</name>
<email>cls@lubutu.com</email>
</author>
<published>2010-08-02T13:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=a7aee433ccfd2590e0785a7b93a89d8d0593a234'/>
<id>a7aee433ccfd2590e0785a7b93a89d8d0593a234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
