<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/dwm.git, branch 6.1</title>
<subtitle>dynamic window manager</subtitle>
<id>https://git.alessandroiezzi.it/suckless/dwm.git/atom?h=6.1</id>
<link rel='self' href='https://git.alessandroiezzi.it/suckless/dwm.git/atom?h=6.1'/>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/'/>
<updated>2015-11-08T22:11:48+00:00</updated>
<entry>
<title>code-style consistency</title>
<updated>2015-11-08T22:11:48+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T22:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=5ed9c481968a45f5032f1011d92ab8d5237aeba1'/>
<id>urn:sha1:5ed9c481968a45f5032f1011d92ab8d5237aeba1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unboolification</title>
<updated>2015-11-08T21:48:43+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T21:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=3c91283ede911916452345d545435b08dce9d556'/>
<id>urn:sha1:3c91283ede911916452345d545435b08dce9d556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sort include + whitespace fix</title>
<updated>2015-11-08T19:38:00+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T19:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=e941181f464e43765bab98509ef6524e688a46ff'/>
<id>urn:sha1:e941181f464e43765bab98509ef6524e688a46ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separate program-specific c99 bool and X11</title>
<updated>2015-11-08T19:35:25+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-07T13:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=43e82adf0dc37411fdcc6406b3cdf5d572387b9f'/>
<id>urn:sha1:43e82adf0dc37411fdcc6406b3cdf5d572387b9f</id>
<content type='text'>
True, False are X11-specific (int), make sure to use c99 stdbool for
program-specific things.
</content>
</entry>
<entry>
<title>Makefile: package all files with make dist</title>
<updated>2015-11-08T15:52:53+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-11-08T15:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=42cf1c7d8f94e1c51a71761ab24414c2f49dac26'/>
<id>urn:sha1:42cf1c7d8f94e1c51a71761ab24414c2f49dac26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>setfullscreen: don't process the property twice</title>
<updated>2015-11-07T13:31:21+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq+hackers@fifth.space</email>
</author>
<published>2015-11-07T13:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=dce4fb373757727374d00c857ec0dfd225bbeafd'/>
<id>urn:sha1:dce4fb373757727374d00c857ec0dfd225bbeafd</id>
<content type='text'>
Some clients try to set _NET_WM_STATE_FULLSCREEN even when the window is
already in fullscreen.
For example, c-&gt;oldstate was set two times in a raw and window would
then always be floating.
We must check that it's not the case before processing it.
(original patch modified with suggestion from Markus Teich
&lt;markus.teich@stusta.mhn.de&gt;)
</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.alessandroiezzi.it/suckless/dwm.git/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>
<entry>
<title>dwm: use ecalloc, prevent theoretical overflow</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:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=e3b7e1d620e18818222c1e5033356ae29dd49e7f'/>
<id>urn:sha1:e3b7e1d620e18818222c1e5033356ae29dd49e7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup, dont use c++ style comments</title>
<updated>2015-10-20T21:38:20+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=04db03a4e69eba88c56c12128340125fb0ef1960'/>
<id>urn:sha1:04db03a4e69eba88c56c12128340125fb0ef1960</id>
<content type='text'>
- signal: print error string.
- die: start message with lower-case (consistency).
- bump version to 2015.
</content>
</entry>
<entry>
<title>dwm: cleanup: free schemes and cursors as array</title>
<updated>2015-10-20T21:27:31+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T21:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=4a4817b3aa84ac61d6071674d3bbc1af7f69cdb7'/>
<id>urn:sha1:4a4817b3aa84ac61d6071674d3bbc1af7f69cdb7</id>
<content type='text'>
</content>
</entry>
</feed>
