aboutsummaryrefslogtreecommitdiffstats
path: root/font.c (follow)
Commit message (Expand)AuthorAgeLines
* - let callers of font_draw figure out (and pass) the color instead of anokan2013-05-14-7/+4
* no need for font_{ascent,descent,height} wrappers; limit font_width tookan2013-05-02-21/+3
* stash the default screen visual and colormap in screen_ctxokan2012-12-17-8/+6
* screen font -> xftfontokan2012-12-17-8/+8
* knfokan2012-12-17-8/+9
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-17-8/+28
* replace hand rolled font_make() with XftFontOpenName() and merge intookan2012-11-28-20/+6
* sortokan2012-11-09-2/+2
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-31-6/+1
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-08-3/+8
* UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-27-4/+3
* struct XftFont already has height which we can use directly instead ofokan2011-06-24-2/+2
* tag and comment cleanup; ok oga@okan2011-05-11-1/+3
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-0/+10
* rid ourselves of these functional macros; convert to real functions.okan2009-12-15-0/+18
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-1/+0
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-08-3/+3
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-11/+3
* better cast; noticed by ray@okan2009-01-13-1/+1
* FcNameParse() manpage lies, cast here.okan2009-01-11-1/+1
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-5/+6
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-88/+9
* KNF, no binary change.oga2008-05-15-1/+1
* hit it with the knf stick.oga2008-04-15-16/+15
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-28-6/+6
* Initial import of cwm-3.bernd2007-04-27-0/+159