aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-28config.def.h: style improvement, use color Scheme enumHiltjo Posthuma1-5/+5
2016-06-03import new drw from libsl and minor fixes.Markus Teich1-6/+6
- extract drawitem function (code deduplication) - fix bug where inputw was not correctly calculated from the widest item, but just from the one with the longest strlen() which is not the same. It's better now, but does not account for fallback fonts, since it would be too slow to calculate all the correct item widths on startup. - minor code style fixes (indentation, useless line breaks)
2016-01-14TypofixKlemens Nanni1-1/+1
2015-12-19Add config option for word delimitersQuentin Rameau1-0/+6
Let the user configure word boundaries other than ' ', only works with the portable character set.
2015-11-08unboolify dmenuHiltjo Posthuma1-1/+1
2015-09-27separate program-specific c99 bool and X11Hiltjo Posthuma1-4/+2
True, False are X11-specific, make sure to use c99 stdbool for program-specific things. ... also remove left-over vim mode string in config.
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-4/+6
- 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
2013-04-17forgot to add config.def.h, thanks WilliamAnselm R Garbe1-0/+17
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith1-8/+0
2010-07-02added dmenu.h, common.cConnor Lane Smith1-6/+5
2010-06-24fixed static symbols in config.def.hConnor Lane Smith1-6/+6
2010-05-28prepared dmenu-4.1 release4.1Anselm R Garbe1-0/+9