198 Commits (3c91eed0fb74657c3fa25bc4fd65cd0aa88464c0)

Author SHA1 Message Date
Anselm R Garbe 37236f8840 applied Connor's patch, thanks! 15 years ago
Anselm R Garbe 7082ba1e10 this is only a temporary workaround, the command executed by -p must be configurable through some switch, that was the initial idea, just using sselp is too limited, I'll look into the other issues soon 15 years ago
Anselm R Garbe 569a1f925a applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (due to the fact that surf is using dmenu as well) 15 years ago
Anselm R Garbe a1ad9c2a1c applied Matthias Christian Ott's sanity fixes (thanks a lot!) 16 years ago
a@null 4e74263ba0 minor modification 16 years ago
Anselm R Garbe ef00902fd9 simplified initfont 16 years ago
Anselm R Garbe 3e60c5d836 reverted setlocale() call 16 years ago
Anselm R Garbe c24f22a36b removed artifact from wmii menu 16 years ago
Anselm R Garbe 44e372bb31 fixed a problem when backporting dwm's drawtext() 16 years ago
Anselm R Garbe 17232f493b abc... 16 years ago
Anselm R Garbe b95e61c9b7 removed the i = textnw... as remarked by Martin Hurton 16 years ago
Anselm R Garbe cf7e4c15a9 backported drawtext() simplifications to dmenu 16 years ago
Anselm R Garbe c43c692a4d getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 times 16 years ago
Anselm R Garbe 698ec259af similiar change as in dwm 16 years ago
Anselm R Garbe 88efbf3dd1 removed compiler warning if XINERAMA is disabled 16 years ago
Anselm R Garbe 4d8a646958 got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available 16 years ago
Anselm R Garbe b89a9501c7 reverted uint/ulong introduction 16 years ago
Anselm R Garbe 65d655b371 minor update regarding locale support 16 years ago
Anselm R Garbe 2cef0ddb01 removed emalloc, used only once so obsolete 16 years ago
Anselm R Garbe 3f244b1d52 minor fix 16 years ago
Anselm R Garbe d2305e4b13 reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change 16 years ago
Anselm R Garbe fcf26a38f1 using xidx 16 years ago
Anselm R Garbe a45f106d3c cosmetic fixes 16 years ago
Anselm R Garbe 596033b781 s/unsigned int/uint/, s/unsigned long/ulong/ 16 years ago
Anselm R Garbe 357558798c foo 16 years ago
anselm@anselm1 1f6af5e78f added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w 16 years ago
Anselm R Garbe cbe5e88e4f using limits.h 16 years ago
Anselm R Garbe 2fe3ccdf58 bugfix of the -0 case in dmenu (thanks to Sander for his hint) 16 years ago
Anselm R Garbe 07d82c0c2a applied Jukkas hotfix 16 years ago
Sander van Dijk e7423f8fc6 more cosmetics 16 years ago
Sander van Dijk 61976c292b cosmetics 16 years ago
Sander van Dijk 63c9e30a76 made some whitespacing consistent. 16 years ago
sander@localhost 015f51ac46 removed unused variable nitem. 16 years ago
anselm@anselm1 542c58d8d0 several performance tweaks 17 years ago
Anselm R Garbe 745c46d8fa fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 17 years ago
Anselm R Garbe 301b4e5591 applied next patch of Sander 17 years ago
anselm@anselm1 38b866ba34 applied Sanders patch 17 years ago
Anselm R Garbe 540a78761b removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 17 years ago
Anselm R. Garbe 8b2f132973 implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear) 17 years ago
arg@suckless.org 72a8eb412f casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!) 17 years ago
Anselm R. Garbe 2e898a308f yet another cosmetic fix 17 years ago
Anselm R. Garbe 6514b07ad2 small cosmetic fix 17 years ago
Anselm R. Garbe 724fe3cf7f applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders 17 years ago
arg@suckless.org 56f9e26b72 applied yiyus initfont fix 17 years ago
Anselm R. Garbe d094ebea96 reorganized 17 years ago
Anselm R. Garbe 06ae894434 micromizing dmenu step 1 17 years ago
Anselm R. Garbe b97783b07f fixed fallback 17 years ago
arg@f00b4r 11cb2e7dcc applied ido-matching to dmenu 17 years ago
Anselm R. Garbe d27e3c1092 referred to LICENSE file 17 years ago
Anselm R. Garbe 4ebd7c4a21 removed some superflous strncmp's 17 years ago