Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I also dislike sort -u, I support that each Unix tool does one job and does ↵ | Anselm R. Garbe | 2007-02-24 | 1 | -1/+1 |
| | | | | it right ;) | ||||
* | removed superfluous externs as well | Anselm R. Garbe | 2007-02-24 | 1 | -9/+9 |
| | |||||
* | using the old-style fashion we uses earlier | Anselm R. Garbe | 2007-02-23 | 1 | -1/+8 |
| | |||||
* | fixed a bug when dmenu is run with -v | Anselm R. Garbe | 2007-02-23 | 2 | -4/+4 |
| | |||||
* | Added tag 2.4.2 for changeset 1ca5d430524e | Anselm R. Garbe | 2007-02-23 | 1 | -0/+1 |
| | |||||
* | ok 2.4.2 | Anselm R. Garbe | 2007-02-23 | 2 | -2/+2 |
| | |||||
* | Added tag 2.4.1 for changeset 03e83e2788c8 | Anselm R. Garbe | 2007-02-23 | 1 | -0/+1 |
| | |||||
* | hotfix | Anselm R. Garbe | 2007-02-23 | 2 | -2/+2 |
| | |||||
* | Added tag 2.4 for changeset 9e9036cbfb4b | Anselm R. Garbe | 2007-02-23 | 1 | -0/+1 |
| | |||||
* | added dmenu_path convenience script | Anselm R. Garbe | 2007-02-23 | 2 | -3/+6 |
| | |||||
* | made Fnt an anonymous struct | Anselm R. Garbe | 2007-02-22 | 2 | -15/+10 |
| | |||||
* | Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715 | Anselm R. Garbe | 2007-02-21 | 1 | -0/+1 |
| | |||||
* | applied the fix inspired by a recent wmii commit | Anselm R. Garbe | 2007-02-21 | 1 | -1/+1 |
| | |||||
* | renamed getcolor to initcolor | Anselm R. Garbe | 2007-02-20 | 1 | -5/+5 |
| | |||||
* | s/setfont/initfont/ | Anselm R. Garbe | 2007-02-20 | 1 | -2/+2 |
| | |||||
* | readded draw.c again (except getcolor and setfont) | Anselm R. Garbe | 2007-02-20 | 5 | -67/+77 |
| | |||||
* | removed -t, now using isatty() instead of select() to prevent execution from ↵ | Anselm R. Garbe | 2007-02-19 | 2 | -31/+15 |
| | | | | an interactive shell | ||||
* | removed draw.c, implemented C-w handling (backward word deletion) | Anselm R. Garbe | 2007-02-19 | 6 | -132/+130 |
| | |||||
* | Added tag 2.2 for changeset 90f0e34e7f11 | Anselm R. Garbe | 2007-02-14 | 1 | -0/+1 |
| | |||||
* | fixed Copyright notice in Makefile | Anselm R. Garbe | 2007-02-08 | 1 | -1/+1 |
| | |||||
* | nah nah nah, I can't get used to the bottom bar, pushing the conditional ↵ | Anselm R. Garbe | 2007-02-08 | 2 | -3/+11 |
| | | | | dmenu again | ||||
* | letting dmenu appear at the bottom by default | Anselm R. Garbe | 2007-02-08 | 2 | -11/+3 |
| | |||||
* | got rid of LD, inspired by JGs patch to wmii | Anselm R. Garbe | 2007-02-05 | 2 | -5/+3 |
| | |||||
* | Added tag 2.1 for changeset 7656557298c9 | Anselm R. Garbe | 2007-01-17 | 1 | -0/+1 |
| | |||||
* | hotfix changes | Anselm R. Garbe | 2007-01-17 | 3 | -7/+4 |
| | |||||
* | Added tag 2.1 for changeset d91c79020430 | Anselm R. Garbe | 2007-01-17 | 1 | -0/+1 |
| | |||||
* | Added tag 2.0 for changeset 1fce5c464fcd | Anselm R. Garbe | 2007-01-16 | 1 | -0/+1 |
| | |||||
* | small fix | Anselm R. Garbe | 2007-01-16 | 1 | -1/+2 |
| | |||||
* | removed useless mx, my | Anselm R. Garbe | 2007-01-16 | 1 | -3/+2 |
| | |||||
* | applied new default colors | Anselm R. Garbe | 2007-01-16 | 1 | -4/+4 |
| | |||||
* | small fix of Control-j in dmenu.1 | Anselm R. Garbe | 2007-01-16 | 2 | -3/+3 |
| | |||||
* | Added tag 1.9 for changeset c7f5f4d54317 | Anselm R. Garbe | 2007-01-12 | 1 | -0/+1 |
| | |||||
* | added evil key support to dmenu | Anselm R. Garbe | 2007-01-11 | 1 | -2/+15 |
| | |||||
* | s/Mod1-Shift-g/Mod1-G/ in fact Sander is right | Anselm R. Garbe | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | documenting undocumented vi-alike shortcuts of dmenu | Anselm R. Garbe | 2007-01-11 | 1 | -3/+3 |
| | |||||
* | commented recent Control-shortcut additions | Anselm R. Garbe | 2007-01-11 | 1 | -3/+3 |
| | |||||
* | applied Sanders dmenu_ctrlchars.patch (thanks!) | Anselm R. Garbe | 2007-01-10 | 1 | -0/+8 |
| | |||||
* | applied Alexis Hildebrandts patches | Anselm R. Garbe | 2007-01-10 | 1 | -1/+2 |
| | |||||
* | corrections | arg@mig29 | 2007-01-02 | 2 | -3/+3 |
| | |||||
* | corrected | arg@mig29 | 2007-01-02 | 3 | -4/+4 |
| | |||||
* | next version will contain updated copyright notice | arg@mig29 | 2007-01-02 | 7 | -10/+10 |
| | |||||
* | Added tag 1.8 for changeset d3e6fa22ae45b38b1bdb0d813390365e5930360b | arg@mig29 | 2006-12-19 | 1 | -0/+1 |
| | |||||
* | fixed a typo in dmenu.1 | arg@mig29 | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is ↵ | arg@mig29 | 2006-12-19 | 2 | -26/+26 |
| | | | | -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) | ||||
* | added wmii reference to dmenu(1) | arg@mig29 | 2006-12-18 | 1 | -1/+2 |
| | |||||
* | agreed with Sander | arg@mig29 | 2006-12-18 | 1 | -6/+3 |
| | |||||
* | applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵ | arg@mig29 | 2006-12-18 | 3 | -3/+22 |
| | | | | it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus | ||||
* | hotfix | arg@mig29 | 2006-12-14 | 1 | -13/+13 |
| | |||||
* | added vi-like key-bindings for keyboards without cursor keys (they are ↵ | arg@mig29 | 2006-12-14 | 2 | -1/+24 |
| | | | | undocumented features) | ||||
* | Added tag 1.7.1 for changeset 3696d77aaf02f5d15728dde3b9e35abcaf291496 | arg@mig29 | 2006-12-14 | 1 | -0/+1 |
| |