]> Skullheadx's Git Forge - dmenu.git/shortlog
dmenu.git
2026-05-01 Skullheadxupdate config for fuzzymatch master
2026-05-01 Justinas Grigasfuzzyhighlight: highlight fuzzy matches
2026-05-01 Justinas Grigasfuzzymatch: Add support for fuzzy-matching
2026-04-29 Skullheadxflake + config
2026-01-30 Julien Addéadd -of and -ob arguments for outline colors options...
2025-09-29 Hiltjo Posthumadrw.c: drw_scm_free: call free inside
2025-09-27 Hiltjo Posthumacleanup schemes and colors
2025-08-09 Hiltjo Posthumabump version to 5.4
2025-03-17 Adam PurkrtXUngrabKeyboard() instead of XUngrabKey()
2024-10-30 Hiltjo Posthumaremove extra newline
2024-10-30 Hiltjo PosthumaAvoid unsigned integer underflow in drw_text()
2024-10-27 Hiltjo Posthumautil.c: output function might override errno and thus...
2024-07-14 Hiltjo Posthumadrw.c: use the same pattern as ellipsis_width to check...
2024-07-14 NRKrender invalid utf8 sequences as U+FFFD
2024-07-14 NRKoverhaul utf8decode()
2024-03-19 Hiltjo Posthumabump version to 5.3
2023-09-22 Hiltjo PosthumaMakefile: remove the options target
2023-07-07 NRKdrw: minor improvement to the nomatches cache
2023-04-06 Lucas de Senafix BadMatch error when embedding on some windows
2023-03-08 Hiltjo Posthumareadstdin: reduce memory-usage by duplicating the line...
2022-10-31 Hiltjo Posthumareadstdin: allocate amount of items
2022-10-31 Hiltjo Posthumareadstdin: add a comment
2022-10-31 NRKfix leak when getline fails
2022-10-26 Hiltjo Posthumadmenu: small XmbLookupString code improvements
2022-10-04 Hiltjo Posthumabump version to 5.2
2022-10-01 Tom Schwindldmenu: use die() to print the usage message
2022-09-17 Hiltjo Posthumaremove workaround for a crash with color emojis on...
2022-09-02 Hiltjo Posthumafix a regression in the previous commit for tab complete
2022-09-02 NRKtab-complete: figure out the size before copying
2022-09-02 NRKreadstdin: use getline(3)
2022-08-08 Hiltjo Posthumasync code-style patch from libsl
2022-05-01 Hiltjo PosthumaMakefile: add manual path for OpenBSD
2022-04-30 Hiltjo Posthumafix incorrect comment, math is hard
2022-04-29 Hiltjo Posthumainputw: improve correctness and startup performance...
2022-04-16 NRKdrw_text: account for fallback fonts in ellipsis_width
2022-04-16 NRKdrw_text: don't segfault when called with 0 width
2022-03-26 Hiltjo Posthumafix UB with the function iscntrl()
2022-03-26 Hiltjo PosthumaRevert "avoid redraw when there's no change"
2022-03-25 NRKavoid redraw when there's no change
2022-03-25 NRKfree all allocated items, use %zu for size_t
2022-03-25 NRKdrw_text: improve performance when there's no match
2022-03-25 NRKinputw: improve correctness and startup performance
2022-03-25 NRKsignificantly improve performance on large strings
2022-03-25 NRKintroduce drw_fontset_getwidth_clamp()
2022-03-25 NRKdrw_text: improve both performance and correctness
2022-03-01 Hiltjo Posthumaremove false-positive warning for int comparison as...
2022-02-11 Hiltjo Posthumabump version to 5.1
2022-02-08 Hiltjo Posthumacode-style: rm newline (oops)
2022-02-08 Hiltjo Posthumarevert using strcasestr and use a more optimized portab...
2022-02-07 Hiltjo Posthumafollow-up fix: add -D_GNU_SOURCE for strcasestr for...
2022-02-06 Hiltjo Posthumaimprove performance of case-insensitive matching
2021-08-20 Hiltjo PosthumaRevert "Improve speed of drw_text when provided with...
2021-08-09 Hiltjo Posthumaadd support for more keypad keys
2021-08-09 Miles AlanImprove speed of drw_text when provided with large...
2021-07-25 Guilherme Janczakremove always true condition in if statement
2020-09-02 Hiltjo Posthumabump version to 5.0
2020-06-11 Hiltjo PosthumaFix memory leaks in drw
2019-03-03 Hiltjo Posthumarevert IME support
2019-02-12 Hiltjo Posthumaimprove xopenim error message
2019-02-12 Hiltjo Posthumamake dmenu_path script executable
2019-02-12 Hiltjo Posthumafix crash when XOpenIM returns NULL
2019-02-04 Quentin RameauClose when the embedding window is destroyed
2019-02-02 Anselm R GarbePrepared 4.9 release.
2019-01-27 Hiltjo Posthumadmenu.1: document improved fastgrab behaviour from...
2019-01-27 dokUse slow path if stdin is a tty
2018-07-21 Quentin Rameaudmenu_path: always use the cachedir
2018-06-02 Hiltjo PosthumaMakefile: just show the compiler output
2018-06-02 Hiltjo PosthumaDo not strip at link stage
2018-05-25 Hiltjo Posthumacode-style for pledge: check the return code -1, not < 0
2018-05-25 Hiltjo Posthumacode-style for pledge(2)
2018-05-25 Hiltjo PosthumaPledge on OpenBSD
2018-05-12 David DemelierUse bold for keyboard shortcuts in dmenu.1
2018-04-22 Quentin RameauFix cursor drawn position with wide glyphs
2018-04-22 Quentin RameauMakefile: bikesheddingly replace ${} with $()
2018-04-22 Quentin RameauHandle IME input
2018-04-22 Hiltjo PosthumaFix handling of input strings
2018-03-15 Quentin RameauUpdate LICENSE
2018-03-14 Hiltjo Posthumabump version to 4.8
2018-03-13 Quentin Rameauadd key bindings for moving to the word start or end
2018-01-04 Hiltjo PosthumaFix regression in 84a1bc5
2018-01-04 Vincent CarluerInstantiate j var outside #ifdef XINEMARA directive...
2017-11-03 Hiltjo Posthumadrw: drw_scm_create: use Clr type
2017-11-03 Hiltjo Posthumafix a possible free of a uninitialize variable in paste()
2017-11-03 Hiltjo Posthumainit colors using SchemeLast
2017-11-03 Omar SandovalSet class name on menu window
2017-05-02 Hiltjo Posthumarelease 4.7
2016-12-11 Andrew GregoryRevert "fix input text matching"
2016-11-25 Thomas GardnerXinerama: correct variable declarations in preprocessor...
2016-11-05 Hiltjo Posthumadie() on calloc failure
2016-10-14 Quentin Rameauadd embedding support with -w option
2016-10-14 Quentin Rameaudmenu.1: group single options
2016-10-14 Quentin Rameaudmenu.1: fix -l option
2016-08-12 Hiltjo Posthumadie() consistency: always add newline
2016-07-26 Hiltjo Posthumafix crash if negative monitor (< -1) was passed
2016-07-26 Hiltjo PosthumaRevert "Print highlighted input text only on single...
2016-07-26 Quentin RameauPrint highlighted input text only on single match
2016-07-25 Quentin RameauPartially revert 44c7de3: fix items text width offset...
2016-06-28 Hiltjo Posthumaconfig.def.h: style improvement, use color Scheme enum
2016-06-28 S. Gillesfix: Do not crash on e.g. dmenu < /dev/null
2016-06-03 Markus Teichimport new drw from libsl and minor fixes.
next