| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2008-08-25 | reverted setlocale() call | 1 | -1/+2 | ||
| 2008-08-23 | removed artifact from wmii menu | 1 | -2/+0 | ||
| 2008-08-18 | fixed a problem when backporting dwm's drawtext() | 1 | -1/+1 | ||
| 2008-08-18 | abc... | 1 | -1/+1 | ||
| 2008-08-18 | removed the i = textnw... as remarked by Martin Hurton | 1 | -1/+1 | ||
| 2008-08-18 | backported drawtext() simplifications to dmenu | 2 | -22/+11 | ||
| 2008-08-18 | getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact ↵ | 1 | -2/+1 | ||
| of Xutf8 times | |||||
| 2008-07-29 | Added tag 3.8 for changeset 644b0798fccc | 1 | -0/+1 | ||
| 2008-07-18 | similiar change as in dwm | 1 | -5/+4 | ||
| 2008-07-17 | removed compiler warning if XINERAMA is disabled | 1 | -1/+2 | ||
| 2008-07-16 | got rid of compile time xidx, grabbing the mouse pointer instead, falling ↵ | 2 | -11/+17 | ||
| back to screen 0 if no pointer available | |||||
| 2008-07-16 | reverted uint/ulong introduction | 2 | -22/+20 | ||
| 2008-06-30 | minor update regarding locale support | 1 | -1/+3 | ||
| 2008-06-21 | removed emalloc, used only once so obsolete | 1 | -11/+2 | ||
| 2008-06-19 | minor fix | 2 | -3/+3 | ||
| 2008-06-18 | Added tag 3.7 for changeset 0508a3a6ee10 | 1 | -0/+1 | ||
| 2008-06-18 | minor fix | 1 | -1/+0 | ||
| 2008-06-14 | reusing config.h's color values, note we have to use const char *, instead ↵ | 2 | -20/+15 | ||
| of const char [] here, because the pointer might change | |||||
| 2008-06-13 | using xidx | 1 | -3/+3 | ||
| 2008-06-13 | yet another cosmetic change | 1 | -6/+10 | ||
| 2008-06-13 | cosmetic fixes | 4 | -82/+74 | ||
| 2008-05-22 | s/unsigned int/uint/, s/unsigned long/ulong/ | 1 | -25/+27 | ||
| 2008-05-20 | foo | 1 | -2/+1 | ||
| 2008-05-19 | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | 3 | -44/+43 | ||
| 2008-04-10 | no exe should be unquoted, agreed to Peter Hartlich | 1 | -1/+1 | ||
| 2008-04-10 | fixed unquoted dmenu_run $exe-use reported by Jukka | 1 | -1/+1 | ||
| 2008-04-09 | though sticking to |uniq | 1 | -1/+1 | ||
| 2008-04-09 | re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵ | 3 | -10/+10 | ||
| reasons they disappeared | |||||
| 2008-04-03 | Added tag 3.6 for changeset 0bc2751d06e8 | 1 | -0/+1 | ||
| 2008-03-25 | fix typo | 1 | -1/+1 | ||
| 2008-03-25 | using limits.h | 1 | -2/+3 | ||
| 2008-03-25 | bugfix of the -0 case in dmenu (thanks to Sander for his hint) | 1 | -2/+2 | ||
| 2008-03-24 | applied Jukkas hotfix | 1 | -1/+1 | ||
| 2008-03-23 | more cosmetics | 1 | -2/+1 | ||
| 2008-03-23 | cosmetics | 1 | -5/+3 | ||
| 2008-03-23 | made some whitespacing consistent. | 1 | -3/+3 | ||
| 2008-03-23 | removed unused variable nitem. | 1 | -11/+3 | ||
| 2008-03-22 | several performance tweaks | 2 | -19/+44 | ||
| 2008-03-18 | fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵ | 3 | -30/+46 | ||
| extended the -y handling, next version is 3.6 | |||||
| 2008-03-13 | Added tag 3.5 for changeset 05e5bd706b3b | 1 | -0/+1 | ||
| 2008-03-13 | applied next patch of Sander | 1 | -3/+2 | ||
| 2008-03-12 | applied Sanders patch | 2 | -9/+7 | ||
| 2008-03-12 | removed ido-matching, changed behavior of -i meaning case insensitive ↵ | 4 | -36/+37 | ||
| matching now, commented -x, -y, -w arguments in dmenu.1 | |||||
| 2008-02-12 | removed set | 1 | -1/+1 | ||
| 2008-02-11 | updated | 1 | -1/+1 | ||
| 2007-12-22 | added dmenu run | 3 | -3/+7 | ||
| 2007-10-25 | Added tag 3.4 for changeset 9ab649b3b3e5 | 1 | -0/+1 | ||
| 2007-10-10 | adapted c99 for pedantic checks, even if those checks are somewhat broken | 1 | -1/+1 | ||
| 2007-10-01 | implemented strcasestr for dmenu (I call it cistrstr) for portability issues ↵ | 1 | -1/+25 | ||
| (cygwin has no strcasestr, oh dear) | |||||
| 2007-10-01 | fixed font definition | 1 | -1/+1 | ||
