]> git.armaanb.net Git - dmenu.git/commit
Use libdraw: add Xft and fallback-fonts support to graphics lib
authorHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 4 May 2015 19:54:46 +0000 (21:54 +0200)
committerAnselm R Garbe <garbeam@gmail.com>
Sat, 27 Jun 2015 19:47:10 +0000 (21:47 +0200)
commit4b1fecd44e8376594c418663351fcb30c4e841de
tree78db12fd7024bff8afb3c3bd8851c009837f5a34
parent13a529ce63364544bdc851dfd5d3aa2ef8740914
Use libdraw: add Xft and fallback-fonts support to graphics lib

- 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
LICENSE
Makefile
config.def.h
config.mk
dmenu.c
draw.c [deleted file]
draw.h [deleted file]
drw.c [new file with mode: 0644]
drw.h [new file with mode: 0644]
util.c [new file with mode: 0644]
util.h [new file with mode: 0644]