Commits
- Commit:
23051d78dd80468042e2a5095533ec68bfb43a51- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
bump version to 4.8
- Commit:
e2a280541eab62717d6a9a72d047c832e5cb1edc- From:
- Quentin Rameau <quinq@fifth.space>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
add key bindings for moving to the word start or end
Mod1+b/^Left and Mod1+f/^Right
- Commit:
889512811d7ae410eb4ab60be3568278b3e23f2e- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
Fix regression in 84a1bc5
Reported by Jochen Sprickerhof, thanks!
Applied patch with minor change (only initialize `i` for XINERAMA).
- Commit:
84a1bc5d0d6b54eb23268e8f02a787be9ccbd919- From:
- Vincent Carluer <vince@bitfu.io>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive
- Commit:
f0a5b75d6a0d2a62da45e9f65d92ea4a6a2d5831- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
drw: drw_scm_create: use Clr type
in this context XftColor is a too low-level type.
- Commit:
1cabeda5505dcc35d4d2ca2a09151a7c449fb401- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix a possible free of a uninitialize variable in paste()
- Commit:
41379f7c39e6aa0a17d7807b22b49ea148f5b0fa- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
init colors using SchemeLast
this makes it slightly easier to add colors to schemes.
- Commit:
64ab2801fbbbcc028c359080ae4bd546fc871f67- From:
- Omar Sandoval <osandov@osandov.com>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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.
- Commit:
f428f3e01a4ced5b1df07ddf913bb022692f8035- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
release 4.7
- Commit:
5cd66e2c6ca6a82e59927d495498fa6e478594d6- From:
- Andrew Gregory <andrew.gregory.8@gmail.com>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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.
- Commit:
e90b88e12a88d6214c00d5ee58ceb69446aa5ac4- From:
- Thomas Gardner <tmg@fastmail.com>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
Xinerama: correct variable declarations in preprocessor conditional
- Commit:
a280bdad1f16943a70eaff086852d3b11043b060- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
die() on calloc failure
thanks Markus Teich and David!
- Commit:
a9a5c6cc2d7d55ed7e556a4fe9d75307c6df2e84- From:
- Quentin Rameau <quinq@fifth.space>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
add embedding support with -w option
- Commit:
a97f550aa7b81d2add1d2a99e594c038da01fc19- From:
- Quentin Rameau <quinq@fifth.space>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
dmenu.1: group single options
- Commit:
ff8daf88475960f6ccc4e3ded3214147ecb21809- From:
- Quentin Rameau <quinq@fifth.space>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
dmenu.1: fix -l option
- Commit:
026827fd65c1163a92a984c4eae3882a6d69f8df- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
die() consistency: always add newline
- Commit:
d14670b9959f8b3760b63dd40a70687a90312b8a- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix crash if negative monitor (< -1) was passed
for example: dmenu -m '-9001'
- Commit:
aa92cd68bdff95c181cc854043598e6c6007d45e- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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*
- Commit:
a4053bc4e403ae57343f43b7e363a0911bba5a3a- From:
- Quentin Rameau <quinq@fifth.space>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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.
- Commit:
657122f7819fd74d66706ffb607deb44884401b7- From:
- Quentin Rameau <quinq@fifth.space>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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.
- Commit:
3c91eed0fb74657c3fa25bc4fd65cd0aa88464c0- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
config.def.h: style improvement, use color Scheme enum
- Commit:
76eb5783046cf89ba6b7e9f8cdab35fe86d07a82- From:
- S. Gilles <sgilles@math.umd.edu>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix: Do not crash on e.g. dmenu < /dev/null
- Commit:
44c7de3dcf49ee568863f55610f40c7a05b4dfe7- From:
- Markus Teich <markus.teich@stusta.mhn.de>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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)
- Commit:
b3d9451c2ddfad7c1b10e9a868afed4d92b37e41- From:
- Lucas Gabriel Vuotto <l.vuotto92@gmail.com>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
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>
- Commit:
3de85ca21cedf2a9f67755afc8ef031a9170b96a- From:
- Klemens Nanni <kl3@posteo.org>
- Via:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
Typofix
