aboutsummaryrefslogtreecommitdiffstats
path: root/font.c (unfollow)
Commit message (Collapse)AuthorLines
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-11/+3
using Xft(3), use it to select the font color as well instead of trying to build one; properly allocate and free colors at-will, e.g. we now have configurable colors. feedback and ok's todd@ and oga@
2009-01-13better cast; noticed by ray@okan-1/+1
ok ray@ oga@
2009-01-11FcNameParse() manpage lies, cast here.okan-1/+1
found with pcc. ok oga@
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-5/+6
readability, and a bit of knf. ok oga@
2008-06-15Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga-88/+9
makes the code a lot simpler. While here rearrange the font handling functions to be less shit. ok and help okan@.
2008-05-15KNF, no binary change.oga-1/+1
From Pierre Riteau. Thanks!
2008-04-15hit it with the knf stick.oga-16/+15
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-6/+6
"looks good" pedro@, ok matthieu@