34f549a
dmenu.1: clarify monitor numbers are starting from 0 (first mon) by
2015-11-07 12:53:00 +0100
da0b9eb
fix: multimon: always spawn client on first monitor if specified with -m 0 by
2015-11-07 12:43:00 +0100
44b242c
drw: cleanup drw_text, prevent gcc warning false-positive of unused var by
2015-10-20 22:56:57 +0200
e2e7fcb
drw: simplify drw_font_xcreate and prevent a potential unneeded allocation by
2015-10-20 22:55:39 +0200
1f2226d
drw: a valid (non-NULL) Drw and Fnt context must be passed by
2015-10-20 22:53:55 +0200
5a20b40
add sbase-style ecalloc(), calloc: or die by
2015-10-20 22:51:57 +0200
1649867
free schemes as array by
2015-10-18 18:37:20 +0200
09d0a36
fix input text matching by
2015-10-04 14:47:52 +0200
acbf35a
fix incorrect ordering of match results by
2015-10-04 14:01:22 +0200
240a781
fix paste from clipboard (ctrl+shift+y) by
2015-10-04 12:32:07 +0200
d5ce8df
minor style fix by
2015-09-28 00:38:17 +0200
ba75bb3
Remove function prototypes and reorder functions accordingly by
2015-09-28 00:19:36 +0200
10fd4f2
Untypedef struct item by
2015-09-28 00:15:03 +0200
b048eac
Fix the conversion from microseconds to nanoseconds by
2015-09-28 00:18:35 +0200
c42c378
Replace deprecated usleep() with nanosleep() by
2015-09-28 00:06:05 +0200
c15a95a
config.mk: use -std=c99 by
2015-09-28 00:02:28 +0200
cf0fb79
dmenu: style improvements by
2015-09-27 23:57:39 +0200
03cb1ec
drw style improvements by
2015-09-27 23:56:02 +0200
bc20c13
separate program-specific c99 bool and X11 by
2015-09-27 23:02:33 +0200
96e60c6
config.mk: fix _XOPEN_SOURCE=700 for getline() by
2015-09-27 22:55:21 +0200
2d2175f
config.mk: improve feature test check by
2015-09-27 22:38:14 +0200
bbf7b95
Fixed typo introduced by shared code by
2015-08-05 19:19:14 -0700
d6742ef
stest: get rid of getopt, use suckless arg.h by
2015-07-19 21:34:51 +0200
5feb0c6
config.mk: add FREETYPELIBS and FREETYPEINC by
2015-07-19 20:32:08 +0200
1c242df
fix prompt color style how it used to be by
2015-07-19 20:29:26 +0200
4b1fecd
Use libdraw: add Xft and fallback-fonts support to graphics lib by
2015-05-04 21:54:46 +0200
13a529c
applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m by
2014-09-17 13:40:11 +0200
aa69426
fix crash with ctrl-enter as input by
2014-07-24 19:10:23 +0000
4c50e43
updated copyright notices in LICENSE and dmenu.c file by
2014-05-29 18:03:53 +0200
5ed5e90
applied Martin Kühl's inverse matching flag to stest by
2013-08-13 19:15:04 +0200
13f7873
applied Martti Kühne's dmenu monitor patch f6581ca966/monarg.patch
becomes upstream now by
2013-08-02 22:30:20 +0200
597d4b4
accepted vi'is exit approach ^[ (suggested by Arkaduisz) by
2013-06-28 22:06:02 +0200
55c9be0
forgot to add config.def.h, thanks William by
2013-04-17 21:16:51 +0200
14f72a2
adopted Alex Sedov's config.h revival patch to tip by
2013-04-17 21:04:05 +0200
ec64f27
applied Alex Sedov's Tab buffer termination patch, thanks by
2013-04-17 20:59:12 +0200
0d12a47
applied multisel patch to mainline by
2013-04-17 20:56:54 +0200
dec9a28
dmenu_run: Split cache logic to dmenu_path again by
2012-07-30 17:02:12 +0200
1299e41
ignore prompt if it is empty in addition to NULL by
2012-05-15 11:47:54 +0200
38fccaf
_POSIX_C_SOURCE=200809L by
2012-04-06 16:38:01 +0100
1f11faf
listen for C-S-[jm] by
2012-02-10 00:37:42 +0000
5014538
add ^G escape keybinding by
2012-01-19 22:52:17 +0000
7707111
remove _POSIX_C_SOURCE cflag by
2012-01-18 23:56:13 +0000
7f45b3f
update version 4.5-hg by
2012-01-08 13:13:00 +0100
0f91dd1
config.mk cleanup by
2012-01-04 13:30:47 +0100
3402a8d
align M-[hjkl] closer to vi keys by
2012-01-02 19:48:11 +0100
d3e9bd1
happy new year! by
2012-01-01 20:33:56 +0100
b95fb20
add Mod1Mask keybindings by
2012-01-01 20:32:40 +0100
6664e42
merge stest -> default by
2011-12-19 16:52:48 +0100
26c78cd
comment xdg fallback behaviour by
2011-12-19 16:05:55 +0100
6b1d658
stest: restore stream testing by
2011-12-09 11:49:44 +0100
56a0d1f
fork dmenu_run to disown child shell by
2011-12-09 11:36:26 +0100
32ef0f5
stest: cleanup by
2011-11-27 23:40:48 +0100
dcd6e77
stest: remove unneeded lstat by
2011-11-27 23:37:01 +0100
8cc28cb
simplify stest by
2011-11-27 23:35:09 +0100
942199c
dmenu_run: use $SHELL by
2011-11-23 15:17:32 +0100
3f9b10c
set window background_pixel by
2011-11-23 14:40:21 +0100
5162d1b
fix dmenu_path exec sh by
2011-11-19 21:31:18 +0100
a02a1a6
faster dmenu_run -f by
2011-11-19 21:24:07 +0100
bb4424d
replace lsx with stest by
2011-11-19 19:54:55 +0100
8ac44eb
update manpage by
2011-11-16 11:26:15 +0100
ebd94a6
limit direction keys in vline by
2011-11-15 20:32:39 +0100
2b31952
fix C-n / C-p directions (thanks bastien) by
2011-11-14 20:02:16 +0100
c01f36a
new default colour scheme by
2011-11-14 00:46:56 +0100
168221b
makefile: *.o depend on draw.h by
2011-10-26 14:16:12 +0100
dc77337
add paste from clipboard by
2011-10-26 13:28:15 +0100
7b1493a
add lots of comments by
2011-10-26 13:20:14 +0100
dd29c5d
input focus: calculate areas of intersection by
2011-10-26 12:14:50 +0100
70b3418
simplify dmenu_run by
2011-10-17 10:22:23 +0100
cf641ae
merge xim -> default by
2011-10-17 10:11:48 +0100
5e0156c
merge lsx -> default by
2011-10-17 10:08:04 +0100
ca7ef6d
use ~/.dmenu_cache if no xdg cache by
2011-10-17 02:12:33 +0100
7bbd4c5
lsx: detect read errors by
2011-10-17 01:44:07 +0100
2456560
xim: check for corner cases by
2011-10-17 01:18:57 +0100
05026fb
fix extra warning by
2011-10-16 18:26:11 +0100
c71abdc
lsx: return failure on error by
2011-10-16 18:14:51 +0100
4126b1e
merge default -> lsx by
2011-10-16 18:13:29 +0100
c8f0a37
add xim support by
2011-10-16 17:21:33 +0100
1cf3864
limit lines to input by
2011-10-13 20:43:59 +0100
8e30271
input focus: fix for reparenting wms by
2011-10-04 21:39:56 +0100
e30ad49
fix monitor select when no focus by
2011-09-30 21:08:37 +0100
5020734
merge token -> default by
2011-09-20 00:11:01 +0100
4c8d43a
tweak match by
2011-09-20 00:09:20 +0100
0582480
update manpage by
2011-09-20 00:06:13 +0100
f1848a3
detect active monitor using input focus by
2011-09-19 18:15:03 +0100
b26d3f5
add token matching by
2011-09-19 10:40:56 +0100
3af80cd
change version to 'hg' by
2011-09-19 10:40:07 +0100
4692f84
dmenu_run: sh -c by
2011-07-24 20:04:58 +0100
c805dcb
fix loadfont by
2011-07-22 18:16:57 +0100
a6cbc6c
Added tag 4.4 for changeset 2b105eaae831 by
2011-07-19 21:30:14 +0100
bae58f6
add lsx.1 to dist by
2011-07-19 21:30:09 +0100
1636e12
tweaks by
2011-07-17 14:06:53 +0100
2b92c95
efficiency tweaks by
2011-07-14 20:03:08 +0100
16a0c0d
fix extra warning by
2011-07-14 20:03:00 +0100
5867c53
simpler vline by
2011-07-06 13:40:36 +0100
34a816f
rebind ^N ^P by
2011-07-04 16:55:09 +0100
0288b57
include limits.h by
2011-06-25 17:02:14 +0100
59dafc4
make clean lsx by
2011-06-23 22:39:20 +0100
49672e9
merge lsx -> default by
2011-06-23 20:27:28 +0100
07d452e
close lsx branch by
2011-06-23 20:26:57 +0100
88d4416
lsx: check snprintf by
2011-06-23 20:04:50 +0100