Commit Graph
16 Commits
Author SHA1 Message Date
Quentin RameauandHiltjo Posthuma bbc464dc80 dmenu_path: always use the cachedir 2018-07-21 12:49:00 +02:00
Quentin RameauandHiltjo Posthuma 0f76dd2fb8 Fix cursor drawn position with wide glyphs 2018-04-22 14:19:20 +02:00
Quentin RameauandHiltjo Posthuma 0b57480218 Makefile: bikesheddingly replace ${} with $() 2018-04-22 14:09:05 +02:00
Quentin RameauandHiltjo Posthuma 377bd37e21 Handle IME input
Thanks to nzl <uruabi@gmail.com> for the patch!
2018-04-22 14:09:05 +02:00
Quentin RameauandHiltjo Posthuma 2f398981fe Update LICENSE
Only "meaningful" commits and contributors who made changes over the
years have been added.
2018-03-15 18:29:32 +01:00
Quentin RameauandHiltjo Posthuma e2a280541e add key bindings for moving to the word start or end
Mod1+b/^Left and Mod1+f/^Right
2018-03-13 20:10:46 +01:00
Quentin RameauandHiltjo Posthuma a9a5c6cc2d add embedding support with -w option 2016-10-14 15:26:35 +02:00
Quentin RameauandHiltjo Posthuma a97f550aa7 dmenu.1: group single options 2016-10-14 15:26:34 +02:00
Quentin RameauandHiltjo Posthuma ff8daf8847 dmenu.1: fix -l option 2016-10-14 15:26:34 +02:00
Quentin RameauandHiltjo Posthuma a4053bc4e4 Print highlighted input text only on single match
When the input text fully matches a single item, do not draw the item
and highlight the input text to show that it matches an item in
opposition to regular input text not matching anything.
2016-07-26 18:29:42 +02:00
Quentin RameauandHiltjo Posthuma 657122f781 Partially revert 44c7de3: fix items text width offset calculation
Without this, we discard the item if it's longer than assigned width
instead of truncating it.
2016-07-25 19:57:31 +02:00
Quentin RameauandHiltjo Posthuma bf3deb6357 Shut up glibc about _BSD_SOURCE being deprecated 2015-12-19 20:32:17 +01:00
Quentin RameauandHiltjo Posthuma 120e840107 Add config option for word delimiters
Let the user configure word boundaries other than ' ', only works with
the portable character set.
2015-12-19 20:32:14 +01:00
Quentin RameauandHiltjo Posthuma 09d0a36e03 fix input text matching
just compare the size of the input string
2015-10-04 15:04:59 +02:00
Quentin RameauandHiltjo Posthuma b048eacc9d Fix the conversion from microseconds to nanoseconds 2015-09-28 00:27:09 +02:00
Quentin RameauandHiltjo Posthuma c42c378027 Replace deprecated usleep() with nanosleep() 2015-09-28 00:15:13 +02:00