d78ff08
(HEAD -> master)
Revert "Improve speed of drw_text when provided with large strings" by
2021-08-20 23:05:53 +0200
cd2133a
add support for more keypad keys by
2021-08-09 18:39:25 +0200
c585e8e
Improve speed of drw_text when provided with large strings by
2021-08-07 21:34:35 -0400
523aa08
remove always true condition in if statement by
2021-07-25 01:55:25 +0000
1a13d04
bump version to 5.0 by
2020-09-02 18:30:56 +0200
9b38fda
Fix memory leaks in drw by
2020-06-11 18:45:33 +0200
db6093f
revert IME support by
2019-03-03 13:08:54 +0100
a9b1de3
improve xopenim error message by
2019-02-12 22:58:35 +0100
43b0c2c
make dmenu_path script executable by
2019-02-12 22:13:58 +0100
f5036b9
fix crash when XOpenIM returns NULL by
2019-02-12 19:10:43 +0100
153aaf8
Close when the embedding window is destroyed by
2019-02-04 00:29:26 +0100
65be875
Prepared 4.9 release. by
2019-02-02 04:54:15 -0800
7d19b20
dmenu.1: document improved fastgrab behaviour from previous patch by
2019-01-27 15:28:02 +0100
11a6537
Use slow path if stdin is a tty by
2019-01-26 15:49:15 +0100
bbc464d
dmenu_path: always use the cachedir by
2018-07-21 12:47:43 +0200
a314412
Makefile: just show the compiler output by
2018-06-02 17:09:01 +0200
a9eae39
Do not strip at link stage by
2018-06-02 17:01:24 +0200
851b73d
code-style for pledge: check the return code -1, not < 0 by
2018-05-25 13:07:17 +0200
05c138f
code-style for pledge(2) by
2018-05-25 13:03:25 +0200
cd132c8
Pledge on OpenBSD by
2018-05-25 12:04:22 +0200
e75494b
Use bold for keyboard shortcuts in dmenu.1 by
2018-05-09 21:27:29 +0200
0f76dd2
Fix cursor drawn position with wide glyphs by
2018-04-22 14:18:34 +0200
0b57480
Makefile: bikesheddingly replace ${} with $() by
2018-03-22 11:18:56 +0100
377bd37
Handle IME input by
2018-03-19 15:42:28 +0100
b6d2cc9
Fix handling of input strings by
2018-03-16 16:51:22 +0100
2f39898
Update LICENSE by
2018-03-15 10:16:10 +0100
23051d7
bump version to 4.8 by
2018-03-14 19:48:05 +0100
e2a2805
add key bindings for moving to the word start or end by
2018-03-13 17:15:09 +0100
8895128
Fix regression in 84a1bc5
by
2018-01-04 23:45:49 +0100
84a1bc5
Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive by
2018-01-04 12:27:37 +0000
f0a5b75
drw: drw_scm_create: use Clr type by
2017-11-03 21:10:38 +0100
1cabeda
fix a possible free of a uninitialize variable in paste() by
2017-11-03 15:31:37 +0100
41379f7
init colors using SchemeLast by
2017-11-03 21:05:29 +0100
64ab280
Set class name on menu window by
2017-11-03 09:49:10 -0700
f428f3e
release 4.7 by
2017-05-02 18:32:04 +0200
5cd66e2
Revert "fix input text matching" by
2016-12-07 09:45:01 -0500
e90b88e
Xinerama: correct variable declarations in preprocessor conditional by
2016-11-25 22:38:09 +1000
a280bda
die() on calloc failure by
2016-11-05 11:36:42 +0100
a9a5c6c
add embedding support with -w option by
2016-10-08 14:08:28 +0200
a97f550
dmenu.1: group single options by
2016-10-08 14:42:53 +0200
ff8daf8
dmenu.1: fix -l option by
2016-10-08 14:36:04 +0200
026827f
die() consistency: always add newline by
2016-08-12 14:39:30 +0200
d14670b
fix crash if negative monitor (< -1) was passed by
2016-07-26 23:13:06 +0200
aa92cd6
Revert "Print highlighted input text only on single match" by
2016-07-26 23:02:34 +0200
a4053bc
Print highlighted input text only on single match by
2016-07-26 12:48:23 +0200
657122f
Partially revert 44c7de3: fix items text width offset calculation by
2016-07-25 11:33:25 +0200
3c91eed
config.def.h: style improvement, use color Scheme enum by
2016-06-28 17:56:25 +0200
76eb578
fix: Do not crash on e.g. dmenu < /dev/null by
2016-06-28 01:11:50 -0400
44c7de3
import new drw from libsl and minor fixes. by
2016-05-21 21:51:14 +0200
b3d9451
arg.h: fixed argv checks order by
2016-02-22 11:03:36 -0300
3de85ca
Typofix by
2016-01-11 13:26:37 +0100
bf3deb6
Shut up glibc about _BSD_SOURCE being deprecated by
2015-12-19 19:58:03 +0100
120e840
Add config option for word delimiters by
2015-12-19 09:32:55 +0100
32f2564
arg.h: remove unused ARGNUM* macros by
2015-11-08 23:37:47 +0100
cc59636
unboolify dmenu by
2015-11-08 23:03:34 +0100
c9e4e15
Makefile: package config.def.h on make dist by
2015-11-08 16:46:34 +0100
cc99007
remove .hgtags file by
2015-11-08 16:44:41 +0100
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