Introduction
Statistics
Contact
Development
Disclaimer
Help
Log - dmenu - dynamic menu
git clone git://git.suckless.org/dmenu
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2025-03-15 18:53 XUngrabKeyboard() instead of XUngrabKey… Adam Purkrt
2024-10-30 12:03 remove extra newline Hiltjo Posthuma
2024-10-30 12:02 Avoid unsigned integer underflow in drw… Hiltjo Posthuma
2024-10-27 19:08 util.c: output function might override … Hiltjo Posthuma
2024-07-14 09:40 drw.c: use the same pattern as ellipsis… Hiltjo Posthuma
2024-07-04 21:27 render invalid utf8 sequences as U+FFFD NRK
2024-07-04 21:25 overhaul utf8decode() NRK
2024-03-19 11:12 bump version to 5.3 Hiltjo Posthuma
2023-09-22 13:16 Makefile: remove the options target Hiltjo Posthuma
2023-07-07 11:00 drw: minor improvement to the nomatches… NRK
2023-04-05 20:11 fix BadMatch error when embedding on so… Lucas de Sena
2023-03-08 20:20 readstdin: reduce memory-usage by dupli… Hiltjo Posthuma
2022-10-31 10:52 readstdin: allocate amount of items Hiltjo Posthuma
2022-10-31 10:43 readstdin: add a comment Hiltjo Posthuma
2022-10-30 18:10 fix leak when getline fails NRK
2022-10-26 07:43 dmenu: small XmbLookupString code impro… Hiltjo Posthuma
2022-10-04 17:36 bump version to 5.2 Hiltjo Posthuma
2022-09-26 09:24 dmenu: use die() to print the usage mes… Tom Schwindl
2022-09-16 21:05 remove workaround for a crash with colo… Hiltjo Posthuma
2022-09-02 17:09 fix a regression in the previous commit… Hiltjo Posthuma
2022-09-01 17:51 tab-complete: figure out the size befor… NRK
2022-09-01 18:35 readstdin: use getline(3) NRK
2022-08-08 08:42 sync code-style patch from libsl Hiltjo Posthuma
2022-05-01 16:38 Makefile: add manual path for OpenBSD Hiltjo Posthuma
2022-04-30 11:19 fix incorrect comment, math is hard Hiltjo Posthuma
2022-04-29 18:15 inputw: improve correctness and startup… Hiltjo Posthuma
2022-03-28 15:38 drw_text: account for fallback fonts in… NRK
2022-03-27 19:02 drw_text: don't segfault when called wi… NRK
2022-03-26 16:58 fix UB with the function iscntrl() Hiltjo Posthuma
2022-03-26 16:57 Revert "avoid redraw when there's no ch… Hiltjo Posthuma
2022-03-25 21:51 avoid redraw when there's no change NRK
2022-03-25 21:51 free all allocated items, use %zu for s… NRK
2022-03-23 18:37 drw_text: improve performance when ther… NRK
2022-03-23 18:37 inputw: improve correctness and startup… NRK
2022-03-23 20:04 significantly improve performance on la… NRK
2022-03-23 20:00 introduce drw_fontset_getwidth_clamp() NRK
2022-03-23 18:37 drw_text: improve both performance and … NRK
2022-03-01 21:45 remove false-positive warning for int c… Hiltjo Posthuma
2022-02-11 11:26 bump version to 5.1 Hiltjo Posthuma
2022-02-08 20:45 code-style: rm newline (oops) Hiltjo Posthuma
2022-02-08 18:32 revert using strcasestr and use a more … Hiltjo Posthuma
2022-02-07 09:36 follow-up fix: add -D_GNU_SOURCE for st… Hiltjo Posthuma
2022-02-06 23:21 improve performance of case-insensitive… Hiltjo Posthuma
2021-08-20 21:05 Revert "Improve speed of drw_text when … Hiltjo Posthuma
2021-08-09 16:39 add support for more keypad keys Hiltjo Posthuma
2021-08-08 01:34 Improve speed of drw_text when provided… Miles Alan
2021-07-25 01:55 remove always true condition in if stat… Guilherme Janczak
2020-09-02 16:30 bump version to 5.0 Hiltjo Posthuma
2020-06-11 16:45 Fix memory leaks in drw Hiltjo Posthuma
2019-03-03 12:08 revert IME support Hiltjo Posthuma
2019-02-12 21:58 improve xopenim error message Hiltjo Posthuma
2019-02-12 21:13 make dmenu_path script executable Hiltjo Posthuma
2019-02-12 18:10 fix crash when XOpenIM returns NULL Hiltjo Posthuma
2019-02-03 23:29 Close when the embedding window is dest… Quentin Rameau
2019-02-02 12:54 Prepared 4.9 release. Anselm R Garbe
2019-01-27 14:28 dmenu.1: document improved fastgrab beh… Hiltjo Posthuma
2019-01-26 14:49 Use slow path if stdin is a tty dok
2018-07-21 10:47 dmenu_path: always use the cachedir Quentin Rameau
2018-06-02 15:09 Makefile: just show the compiler output Hiltjo Posthuma
2018-06-02 15:01 Do not strip at link stage Hiltjo Posthuma
2018-05-25 11:07 code-style for pledge: check the return… Hiltjo Posthuma
2018-05-25 11:03 code-style for pledge(2) Hiltjo Posthuma
2018-05-25 10:04 Pledge on OpenBSD Hiltjo Posthuma
2018-05-09 19:27 Use bold for keyboard shortcuts in dmen… David Demelier
2018-04-22 12:18 Fix cursor drawn position with wide gly… Quentin Rameau
2018-03-22 10:18 Makefile: bikesheddingly replace ${} wi… Quentin Rameau
2018-03-19 14:42 Handle IME input Quentin Rameau
2018-03-16 15:51 Fix handling of input strings Hiltjo Posthuma
2018-03-15 09:16 Update LICENSE Quentin Rameau
2018-03-14 18:48 bump version to 4.8 Hiltjo Posthuma
2018-03-13 16:15 add key bindings for moving to the word… Quentin Rameau
2018-01-04 22:45 Fix regression in 84a1bc5 Hiltjo Posthuma
2018-01-04 12:27 Instantiate j var outside #ifdef XINEMA… Vincent Carluer
2017-11-03 20:10 drw: drw_scm_create: use Clr type Hiltjo Posthuma
2017-11-03 14:31 fix a possible free of a uninitialize v… Hiltjo Posthuma
2017-11-03 20:05 init colors using SchemeLast Hiltjo Posthuma
2017-11-03 16:49 Set class name on menu window Omar Sandoval
2017-05-02 16:32 release 4.7 Hiltjo Posthuma
2016-12-07 14:45 Revert "fix input text matching" Andrew Gregory
2016-11-25 12:38 Xinerama: correct variable declarations… Thomas Gardner
2016-11-05 10:36 die() on calloc failure Hiltjo Posthuma
2016-10-08 12:08 add embedding support with -w option Quentin Rameau
2016-10-08 12:42 dmenu.1: group single options Quentin Rameau
2016-10-08 12:36 dmenu.1: fix -l option Quentin Rameau
2016-08-12 12:39 die() consistency: always add newline Hiltjo Posthuma
2016-07-26 21:13 fix crash if negative monitor (< -1) wa… Hiltjo Posthuma
2016-07-26 21:02 Revert "Print highlighted input text on… Hiltjo Posthuma
2016-07-26 10:48 Print highlighted input text only on si… Quentin Rameau
2016-07-25 09:33 Partially revert 44c7de3: fix items tex… Quentin Rameau
2016-06-28 15:56 config.def.h: style improvement, use co… Hiltjo Posthuma
2016-06-28 05:11 fix: Do not crash on e.g. dmenu < /dev/… S. Gilles
2016-05-21 19:51 import new drw from libsl and minor fix… Markus Teich
2016-02-22 14:03 arg.h: fixed argv checks order Lucas Gabriel Vuot�…
2016-01-11 12:26 Typofix Klemens Nanni
2015-12-19 18:58 Shut up glibc about _BSD_SOURCE being d… Quentin Rameau
2015-12-19 08:32 Add config option for word delimiters Quentin Rameau
2015-11-08 22:37 arg.h: remove unused ARGNUM* macros Hiltjo Posthuma
2015-11-08 22:03 unboolify dmenu Hiltjo Posthuma
2015-11-08 15:46 Makefile: package config.def.h on make … Hiltjo Posthuma
2015-11-08 15:44 remove .hgtags file Hiltjo Posthuma
520 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)