Age | Commit message (Expand) | Author | Files | Lines |
2008-06-30 | minor update regarding locale support | Anselm R Garbe | 1 | -1/+3 |
2008-06-21 | removed emalloc, used only once so obsolete | Anselm R Garbe | 1 | -11/+2 |
2008-06-19 | minor fix | Anselm R Garbe | 1 | -2/+2 |
2008-06-14 | reusing config.h's color values, note we have to use const char *, instead of... | Anselm R Garbe | 1 | -13/+8 |
2008-06-13 | using xidx | Anselm R Garbe | 1 | -3/+3 |
2008-06-13 | cosmetic fixes | Anselm R Garbe | 1 | -68/+62 |
2008-05-22 | s/unsigned int/uint/, s/unsigned long/ulong/ | Anselm R Garbe | 1 | -25/+27 |
2008-05-20 | foo | Anselm R Garbe | 1 | -2/+1 |
2008-05-19 | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | anselm@anselm1 | 1 | -28/+32 |
2008-03-25 | using limits.h | Anselm R Garbe | 1 | -2/+3 |
2008-03-25 | bugfix of the -0 case in dmenu (thanks to Sander for his hint) | Anselm R Garbe | 1 | -2/+2 |
2008-03-24 | applied Jukkas hotfix | Anselm R Garbe | 1 | -1/+1 |
2008-03-23 | more cosmetics | Sander van Dijk | 1 | -2/+1 |
2008-03-23 | cosmetics | Sander van Dijk | 1 | -5/+3 |
2008-03-23 | made some whitespacing consistent. | Sander van Dijk | 1 | -3/+3 |
2008-03-23 | removed unused variable nitem. | sander@localhost | 1 | -11/+3 |
2008-03-22 | several performance tweaks | anselm@anselm1 | 1 | -18/+43 |
2008-03-18 | fixed match() to prefer prefix-matches to strstr-matches in the match list, e... | Anselm R Garbe | 1 | -28/+42 |
2008-03-13 | applied next patch of Sander3.5 | Anselm R Garbe | 1 | -3/+2 |
2008-03-12 | applied Sanders patch | anselm@anselm1 | 1 | -8/+6 |
2008-03-12 | removed ido-matching, changed behavior of -i meaning case insensitive matchin... | Anselm R Garbe | 1 | -30/+23 |
2007-10-01 | implemented strcasestr for dmenu (I call it cistrstr) for portability issues ... | Anselm R. Garbe | 1 | -1/+25 |
2007-09-24 | casting char to int when using tolower (thanks to Jukkas careful cosmetic che... | arg@suckless.org | 1 | -1/+1 |
2007-09-23 | yet another cosmetic fix | Anselm R. Garbe | 1 | -6/+2 |
2007-09-23 | small cosmetic fix | Anselm R. Garbe | 1 | -1/+1 |
2007-09-23 | applied MichaĆ Janeczek dmenu patch, made dmenu match case-insensitive by de... | Anselm R. Garbe | 1 | -40/+39 |
2007-09-19 | applied yiyus initfont fix3.3 | arg@suckless.org | 1 | -4/+3 |
2007-09-17 | reorganized | Anselm R. Garbe | 1 | -288/+299 |
2007-09-16 | micromizing dmenu step 1 | Anselm R. Garbe | 1 | -13/+136 |
2007-09-15 | fixed fallback | Anselm R. Garbe | 1 | -2/+4 |
2007-07-24 | applied ido-matching to dmenu | arg@f00b4r | 1 | -0/+21 |
2007-05-30 | referred to LICENSE file3.2 | Anselm R. Garbe | 1 | -3/+1 |
2007-05-23 | removed some superflous strncmp's | Anselm R. Garbe | 1 | -8/+8 |
2007-05-02 | fixed a small bug in dmenu when an empty font is supplied | Anselm R. Garbe | 1 | -0/+2 |
2007-04-13 | making copyright notice more compact3.0 | Anselm R. Garbe | 1 | -5/+4 |
2007-03-27 | allowing numpad keys as inpyt | Anselm R. Garbe | 1 | -0/+7 |
2007-03-07 | attempt to grab the keyboard only 1000 times, not forever.2.8 | Anselm R. Garbe | 1 | -5/+11 |
2007-03-07 | reverting keyboard grab to root window - invoking several dmenu's now works a... | Anselm R. Garbe | 1 | -22/+24 |
2007-03-06 | Wait for an Expose and draw the menu immediately after mapping the window. | Kris Maglione | 1 | -4/+3 |
2007-03-02 | keyboard grab works on the dmenu window now (not on the root window) - thx fo...2.7 | Anselm R. Garbe | 1 | -21/+20 |
2007-03-02 | also, don't set the font all the time | Anselm R. Garbe | 1 | -0/+2 |
2007-02-27 | useless var declaration prev_nitem2.6 | Anselm R. Garbe | 1 | -1/+1 |
2007-02-26 | changed Backspace/C-w behavior (now it only removes a single character) | Anselm R. Garbe | 1 | -6/+2 |
2007-02-26 | if isatty() first read from stdin and then grab the keyboard, otherwise first... | Anselm R. Garbe | 1 | -10/+17 |
2007-02-23 | fixed a bug when dmenu is run with -v | Anselm R. Garbe | 1 | -3/+3 |
2007-02-20 | renamed getcolor to initcolor | Anselm R. Garbe | 1 | -5/+5 |
2007-02-20 | s/setfont/initfont/ | Anselm R. Garbe | 1 | -2/+2 |
2007-02-20 | readded draw.c again (except getcolor and setfont) | Anselm R. Garbe | 1 | -64/+0 |
2007-02-19 | removed -t, now using isatty() instead of select() to prevent execution from ... | Anselm R. Garbe | 1 | -27/+15 |
2007-02-19 | removed draw.c, implemented C-w handling (backward word deletion) | Anselm R. Garbe | 1 | -2/+125 |