2024-04-18 | Apply password patch | 3 | +23 | -5 |
2024-04-15 | Prepend 'x' to variable names set by Xresources | 2 | +11 | -11 |
2024-04-15 | Load font from Xresources | 4 | +12 | -6 |
2024-04-13 | Change font to DejaVu Sans Mono | 1 | +1 | -3 |
2024-04-12 | Change font to Hack | 1 | +1 | -1 |
2024-04-12 | Remove flashy comments | 1 | +2 | -2 |
2024-04-09 | Make colors consistent with the rest of the system | 1 | +4 | -4 |
2024-04-09 | Use XTerm default colors as defaults | 1 | +4 | -4 |
2024-04-09 | Simplify xresources patch for 16 colors only | 3 | +25 | -71 |
2024-04-09 | Apply xresources patch (with some modifications) | 7 | +102 | -24 |
2024-04-09 | Display on the top edge of the screen | 1 | +1 | -1 |
2024-04-09 | Add fork information to the README file | 1 | +17 | -27 |
2024-04-09 | Update colors | 1 | +1 | -1 |
2024-04-09 | Add default colors | 1 | +16 | -0 |
2024-04-09 | Source colors from file | 1 | +4 | -20 |
2024-04-09 | Bind Ctrl-k/j to move up and down | 1 | +6 | -5 |
2024-04-09 | Update man page installation path | 1 | +1 | -1 |
2024-04-09 | Update config.mk to work with OpenBSD | 1 | +2 | -3 |
2024-04-09 | Change font | 1 | +1 | -1 |
2024-04-09 | Change color scheme | 1 | +16 | -16 |
2024-04-09 | Update README | 1 | +10 | -0 |
2024-04-09 | Change font | 1 | +1 | -1 |
2024-04-09 | Set up custom config.h | 1 | +33 | -0 |
2024-04-09 | Apply fuzzymatch patch | 3 | +91 | -1 |
2024-03-19 | bump version to 5.3 | 1 | +1 | -1 |
2023-09-22 | Makefile: remove the options target | 1 | +2 | -8 |
2023-07-07 | drw: minor improvement to the nomatches cache | 3 | +13 | -12 |
2023-04-05 | fix BadMatch error when embedding on some windows | 1 | +2 | -1 |
2023-03-08 | readstdin: reduce memory-usage by duplicating the line from getline() | 1 | +5 | -4 |
2022-10-31 | readstdin: allocate amount of items | 1 | +6 | -4 |
2022-10-31 | readstdin: add a comment | 1 | +1 | -1 |
2022-10-30 | fix leak when getline fails | 1 | +3 | -1 |
2022-10-26 | dmenu: small XmbLookupString code improvements | 1 | +4 | -4 |
2022-10-04 | bump version to 5.2 | 1 | +1 | -1 |
2022-09-26 | dmenu: use die() to print the usage message | 1 | +2 | -3 |
2022-09-16 | remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 | 1 | +0 | -14 |
2022-09-02 | fix a regression in the previous commit for tab complete | 1 | +1 | -1 |
2022-09-01 | tab-complete: figure out the size before copying | 1 | +2 | -2 |
2022-09-01 | readstdin: use getline(3) | 1 | +7 | -7 |
2022-08-08 | sync code-style patch from libsl | 1 | +12 | -11 |
2022-05-01 | Makefile: add manual path for OpenBSD | 1 | +1 | -0 |
2022-04-30 | fix incorrect comment, math is hard | 1 | +1 | -1 |
2022-04-29 | inputw: improve correctness and startup performance, by NRK | 1 | +2 | -8 |
2022-03-28 | drw_text: account for fallback fonts in ellipsis_width | 1 | +4 | -2 |
2022-03-27 | drw_text: don't segfault when called with 0 width | 1 | +1 | -1 |
2022-03-26 | fix UB with the function iscntrl() | 1 | +1 | -1 |
2022-03-26 | Revert "avoid redraw when there's no change" | 1 | +2 | -3 |
2022-03-25 | avoid redraw when there's no change | 1 | +3 | -2 |
2022-03-25 | free all allocated items, use %zu for size_t | 1 | +6 | -3 |
2022-03-23 | drw_text: improve performance when there's no match | 1 | +12 | -1 |
| 587 more commits remaining, fetch the repository |