summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix BadMatch error when embedding on some windowsHEADmasterLucas de Sena2023-04-061-1/+2
* readstdin: reduce memory-usage by duplicating the line from getline()Hiltjo Posthuma2023-03-081-4/+5
* readstdin: allocate amount of itemsHiltjo Posthuma2022-10-311-4/+6
* readstdin: add a commentHiltjo Posthuma2022-10-311-1/+1
* fix leak when getline failsNRK2022-10-311-1/+3
* dmenu: small XmbLookupString code improvementsHiltjo Posthuma2022-10-261-4/+4
* bump version to 5.25.2Hiltjo Posthuma2022-10-041-1/+1
* dmenu: use die() to print the usage messageTom Schwindl2022-10-011-3/+2
* remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma2022-09-171-14/+0
* fix a regression in the previous commit for tab completeHiltjo Posthuma2022-09-021-1/+1
* tab-complete: figure out the size before copyingNRK2022-09-021-2/+2
* readstdin: use getline(3)NRK2022-09-021-7/+7
* sync code-style patch from libslHiltjo Posthuma2022-08-081-11/+12
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-011-0/+1
* fix incorrect comment, math is hardHiltjo Posthuma2022-04-301-1/+1
* inputw: improve correctness and startup performance, by NRKHiltjo Posthuma2022-04-291-8/+2
* drw_text: account for fallback fonts in ellipsis_widthNRK2022-04-161-2/+4
* drw_text: don't segfault when called with 0 widthNRK2022-04-161-1/+1
* fix UB with the function iscntrl()Hiltjo Posthuma2022-03-261-1/+1
* Revert "avoid redraw when there's no change"Hiltjo Posthuma2022-03-261-3/+2
* avoid redraw when there's no changeNRK2022-03-251-2/+3
* free all allocated items, use %zu for size_tNRK2022-03-251-3/+6
* drw_text: improve performance when there's no matchNRK2022-03-251-1/+12
* inputw: improve correctness and startup performanceNRK2022-03-251-10/+9
* significantly improve performance on large stringsNRK2022-03-251-3/+10
* introduce drw_fontset_getwidth_clamp()NRK2022-03-252-2/+18
* drw_text: improve both performance and correctnessNRK2022-03-251-28/+28
* remove false-positive warning for int comparison as boolHiltjo Posthuma2022-03-011-1/+1
* bump version to 5.15.1Hiltjo Posthuma2022-02-112-2/+2
* code-style: rm newline (oops)Hiltjo Posthuma2022-02-081-1/+0
* revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2022-02-082-2/+21
* follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma2022-02-071-1/+1
* improve performance of case-insensitive matchingHiltjo Posthuma2022-02-071-12/+1
* Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma2021-08-201-5/+2
* add support for more keypad keysHiltjo Posthuma2021-08-091-0/+11
* Improve speed of drw_text when provided with large stringsMiles Alan2021-08-091-2/+5
* remove always true condition in if statementGuilherme Janczak2021-07-251-1/+1
* bump version to 5.05.0Hiltjo Posthuma2020-09-022-2/+2
* Fix memory leaks in drwHiltjo Posthuma2020-06-111-0/+1
* revert IME supportHiltjo Posthuma2019-03-031-12/+3
* improve xopenim error messageHiltjo Posthuma2019-02-121-1/+1
* make dmenu_path script executableHiltjo Posthuma2019-02-121-0/+0
* fix crash when XOpenIM returns NULLHiltjo Posthuma2019-02-121-2/+11
* Close when the embedding window is destroyedQuentin Rameau2019-02-042-2/+7
* Prepared 4.9 release.4.9Anselm R Garbe2019-02-023-4/+18
* dmenu.1: document improved fastgrab behaviour from previous patchHiltjo Posthuma2019-01-271-2/+2
* Use slow path if stdin is a ttydok2019-01-271-3/+1
* dmenu_path: always use the cachedirQuentin Rameau2018-07-211-6/+6
* Makefile: just show the compiler outputHiltjo Posthuma2018-06-021-38/+28
* Do not strip at link stageHiltjo Posthuma2018-06-021-1/+1