aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* I'm sure it was something important.HEADmasterc2024-02-14
* Make the paste keybind make sense.c2023-11-27
* Initial commit by me.c2023-11-25
* Makefile: remove the options targetHiltjo Posthuma2023-09-22
* drw: minor improvement to the nomatches cacheNRK2023-07-07
* fix BadMatch error when embedding on some windowsLucas de Sena2023-04-06
* readstdin: reduce memory-usage by duplicating the line from getline()Hiltjo Posthuma2023-03-08
* readstdin: allocate amount of itemsHiltjo Posthuma2022-10-31
* readstdin: add a commentHiltjo Posthuma2022-10-31
* fix leak when getline failsNRK2022-10-31
* dmenu: small XmbLookupString code improvementsHiltjo Posthuma2022-10-26
* bump version to 5.2Hiltjo Posthuma2022-10-04
* dmenu: use die() to print the usage messageTom Schwindl2022-10-01
* remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma2022-09-17
* fix a regression in the previous commit for tab completeHiltjo Posthuma2022-09-02
* tab-complete: figure out the size before copyingNRK2022-09-02
* readstdin: use getline(3)NRK2022-09-02
* sync code-style patch from libslHiltjo Posthuma2022-08-08
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-01
* fix incorrect comment, math is hardHiltjo Posthuma2022-04-30
* inputw: improve correctness and startup performance, by NRKHiltjo Posthuma2022-04-29
* drw_text: account for fallback fonts in ellipsis_widthNRK2022-04-16
* drw_text: don't segfault when called with 0 widthNRK2022-04-16
* fix UB with the function iscntrl()Hiltjo Posthuma2022-03-26
* Revert "avoid redraw when there's no change"Hiltjo Posthuma2022-03-26
* avoid redraw when there's no changeNRK2022-03-25
* free all allocated items, use %zu for size_tNRK2022-03-25
* drw_text: improve performance when there's no matchNRK2022-03-25
* inputw: improve correctness and startup performanceNRK2022-03-25
* significantly improve performance on large stringsNRK2022-03-25
* introduce drw_fontset_getwidth_clamp()NRK2022-03-25
* drw_text: improve both performance and correctnessNRK2022-03-25
* remove false-positive warning for int comparison as boolHiltjo Posthuma2022-03-01
* bump version to 5.1Hiltjo Posthuma2022-02-11
* code-style: rm newline (oops)Hiltjo Posthuma2022-02-08
* revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2022-02-08
* follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma2022-02-07
* improve performance of case-insensitive matchingHiltjo Posthuma2022-02-07
* Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma2021-08-20
* add support for more keypad keysHiltjo Posthuma2021-08-09
* Improve speed of drw_text when provided with large stringsMiles Alan2021-08-09
* remove always true condition in if statementGuilherme Janczak2021-07-25
* bump version to 5.0Hiltjo Posthuma2020-09-02
* Fix memory leaks in drwHiltjo Posthuma2020-06-11
* revert IME supportHiltjo Posthuma2019-03-03
* improve xopenim error messageHiltjo Posthuma2019-02-12
* make dmenu_path script executableHiltjo Posthuma2019-02-12
* fix crash when XOpenIM returns NULLHiltjo Posthuma2019-02-12
* Close when the embedding window is destroyedQuentin Rameau2019-02-04
* Prepared 4.9 release.Anselm R Garbe2019-02-02