Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drw: simplify drw_font_xcreate and prevent a potential unneeded allocation | Hiltjo Posthuma | 2015-10-20 | 1 | -22/+19 |
| | |||||
* | drw: a valid (non-NULL) Drw and Fnt context must be passed | Hiltjo Posthuma | 2015-10-20 | 1 | -16/+3 |
| | | | | | don't do these checks on this level. However for resource drw_*_free we will allow it. | ||||
* | add sbase-style ecalloc(), calloc: or die | Hiltjo Posthuma | 2015-10-20 | 1 | -12/+7 |
| | | | | ... remove intermediary variables | ||||
* | drw style improvements | Hiltjo Posthuma | 2015-09-27 | 1 | -76/+89 |
| | | | | this makes the code-style more consistent aswell. | ||||
* | Use libdraw: add Xft and fallback-fonts support to graphics lib | Hiltjo Posthuma | 2015-06-27 | 1 | -0/+413 |
- 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 |