aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Collapse)AuthorAge
* Initial commit by me.c2023-11-25
|
* config.def.h: style improvement, use color Scheme enumHiltjo Posthuma2016-06-28
|
* import new drw from libsl and minor fixes.Markus Teich2016-06-03
| | | | | | | | | - 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)
* TypofixKlemens Nanni2016-01-14
|
* Add config option for word delimitersQuentin Rameau2015-12-19
| | | | | Let the user configure word boundaries other than ' ', only works with the portable character set.
* unboolify dmenuHiltjo Posthuma2015-11-08
|
* separate program-specific c99 bool and X11Hiltjo Posthuma2015-09-27
| | | | | | | 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 libHiltjo Posthuma2015-06-27
| | | | | | | | | | | - 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 WilliamAnselm R Garbe2013-04-17
|
* fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith2010-08-02
|
* added dmenu.h, common.cConnor Lane Smith2010-07-02
|
* fixed static symbols in config.def.hConnor Lane Smith2010-06-24
|
* prepared dmenu-4.1 releaseAnselm R Garbe2010-05-28