summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix BadMatch error when embedding on some windowsGravatar Lucas de Sena 2023-04-061-1/+2
* readstdin: reduce memory-usage by duplicating the line from getline()Gravatar Hiltjo Posthuma 2023-03-081-4/+5
* readstdin: allocate amount of itemsGravatar Hiltjo Posthuma 2022-10-311-4/+6
* readstdin: add a commentGravatar Hiltjo Posthuma 2022-10-311-1/+1
* fix leak when getline failsGravatar NRK 2022-10-311-1/+3
* dmenu: small XmbLookupString code improvementsGravatar Hiltjo Posthuma 2022-10-261-4/+4
* bump version to 5.2Gravatar Hiltjo Posthuma 2022-10-041-1/+1
* dmenu: use die() to print the usage messageGravatar Tom Schwindl 2022-10-011-3/+2
* remove workaround for a crash with color emojis on some systems, now fixed in...Gravatar Hiltjo Posthuma 2022-09-171-14/+0
* fix a regression in the previous commit for tab completeGravatar Hiltjo Posthuma 2022-09-021-1/+1
* tab-complete: figure out the size before copyingGravatar NRK 2022-09-021-2/+2
* readstdin: use getline(3)Gravatar NRK 2022-09-021-7/+7
* sync code-style patch from libslGravatar Hiltjo Posthuma 2022-08-081-11/+12
* Makefile: add manual path for OpenBSDGravatar Hiltjo Posthuma 2022-05-011-0/+1
* fix incorrect comment, math is hardGravatar Hiltjo Posthuma 2022-04-301-1/+1
* inputw: improve correctness and startup performance, by NRKGravatar Hiltjo Posthuma 2022-04-291-8/+2
* drw_text: account for fallback fonts in ellipsis_widthGravatar NRK 2022-04-161-2/+4
* drw_text: don't segfault when called with 0 widthGravatar NRK 2022-04-161-1/+1
* fix UB with the function iscntrl()Gravatar Hiltjo Posthuma 2022-03-261-1/+1
* Revert "avoid redraw when there's no change"Gravatar Hiltjo Posthuma 2022-03-261-3/+2
* avoid redraw when there's no changeGravatar NRK 2022-03-251-2/+3
* free all allocated items, use %zu for size_tGravatar NRK 2022-03-251-3/+6
* drw_text: improve performance when there's no matchGravatar NRK 2022-03-251-1/+12
* inputw: improve correctness and startup performanceGravatar NRK 2022-03-251-10/+9
* significantly improve performance on large stringsGravatar NRK 2022-03-251-3/+10
* introduce drw_fontset_getwidth_clamp()Gravatar NRK 2022-03-252-2/+18
* drw_text: improve both performance and correctnessGravatar NRK 2022-03-251-28/+28
* remove false-positive warning for int comparison as boolGravatar Hiltjo Posthuma 2022-03-011-1/+1
* bump version to 5.1Gravatar Hiltjo Posthuma 2022-02-112-2/+2
* code-style: rm newline (oops)Gravatar Hiltjo Posthuma 2022-02-081-1/+0
* revert using strcasestr and use a more optimized portable versionGravatar Hiltjo Posthuma 2022-02-082-2/+21
* follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsGravatar Hiltjo Posthuma 2022-02-071-1/+1
* improve performance of case-insensitive matchingGravatar Hiltjo Posthuma 2022-02-071-12/+1
* Revert "Improve speed of drw_text when provided with large strings"Gravatar Hiltjo Posthuma 2021-08-201-5/+2
* add support for more keypad keysGravatar Hiltjo Posthuma 2021-08-091-0/+11
* Improve speed of drw_text when provided with large stringsGravatar Miles Alan 2021-08-091-2/+5
* remove always true condition in if statementGravatar Guilherme Janczak 2021-07-251-1/+1
* bump version to 5.0Gravatar Hiltjo Posthuma 2020-09-022-2/+2
* Fix memory leaks in drwGravatar Hiltjo Posthuma 2020-06-111-0/+1
* revert IME supportGravatar Hiltjo Posthuma 2019-03-031-12/+3
* improve xopenim error messageGravatar Hiltjo Posthuma 2019-02-121-1/+1
* make dmenu_path script executableGravatar Hiltjo Posthuma 2019-02-121-0/+0
* fix crash when XOpenIM returns NULLGravatar Hiltjo Posthuma 2019-02-121-2/+11
* Close when the embedding window is destroyedGravatar Quentin Rameau 2019-02-042-2/+7
* Prepared 4.9 release.Gravatar Anselm R Garbe 2019-02-023-4/+18
* dmenu.1: document improved fastgrab behaviour from previous patchGravatar Hiltjo Posthuma 2019-01-271-2/+2
* Use slow path if stdin is a ttyGravatar dok 2019-01-271-3/+1
* dmenu_path: always use the cachedirGravatar Quentin Rameau 2018-07-211-6/+6
* Makefile: just show the compiler outputGravatar Hiltjo Posthuma 2018-06-021-38/+28
* Do not strip at link stageGravatar Hiltjo Posthuma 2018-06-021-1/+1