about summary refs log tree commit diff
path: root/font.c
Commit message (Collapse)AuthorAgeFilesLines
* stash the default screen visual and colormap in screen_ctxokan2012-12-171-7/+5
|
* screen font -> xftfontokan2012-12-171-7/+7
|
* knfokan2012-12-171-7/+8
|
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-171-7/+27
| | | | font/color drawing issues; from Alexander Polakov
* replace hand rolled font_make() with XftFontOpenName() and merge intookan2012-11-281-19/+5
| | | | font_init().
* sortokan2012-11-091-1/+1
|
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-311-5/+0
| | | | | | | existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-081-2/+7
| | | | | | from me. ok oga@
* UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-271-3/+2
| | | | | | feedback from stsp@ - thanks! 'go for it' oga@
* struct XftFont already has height which we can use directly instead ofokan2011-06-241-1/+1
| | | | | | calculating ourselves, so do so. ok oga@
* tag and comment cleanup; ok oga@okan2011-05-111-1/+3
|
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+10
| | | | | | are required. encourged to go all the way by oga@
* rid ourselves of these functional macros; convert to real functions.okan2009-12-151-0/+18
| | | | ok oga@
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
| | | | | | separate commits. ok oga@
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-081-3/+3
| | | | | | | | | into screen_ctx and start passing screen_ctx around to in order get rid of Curscreen; fixup per-screen config colors the same way. diff mostly from oga@, with a bit harsher reaction to the state of screen_ctx. "please commit" oga@
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-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@
* better cast; noticed by ray@okan2009-01-131-1/+1
| | | | ok ray@ oga@
* FcNameParse() manpage lies, cast here.okan2009-01-111-1/+1
| | | | | | found with pcc. ok oga@
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-5/+6
| | | | | | readability, and a bit of knf. ok oga@
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-88/+9
| | | | | | | makes the code a lot simpler. While here rearrange the font handling functions to be less shit. ok and help okan@.
* KNF, no binary change.oga2008-05-151-1/+1
| | | | From Pierre Riteau. Thanks!
* hit it with the knf stick.oga2008-04-151-16/+15
|
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-6/+6
| | | | "looks good" pedro@, ok matthieu@
* Initial revisionbernd2007-04-271-0/+159