summaryrefslogtreecommitdiffstats
path: root/config.def.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config.def.h: style improvement, use color Scheme enumGravatar Hiltjo Posthuma 2016-06-281-5/+5
|
* import new drw from libsl and minor fixes.Gravatar Markus Teich 2016-06-031-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)
* TypofixGravatar Klemens Nanni 2016-01-141-1/+1
|
* Add config option for word delimitersGravatar Quentin Rameau 2015-12-191-0/+6
| | | | | Let the user configure word boundaries other than ' ', only works with the portable character set.
* unboolify dmenuGravatar Hiltjo Posthuma 2015-11-081-1/+1
|
* separate program-specific c99 bool and X11Gravatar Hiltjo Posthuma 2015-09-271-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.
* Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 2015-06-271-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
* forgot to add config.def.h, thanks WilliamGravatar Anselm R Garbe 2013-04-171-0/+17
|
* fixed bugs, no more config.h, updated manpage, new libdrawGravatar Connor Lane Smith 2010-08-021-8/+0
|
* added dmenu.h, common.cGravatar Connor Lane Smith 2010-07-021-6/+5
|
* fixed static symbols in config.def.hGravatar Connor Lane Smith 2010-06-241-6/+6
|
* prepared dmenu-4.1 releaseGravatar Anselm R Garbe 2010-05-281-0/+9