Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-27 | Use libdraw: add Xft and fallback-fonts support to graphics lib | Hiltjo Posthuma | 1 | -35/+0 | |
- 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 | |||||
2011-06-18 | update draw.c | Connor Lane Smith | 1 | -0/+1 | |
2011-05-14 | cleanup | Connor Lane Smith | 1 | -6/+3 | |
2010-11-11 | removed libdc dependence | Connor Lane Smith | 1 | -0/+37 | |
2010-06-24 | moved draw.c to libdraw.a | Connor Lane Smith | 1 | -32/+0 | |
2010-06-24 | removed colors from dc | Connor Lane Smith | 1 | -2/+0 | |
2010-06-24 | decoupled draw.c from dmenu & dinput | Connor Lane Smith | 1 | -20/+10 | |
2010-06-24 | fixed offsets, updated eprint, cleaned up | Connor Lane Smith | 1 | -1/+1 | |
2010-06-23 | cleaned up | Connor Lane Smith | 1 | -11/+10 | |
2010-06-23 | added draw.h | Connor Lane Smith | 1 | -0/+45 | |