Commit Graph

72 Commits

Author SHA1 Message Date
Anselm R. Garbe b97783b07f fixed fallback 2007-09-15 20:28:20 +02:00
arg@f00b4r 11cb2e7dcc applied ido-matching to dmenu 2007-07-24 18:19:09 +02:00
Anselm R. Garbe d27e3c1092 referred to LICENSE file 2007-05-30 12:19:06 +02:00
Anselm R. Garbe 4ebd7c4a21 removed some superflous strncmp's 2007-05-23 22:32:43 +02:00
Anselm R. Garbe aa2f73fc88 fixed a small bug in dmenu when an empty font is supplied 2007-05-02 15:25:52 +02:00
Anselm R. Garbe 0e19146d5f making copyright notice more compact 2007-04-13 11:36:44 +02:00
Anselm R. Garbe 1fa4fa386a allowing numpad keys as inpyt 2007-03-27 16:52:50 +02:00
Anselm R. Garbe f555908cef attempt to grab the keyboard only 1000 times, not forever. 2007-03-07 11:01:14 +01:00
Anselm R. Garbe 73120414e2 reverting keyboard grab to root window - invoking several dmenu's now works again... 2007-03-07 10:54:21 +01:00
Kris Maglione 9911455f5b Wait for an Expose and draw the menu immediately after mapping the window. 2007-03-06 03:24:40 -05:00
Anselm R. Garbe d57c873f10 keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint 2007-03-02 21:48:48 +01:00
Anselm R. Garbe 724f72142f also, don't set the font all the time 2007-03-02 15:16:36 +01:00
Anselm R. Garbe 063c3d26e9 useless var declaration prev_nitem 2007-02-27 14:44:21 +01:00
Anselm R. Garbe 03c2b05bb2 changed Backspace/C-w behavior (now it only removes a single character) 2007-02-26 14:07:19 +01:00
Anselm R. Garbe 8a066fabd9 if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin 2007-02-26 11:44:41 +01:00
Anselm R. Garbe 6b5b580aff fixed a bug when dmenu is run with -v 2007-02-23 14:39:54 +01:00
Anselm R. Garbe 8a10b35c64 renamed getcolor to initcolor 2007-02-20 13:57:05 +01:00
Anselm R. Garbe e4fc905317 s/setfont/initfont/ 2007-02-20 13:54:37 +01:00
Anselm R. Garbe a1913a6af7 readded draw.c again (except getcolor and setfont) 2007-02-20 13:54:00 +01:00
Anselm R. Garbe 66b2e8379f removed -t, now using isatty() instead of select() to prevent execution from an interactive shell 2007-02-19 21:18:36 +01:00
Anselm R. Garbe 665488a6ee removed draw.c, implemented C-w handling (backward word deletion) 2007-02-19 15:49:50 +01:00
Anselm R. Garbe 3ba8b71aba nah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu again 2007-02-08 11:17:11 +01:00
Anselm R. Garbe 2bac5599b3 letting dmenu appear at the bottom by default 2007-02-08 11:10:29 +01:00
Anselm R. Garbe 6175a39e8e hotfix changes 2007-01-17 11:10:26 +01:00
Anselm R. Garbe b76632b9e3 small fix 2007-01-16 11:39:26 +01:00
Anselm R. Garbe f8f5b27036 removed useless mx, my 2007-01-16 11:38:31 +01:00
Anselm R. Garbe b6cd6ed266 added evil key support to dmenu 2007-01-11 15:52:37 +01:00
Anselm R. Garbe c0fcfb7827 applied Sanders dmenu_ctrlchars.patch (thanks!) 2007-01-10 23:07:03 +01:00
Anselm R. Garbe a45d6983ab applied Alexis Hildebrandts patches 2007-01-10 18:06:16 +01:00
arg@mig29 08420a935b corrections 2007-01-02 15:44:32 +01:00
arg@mig29 deea1fb5ab corrected 2007-01-02 15:41:13 +01:00
arg@mig29 771c0cb607 next version will contain updated copyright notice 2007-01-02 15:38:44 +01:00
arg@mig29 0e96ae6f48 prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) 2006-12-19 11:39:07 +01:00
arg@mig29 f8d2a29a20 agreed with Sander 2006-12-18 13:25:11 +01:00
arg@mig29 3438af001a 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 2006-12-18 12:52:58 +01:00
arg@mig29 201b056e39 hotfix 2006-12-14 14:41:53 +01:00
arg@mig29 3dcdbe2a57 added vi-like key-bindings for keyboards without cursor keys (they are undocumented features) 2006-12-14 14:40:58 +01:00
arg@mig29 2829009138 silent hotfix 2006-12-14 09:34:24 +01:00
arg@mig29 225cd764c3 applied hotfix of sander 2006-12-14 09:30:23 +01:00
arg@mig29 65912f2a96 added prompt option (-p 'prompt text'), documented in man page as well 2006-12-13 14:14:41 +01:00
arg@mig29 4bd3466215 ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrolling 2006-12-12 09:57:42 +01:00
arg@mig29 dd7ee0dae1 also fixing dmenu accordingly 2006-12-07 10:06:06 +01:00
arg@mig29 8c20e5dbd3 fixing sizeof stuff 2006-11-26 15:49:33 +01:00
Anselm R. Garbe 194d890517 removed misleading input cursor 2006-10-23 12:53:35 +02:00
Anselm R. Garbe f633276774 fixing arg handling in dmenu (thanks to Sander for his report) 2006-10-23 10:12:09 +02:00
Anselm R. Garbe d78bcf247f simplified main event loop 2006-10-10 19:15:06 +02:00
Anselm R. Garbe 63be0ee22a small change 2006-10-06 12:40:49 +02:00
Anselm R. Garbe 5fd7af18c6 removed useless newlines 2006-10-06 11:52:57 +02:00
arg@mmvi 14133be5bd reverting 2006-09-26 13:39:00 +02:00
arg@mmvi 3b590beda2 added fallback to color initialization 2006-09-26 13:37:36 +02:00