aboutsummaryrefslogtreecommitdiff
path: root/drw.c
Commit message (Collapse)AuthorAge
* drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma2015-10-20
| | | | | ... we don't allow passing text is NULL anymore either, for that behaviour just use drw_rect() (it is used in dwm).
* drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma2015-10-20
|
* drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma2015-10-20
| | | | | don't do these checks on this level. However for resource drw_*_free we will allow it.
* add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma2015-10-20
| | | | ... remove intermediary variables
* drw style improvementsHiltjo Posthuma2015-09-27
| | | | this makes the code-style more consistent aswell.
* Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma2015-06-27
- libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE