2024-10-13 22:36 | change font to Go Mono | Matsuda Kenji | 1 | +2 | -2 |
2024-07-27 00:18 | Merge tag '5.3' of git://git.suckless.org/dmenu | Matsuda Kenji | 5 | +33 | -32 |
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 |
2023-03-07 10:33 | change compiler setting | Matsuda Kenji | 2 | +1 | -2 |
2023-03-07 10:32 | change compiler, change font | Matsuda Kenji | 2 | +3 | -1 |
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-05 11:18 | update | Matsuda Kenji | 1 | +5 | -0 |
2022-10-05 11:15 | merge from suckless.org | Matsuda Kenji | 5 | +889 | -5 |
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-06-16 01:57 | customize | Matsuda Kenji | 5 | +107 | -5 |
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 |
2021-07-25 01:55 | remove always true condition in if statement | Guilherme Janczak | 1 | +1 | -1 |
2020-09-02 16:30 | bump version to 5.0 | Hiltjo Posthuma | 2 | +2 | -2 |
2020-06-11 16:45 | Fix memory leaks in drw | Hiltjo Posthuma | 1 | +1 | -0 |
2019-03-03 12:08 | revert IME support | Hiltjo Posthuma | 1 | +3 | -12 |
2019-02-12 21:58 | improve xopenim error message | Hiltjo Posthuma | 1 | +1 | -1 |
2019-02-12 21:13 | make dmenu_path script executable | Hiltjo Posthuma | 1 | +0 | -0 |
2019-02-12 18:10 | fix crash when XOpenIM returns NULL | Hiltjo Posthuma | 1 | +11 | -2 |
2019-02-03 23:29 | Close when the embedding window is destroyed | Quentin Rameau | 2 | +7 | -2 |
2019-02-02 12:54 | Prepared 4.9 release. | Anselm R Garbe | 3 | +18 | -4 |
2019-01-27 14:28 | dmenu.1: document improved fastgrab behaviour from previous patch | Hiltjo Posthuma | 1 | +2 | -2 |
2019-01-26 14:49 | Use slow path if stdin is a tty | dok | 1 | +1 | -3 |
2018-07-21 10:47 | dmenu_path: always use the cachedir | Quentin Rameau | 1 | +6 | -6 |
2018-06-02 15:09 | Makefile: just show the compiler output | Hiltjo Posthuma | 1 | +28 | -38 |
2018-06-02 15:01 | Do not strip at link stage | Hiltjo Posthuma | 1 | +1 | -1 |
2018-05-25 11:07 | code-style for pledge: check the return code -1, not < 0 | Hiltjo Posthuma | 1 | +1 | -1 |
2018-05-25 11:03 | code-style for pledge(2) | Hiltjo Posthuma | 1 | +5 | -6 |
2018-05-25 10:04 | Pledge on OpenBSD | Hiltjo Posthuma | 1 | +9 | -0 |
2018-05-09 19:27 | Use bold for keyboard shortcuts in dmenu.1 | David Demelier | 1 | +28 | -28 |
| 556 more commits remaining, fetch the repository |