Hiltjo Posthuma [Sun, 27 Jan 2019 14:28:02 +0000 (15:28 +0100)]
dmenu.1: document improved fastgrab behaviour from previous patch
dok [Sat, 26 Jan 2019 14:49:15 +0000 (15:49 +0100)]
Use slow path if stdin is a tty
If stdin is a tty and dmenu is ran with the fast option then it's
impossible to close stdin because the keyboard is already grabbed.
Quentin Rameau [Sat, 21 Jul 2018 10:47:43 +0000 (12:47 +0200)]
dmenu_path: always use the cachedir
Hiltjo Posthuma [Sat, 2 Jun 2018 15:09:01 +0000 (17:09 +0200)]
Makefile: just show the compiler output
Don't be fancy and just show the actual output so debugging is simpler.
Hiltjo Posthuma [Sat, 2 Jun 2018 15:01:24 +0000 (17:01 +0200)]
Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually adjusted
as well.
Hiltjo Posthuma [Fri, 25 May 2018 11:07:17 +0000 (13:07 +0200)]
code-style for pledge: check the return code -1, not < 0
this is the proper idiom
Hiltjo Posthuma [Fri, 25 May 2018 11:03:25 +0000 (13:03 +0200)]
code-style for pledge(2)
feedback from Klemens, thanks
Hiltjo Posthuma [Fri, 25 May 2018 10:04:22 +0000 (12:04 +0200)]
Pledge on OpenBSD
David Demelier [Wed, 9 May 2018 19:27:29 +0000 (21:27 +0200)]
Use bold for keyboard shortcuts in dmenu.1
Like dwm, use the same syntax for all keyboard shortcuts for
consistency.
Quentin Rameau [Sun, 22 Apr 2018 12:18:34 +0000 (14:18 +0200)]
Fix cursor drawn position with wide glyphs
Quentin Rameau [Thu, 22 Mar 2018 10:18:56 +0000 (11:18 +0100)]
Makefile: bikesheddingly replace ${} with $()
Quentin Rameau [Mon, 19 Mar 2018 14:42:28 +0000 (15:42 +0100)]
Handle IME input
Thanks to nzl <uruabi@gmail.com> for the patch!
Hiltjo Posthuma [Fri, 16 Mar 2018 15:51:22 +0000 (16:51 +0100)]
Fix handling of input strings
Quentin Rameau [Thu, 15 Mar 2018 09:16:10 +0000 (10:16 +0100)]
Update LICENSE
Only "meaningful" commits and contributors who made changes over the
years have been added.
Hiltjo Posthuma [Wed, 14 Mar 2018 18:48:05 +0000 (19:48 +0100)]
bump version to 4.8
Quentin Rameau [Tue, 13 Mar 2018 16:15:09 +0000 (17:15 +0100)]
add key bindings for moving to the word start or end
Mod1+b/^Left and Mod1+f/^Right
Hiltjo Posthuma [Thu, 4 Jan 2018 22:45:49 +0000 (23:45 +0100)]
Fix regression in
84a1bc5
Reported by Jochen Sprickerhof, thanks!
Applied patch with minor change (only initialize `i` for XINERAMA).
Vincent Carluer [Thu, 4 Jan 2018 12:27:37 +0000 (12:27 +0000)]
Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive
Hiltjo Posthuma [Fri, 3 Nov 2017 20:10:38 +0000 (21:10 +0100)]
drw: drw_scm_create: use Clr type
in this context XftColor is a too low-level type.
Hiltjo Posthuma [Fri, 3 Nov 2017 14:31:37 +0000 (15:31 +0100)]
fix a possible free of a uninitialize variable in paste()
Hiltjo Posthuma [Fri, 3 Nov 2017 20:05:29 +0000 (21:05 +0100)]
init colors using SchemeLast
this makes it slightly easier to add colors to schemes.
Omar Sandoval [Fri, 3 Nov 2017 16:49:10 +0000 (09:49 -0700)]
Set class name on menu window
WM_CLASS is a standard ICCCM property which is used to identify windows.
Window managers and compositors use it to allow per-application
configurable behavior.
Hiltjo Posthuma [Tue, 2 May 2017 16:32:04 +0000 (18:32 +0200)]
release 4.7
Andrew Gregory [Wed, 7 Dec 2016 14:45:01 +0000 (09:45 -0500)]
Revert "fix input text matching"
This reverts commit
09d0a36e0370f7ca9bdb171bf93c5ac3131c5a92.
Using strncmp with the length of the user input turns it into a prefix
match rather than an exact match as it's supposed to be.
Thomas Gardner [Fri, 25 Nov 2016 12:38:09 +0000 (22:38 +1000)]
Xinerama: correct variable declarations in preprocessor conditional
Hiltjo Posthuma [Sat, 5 Nov 2016 10:36:42 +0000 (11:36 +0100)]
die() on calloc failure
thanks Markus Teich and David!
Quentin Rameau [Sat, 8 Oct 2016 12:08:28 +0000 (14:08 +0200)]
add embedding support with -w option
Quentin Rameau [Sat, 8 Oct 2016 12:42:53 +0000 (14:42 +0200)]
dmenu.1: group single options
Quentin Rameau [Sat, 8 Oct 2016 12:36:04 +0000 (14:36 +0200)]
dmenu.1: fix -l option
Hiltjo Posthuma [Fri, 12 Aug 2016 12:39:30 +0000 (14:39 +0200)]
die() consistency: always add newline
Hiltjo Posthuma [Tue, 26 Jul 2016 21:13:06 +0000 (23:13 +0200)]
fix crash if negative monitor (< -1) was passed
for example: dmenu -m '-9001'
Hiltjo Posthuma [Tue, 26 Jul 2016 21:02:34 +0000 (23:02 +0200)]
Revert "Print highlighted input text only on single match"
This reverts commit
a4053bc4e403ae57343f43b7e363a0911bba5a3a.
My bad, was working on the wrong branch and accidently pushed it...
*facepalm*
Quentin Rameau [Tue, 26 Jul 2016 10:48:23 +0000 (12:48 +0200)]
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.
Quentin Rameau [Mon, 25 Jul 2016 09:33:25 +0000 (11:33 +0200)]
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.
Hiltjo Posthuma [Tue, 28 Jun 2016 15:56:25 +0000 (17:56 +0200)]
config.def.h: style improvement, use color Scheme enum
S. Gilles [Tue, 28 Jun 2016 05:11:50 +0000 (01:11 -0400)]
fix: Do not crash on e.g. dmenu < /dev/null
Markus Teich [Sat, 21 May 2016 19:51:14 +0000 (21:51 +0200)]
import new drw from libsl and minor fixes.
- extract drawitem function (code deduplication)
- fix bug where inputw was not correctly calculated from the widest item, but
just from the one with the longest strlen() which is not the same. It's better
now, but does not account for fallback fonts, since it would be too slow to
calculate all the correct item widths on startup.
- minor code style fixes (indentation, useless line breaks)
Lucas Gabriel Vuotto [Mon, 22 Feb 2016 14:03:36 +0000 (11:03 -0300)]
arg.h: fixed argv checks order
This prevents accessing to a potentially out-of-bounds memory section.
Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com>
Klemens Nanni [Mon, 11 Jan 2016 12:26:37 +0000 (13:26 +0100)]
Typofix
Quentin Rameau [Sat, 19 Dec 2015 18:58:03 +0000 (19:58 +0100)]
Shut up glibc about _BSD_SOURCE being deprecated
Quentin Rameau [Sat, 19 Dec 2015 08:32:55 +0000 (09:32 +0100)]
Add config option for word delimiters
Let the user configure word boundaries other than ' ', only works with
the portable character set.
Hiltjo Posthuma [Sun, 8 Nov 2015 22:37:47 +0000 (23:37 +0100)]
arg.h: remove unused ARGNUM* macros
Hiltjo Posthuma [Sun, 8 Nov 2015 22:03:34 +0000 (23:03 +0100)]
unboolify dmenu
Hiltjo Posthuma [Sun, 8 Nov 2015 15:46:34 +0000 (16:46 +0100)]
Makefile: package config.def.h on make dist
Hiltjo Posthuma [Sun, 8 Nov 2015 15:44:41 +0000 (16:44 +0100)]
remove .hgtags file
Hiltjo Posthuma [Sat, 7 Nov 2015 11:53:00 +0000 (12:53 +0100)]
dmenu.1: clarify monitor numbers are starting from 0 (first mon)
Hiltjo Posthuma [Sat, 7 Nov 2015 11:43:00 +0000 (12:43 +0100)]
fix: multimon: always spawn client on first monitor if specified with -m 0
This was always broken.
Reproduce:
focus client on second monitor, spawn dmenu with -m 0.
Result:
Old wrong behaviour: dmenu spawns on second monitor (focused client).
Now: dmenu spawns on specified monitor (first).
Hiltjo Posthuma [Tue, 20 Oct 2015 20:56:57 +0000 (22:56 +0200)]
drw: cleanup drw_text, prevent gcc warning false-positive of unused var
... we don't allow passing text is NULL anymore either, for that behaviour
just use drw_rect() (it is used in dwm).
Hiltjo Posthuma [Tue, 20 Oct 2015 20:55:39 +0000 (22:55 +0200)]
drw: simplify drw_font_xcreate and prevent a potential unneeded allocation
Hiltjo Posthuma [Tue, 20 Oct 2015 20:53:55 +0000 (22:53 +0200)]
drw: a valid (non-NULL) Drw and Fnt context must be passed
don't do these checks on this level. However for resource drw_*_free
we will allow it.
Hiltjo Posthuma [Tue, 20 Oct 2015 20:51:57 +0000 (22:51 +0200)]
add sbase-style ecalloc(), calloc: or die
... remove intermediary variables
Hiltjo Posthuma [Sun, 18 Oct 2015 16:37:20 +0000 (18:37 +0200)]
free schemes as array
this makes it slightly easier to add custom schemes aswell
Quentin Rameau [Sun, 4 Oct 2015 12:47:52 +0000 (14:47 +0200)]
fix input text matching
just compare the size of the input string
Davide Del Zompo [Sun, 4 Oct 2015 12:01:22 +0000 (14:01 +0200)]
fix incorrect ordering of match results
look for exact matches comparing the user input against the item text
Hiltjo Posthuma [Sun, 4 Oct 2015 10:32:07 +0000 (12:32 +0200)]
fix paste from clipboard (ctrl+shift+y)
from Joshua Lloret on the ML:
"attached is a small patch to enable pasting from clipboard, as well as primary.
It seems like there was already code in there to allow this, but since there was never any case to match the upper case 'Y', that inline if would always evaluate to false."
Hiltjo Posthuma [Sun, 27 Sep 2015 22:38:17 +0000 (00:38 +0200)]
minor style fix
FRIGN [Sun, 27 Sep 2015 22:19:36 +0000 (00:19 +0200)]
Remove function prototypes and reorder functions accordingly
FRIGN [Sun, 27 Sep 2015 22:15:03 +0000 (00:15 +0200)]
Untypedef struct item
Adds clarity. Typedefs for structs are definitely a discussion matter,
but there's no reason to hide a simple data-structure behind a
meaningless typedef.
Quentin Rameau [Sun, 27 Sep 2015 22:18:35 +0000 (00:18 +0200)]
Fix the conversion from microseconds to nanoseconds
Quentin Rameau [Sun, 27 Sep 2015 22:06:05 +0000 (00:06 +0200)]
Replace deprecated usleep() with nanosleep()
Hiltjo Posthuma [Sun, 27 Sep 2015 22:02:28 +0000 (00:02 +0200)]
config.mk: use -std=c99
Hiltjo Posthuma [Sun, 27 Sep 2015 21:57:39 +0000 (23:57 +0200)]
dmenu: style improvements
- move main to bottom, usage above main.
- dont use variable names with function prototypes.
- space before if, for, while, etc: 'if(' -> 'if ('.
this makes the code-style more consistent
Hiltjo Posthuma [Sun, 27 Sep 2015 21:56:02 +0000 (23:56 +0200)]
drw style improvements
this makes the code-style more consistent aswell.
Hiltjo Posthuma [Sun, 27 Sep 2015 21:02:33 +0000 (23:02 +0200)]
separate program-specific c99 bool and X11
True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.
... also remove left-over vim mode string in config.
Hiltjo Posthuma [Sun, 27 Sep 2015 20:55:21 +0000 (22:55 +0200)]
config.mk: fix _XOPEN_SOURCE=700 for getline()
Hiltjo Posthuma [Sun, 27 Sep 2015 20:38:14 +0000 (22:38 +0200)]
config.mk: improve feature test check
this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep).
thanks k0ga and stateless for reporting and fixing this issue!
Eric Pruitt [Thu, 6 Aug 2015 02:19:14 +0000 (19:19 -0700)]
Fixed typo introduced by shared code
Hiltjo Posthuma [Sun, 19 Jul 2015 19:34:51 +0000 (21:34 +0200)]
stest: get rid of getopt, use suckless arg.h
... also some style improvements.
Hiltjo Posthuma [Sun, 19 Jul 2015 18:32:08 +0000 (20:32 +0200)]
config.mk: add FREETYPELIBS and FREETYPEINC
These variables make it simpler to change the paths to this for ports.
`pkg-config` is avoided because it sucks, in particular for cross-compilation.
A commented path for *BSD is added, the Xft includes are located at:
/usr/X11R6/include there.
Also already bump the version number to 4.6, a release will come
approximately in August.
Hiltjo Posthuma [Sun, 19 Jul 2015 18:29:26 +0000 (20:29 +0200)]
fix prompt color style how it used to be
This is the style how it was before the big Xft change. The colors were
inverted, this was not the case before the change.
Reported by "zvz" on #suckless IRC, thanks!
Hiltjo Posthuma [Mon, 4 May 2015 19:54:46 +0000 (21:54 +0200)]
Use libdraw: add Xft and fallback-fonts support to graphics lib
- libdraw, util: add drw.{c,h}, util.{c,h} and update code.
- libdraw: fix drw_rect(): use w and h parameter.
- libdraw: print errstr if last character in string was ":" (sbase).
- libdraw: drw_clr_free() allow valid free(NULL).
- config.def.h: set default font to monospace.
- cleanup() on exit.
- LICENSE: update license string for dmenu -v to 2015.
- LICENSE: add myself to LICENSE
Anselm R Garbe [Wed, 17 Sep 2014 11:40:11 +0000 (13:40 +0200)]
applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m
Hiltjo Posthuma [Thu, 24 Jul 2014 19:10:23 +0000 (19:10 +0000)]
fix crash with ctrl-enter as input
reproduce: ./dmenu; send EOF; press ctrl+enter.
Anselm R Garbe [Thu, 29 May 2014 16:03:53 +0000 (18:03 +0200)]
updated copyright notices in LICENSE and dmenu.c file
Anselm R Garbe [Tue, 13 Aug 2013 17:15:04 +0000 (19:15 +0200)]
applied Martin Kühl's inverse matching flag to stest
Anselm R Garbe [Fri, 2 Aug 2013 20:30:20 +0000 (22:30 +0200)]
applied Martti Kühne's dmenu monitor patch
https://gist.github.com/mar77i/
3349298/raw/
f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now
Anselm R Garbe [Fri, 28 Jun 2013 20:06:02 +0000 (22:06 +0200)]
accepted vi'is exit approach ^[ (suggested by Arkaduisz)
Anselm R Garbe [Wed, 17 Apr 2013 19:16:51 +0000 (21:16 +0200)]
forgot to add config.def.h, thanks William
Anselm R Garbe [Wed, 17 Apr 2013 19:04:05 +0000 (21:04 +0200)]
adopted Alex Sedov's config.h revival patch to tip
Anselm R Garbe [Wed, 17 Apr 2013 18:59:12 +0000 (20:59 +0200)]
applied Alex Sedov's Tab buffer termination patch, thanks
Anselm R Garbe [Wed, 17 Apr 2013 18:56:54 +0000 (20:56 +0200)]
applied multisel patch to mainline
Quentin Glidic [Mon, 30 Jul 2012 15:02:12 +0000 (17:02 +0200)]
dmenu_run: Split cache logic to dmenu_path again
This allows to run dmenu_path to update the cache using
a packager manager hook system
Moritz Wilhelmy [Tue, 15 May 2012 09:47:54 +0000 (11:47 +0200)]
ignore prompt if it is empty in addition to NULL
Connor Lane Smith [Fri, 6 Apr 2012 15:38:01 +0000 (16:38 +0100)]
_POSIX_C_SOURCE=200809L
Connor Lane Smith [Fri, 10 Feb 2012 00:37:42 +0000 (00:37 +0000)]
listen for C-S-[jm]
Karl F [Thu, 19 Jan 2012 22:52:17 +0000 (22:52 +0000)]
add ^G escape keybinding
Connor Lane Smith [Wed, 18 Jan 2012 23:56:13 +0000 (23:56 +0000)]
remove _POSIX_C_SOURCE cflag
Connor Lane Smith [Sun, 8 Jan 2012 12:13:00 +0000 (13:13 +0100)]
update version 4.5-hg
anselm@garbe.us [Wed, 4 Jan 2012 12:30:47 +0000 (13:30 +0100)]
config.mk cleanup
Connor Lane Smith [Mon, 2 Jan 2012 18:48:11 +0000 (19:48 +0100)]
align M-[hjkl] closer to vi keys
Connor Lane Smith [Sun, 1 Jan 2012 19:33:56 +0000 (20:33 +0100)]
happy new year!
Connor Lane Smith [Sun, 1 Jan 2012 19:32:40 +0000 (20:32 +0100)]
add Mod1Mask keybindings
Connor Lane Smith [Mon, 19 Dec 2011 15:52:48 +0000 (16:52 +0100)]
merge stest -> default
Connor Lane Smith [Mon, 19 Dec 2011 15:05:55 +0000 (16:05 +0100)]
comment xdg fallback behaviour
Connor Lane Smith [Fri, 9 Dec 2011 10:49:44 +0000 (11:49 +0100)]
stest: restore stream testing
Connor Lane Smith [Fri, 9 Dec 2011 10:36:26 +0000 (11:36 +0100)]
fork dmenu_run to disown child shell
Connor Lane Smith [Sun, 27 Nov 2011 22:40:48 +0000 (23:40 +0100)]
stest: cleanup
Connor Lane Smith [Sun, 27 Nov 2011 22:37:01 +0000 (23:37 +0100)]
stest: remove unneeded lstat
Connor Lane Smith [Sun, 27 Nov 2011 22:35:09 +0000 (23:35 +0100)]
simplify stest
Connor Lane Smith [Wed, 23 Nov 2011 14:17:32 +0000 (15:17 +0100)]
dmenu_run: use $SHELL