suckless/dmenu.git
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.
2016-02-22 Lucas Gabriel... arg.h: fixed argv checks order
2016-01-14 Klemens NanniTypofix
2015-12-19 Quentin RameauShut up glibc about _BSD_SOURCE being deprecated
2015-12-19 Quentin RameauAdd config option for word delimiters
2015-11-08 Hiltjo Posthumaarg.h: remove unused ARGNUM* macros
2015-11-08 Hiltjo Posthumaunboolify dmenu
2015-11-08 Hiltjo PosthumaMakefile: package config.def.h on make dist
2015-11-08 Hiltjo Posthumaremove .hgtags file
2015-11-07 Hiltjo Posthumadmenu.1: clarify monitor numbers are starting from...
2015-11-07 Hiltjo Posthumafix: multimon: always spawn client on first monitor...
2015-10-20 Hiltjo Posthumadrw: cleanup drw_text, prevent gcc warning false-positi...
2015-10-20 Hiltjo Posthumadrw: simplify drw_font_xcreate and prevent a potential...
2015-10-20 Hiltjo Posthumadrw: a valid (non-NULL) Drw and Fnt context must be...
2015-10-20 Hiltjo Posthumaadd sbase-style ecalloc(), calloc: or die
2015-10-18 Hiltjo Posthumafree schemes as array
2015-10-04 Quentin Rameaufix input text matching
2015-10-04 Davide Del... fix incorrect ordering of match results
2015-10-04 Hiltjo Posthumafix paste from clipboard (ctrl+shift+y)
2015-09-27 Hiltjo Posthumaminor style fix
2015-09-27 FRIGNRemove function prototypes and reorder functions accord...
2015-09-27 FRIGNUntypedef struct item
2015-09-27 Quentin RameauFix the conversion from microseconds to nanoseconds
next