2025-03-30 17:11 | adjust colors | Markus Hanetzok | 1 | +4 | -4 |
2025-03-30 17:07 | apply fuzzyhighlight patch | Markus Hanetzok | 3 | +77 | -4 |
2025-03-30 17:06 | apply fuzzymatch patch | Markus Hanetzok | 4 | +95 | -3 |
2025-03-30 16:54 | add .gitignore | Markus Hanetzok | 1 | +6 | -0 |
2025-03-15 18:53 | XUngrabKeyboard() instead of XUngrabKey() | Adam Purkrt | 1 | +1 | -1 |
2024-10-30 12:03 | remove extra newline | Hiltjo Posthuma | 1 | +0 | -1 |
2024-10-30 12:02 | Avoid unsigned integer underflow in drw_text() | Hiltjo Posthuma | 1 | +2 | -0 |
2024-10-27 19:08 | util.c: output function might override errno and thus affect perror() | Hiltjo Posthuma | 1 | +7 | -6 |
2024-07-14 09:40 | drw.c: use the same pattern as ellipsis_width to check for infinite recursion | Hiltjo Posthuma | 1 | +1 | -3 |
2024-07-04 21:27 | render invalid utf8 sequences as U+FFFD | NRK | 1 | +15 | -4 |
2024-07-04 21:25 | overhaul utf8decode() | NRK | 1 | +31 | -45 |
2024-03-19 11:12 | bump version to 5.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-09-22 13:16 | Makefile: remove the options target | Hiltjo Posthuma | 1 | +2 | -8 |
2023-07-07 11:00 | drw: minor improvement to the nomatches cache | NRK | 3 | +13 | -12 |
2023-04-05 20:11 | fix BadMatch error when embedding on some windows | Lucas de Sena | 1 | +2 | -1 |
2023-03-08 20:20 | readstdin: reduce memory-usage by duplicating the line from getline() | Hiltjo Posthuma | 1 | +5 | -4 |
2022-10-31 10:52 | readstdin: allocate amount of items | Hiltjo Posthuma | 1 | +6 | -4 |
2022-10-31 10:43 | readstdin: add a comment | Hiltjo Posthuma | 1 | +1 | -1 |
2022-10-30 18:10 | fix leak when getline fails | NRK | 1 | +3 | -1 |
2022-10-26 07:43 | dmenu: small XmbLookupString code improvements | Hiltjo Posthuma | 1 | +4 | -4 |
2022-10-04 17:36 | bump version to 5.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-26 09:24 | dmenu: use die() to print the usage message | Tom Schwindl | 1 | +2 | -3 |
2022-09-16 21:05 | remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 | Hiltjo Posthuma | 1 | +0 | -14 |
2022-09-02 17:09 | fix a regression in the previous commit for tab complete | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-01 17:51 | tab-complete: figure out the size before copying | NRK | 1 | +2 | -2 |
2022-09-01 18:35 | readstdin: use getline(3) | NRK | 1 | +7 | -7 |
2022-08-08 08:42 | sync code-style patch from libsl | Hiltjo Posthuma | 1 | +12 | -11 |
2022-05-01 16:38 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 1 | +1 | -0 |
2022-04-30 11:19 | fix incorrect comment, math is hard | Hiltjo Posthuma | 1 | +1 | -1 |
2022-04-29 18:15 | inputw: improve correctness and startup performance, by NRK | Hiltjo Posthuma | 1 | +2 | -8 |
2022-03-28 15:38 | drw_text: account for fallback fonts in ellipsis_width | NRK | 1 | +4 | -2 |
2022-03-27 19:02 | drw_text: don't segfault when called with 0 width | NRK | 1 | +1 | -1 |
2022-03-26 16:58 | fix UB with the function iscntrl() | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-26 16:57 | Revert "avoid redraw when there's no change" | Hiltjo Posthuma | 1 | +2 | -3 |
2022-03-25 21:51 | avoid redraw when there's no change | NRK | 1 | +3 | -2 |
2022-03-25 21:51 | free all allocated items, use %zu for size_t | NRK | 1 | +6 | -3 |
2022-03-23 18:37 | drw_text: improve performance when there's no match | NRK | 1 | +12 | -1 |
2022-03-23 18:37 | inputw: improve correctness and startup performance | NRK | 1 | +9 | -10 |
2022-03-23 20:04 | significantly improve performance on large strings | NRK | 1 | +10 | -3 |
2022-03-23 20:00 | introduce drw_fontset_getwidth_clamp() | NRK | 2 | +18 | -2 |
2022-03-23 18:37 | drw_text: improve both performance and correctness | NRK | 1 | +28 | -28 |
2022-03-01 21:45 | remove false-positive warning for int comparison as bool | Hiltjo Posthuma | 1 | +1 | -1 |
2022-02-11 11:26 | bump version to 5.1 | Hiltjo Posthuma | 2 | +2 | -2 |
2022-02-08 20:45 | code-style: rm newline (oops) | Hiltjo Posthuma | 1 | +0 | -1 |
2022-02-08 18:32 | revert using strcasestr and use a more optimized portable version | Hiltjo Posthuma | 2 | +21 | -2 |
2022-02-07 09:36 | follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems | Hiltjo Posthuma | 1 | +1 | -1 |
2022-02-06 23:21 | improve performance of case-insensitive matching | Hiltjo Posthuma | 1 | +1 | -12 |
2021-08-20 21:05 | Revert "Improve speed of drw_text when provided with large strings" | Hiltjo Posthuma | 1 | +2 | -5 |
2021-08-09 16:39 | add support for more keypad keys | Hiltjo Posthuma | 1 | +11 | -0 |
2021-08-08 01:34 | Improve speed of drw_text when provided with large strings | Miles Alan | 1 | +5 | -2 |
| 574 more commits remaining, fetch the repository |