dmenu

My custom build of dmenu.
git clone https://git.mtkn.jp/dmenu
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-10-13 22:36change font to Go MonoMatsuda Kenji1+2-2
2024-07-27 00:18Merge tag '5.3' of git://git.suckless.org/dmenuMatsuda Kenji5+33-32
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
2023-03-07 10:33change compiler settingMatsuda Kenji2+1-2
2023-03-07 10:32change compiler, change fontMatsuda Kenji2+3-1
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-05 11:18updateMatsuda Kenji1+5-0
2022-10-05 11:15merge from suckless.orgMatsuda Kenji5+889-5
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-06-16 01:57customizeMatsuda Kenji5+107-5
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
2021-07-25 01:55remove always true condition in if statementGuilherme Janczak1+1-1
2020-09-02 16:30bump version to 5.0Hiltjo Posthuma2+2-2
2020-06-11 16:45Fix memory leaks in drwHiltjo Posthuma1+1-0
2019-03-03 12:08revert IME supportHiltjo Posthuma1+3-12
2019-02-12 21:58improve xopenim error messageHiltjo Posthuma1+1-1
2019-02-12 21:13make dmenu_path script executableHiltjo Posthuma1+0-0
2019-02-12 18:10fix crash when XOpenIM returns NULLHiltjo Posthuma1+11-2
2019-02-03 23:29Close when the embedding window is destroyedQuentin Rameau2+7-2
2019-02-02 12:54Prepared 4.9 release.Anselm R Garbe3+18-4
2019-01-27 14:28dmenu.1: document improved fastgrab behaviour from previous patchHiltjo Posthuma1+2-2
2019-01-26 14:49Use slow path if stdin is a ttydok1+1-3
2018-07-21 10:47dmenu_path: always use the cachedirQuentin Rameau1+6-6
2018-06-02 15:09Makefile: just show the compiler outputHiltjo Posthuma1+28-38
2018-06-02 15:01Do not strip at link stageHiltjo Posthuma1+1-1
2018-05-25 11:07code-style for pledge: check the return code -1, not < 0Hiltjo Posthuma1+1-1
2018-05-25 11:03code-style for pledge(2)Hiltjo Posthuma1+5-6
2018-05-25 10:04Pledge on OpenBSDHiltjo Posthuma1+9-0
2018-05-09 19:27Use bold for keyboard shortcuts in dmenu.1David Demelier1+28-28
556 more commits remaining, fetch the repository