Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-20 | topbar default | tsxv478 | |
2023-02-14 | line height variable | tsxv478 | |
2022-09-27 | always show border when centered | tsxv478 | |
2022-09-21 | do not calculate width when centered, always use same width | tsxv478 | |
2022-09-21 | change defaults | tsxv478 | |
2022-09-21 | border patch | tsxv478 | |
2022-09-21 | center patch | tsxv478 | |
2016-06-28 | config.def.h: style improvement, use color Scheme enum | Hiltjo Posthuma | |
2016-06-03 | import new drw from libsl and minor fixes. | Markus Teich | |
- 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-14 | Typofix | Klemens Nanni | |
2015-12-19 | Add config option for word delimiters | Quentin Rameau | |
Let the user configure word boundaries other than ' ', only works with the portable character set. | |||
2015-11-08 | unboolify dmenu | Hiltjo Posthuma | |
2015-09-27 | separate program-specific c99 bool and X11 | Hiltjo Posthuma | |
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-27 | Use libdraw: add Xft and fallback-fonts support to graphics lib | Hiltjo Posthuma | |
- 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-17 | forgot to add config.def.h, thanks William | Anselm R Garbe | |
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | Connor Lane Smith | |
2010-07-02 | added dmenu.h, common.c | Connor Lane Smith | |
2010-06-24 | fixed static symbols in config.def.h | Connor Lane Smith | |
2010-05-28 | prepared dmenu-4.1 release | Anselm R Garbe | |