7 Commits (cf0fb79cd8303f6d1089b7e919add4b0fc8d9069)

Author SHA1 Message Date
Hiltjo Posthuma bc20c13db0 separate program-specific c99 bool and X11
True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.

... also remove left-over vim mode string in config.
10 years ago
Hiltjo Posthuma 4b1fecd44e 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
10 years ago
Anselm R Garbe 55c9be06ca forgot to add config.def.h, thanks William 12 years ago
Connor Lane Smith a7aee433cc fixed bugs, no more config.h, updated manpage, new libdraw 15 years ago
Connor Lane Smith 855a566319 added dmenu.h, common.c 15 years ago
Connor Lane Smith 6efe1932be fixed static symbols in config.def.h 15 years ago
Anselm R Garbe 8623bf5d19 prepared dmenu-4.1 release 15 years ago