summaryrefslogtreecommitdiffstats
path: root/draw.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-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-18update draw.cConnor Lane Smith1-0/+1
2011-05-14cleanupConnor Lane Smith1-6/+3
2010-11-11removed libdc dependenceConnor Lane Smith1-0/+37
2010-06-24moved draw.c to libdraw.aConnor Lane Smith1-32/+0
2010-06-24removed colors from dcConnor Lane Smith1-2/+0
2010-06-24decoupled draw.c from dmenu & dinputConnor Lane Smith1-20/+10
2010-06-24fixed offsets, updated eprint, cleaned upConnor Lane Smith1-1/+1
2010-06-23cleaned upConnor Lane Smith1-11/+10
2010-06-23added draw.hConnor Lane Smith1-0/+45