<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm/drw.c, branch master</title>
<subtitle>Dynamic window manager for X</subtitle>
<id>https://git.ikboikov.net/dwm/atom?h=master</id>
<link rel='self' href='https://git.ikboikov.net/dwm/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/'/>
<updated>2022-09-17T13:32:41Z</updated>
<entry>
<title>remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5</title>
<updated>2022-09-17T13:32:41Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-09-16T21:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=970f37697358574e127019eb0ee2f5725ec05ce0'/>
<id>urn:sha1:970f37697358574e127019eb0ee2f5725ec05ce0</id>
<content type='text'>
https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS
</content>
</entry>
<entry>
<title>sync latest drw.{c,h} changes from dmenu</title>
<updated>2022-05-10T17:07:56Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-05-10T17:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=d3f93c7c1a13a2a78f04fb41ad1935525df948db'/>
<id>urn:sha1:d3f93c7c1a13a2a78f04fb41ad1935525df948db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Improve speed of drw_text when provided with large strings"</title>
<updated>2021-08-20T21:09:48Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2021-08-20T21:09:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=a786211d6cb794fba0ea406d86002c7618998afc'/>
<id>urn:sha1:a786211d6cb794fba0ea406d86002c7618998afc</id>
<content type='text'>
This reverts commit 716233534b35f74dba5a46ade8f1a6f8cc72fea4.

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>
</entry>
<entry>
<title>Improve speed of drw_text when provided with large strings</title>
<updated>2021-08-09T16:25:19Z</updated>
<author>
<name>Miles Alan</name>
<email>m@milesalan.com</email>
</author>
<published>2021-08-09T16:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=716233534b35f74dba5a46ade8f1a6f8cc72fea4'/>
<id>urn:sha1:716233534b35f74dba5a46ade8f1a6f8cc72fea4</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>
</entry>
<entry>
<title>Fix memory leaks in drw</title>
<updated>2020-06-11T16:32:21Z</updated>
<author>
<name>Alex Flierl</name>
<email>shad0w73@freenet.de</email>
</author>
<published>2020-06-11T13:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=f04cac6d6e39cd9e3fc4fae526e3d1e8df5e34b2'/>
<id>urn:sha1:f04cac6d6e39cd9e3fc4fae526e3d1e8df5e34b2</id>
<content type='text'>
The function drw_fontset_free in drw.c was never called.
</content>
</entry>
<entry>
<title>Prepare 6.2 release.</title>
<updated>2019-02-02T12:50:42Z</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.ca</email>
</author>
<published>2019-02-02T12:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=cb3f58ad06993f7ef3a7d8f61468012e2b786cab'/>
<id>urn:sha1:cb3f58ad06993f7ef3a7d8f61468012e2b786cab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sync dmenu drw.{c,h} code: use Clr* (was Scm)</title>
<updated>2017-11-03T20:20:48Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-11-03T20:20:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=3756f7f6b8dccf7a31789ffaf073a76fd1a87eb9'/>
<id>urn:sha1:3756f7f6b8dccf7a31789ffaf073a76fd1a87eb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>die() consistency: always add newline</title>
<updated>2016-08-12T12:36:35Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2016-08-12T12:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=ab9571bbc5f6fb04fd583238a665a7e830fc1397'/>
<id>urn:sha1:ab9571bbc5f6fb04fd583238a665a7e830fc1397</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import new drw from libsl and minor fixes.</title>
<updated>2016-06-26T11:52:36Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-05-22T20:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=7af4d439bdb5a2e40aca69446a3367bd71431c45'/>
<id>urn:sha1:7af4d439bdb5a2e40aca69446a3367bd71431c45</id>
<content type='text'>
- better scaling for occupied tag squares.
- draw statusline first to omitt some complicated calculations.
</content>
</entry>
<entry>
<title>sync updated drw code from dmenu</title>
<updated>2015-10-20T21:38:31Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T21:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=646b351cc79845f4cc77415dfff474b9ae0053d9'/>
<id>urn:sha1: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>
</entry>
</feed>
