dmenu

dynamic menu
git clone git://git.suckless.org/dmenu
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
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
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-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-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
2018-04-22 12:18Fix cursor drawn position with wide glyphsQuentin Rameau1+1-1
2018-03-22 10:18Makefile: bikesheddingly replace ${} with $()Quentin Rameau2+43-43
2018-03-19 14:42Handle IME inputQuentin Rameau1+4-1
2018-03-16 15:51Fix handling of input stringsHiltjo Posthuma1+21-14
2018-03-15 09:16Update LICENSEQuentin Rameau1+6-4
2018-03-14 18:48bump version to 4.8Hiltjo Posthuma1+1-1
2018-03-13 16:15add key bindings for moving to the word start or endQuentin Rameau2+46-0
2018-01-04 22:45Fix regression in 84a1bc5Hiltjo Posthuma1+2-1
2018-01-04 12:27Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directiveVincent Carluer1+2-3
2017-11-03 20:10drw: drw_scm_create: use Clr typeHiltjo Posthuma1+1-1
2017-11-03 14:31fix a possible free of a uninitialize variable in paste()Hiltjo Posthuma1+6-4
2017-11-03 20:05init colors using SchemeLastHiltjo Posthuma1+2-3
2017-11-03 16:49Set class name on menu windowOmar Sandoval1+2-0
2017-05-02 16:32release 4.7Hiltjo Posthuma1+1-1
2016-12-07 14:45Revert "fix input text matching"Andrew Gregory1+1-1
2016-11-25 12:38Xinerama: correct variable declarations in preprocessor conditionalThomas Gardner1+6-5
2016-11-05 10:36die() on calloc failureHiltjo Posthuma1+1-1
2016-10-08 12:08add embedding support with -w optionQuentin Rameau2+58-12
2016-10-08 12:42dmenu.1: group single optionsQuentin Rameau2+3-6
2016-10-08 12:36dmenu.1: fix -l optionQuentin Rameau1+1-1
2016-08-12 12:39die() consistency: always add newlineHiltjo Posthuma3+9-7
2016-07-26 21:13fix crash if negative monitor (< -1) was passedHiltjo Posthuma1+2-2
2016-07-26 21:02Revert "Print highlighted input text only on single match"Hiltjo Posthuma1+3-13
2016-07-26 10:48Print highlighted input text only on single matchQuentin Rameau1+13-3
2016-07-25 09:33Partially revert 44c7de3: fix items text width offset calculationQuentin Rameau1+2-2
2016-06-28 15:56config.def.h: style improvement, use color Scheme enumHiltjo Posthuma1+5-5
2016-06-28 05:11fix: Do not crash on e.g. dmenu < /dev/nullS. Gilles1+1-1
2016-05-21 19:51import new drw from libsl and minor fixes.Markus Teich5+231-236
2016-02-22 14:03arg.h: fixed argv checks orderLucas Gabriel Vuotto1+2-2
2016-01-11 12:26TypofixKlemens Nanni1+1-1
2015-12-19 18:58Shut up glibc about _BSD_SOURCE being deprecatedQuentin Rameau1+1-1
2015-12-19 08:32Add config option for word delimitersQuentin Rameau2+10-2
2015-11-08 22:37arg.h: remove unused ARGNUM* macrosHiltjo Posthuma1+0-14
2015-11-08 22:03unboolify dmenuHiltjo Posthuma2+7-9
2015-11-08 15:46Makefile: package config.def.h on make distHiltjo Posthuma1+3-2
2015-11-08 15:44remove .hgtags fileHiltjo Posthuma1+0-49
2015-11-07 11:53dmenu.1: clarify monitor numbers are starting from 0 (first mon)Hiltjo Posthuma1+2-1
2015-11-07 11:43fix: multimon: always spawn client on first monitor if specified with -m 0Hiltjo Posthuma1+1-1
2015-10-20 20:56drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma1+14-21
2015-10-20 20:55drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma1+19-22
2015-10-20 20:53drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma1+3-16
2015-10-20 20:51add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma3+18-12
2015-10-18 16:37free schemes as arrayHiltjo Posthuma1+6-6
2015-10-04 12:47fix input text matchingQuentin Rameau1+1-1
512 more commits remaining, fetch the repository