Re: [hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-28 Thread Hiltjo Posthuma
On Sat, Jun 27, 2015 at 9:50 PM, Anselm R Garbe garb...@gmail.com wrote: You are very welcome to take over libsl+dmenu. But I'd like to keep the dwm maintainership, though all plans back from 2013 are still valid. If you keep working on libsl+dmenu, I'd be willing to adopt/adjust dwm

Re: [hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-27 Thread Anselm R Garbe
Hi Hiltjo, On 27 June 2015 at 19:30, Hiltjo Posthuma hil...@codemadness.org wrote: On Sat, Jun 13, 2015 at 11:51 AM, Dimitris Papastamos s...@2f30.org wrote: Anselm, can we merge this? Bump. Can this get merged to master? Done. Sorry for the delay, and thanks for the bump reminder... I've

Re: [hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-13 Thread Dimitris Papastamos
On Fri, Jun 12, 2015 at 11:42:32AM +0200, Hiltjo Posthuma wrote: On Mon, Jun 8, 2015 at 11:48 PM, Hiltjo Posthuma hil...@codemadness.org wrote: On Mon, Jun 8, 2015 at 11:05 PM, Hiltjo Posthuma hil...@codemadness.org wrote: ... snip ... Some more thoughts: in drw.c these functions

[hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-12 Thread Hiltjo Posthuma
On Mon, Jun 8, 2015 at 11:48 PM, Hiltjo Posthuma hil...@codemadness.org wrote: On Mon, Jun 8, 2015 at 11:05 PM, Hiltjo Posthuma hil...@codemadness.org wrote: ... snip ... Some more thoughts: in drw.c these functions don't check if drw == NULL before use: drw_load_fonts, drw_font_xcreate.

[hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-08 Thread Hiltjo Posthuma
On Mon, Jun 8, 2015 at 11:05 PM, Hiltjo Posthuma hil...@codemadness.org wrote: ... snip ... I forgot to mention I also changed the odd case in drw_cur_create where if you pass NULL for drw it would allocate memory but never expose it and return NULL (possible leak):