[hackers] [dwm] dwm: cleanup: free schemes and cursors as array || Hiltjo Posthuma

2015-10-20 Thread git
commit 4a4817b3aa84ac61d6071674d3bbc1af7f69cdb7 Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 23:27:31 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 23:27:31 2015 +0200 dwm: cleanup: free schemes and cursors as array diff --git a/dwm.c b/dwm.c index 169adcb..f9e0c3d 100

[hackers] [dwm] cleanup, dont use c++ style comments || Hiltjo Posthuma

2015-10-20 Thread git
commit 04db03a4e69eba88c56c12128340125fb0ef1960 Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 23:28:30 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 23:38:20 2015 +0200 cleanup, dont use c++ style comments - signal: print error string. - die: start message w

[hackers] [dwm] config.h: use common default font, pass Xft font name to dmenu || Hiltjo Posthuma

2015-10-20 Thread git
commit 7e1182ce555985ff2c5860d88403888eabc6ee4b Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 23:10:54 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 23:10:54 2015 +0200 config.h: use common default font, pass Xft font name to dmenu dmenu uses Xft now (soon to be

[hackers] [dwm] dwm: use ecalloc, prevent theoretical overflow || Hiltjo Posthuma

2015-10-20 Thread git
commit e3b7e1d620e18818222c1e5033356ae29dd49e7f Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 23:30:31 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 23:38:31 2015 +0200 dwm: use ecalloc, prevent theoretical overflow diff --git a/dwm.c b/dwm.c index e2d7423..6295831 1006

[hackers] [dwm] config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) || Hiltjo Posthuma

2015-10-20 Thread git
commit 40529e1469b399114048185e1d5b7237b1cc7f3e Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 23:01:49 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 23:01:49 2015 +0200 config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs) diff --git a/co

[hackers] [dwm] sync updated drw code from dmenu || Hiltjo Posthuma

2015-10-20 Thread git
commit 646b351cc79845f4cc77415dfff474b9ae0053d9 Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 23:34:49 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 23:38:31 2015 +0200 sync updated drw code from dmenu important: - drw_rect: didn't use w and h, change the dw

[hackers] [dmenu] drw: a valid (non-NULL) Drw and Fnt context must be passed || Hiltjo Posthuma

2015-10-20 Thread git
commit 1f2226df1380f178240bb81dddcad6c5ff2e9d62 Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 22:53:55 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 22:53:55 2015 +0200 drw: a valid (non-NULL) Drw and Fnt context must be passed don't do these checks on this leve

[hackers] [dmenu] drw: simplify drw_font_xcreate and prevent a potential unneeded allocation || Hiltjo Posthuma

2015-10-20 Thread git
commit e2e7fcb2198d40e2a50591932ee2b2a8f9969a5f Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 22:55:39 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 22:55:39 2015 +0200 drw: simplify drw_font_xcreate and prevent a potential unneeded allocation diff --git a/drw.c b/drw.c

[hackers] [dmenu] free schemes as array || Hiltjo Posthuma

2015-10-20 Thread git
commit 164986763a29db97abb52b15cbd282b5636d83c0 Author: Hiltjo Posthuma AuthorDate: Sun Oct 18 18:37:20 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Sun Oct 18 18:37:20 2015 +0200 free schemes as array this makes it slightly easier to add custom schemes aswell diff --git

[hackers] [dmenu] add sbase-style ecalloc(), calloc: or die || Hiltjo Posthuma

2015-10-20 Thread git
commit 5a20b409c673a6736c3f9326cb54edc32908f717 Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 22:51:57 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 22:51:57 2015 +0200 add sbase-style ecalloc(), calloc: or die ... remove intermediary variables diff --git a/drw

[hackers] [dmenu] drw: cleanup drw_text, prevent gcc warning false-positive of unused var || Hiltjo Posthuma

2015-10-20 Thread git
commit 44b242c76359e21b97418675f253d45feb7c04e0 Author: Hiltjo Posthuma AuthorDate: Tue Oct 20 22:56:57 2015 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Oct 20 22:56:57 2015 +0200 drw: cleanup drw_text, prevent gcc warning false-positive of unused var ... we don't allow pa

Re: [hackers] [PATCH] Continue style fixing: function declarations, code alignement

2015-10-20 Thread Christoph Lohmann
Greetings. On Tue, 20 Oct 2015 17:53:22 +0200 Quentin Rameau wrote: > > I can't apply the patch cleanly against > > 9f5c6ff8d781f1a3a3b8fd4becd7122f3e809e1c. > Sorry, looks like there's a file encoding issue with attachement. > I mailed again the patch in plain text. The problem was that t

[hackers] [surf] Continue style fixing: function declarations, code alignement || Quentin Rameau

2015-10-20 Thread git
commit c65c8d422b0c4ab800ed92256ac033bb883140f9 Author: Quentin Rameau AuthorDate: Tue Oct 20 15:04:52 2015 +0200 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Tue Oct 20 17:52:54 2015 +0200 Continue style fixing: function declarations, code alignement Here are the ch

Re: [hackers] [PATCH] Continue style fixing: function declarations, code alignement

2015-10-20 Thread Christoph Lohmann
Greetings. I can't apply the patch cleanly against 9f5c6ff8d781f1a3a3b8fd4becd7122f3e809e1c. Sincerely, Christoph Lohmann