1
0
Fork 0
Commit Graph

2221 Commits

Author SHA1 Message Date
Anselm R. Garbe dc46ba0633 Added tag 2.4 for changeset 9e9036cbfb4b 2007-02-23 10:42:00 +01:00
Anselm R. Garbe af2ed87fd8 added dmenu_path convenience script 2007-02-23 10:16:43 +01:00
Anselm R. Garbe db151423f8 made Fnt an anonymous struct 2007-02-22 18:16:35 +01:00
Anselm R. Garbe db58d530ed Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715 2007-02-21 11:05:19 +01:00
Anselm R. Garbe 05811e8be0 applied the fix inspired by a recent wmii commit 2007-02-21 10:59:36 +01:00
Anselm R. Garbe 4ac0d96230 renamed getcolor to initcolor 2007-02-20 13:57:05 +01:00
Anselm R. Garbe d682af2ab3 s/setfont/initfont/ 2007-02-20 13:54:37 +01:00
Anselm R. Garbe 4e5645b281 readded draw.c again (except getcolor and setfont) 2007-02-20 13:54:00 +01:00
Anselm R. Garbe 833885d2a6 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 e63ff02419 removed draw.c, implemented C-w handling (backward word deletion) 2007-02-19 15:49:50 +01:00
Anselm R. Garbe cffb2ca912 Added tag 2.2 for changeset 90f0e34e7f11 2007-02-14 09:42:02 +01:00
Anselm R. Garbe 9bacebf33b fixed Copyright notice in Makefile 2007-02-08 14:10:17 +01:00
Anselm R. Garbe de82e827bf 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 24ad9306c7 letting dmenu appear at the bottom by default 2007-02-08 11:10:29 +01:00
Anselm R. Garbe a852cb33c1 got rid of LD, inspired by JGs patch to wmii 2007-02-05 11:10:41 +01:00
Anselm R. Garbe 226d8e56b1 Added tag 2.1 for changeset 7656557298c9 2007-01-17 11:10:31 +01:00
Anselm R. Garbe bf6ee88eef hotfix changes 2007-01-17 11:10:26 +01:00
Anselm R. Garbe 3e21743a6c Added tag 2.1 for changeset d91c79020430 2007-01-17 11:10:09 +01:00
Anselm R. Garbe b9e70ae616 Added tag 2.0 for changeset 1fce5c464fcd 2007-01-16 11:42:09 +01:00
Anselm R. Garbe 6d36e3fb3a small fix 2007-01-16 11:39:26 +01:00
Anselm R. Garbe 4e4a1a82e5 removed useless mx, my 2007-01-16 11:38:31 +01:00
Anselm R. Garbe a76b884624 applied new default colors 2007-01-16 11:24:51 +01:00
Anselm R. Garbe 55a9d6efd6 small fix of Control-j in dmenu.1 2007-01-16 11:07:30 +01:00
Anselm R. Garbe a0588b64b6 Added tag 1.9 for changeset c7f5f4d54317 2007-01-12 12:43:44 +01:00
Anselm R. Garbe 46cce31caa added evil key support to dmenu 2007-01-11 15:52:37 +01:00
Anselm R. Garbe 6ceff97643 s/Mod1-Shift-g/Mod1-G/ in fact Sander is right 2007-01-11 13:51:15 +01:00
Anselm R. Garbe 9d2e13d2d3 documenting undocumented vi-alike shortcuts of dmenu 2007-01-11 11:41:16 +01:00
Anselm R. Garbe 37d379535a commented recent Control-shortcut additions 2007-01-11 10:17:01 +01:00
Anselm R. Garbe 0394c5e258 applied Sanders dmenu_ctrlchars.patch (thanks!) 2007-01-10 23:07:03 +01:00
Anselm R. Garbe a839d28b05 applied Alexis Hildebrandts patches 2007-01-10 18:06:16 +01:00
arg@mig29 c8865e6a88 corrections 2007-01-02 15:44:32 +01:00
arg@mig29 ade64e08c6 corrected 2007-01-02 15:41:13 +01:00
arg@mig29 8b1697c480 next version will contain updated copyright notice 2007-01-02 15:38:44 +01:00
arg@mig29 853a1f9c3f Added tag 1.8 for changeset d3e6fa22ae45b38b1bdb0d813390365e5930360b 2006-12-19 11:49:38 +01:00
arg@mig29 caeee5543e fixed a typo in dmenu.1 2006-12-19 11:49:28 +01:00
arg@mig29 6509cc9f73 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 eac2a60e9b added wmii reference to dmenu(1) 2006-12-18 13:46:44 +01:00
arg@mig29 fa2ee99182 agreed with Sander 2006-12-18 13:25:11 +01:00
arg@mig29 de7ab0f95d 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 7c0ff994c8 hotfix 2006-12-14 14:41:53 +01:00
arg@mig29 faa7fbad82 added vi-like key-bindings for keyboards without cursor keys (they are undocumented features) 2006-12-14 14:40:58 +01:00
arg@mig29 66e0f28dfc Added tag 1.7.1 for changeset 3696d77aaf02f5d15728dde3b9e35abcaf291496 2006-12-14 09:45:11 +01:00
arg@mig29 ffd5dea305 foo 2006-12-14 09:45:06 +01:00
arg@mig29 b7dc7ed52e silent hotfix 2006-12-14 09:34:24 +01:00
arg@mig29 60852051c9 Added tag 1.7.1 for changeset 8e0b9b09bf83c429c73e60a23997f32877a645bf 2006-12-14 09:30:31 +01:00
arg@mig29 ce24355241 applied hotfix of sander 2006-12-14 09:30:23 +01:00
arg@mig29 fadcdef674 Added tag 1.7 for changeset 58dbef4aef3d45c7a3da6945e53c9667c0f02d5b 2006-12-14 08:51:21 +01:00
arg@mig29 69ff8f2de5 changed text in dmenu manpage 2006-12-13 14:36:09 +01:00
arg@mig29 56b0de9b85 added prompt option (-p 'prompt text'), documented in man page as well 2006-12-13 14:14:41 +01:00
arg@mig29 eb43ec3ade ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrolling 2006-12-12 09:57:42 +01:00