dmenu

my build of dmenu
git clone git://git.hanetzok.net/dmenu
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-03-30 17:11adjust colorsMarkus Hanetzok1+4-4
2025-03-30 17:07apply fuzzyhighlight patchMarkus Hanetzok3+77-4
2025-03-30 17:06apply fuzzymatch patchMarkus Hanetzok4+95-3
2025-03-30 16:54add .gitignoreMarkus Hanetzok1+6-0
2025-03-15 18:53XUngrabKeyboard() instead of XUngrabKey()Adam Purkrt1+1-1
2024-10-30 12:03remove extra newlineHiltjo Posthuma1+0-1
2024-10-30 12:02Avoid unsigned integer underflow in drw_text()Hiltjo Posthuma1+2-0
2024-10-27 19:08util.c: output function might override errno and thus affect perror()Hiltjo Posthuma1+7-6
2024-07-14 09:40drw.c: use the same pattern as ellipsis_width to check for infinite recursionHiltjo Posthuma1+1-3
2024-07-04 21:27render invalid utf8 sequences as U+FFFDNRK1+15-4
2024-07-04 21:25overhaul utf8decode()NRK1+31-45
2024-03-19 11:12bump version to 5.3Hiltjo Posthuma1+1-1
2023-09-22 13:16Makefile: remove the options targetHiltjo Posthuma1+2-8
2023-07-07 11:00drw: minor improvement to the nomatches cacheNRK3+13-12
2023-04-05 20:11fix BadMatch error when embedding on some windowsLucas de Sena1+2-1
2023-03-08 20:20readstdin: reduce memory-usage by duplicating the line from getline()Hiltjo Posthuma1+5-4
2022-10-31 10:52readstdin: allocate amount of itemsHiltjo Posthuma1+6-4
2022-10-31 10:43readstdin: add a commentHiltjo Posthuma1+1-1
2022-10-30 18:10fix leak when getline failsNRK1+3-1
2022-10-26 07:43dmenu: small XmbLookupString code improvementsHiltjo Posthuma1+4-4
2022-10-04 17:36bump version to 5.2Hiltjo Posthuma1+1-1
2022-09-26 09:24dmenu: use die() to print the usage messageTom Schwindl1+2-3
2022-09-16 21:05remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5Hiltjo Posthuma1+0-14
2022-09-02 17:09fix a regression in the previous commit for tab completeHiltjo Posthuma1+1-1
2022-09-01 17:51tab-complete: figure out the size before copyingNRK1+2-2
2022-09-01 18:35readstdin: use getline(3)NRK1+7-7
2022-08-08 08:42sync code-style patch from libslHiltjo Posthuma1+12-11
2022-05-01 16:38Makefile: add manual path for OpenBSDHiltjo Posthuma1+1-0
2022-04-30 11:19fix incorrect comment, math is hardHiltjo Posthuma1+1-1
2022-04-29 18:15inputw: improve correctness and startup performance, by NRKHiltjo Posthuma1+2-8
2022-03-28 15:38drw_text: account for fallback fonts in ellipsis_widthNRK1+4-2
2022-03-27 19:02drw_text: don't segfault when called with 0 widthNRK1+1-1
2022-03-26 16:58fix UB with the function iscntrl()Hiltjo Posthuma1+1-1
2022-03-26 16:57Revert "avoid redraw when there's no change"Hiltjo Posthuma1+2-3
2022-03-25 21:51avoid redraw when there's no changeNRK1+3-2
2022-03-25 21:51free all allocated items, use %zu for size_tNRK1+6-3
2022-03-23 18:37drw_text: improve performance when there's no matchNRK1+12-1
2022-03-23 18:37inputw: improve correctness and startup performanceNRK1+9-10
2022-03-23 20:04significantly improve performance on large stringsNRK1+10-3
2022-03-23 20:00introduce drw_fontset_getwidth_clamp()NRK2+18-2
2022-03-23 18:37drw_text: improve both performance and correctnessNRK1+28-28
2022-03-01 21:45remove false-positive warning for int comparison as boolHiltjo Posthuma1+1-1
2022-02-11 11:26bump version to 5.1Hiltjo Posthuma2+2-2
2022-02-08 20:45code-style: rm newline (oops)Hiltjo Posthuma1+0-1
2022-02-08 18:32revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2+21-2
2022-02-07 09:36follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma1+1-1
2022-02-06 23:21improve performance of case-insensitive matchingHiltjo Posthuma1+1-12
2021-08-20 21:05Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma1+2-5
2021-08-09 16:39add support for more keypad keysHiltjo Posthuma1+11-0
2021-08-08 01:34Improve speed of drw_text when provided with large stringsMiles Alan1+5-2
574 more commits remaining, fetch the repository