First iteration of height patch (modified from: https://tools.suckless.org/dmenu/patches/line-height/ See the fat fingers pathch for phone calls pickup/hangup coming in next Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
Prevent overlapping with virtual keyboards. Center dmenu on 3/4 of the screen
version bump prior to release
made --index 0-indexed instead of 1-indexed (bemenu compatible), old -idx is still 1-indexed for backward compatibility This is needed for compatibility with bemenu. The old -idx should *NOT* be used in any sxmo scripts. Signed-off-by: Stacy Harper <contact@stacyharper.net>
fix ) Signed-off-by: Stacy Harper <contact@stacyharper.net>
added --index alias for -idx for command-line interface compability with bemenu
version bump prior to release
Add slide-touch-based page up/down and home/end. Signed-off-by: Anjandev Momi <anjan@momi.ca>
Fix segfault on missing Xresources. Add and document more color settings. Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
Document X resources in dmenu man page. Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
Applied the listfullwidth patch by Alex Cole so the prompt no longer indents the list and we have a better use of our scarce display width: https://tools.suckless.org/dmenu/patches/listfullwidth/
Revert "Make highlight patch compatible with grid patch" This reverts commit a8581afeff1d1fa54b72a823546b1a7e0a1eeedf.
Removed the grid patch (it is not used by any of our scripts and multiple columns usually won't fit on a small portrait screen anyway) This reverts commit 3189cd58a8c1ad7e38a55588b5b04b807f00f4f7.
applied Xresources patch for dmenu: https://tools.suckless.org/dmenu/patches/xresources/
changed version number to 5.0.8, last revision number indicates the sxmo revision and keeps incrementing, major.minor corresponds to upstream version
Bumped version to 5.0.1 to reflect that it has sxmo-specific changes
bump version to 5.0 ... and bump LICENSE year.
Fix memory leaks in drw Synced from dwm. Patch by Alex Flierl <shad0w73@freenet.de>, thanks.
revert IME support dmenu will not handle IME support (st will, atleast for now). revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22 this commit also broke input focus. Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
improve xopenim error message die() already prints a newline.