[dev] [st] [PATCH] Fix typo in config.def.h

2014-06-18 Thread Eric Pruitt
When I submitted my patch with the bounding-box scaling / kerning implementation, I made a typo in config.def.h. Unfortunately I didn't notice until after it was applied, and it's been haunting me ever since. Attached is a one-line change to fix the typo. Eric >From 05e6544ba2d38725b923b8f96212eb4

[dev] [st] [PATCH] Explicit cast in CEIL macro

2014-06-18 Thread Eric Pruitt
This patch ads explicit casting for the result of the CEIL macro. Since the only place it's currently used for assignments is with variables declared as ints, this shouldn't result in any change in behaviour in the existing code, but it ensures the macro actually does exactly what it says on the ti

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-18 Thread Sylvain BERTRAND
On Thu, Jun 05, 2014 at 05:25:25PM +0200, patrick295767 patrick295767 wrote: > Hi Friends, Hello Guys, > > Because you have always very fantastic/great ideas in this field, I > would like to ask if you would know a cool vector graphics editor. > > You probably know Inkscape, but I must say that

Re: [dev] Re: [dvtm] [PATCH] Fix redraw bug when show_border() changes.

2014-06-18 Thread Marc André Tanner
Applied both. Thanks, Marc -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0

Re: [dev] Alpine Linux switched to musl libc

2014-06-18 Thread Sylvain BERTRAND
On Fri, Jun 06, 2014 at 10:50:24AM +0200, Silvan Jegen wrote: > Does anyone here have some experience with it? I have had it installed on my laptop for a while. But since I hardly use my laptop... What I can say: openrc is... not suckless: it's a kludge of scripts which try to manage all possible

[dev] [st] [PATCH] update size hints on zoom

2014-06-18 Thread Troy Sankey
On font zooming (i.e. xzoom()), window size hints are not updated. This patch does that. Troy sizehints.diff Description: Binary data signature.asc Description: PGP signature

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-18 Thread hiro
once you're done with drawing you might want to render it with all the details. for this you might want: youtube.com/watch?v=00gAbgBu8R4

Re: [dev] [st] [PATCH] Fix typo in config.def.h

2014-06-18 Thread Ryan O’Hara
On Wed, Jun 18, 2014 at 6:39 AM, Eric Pruitt wrote: > When I submitted my patch with the bounding-box scaling / kerning > implementation, I made a typo in config.def.h. Unfortunately I didn't > notice until after it was applied, and it's been haunting me ever since. > Attached is a one-line change