<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu, branch base</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>feat!: use classic background</title>
<updated>2022-04-18T20:11:46+00:00</updated>
<author>
<name>eug-vs</name>
<email>eugene@eug-vs.xyz</email>
</author>
<published>2022-04-18T18:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=76039705e8a053cea0ba927a81053cf4fae37a24'/>
<id>76039705e8a053cea0ba927a81053cf4fae37a24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: use gray background</title>
<updated>2022-04-16T12:57:50+00:00</updated>
<author>
<name>eug-vs</name>
<email>eugene@eug-vs.xyz</email>
</author>
<published>2022-04-16T12:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=da5301964aba42e48e15fb7c95614f2fd7e8fed3'/>
<id>da5301964aba42e48e15fb7c95614f2fd7e8fed3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: use Fira Code and gruvbox cyan</title>
<updated>2022-01-18T21:38:44+00:00</updated>
<author>
<name>eug-vs</name>
<email>eugene@eug-vs.xyz</email>
</author>
<published>2022-01-18T21:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=b3d2fb0ce001a3fe69bd469613073672f8c935b6'/>
<id>b3d2fb0ce001a3fe69bd469613073672f8c935b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove config.h on clean</title>
<updated>2022-01-18T21:38:19+00:00</updated>
<author>
<name>eug-vs</name>
<email>eugene@eug-vs.xyz</email>
</author>
<published>2022-01-18T21:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=4005d1054e2df8919e3e2a76ecda61fb4dda43e0'/>
<id>4005d1054e2df8919e3e2a76ecda61fb4dda43e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Improve speed of drw_text when provided with large strings"</title>
<updated>2021-08-20T21:05:53+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2021-08-20T21:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=d78ff08d99780a73447d5a95bf1e358e8c23aa3c'/>
<id>d78ff08d99780a73447d5a95bf1e358e8c23aa3c</id>
<content type='text'>
This reverts commit c585e8e498ec6f9c423ab8ea07cf853ee5b05fbe.

It causes issues with truncation of characters when the text does not fit and
so on.  The patch should be reworked and properly tested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c585e8e498ec6f9c423ab8ea07cf853ee5b05fbe.

It causes issues with truncation of characters when the text does not fit and
so on.  The patch should be reworked and properly tested.
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for more keypad keys</title>
<updated>2021-08-09T16:39:25+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2021-08-09T16:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=cd2133a5f66b42f992a9a1b92bbbce11dc26b941'/>
<id>cd2133a5f66b42f992a9a1b92bbbce11dc26b941</id>
<content type='text'>
The keypad Enter key was already supported. On some keyboard layouts like my
laptop the page-up and page-down key is more comfortable to use.
This adds a few lines but no complexity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The keypad Enter key was already supported. On some keyboard layouts like my
laptop the page-up and page-down key is more comfortable to use.
This adds a few lines but no complexity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve speed of drw_text when provided with large strings</title>
<updated>2021-08-09T16:20:51+00:00</updated>
<author>
<name>Miles Alan</name>
<email>m@milesalan.com</email>
</author>
<published>2021-08-08T01:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=c585e8e498ec6f9c423ab8ea07cf853ee5b05fbe'/>
<id>c585e8e498ec6f9c423ab8ea07cf853ee5b05fbe</id>
<content type='text'>
Calculates len &amp; ew in drw_font_getexts loop by incrementing instead of
decrementing; as such avoids proportional increase in time spent in loop
based on provided strings size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calculates len &amp; ew in drw_font_getexts loop by incrementing instead of
decrementing; as such avoids proportional increase in time spent in loop
based on provided strings size.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove always true condition in if statement</title>
<updated>2021-07-25T08:55:45+00:00</updated>
<author>
<name>Guilherme Janczak</name>
<email>guilherme.janczak@yandex.com</email>
</author>
<published>2021-07-25T01:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=523aa08f51a88c59ad4b1f600f8ce3d122e9e289'/>
<id>523aa08f51a88c59ad4b1f600f8ce3d122e9e289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 5.0</title>
<updated>2020-09-02T16:31:23+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-09-02T16:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6'/>
<id>1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6</id>
<content type='text'>
... and bump LICENSE year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and bump LICENSE year.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leaks in drw</title>
<updated>2020-06-11T16:45:33+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-06-11T16:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=9b38fda6feda68f95754d5b8932b1a69471df960'/>
<id>9b38fda6feda68f95754d5b8932b1a69471df960</id>
<content type='text'>
Synced from dwm.
Patch by Alex Flierl &lt;shad0w73@freenet.de&gt;, thanks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synced from dwm.
Patch by Alex Flierl &lt;shad0w73@freenet.de&gt;, thanks.
</pre>
</div>
</content>
</entry>
</feed>
