Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2013-05-19 | move the 2 small font helper functions to xutil.c | okan | -51/+0 | |
2013-05-19 | move the rest of xft init into screen_conf, since most of it is based on | okan | -14/+1 | |
config parameters. | ||||
2013-05-19 | - switch border colors to Xft | okan | -22/+2 | |
- merge border/menu color structures/functions since they now both use Xft - switch xu_xorcolor to operating on XftColor instead of just XRenderColor (basically adding pixel) - if color name allocation fails, revert back to default (this, along with font validation should occur during config parse, but we don't have screens setup yet - likely to change at some point) | ||||
2013-05-14 | - let callers of font_draw figure out (and pass) the color instead of an | okan | -7/+4 | |
'active' flag. - use strlen() inside of font_draw; the only instance where it wasn't used happened to be ignored on a subsequent draw. | ||||
2013-05-02 | no need for font_{ascent,descent,height} wrappers; limit font_width to | okan | -21/+3 | |
just requiring xftfont. | ||||
2012-12-17 | stash the default screen visual and colormap in screen_ctx | okan | -8/+6 | |
2012-12-17 | screen font -> xftfont | okan | -8/+8 | |
2012-12-17 | knf | okan | -8/+9 | |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | -8/+28 | |
font/color drawing issues; from Alexander Polakov | ||||
2012-11-28 | replace hand rolled font_make() with XftFontOpenName() and merge into | okan | -20/+6 | |
font_init(). | ||||
2012-11-09 | sort | okan | -2/+2 | |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | -6/+1 | |
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 | ||||
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | okan | -3/+8 | |
from me. ok oga@ | ||||
2011-06-27 | UTF8-ify, from Alexander Polakov, but without setlocale(), after | okan | -4/+3 | |
feedback from stsp@ - thanks! 'go for it' oga@ | ||||
2011-06-24 | struct XftFont already has height which we can use directly instead of | okan | -2/+2 | |
calculating ourselves, so do so. ok oga@ | ||||
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+3 | |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -0/+10 | |
are required. encourged to go all the way by oga@ | ||||
2009-12-15 | rid ourselves of these functional macros; convert to real functions. | okan | -0/+18 | |
ok oga@ | ||||
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -1/+0 | |
separate commits. ok oga@ | ||||
2009-12-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | -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@ | ||||
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | okan | -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-13 | better cast; noticed by ray@ | okan | -1/+1 | |
ok ray@ oga@ | ||||
2009-01-11 | FcNameParse() manpage lies, cast here. | okan | -1/+1 | |
found with pcc. ok oga@ | ||||
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -5/+6 | |
readability, and a bit of knf. ok oga@ | ||||
2008-06-15 | Rip 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-15 | KNF, no binary change. | oga | -1/+1 | |
From Pierre Riteau. Thanks! | ||||
2008-04-15 | hit it with the knf stick. | oga | -16/+15 | |
2007-05-28 | convert globals from G_foo to Foo, as per TODO. | jasper | -6/+6 | |
"looks good" pedro@, ok matthieu@ |