| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2006-08-14 | fixed string cutting | 1 | -2/+10 | ||
| 2006-08-14 | added comment | 1 | -1/+1 | ||
| 2006-08-14 | applied Sanders LD patch | 2 | -1/+3 | ||
| 2006-08-11 | applied my new color scheme | 1 | -3/+3 | ||
| 2006-08-11 | simplified drawborder | 2 | -23/+17 | ||
| 2006-08-10 | Added tag 0.3 for changeset d352e9dc112ee96aa5cad961a0ed880ae9ce7276 | 1 | -0/+1 | ||
| 2006-08-10 | readded border colors, this sucks least | 5 | -26/+38 | ||
| 2006-08-10 | drawing border around sel item | 2 | -6/+21 | ||
| 2006-08-10 | removed unnecessary border color | 5 | -34/+7 | ||
| 2006-08-10 | swapping my default colors | 1 | -2/+2 | ||
| 2006-08-10 | added uppercase chars for C-u and C-h as well | 1 | -0/+2 | ||
| 2006-08-10 | removed C-[ from source and man page | 2 | -5/+1 | ||
| 2006-08-09 | removed control sequences which actually aren't implemented anymore (only ↵ | 1 | -4/+4 | ||
| the real unix control sequences are implemented) | |||||
| 2006-08-08 | fixes to README | 1 | -2/+2 | ||
| 2006-08-08 | default colors are best | 1 | -3/+3 | ||
| 2006-08-08 | noborder | 1 | -2/+2 | ||
| 2006-08-08 | dito | 1 | -2/+2 | ||
| 2006-08-08 | using a better colorscheme | 1 | -1/+1 | ||
| 2006-08-07 | removed unnecessary typedef | 1 | -1/+0 | ||
| 2006-08-07 | made dmenu(1) more dwm(1) alike | 1 | -23/+22 | ||
| 2006-08-07 | font size changed as well | 1 | -1/+1 | ||
| 2006-08-07 | appliead Sanders manpage/Makefile pacth | 2 | -2/+2 | ||
| 2006-08-07 | fixed dmenu.1 version info | 1 | -1/+1 | ||
| 2006-08-07 | settle with grey | 1 | -2/+2 | ||
| 2006-08-07 | next version is 0.3 | 1 | -1/+1 | ||
| 2006-08-07 | also made my colors tasting better with my overall colorscheme | 1 | -3/+3 | ||
| 2006-08-07 | next attempt for bright background switch | 1 | -3/+3 | ||
| 2006-08-07 | Added tag 0.2 for changeset 656be0f47df545dfdd2e1e0663663b8b1b26f031 | 1 | -0/+1 | ||
| 2006-08-07 | added stripping to dmenu target | 1 | -0/+1 | ||
| 2006-08-07 | fixed a bad mistake setting the dmenu border to False; | 1 | -1/+0 | ||
| 2006-08-07 | renamed some functions to make it more readable | 1 | -9/+9 | ||
| 2006-08-07 | updated man page | 1 | -1/+1 | ||
| 2006-08-07 | updated man page | 1 | -0/+4 | ||
| 2006-08-07 | removed -t title crap from dmenu | 2 | -57/+12 | ||
| 2006-08-05 | menu now also uses -Os | 1 | -2/+2 | ||
| 2006-08-05 | small change | 1 | -1/+1 | ||
| 2006-08-04 | yet another fix | 1 | -2/+2 | ||
| 2006-08-04 | fixed README of dmenu | 1 | -27/+10 | ||
| 2006-08-04 | fixed dist target | 1 | -1/+1 | ||
| 2006-08-04 | removed config.h | 1 | -9/+0 | ||
| 2015-07-19 | fix prompt color style how it used to be | 1 | -1/+1 | ||
| This is the style how it was before the big Xft change. The colors were inverted, this was not the case before the change. Reported by "zvz" on #suckless IRC, thanks! | |||||
| 2015-06-27 | Use libdraw: add Xft and fallback-fonts support to graphics lib | 11 | -316/+684 | ||
| - 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 | |||||
| 2014-09-17 | applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m | 2 | -2/+5 | ||
| 2014-07-30 | fix crash with ctrl-enter as input | 1 | -1/+2 | ||
| reproduce: ./dmenu; send EOF; press ctrl+enter. | |||||
| 2014-05-29 | updated copyright notices in LICENSE and dmenu.c file | 2 | -2/+2 | ||
| 2013-08-13 | applied Martin Kühl's inverse matching flag to stest | 2 | -4/+7 | ||
| 2013-08-02 | applied Martti Kühne's dmenu monitor patch | 3 | -4/+14 | ||
| https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now | |||||
| 2013-06-28 | accepted vi'is exit approach ^[ (suggested by Arkaduisz) | 1 | -0/+2 | ||
