| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2011-09-20 | update manpage | 1 | -9/+6 | ||
| 2011-09-19 | add token matching | 1 | -23/+34 | ||
| 2011-09-19 | change version to 'hg' | 1 | -1/+1 | ||
| 2011-07-24 | dmenu_run: sh -c | 1 | -1/+1 | ||
| 2011-07-22 | fix loadfont | 1 | -12/+13 | ||
| 2011-07-19 | Added tag 4.4 for changeset 2b105eaae831 | 1 | -0/+1 | ||
| 2011-07-19 | add lsx.1 to dist | 1 | -1/+1 | ||
| 2011-07-17 | tweaks | 2 | -2/+2 | ||
| 2011-07-14 | efficiency tweaks | 2 | -60/+44 | ||
| 2011-07-14 | fix extra warning | 1 | -1/+1 | ||
| 2011-07-06 | simpler vline | 1 | -4/+2 | ||
| 2011-07-04 | rebind ^N ^P | 2 | -3/+3 | ||
| 2011-06-25 | include limits.h | 1 | -0/+1 | ||
| 2011-06-23 | make clean lsx | 1 | -1/+1 | ||
| 2011-06-23 | lsx: check snprintf | 1 | -4/+3 | ||
| 2011-06-18 | update draw.c | 2 | -14/+14 | ||
| 2011-06-18 | simpler lsx | 3 | -11/+6 | ||
| 2011-06-13 | new dmenu_run | 5 | -26/+15 | ||
| 1 | -3/+9 | ||||
| These variables make it simpler to change the paths to this for ports. `pkg-config` is avoided because it sucks, in particular for cross-compilation. A commented path for *BSD is added, the Xft includes are located at: /usr/X11R6/include there. Also already bump the version number to 4.6, a release will come approximately in August. | |||||
| 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 | ||
