summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change personal config colorsHEADmasterGravatar BanceDev 2026-02-271-10/+9
* personal configGravatar BanceDev 2026-02-211-0/+23
* add -of and -ob arguments for outline colors options for multi-selectionGravatar Julien Addé 2026-01-302-0/+14
* drw.c: drw_scm_free: call free insideGravatar Hiltjo Posthuma 2025-09-292-3/+2
* cleanup schemes and colorsGravatar Hiltjo Posthuma 2025-09-273-4/+30
* bump version to 5.4Gravatar Hiltjo Posthuma 2025-08-091-1/+1
* XUngrabKeyboard() instead of XUngrabKey()Gravatar Adam Purkrt 2025-03-171-1/+1
* remove extra newlineGravatar Hiltjo Posthuma 2024-10-301-1/+0
* Avoid unsigned integer underflow in drw_text()Gravatar Hiltjo Posthuma 2024-10-301-0/+2
* util.c: output function might override errno and thus affect perror()Gravatar Hiltjo Posthuma 2024-10-271-6/+7
* drw.c: use the same pattern as ellipsis_width to check for infinite recursionGravatar Hiltjo Posthuma 2024-07-141-3/+1
* render invalid utf8 sequences as U+FFFDGravatar NRK 2024-07-141-4/+15
* overhaul utf8decode()Gravatar NRK 2024-07-141-45/+31
* bump version to 5.3Gravatar Hiltjo Posthuma 2024-03-191-1/+1
* Makefile: remove the options targetGravatar Hiltjo Posthuma 2023-09-221-8/+2
* drw: minor improvement to the nomatches cacheGravatar NRK 2023-07-073-12/+13
* 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