Re: [dev] Xft patch dwm 6.0

2012-05-16 Thread David Dufberg Töttrup
On May 16 2012, Lee Fallat wrote: So I was going over your patch and my changes to what you mentioned before, and I can't find any differences, even using diff. What did you do? Do you know why I'm having this odd coloring? It would be nice to know so I don't make the same mistake again twice : s

Re: [dev] Xft patch dwm 6.0

2012-05-15 Thread Lee Fallat
So I was going over your patch and my changes to what you mentioned before, and I can't find any differences, even using diff. What did you do? Do you know why I'm having this odd coloring? It would be nice to know so I don't make the same mistake again twice : s On Wed, May 16, 2012 at 12:08 AM,

Re: [dev] Xft patch dwm 6.0

2012-05-15 Thread Lee Fallat
Huh, interesting...Well, thanks again! On Tue, May 15, 2012 at 11:34 PM, David Dufberg Töttrup wrote: > On May 16 2012, Lee Fallat wrote: > >> Nope, sorry David, it didn't work either. The same result occurs, just >> with >> less code : P Damn what a problem! >> >> Attached patch works for me (:

Re: [dev] Xft patch dwm 6.0

2012-05-15 Thread David Dufberg Töttrup
On May 16 2012, Lee Fallat wrote: Nope, sorry David, it didn't work either. The same result occurs, just with less code : P Damn what a problem! Attached patch works for me (: Daviddiff -r 48309b14abb9 config.mk --- a/config.mk Sun Apr 15 11:41:18 2012 +0200 +++ b/config.mk Wed May 16 05:30:5

Re: [dev] Xft patch dwm 6.0

2012-05-15 Thread Lee Fallat
Nope, sorry David, it didn't work either. The same result occurs, just with less code : P Damn what a problem!

Re: [dev] Xft patch dwm 6.0

2012-05-15 Thread Lee Fallat
Because I'm a doofus : ) Damn that Xft documentation! If I only knew XftColorAllocName existed, uhgg. Thanks David! I'm almost certain from looking at that, that it will fix my problem. And yea I'm aware of the XSetForegroundColor, : ) Thanks a bunch! On Tue, May 15, 2012 at 9:34 P

Re: [dev] Xft patch dwm 6.0

2012-05-15 Thread David Dufberg Töttrup
On May 15 2012, Lee Fallat wrote: There is one bug. For some reason, The colors for the font are affected by the previous color 'parsed' by XAllocNamedColor. If someone could check out getcolor() and figure what is wrong, that'd be great. I'd really like to make this patch *perfect* before throwi

Re: [dev] Xft patch dwm 6.0

2012-05-14 Thread Lee Fallat
Here is the latest xft patch, works with tip, not sure about 6.0. It does work with the default config file though, so high hopes. : ) Changes: Changed drawtext, drawsquare, and getcolor to work with XftColors. Made it convert colors at the beginning to save resources later on instead of or

Re: [dev] Xft patch dwm 6.0

2012-05-13 Thread Lee Fallat
Hey Lars, I guess I really should have uploaded a fixed version sooner as I too noticed this a week later I made this patch. It now works (from what I've seen) flawlessly with dwm-tip and I've gotten rid of the nasty XLFD format. I'll upload it tomorrow. Sorry for the hassle! It's my first time wor

Re: [dev] Xft patch dwm 6.0

2012-05-13 Thread Lars L
On 30/03, Lee Fallat wrote: > Alright, sorry for all the confusion. Here is the unified patch! Be sure to > have dejavu font installed to experience the utf8ness ; ) Since I applied this patch a few days ago I've had Xorg grind to a halt several times, after slowly eating up all my ram Xorg ended

Re: [dev] Xft patch dwm 6.0

2012-04-02 Thread Lee Fallat
Would it just be better if I pushed my changes to the wiki?

Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Lee Fallat
Alright, sorry for all the confusion. Here is the unified patch! Be sure to have dejavu font installed to experience the utf8ness ; ) dwm-6.0-xft.patch Description: Binary data

Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Paul Hoffman
On Fri, Mar 30, 2012 at 01:41:47PM -0400, Lee Fallat wrote: > Well I'm not sure how to put everything into one patch file, but here they > are. Generate a unified diff instead (diff -u), then you can just cat them together. Paul. -- Paul Hoffman

Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Lee Fallat
Well I'm not sure how to put everything into one patch file, but here they are. dwm-6.0-xft.patch Description: Binary data dwm-6.0-xft-config-mk.patch Description: Binary data

Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Anselm R Garbe
On 30 March 2012 17:50, Lee Fallat wrote: > Hey, I have implemented Xft support into dwm 6.0 and I'd like to ask, how > could I submit my patch for reviewing to you guys (if you even review)? Add it to the wiki. See http://suckless.org/wiki for details. Cheers, Anselm

Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Hannes Blut
On 03/30/12 at 11:50am, Lee Fallat wrote: > Hey, I have implemented Xft support into dwm 6.0 and I'd like to ask, how > could I submit my patch for reviewing to you guys (if you even review)? Send an email to this list with an attachment or commit to the wiki. -- Hannes Blut pgpctVajhNM8I.pgp

[dev] Xft patch dwm 6.0

2012-03-30 Thread Lee Fallat
Hey, I have implemented Xft support into dwm 6.0 and I'd like to ask, how could I submit my patch for reviewing to you guys (if you even review)?