aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* dmenu.1: document improved fastgrab behaviour from previous patchHiltjo Posthuma2019-01-27
* Use slow path if stdin is a ttydok2019-01-27
* dmenu_path: always use the cachedirQuentin Rameau2018-07-21
* Makefile: just show the compiler outputHiltjo Posthuma2018-06-02
* Do not strip at link stageHiltjo Posthuma2018-06-02
* code-style for pledge: check the return code -1, not < 0Hiltjo Posthuma2018-05-25
* code-style for pledge(2)Hiltjo Posthuma2018-05-25
* Pledge on OpenBSDHiltjo Posthuma2018-05-25
* Use bold for keyboard shortcuts in dmenu.1David Demelier2018-05-12
* Fix cursor drawn position with wide glyphsQuentin Rameau2018-04-22
* Makefile: bikesheddingly replace ${} with $()Quentin Rameau2018-04-22
* Handle IME inputQuentin Rameau2018-04-22
* Fix handling of input stringsHiltjo Posthuma2018-04-22
* Update LICENSEQuentin Rameau2018-03-15
* bump version to 4.8Hiltjo Posthuma2018-03-14
* add key bindings for moving to the word start or endQuentin Rameau2018-03-13