Commit Graph

  • 70cb32b Added tag 3.3 for changeset 709df5a4bad7 by Anselm R. Garbe 2007-09-22 09:12:50 +0200
  • 56f9e26 applied yiyus initfont fix by arg@suckless.org 2007-09-19 17:33:35 +0200
  • d094ebe reorganized by Anselm R. Garbe 2007-09-17 20:53:14 +0200
  • ccf4d71 next version is 3.3 by arg@suckless.org 2007-09-17 09:13:21 +0200
  • 06ae894 micromizing dmenu step 1 by Anselm R. Garbe 2007-09-16 20:14:09 +0200
  • b97783b fixed fallback by Anselm R. Garbe 2007-09-15 20:28:20 +0200
  • 11cb2e7 applied ido-matching to dmenu by arg@f00b4r 2007-07-24 18:19:09 +0200
  • 07239bb foooooo by Anselm R. Garbe 2007-06-01 12:28:30 +0200
  • 124bfd4 Added tag 3.2 for changeset e4c81a78ffba by Anselm R. Garbe 2007-05-30 12:22:38 +0200
  • d27e3c1 referred to LICENSE file by Anselm R. Garbe 2007-05-30 12:19:06 +0200
  • 3a9f3a5 I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I don't care about PATH changes, keep it simple, stupid by Anselm R. Garbe 2007-05-24 10:34:44 +0200
  • 53e92b5 Fix the uptodate logic (uptodate if !find newer dirs than the cache). by Kris Maglione 2007-05-23 19:38:23 -0400
  • d50ff5c Silence the first find in dmenu_path. by Kris Maglione 2007-05-23 18:35:05 -0400
  • 383e40d Fix grouping in dmenu_path. by Kris Maglione 2007-05-23 16:59:38 -0400
  • 8369e17 Merge. by Kris Maglione 2007-05-23 16:44:15 -0400
  • c04b688 Changed dmenu_path (fixed race, improved speed, check that $PATH is the same as the last run). by Kris Maglione 2007-05-23 16:42:51 -0400
  • 4ebd7c4 removed some superflous strncmp's by Anselm R. Garbe 2007-05-23 22:32:43 +0200
  • dfe95cb made dmenu_path the way anydot proposed in response to Jukka by Anselm R. Garbe 2007-05-23 22:13:46 +0200
  • 8b633bf applied Jukka's fix by Anselm R. Garbe 2007-05-23 13:22:27 +0200
  • 64697cd Added tag 3.1 for changeset 8f0f917ac988 by Anselm R. Garbe 2007-05-21 14:36:03 +0200
  • 5a3dfb1 removed strip, added -s to LDFLAGs by Anselm R. Garbe 2007-05-15 13:44:41 +0200
  • 4042a11 applied anydot's dmenu_path caching patch, thank you! by Anselm R. Garbe 2007-05-14 11:56:41 +0200
  • aa2f73f fixed a small bug in dmenu when an empty font is supplied by Anselm R. Garbe 2007-05-02 15:25:52 +0200
  • f189781 Added tag 3.0 for changeset 59b3024854db by Anselm R. Garbe 2007-04-19 09:27:08 +0200
  • 0e19146 making copyright notice more compact by Anselm R. Garbe 2007-04-13 11:36:44 +0200
  • 85a151c next version is 2.9 by Anselm R. Garbe 2007-03-28 08:17:57 +0200
  • 1fa4fa3 allowing numpad keys as inpyt by Anselm R. Garbe 2007-03-27 16:52:50 +0200
  • e1515a2 Added tag 2.8 for changeset dd3d02b07cac by Anselm R. Garbe 2007-03-07 13:30:57 +0100
  • f555908 attempt to grab the keyboard only 1000 times, not forever. by Anselm R. Garbe 2007-03-07 11:01:14 +0100
  • 7312041 reverting keyboard grab to root window - invoking several dmenu's now works again... by Anselm R. Garbe 2007-03-07 10:54:21 +0100
  • 9911455 Wait for an Expose and draw the menu immediately after mapping the window. by Kris Maglione 2007-03-06 03:24:40 -0500
  • 2772c51 Added tag 2.7 for changeset fbd9e9d63f20 by Anselm R. Garbe 2007-03-05 11:25:18 +0100
  • d57c873 keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint by Anselm R. Garbe 2007-03-02 21:48:48 +0100
  • 724f721 also, don't set the font all the time by Anselm R. Garbe 2007-03-02 15:16:36 +0100
  • 5b8dce1 Added tag 2.6 for changeset 775f761a5647 by Anselm R. Garbe 2007-03-01 15:47:54 +0100
  • 063c3d2 useless var declaration prev_nitem by Anselm R. Garbe 2007-02-27 14:44:21 +0100
  • 03c2b05 changed Backspace/C-w behavior (now it only removes a single character) by Anselm R. Garbe 2007-02-26 14:07:19 +0100
  • 8a066fa if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin by Anselm R. Garbe 2007-02-26 11:44:41 +0100
  • 6c0e05e next is 2.6, but not yet ;) by Anselm R. Garbe 2007-02-26 10:47:52 +0100
  • 900d343 Escape -s in dmenu.1 by Kris Maglione 2007-02-25 16:41:05 -0500
  • 4d0cc17 Added tag 2.5 for changeset 041143e9fc54 by Anselm R. Garbe 2007-02-24 15:38:26 +0100
  • 28b6ea0 I also dislike sort -u, I support that each Unix tool does one job and does it right ;) by Anselm R. Garbe 2007-02-24 15:38:10 +0100
  • 598d72f removed superfluous externs as well by Anselm R. Garbe 2007-02-24 14:07:40 +0100
  • 007be12 using the old-style fashion we uses earlier by Anselm R. Garbe 2007-02-23 15:28:25 +0100
  • 6b5b580 fixed a bug when dmenu is run with -v by Anselm R. Garbe 2007-02-23 14:39:54 +0100
  • d8b48d6 Added tag 2.4.2 for changeset 1ca5d430524e by Anselm R. Garbe 2007-02-23 13:51:23 +0100
  • a71424a ok 2.4.2 by Anselm R. Garbe 2007-02-23 13:51:06 +0100
  • f1ab687 Added tag 2.4.1 for changeset 03e83e2788c8 by Anselm R. Garbe 2007-02-23 13:28:43 +0100
  • 68a24f5 hotfix by Anselm R. Garbe 2007-02-23 13:28:38 +0100
  • 47b3783 Added tag 2.4 for changeset 9e9036cbfb4b by Anselm R. Garbe 2007-02-23 10:42:00 +0100
  • 5f436fd added dmenu_path convenience script by Anselm R. Garbe 2007-02-23 10:16:43 +0100
  • de34639 made Fnt an anonymous struct by Anselm R. Garbe 2007-02-22 18:16:35 +0100
  • 1859282 Added tag 2.3 for changeset b6e09682c8 by Anselm R. Garbe 2007-02-21 11:05:19 +0100
  • 3bc1f99 applied the fix inspired by a recent wmii commit by Anselm R. Garbe 2007-02-21 10:59:36 +0100
  • 8a10b35 renamed getcolor to initcolor by Anselm R. Garbe 2007-02-20 13:57:05 +0100
  • e4fc905 s/setfont/initfont/ by Anselm R. Garbe 2007-02-20 13:54:37 +0100
  • a1913a6 readded draw.c again (except getcolor and setfont) by Anselm R. Garbe 2007-02-20 13:54:00 +0100
  • 66b2e83 removed -t, now using isatty() instead of select() to prevent execution from an interactive shell by Anselm R. Garbe 2007-02-19 21:18:36 +0100
  • 665488a removed draw.c, implemented C-w handling (backward word deletion) by Anselm R. Garbe 2007-02-19 15:49:50 +0100
  • 1e01ca0 Added tag 2.2 for changeset 90f0e34e7f11 by Anselm R. Garbe 2007-02-14 09:42:02 +0100
  • f3c12a7 fixed Copyright notice in Makefile by Anselm R. Garbe 2007-02-08 14:10:17 +0100
  • 3ba8b71 nah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu again by Anselm R. Garbe 2007-02-08 11:17:11 +0100
  • 2bac559 letting dmenu appear at the bottom by default by Anselm R. Garbe 2007-02-08 11:10:29 +0100
  • dbccf6f got rid of LD, inspired by JGs patch to wmii by Anselm R. Garbe 2007-02-05 11:10:41 +0100
  • aea9bfe Added tag 2.1 for changeset 7656557298c9 by Anselm R. Garbe 2007-01-17 11:10:31 +0100
  • 6175a39 hotfix changes by Anselm R. Garbe 2007-01-17 11:10:26 +0100
  • 2c7ff85 Added tag 2.1 for changeset d91c79020430 by Anselm R. Garbe 2007-01-17 11:10:09 +0100
  • 447046f Added tag 2.0 for changeset 1fce5c464fcd by Anselm R. Garbe 2007-01-16 11:42:09 +0100
  • b76632b small fix by Anselm R. Garbe 2007-01-16 11:39:26 +0100
  • f8f5b27 removed useless mx, my by Anselm R. Garbe 2007-01-16 11:38:31 +0100
  • d6bf35c applied new default colors by Anselm R. Garbe 2007-01-16 11:24:51 +0100
  • 507c030 small fix of Control-j in dmenu.1 by Anselm R. Garbe 2007-01-16 11:07:30 +0100
  • 0245394 Added tag 1.9 for changeset c7f5f4d54317 by Anselm R. Garbe 2007-01-12 12:43:44 +0100
  • b6cd6ed added evil key support to dmenu by Anselm R. Garbe 2007-01-11 15:52:37 +0100
  • 09813fc s/Mod1-Shift-g/Mod1-G/ in fact Sander is right by Anselm R. Garbe 2007-01-11 13:51:15 +0100
  • 64d68b7 documenting undocumented vi-alike shortcuts of dmenu by Anselm R. Garbe 2007-01-11 11:41:16 +0100
  • eaf8909 commented recent Control-shortcut additions by Anselm R. Garbe 2007-01-11 10:17:01 +0100
  • c0fcfb7 applied Sanders dmenu_ctrlchars.patch (thanks!) by Anselm R. Garbe 2007-01-10 23:07:03 +0100
  • a45d698 applied Alexis Hildebrandts patches by Anselm R. Garbe 2007-01-10 18:06:16 +0100
  • 08420a9 corrections by arg@mig29 2007-01-02 15:44:32 +0100
  • deea1fb corrected by arg@mig29 2007-01-02 15:41:13 +0100
  • 771c0cb next version will contain updated copyright notice by arg@mig29 2007-01-02 15:38:44 +0100
  • 43a1942 Added tag 1.8 for changeset d3e6fa22ae by arg@mig29 2006-12-19 11:49:38 +0100
  • bbfd539 fixed a typo in dmenu.1 by arg@mig29 2006-12-19 11:49:28 +0100
  • 0e96ae6 prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) by arg@mig29 2006-12-19 11:39:07 +0100
  • 989649b added wmii reference to dmenu(1) by arg@mig29 2006-12-18 13:46:44 +0100
  • f8d2a29 agreed with Sander by arg@mig29 2006-12-18 13:25:11 +0100
  • 3438af0 applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus by arg@mig29 2006-12-18 12:52:58 +0100
  • 201b056 hotfix by arg@mig29 2006-12-14 14:41:53 +0100
  • 3dcdbe2 added vi-like key-bindings for keyboards without cursor keys (they are undocumented features) by arg@mig29 2006-12-14 14:40:58 +0100
  • 5336608 Added tag 1.7.1 for changeset 3696d77aaf by arg@mig29 2006-12-14 09:45:11 +0100
  • d398a2e foo by arg@mig29 2006-12-14 09:45:06 +0100
  • 2829009 silent hotfix by arg@mig29 2006-12-14 09:34:24 +0100
  • cae2fbd Added tag 1.7.1 for changeset 8e0b9b09bf by arg@mig29 2006-12-14 09:30:31 +0100
  • 225cd76 applied hotfix of sander by arg@mig29 2006-12-14 09:30:23 +0100
  • 279966a Added tag 1.7 for changeset 58dbef4aef by arg@mig29 2006-12-14 08:51:21 +0100
  • 9bd80b3 changed text in dmenu manpage by arg@mig29 2006-12-13 14:36:09 +0100
  • 65912f2 added prompt option (-p 'prompt text'), documented in man page as well by arg@mig29 2006-12-13 14:14:41 +0100
  • 4bd3466 ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrolling by arg@mig29 2006-12-12 09:57:42 +0100
  • e19e42a fixed diagnostic error message by arg@mig29 2006-12-08 11:12:11 +0100