Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-28 | config.def.h: style improvement, use color Scheme enum | Hiltjo Posthuma | 1 | -5/+5 | |
2016-06-03 | import new drw from libsl and minor fixes. | Markus Teich | 1 | -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-14 | Typofix | Klemens Nanni | 1 | -1/+1 | |
2015-12-19 | Add config option for word delimiters | Quentin Rameau | 1 | -0/+6 | |
Let the user configure word boundaries other than ' ', only works with the portable character set. | |||||
2015-11-08 | unboolify dmenu | Hiltjo Posthuma | 1 | -1/+1 | |
2015-09-27 | separate program-specific c99 bool and X11 | Hiltjo Posthuma | 1 | -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-27 | Use libdraw: add Xft and fallback-fonts support to graphics lib | Hiltjo Posthuma | 1 | -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-17 | forgot to add config.def.h, thanks William | Anselm R Garbe | 1 | -0/+17 | |
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | Connor Lane Smith | 1 | -8/+0 | |
2010-07-02 | added dmenu.h, common.c | Connor Lane Smith | 1 | -6/+5 | |
2010-06-24 | fixed static symbols in config.def.h | Connor Lane Smith | 1 | -6/+6 | |
2010-05-28 | prepared dmenu-4.1 release4.1 | Anselm R Garbe | 1 | -0/+0 | |
2008-07-16 | got rid of compile time xidx, grabbing the mouse pointer instead, falling ↵ | Anselm R Garbe | 1 | -5/+0 | |
back to screen 0 if no pointer available | |||||
2008-07-16 | reverted uint/ulong introduction | Anselm R Garbe | 1 | -2/+2 | |
2008-06-14 | reusing config.h's color values, note we have to use const char *, instead ↵ | Anselm R Garbe | 1 | -7/+7 | |
of const char [] here, because the pointer might change | |||||
2008-06-13 | yet another cosmetic change | Anselm R Garbe | 1 | -6/+10 | |
2008-06-13 | cosmetic fixes | Anselm R Garbe | 1 | -2/+2 | |
2008-03-12 | removed ido-matching, changed behavior of -i meaning case insensitive ↵ | Anselm R Garbe | 1 | -1/+1 | |
matching now, commented -x, -y, -w arguments in dmenu.1 | |||||
2007-10-01 | fixed font definition | Anselm R. Garbe | 1 | -1/+1 | |
2007-09-30 | using saner defaults | Anselm R. Garbe | 1 | -4/+4 | |
2007-09-27 | applied new color nuance | Anselm R. Garbe | 1 | -2/+2 | |
2007-09-26 | applied my favorite color scheme | Anselm R. Garbe | 1 | -5/+5 | |
2007-09-23 | switching to white | Anselm R. Garbe | 1 | -4/+4 | |
2007-09-16 | micromizing dmenu step 1 | Anselm R. Garbe | 1 | -0/+10 | |
2006-08-04 | removed config.h | arg@10ksloc.org | 1 | -9/+0 | |