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