2023-07-07 11:00 | drw: minor improvement to the nomatches cache | NRK | 3 | +13 | -12 |
2022-11-22 14:27 | don't use bashisms in test | Randy Palamar | 1 | +3 | -3 |
2022-11-06 18:47 | fix small typo in previous commit | Randy Palamar | 1 | +1 | -1 |
2022-11-06 00:25 | include pinentry files in the main Makefile | Randy Palamar | 4 | +21 | -122 |
2022-11-05 15:06 | remove unneeded lib from config.mk | Randy Palamar | 1 | +2 | -2 |
2022-11-05 05:52 | update README | Randy Palamar | 1 | +2 | -37 |
2022-11-05 05:48 | cleanup some of the remaining differences from upstream dmenu | Randy Palamar | 3 | +127 | -155 |
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-08-08 08:42 | sync code-style patch from libsl | Hiltjo Posthuma | 1 | +12 | -11 |
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 | -3 |
2022-03-23 18:37 | drw_text: improve performance when there's no match | NRK | 1 | +12 | -1 |
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 | +5 | -10 |
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 |
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 | -13 |
2019-02-12 21:58 | improve xopenim error message | Hiltjo Posthuma | 1 | +1 | -1 |
2019-02-12 18:10 | fix crash when XOpenIM returns NULL | Hiltjo Posthuma | 1 | +10 | -2 |
2019-02-03 23:29 | Close when the embedding window is destroyed | Quentin Rameau | 1 | +6 | -1 |
2019-02-02 12:54 | (dmenu commit) Prepared 4.9 release. | Anselm R Garbe | 1 | +15 | -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 | +2 | -6 |
2018-05-25 10:04 | Pledge on OpenBSD | Hiltjo Posthuma | 1 | +9 | -0 |
2018-04-22 12:18 | Fix cursor drawn position with wide glyphs | Quentin Rameau | 1 | +1 | -1 |
2018-03-19 14:42 | Handle IME input | Quentin Rameau | 1 | +6 | -3 |
2018-01-04 22:45 | Fix regression in 84a1bc5 | Hiltjo Posthuma | 1 | +2 | -1 |
2018-01-04 12:27 | Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive | Vincent Carluer | 1 | +4 | -4 |
2017-11-03 20:10 | drw: drw_scm_create: use Clr type | Hiltjo Posthuma | 1 | +1 | -1 |
2017-11-03 14:31 | fix a possible free of a uninitialize variable in paste() | Hiltjo Posthuma | 1 | +9 | -6 |
2017-11-03 20:05 | init colors using SchemeLast | Hiltjo Posthuma | 1 | +3 | -5 |
2017-11-03 16:49 | Set class name on menu window | Omar Sandoval | 1 | +2 | -0 |
2022-11-04 02:31 | update makefile to be closer to upstream dmenu | Randy Palamar | 4 | +32 | -42 |
2022-11-04 02:21 | remove config file support | Randy Palamar | 4 | +1 | -172 |
2022-08-11 09:22 | Merge pull request #10 from vaygr/lineheight-support | Moritz Lüdecke | 3 | +11 | -2 |
2022-08-03 03:20 | Add lineheight support | Vlad Glagolev | 3 | +11 | -2 |
2022-01-20 18:20 | Merge pull request #9 from ftrvxmtrx/master | Moritz Lüdecke | 1 | +0 | -2 |
2022-01-20 15:44 | don't print "No config file found..." message | Sigrid Solveig Haflínudóttir | 1 | +0 | -2 |
2020-05-23 11:50 | Prevent duplicated uses of pinentry | Moritz Luedecke | 1 | +35 | -35 |
2020-05-23 11:49 | Remove empty spaces | Moritz Luedecke | 1 | +7 | -7 |
2019-01-24 18:18 | Merge pull request #4 from maximbaz/typo-bottom | Moritz Lüdecke | 3 | +3 | -3 |
2019-01-23 22:23 | fix typo in the config 'bottom' | Maxim Baz | 3 | +3 | -3 |
2018-02-03 10:27 | Mention GNUPGHOME in the manpage | Moritz Luedecke | 1 | +2 | -0 |
2018-02-02 11:20 | Regard GNUPGHOME | Moritz Luedecke | 1 | +21 | -10 |
| 66 more commits remaining, fetch the repository |