39 Révisions (c24f22a36bb986287f2b53116dff6479c434bc7d)

Auteur SHA1 Message Date
  Anselm R Garbe c24f22a36b removed artifact from wmii menu il y a 16 ans
  Anselm R Garbe 44e372bb31 fixed a problem when backporting dwm's drawtext() il y a 16 ans
  Anselm R Garbe 17232f493b abc... il y a 16 ans
  Anselm R Garbe b95e61c9b7 removed the i = textnw... as remarked by Martin Hurton il y a 16 ans
  Anselm R Garbe cf7e4c15a9 backported drawtext() simplifications to dmenu il y a 16 ans
  Anselm R Garbe c43c692a4d getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 times il y a 16 ans
  Anselm R Garbe 698ec259af similiar change as in dwm il y a 16 ans
  Anselm R Garbe 88efbf3dd1 removed compiler warning if XINERAMA is disabled il y a 16 ans
  Anselm R Garbe 4d8a646958 got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available il y a 16 ans
  Anselm R Garbe b89a9501c7 reverted uint/ulong introduction il y a 16 ans
  Anselm R Garbe 65d655b371 minor update regarding locale support il y a 16 ans
  Anselm R Garbe 2cef0ddb01 removed emalloc, used only once so obsolete il y a 16 ans
  Anselm R Garbe 3f244b1d52 minor fix il y a 16 ans
  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 il y a 16 ans
  Anselm R Garbe fcf26a38f1 using xidx il y a 16 ans
  Anselm R Garbe a45f106d3c cosmetic fixes il y a 16 ans
  Anselm R Garbe 596033b781 s/unsigned int/uint/, s/unsigned long/ulong/ il y a 16 ans
  Anselm R Garbe 357558798c foo il y a 16 ans
  anselm@anselm1 1f6af5e78f added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w il y a 16 ans
  Anselm R Garbe cbe5e88e4f using limits.h il y a 16 ans
  Anselm R Garbe 2fe3ccdf58 bugfix of the -0 case in dmenu (thanks to Sander for his hint) il y a 16 ans
  Anselm R Garbe 07d82c0c2a applied Jukkas hotfix il y a 16 ans
  Sander van Dijk e7423f8fc6 more cosmetics il y a 16 ans
  Sander van Dijk 61976c292b cosmetics il y a 16 ans
  Sander van Dijk 63c9e30a76 made some whitespacing consistent. il y a 16 ans
  sander@localhost 015f51ac46 removed unused variable nitem. il y a 16 ans
  anselm@anselm1 542c58d8d0 several performance tweaks il y a 16 ans
  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 il y a 16 ans
  Anselm R Garbe 301b4e5591 applied next patch of Sander il y a 16 ans
  anselm@anselm1 38b866ba34 applied Sanders patch il y a 16 ans
  Anselm R Garbe 540a78761b removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 il y a 16 ans
  Anselm R. Garbe 8b2f132973 implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear) il y a 17 ans
  arg@suckless.org 72a8eb412f casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!) il y a 17 ans
  Anselm R. Garbe 2e898a308f yet another cosmetic fix il y a 17 ans
  Anselm R. Garbe 6514b07ad2 small cosmetic fix il y a 17 ans
  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 il y a 17 ans
  arg@suckless.org 56f9e26b72 applied yiyus initfont fix il y a 17 ans
  Anselm R. Garbe d094ebea96 reorganized il y a 17 ans
  Anselm R. Garbe 06ae894434 micromizing dmenu step 1 il y a 17 ans
  Anselm R. Garbe b97783b07f fixed fallback il y a 17 ans
  arg@f00b4r 11cb2e7dcc applied ido-matching to dmenu il y a 17 ans
  Anselm R. Garbe d27e3c1092 referred to LICENSE file il y a 17 ans
  Anselm R. Garbe 4ebd7c4a21 removed some superflous strncmp's il y a 17 ans
  Anselm R. Garbe aa2f73fc88 fixed a small bug in dmenu when an empty font is supplied il y a 17 ans
  Anselm R. Garbe 0e19146d5f making copyright notice more compact il y a 17 ans
  Anselm R. Garbe 1fa4fa386a allowing numpad keys as inpyt il y a 17 ans
  Anselm R. Garbe f555908cef attempt to grab the keyboard only 1000 times, not forever. il y a 17 ans
  Anselm R. Garbe 73120414e2 reverting keyboard grab to root window - invoking several dmenu's now works again... il y a 17 ans
  Kris Maglione 9911455f5b Wait for an Expose and draw the menu immediately after mapping the window. il y a 17 ans
  Anselm R. Garbe d57c873f10 keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint il y a 17 ans