summaryrefslogtreecommitdiff
path: root/dmenu.c
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
* dmenu: use die() to print the usage messageTom Schwindl2022-10-011-3/+2
* 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
* fix incorrect comment, math is hardHiltjo Posthuma2022-04-301-1/+1
* inputw: improve correctness and startup performance, by NRKHiltjo Posthuma2022-04-291-8/+2
* 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
* inputw: improve correctness and startup performanceNRK2022-03-251-10/+9
* significantly improve performance on large stringsNRK2022-03-251-3/+10
* remove false-positive warning for int comparison as boolHiltjo Posthuma2022-03-011-1/+1
* code-style: rm newline (oops)Hiltjo Posthuma2022-02-081-1/+0
* revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2022-02-081-1/+20
* improve performance of case-insensitive matchingHiltjo Posthuma2022-02-071-12/+1
* add support for more keypad keysHiltjo Posthuma2021-08-091-0/+11
* revert IME supportHiltjo Posthuma2019-03-031-12/+3
* improve xopenim error messageHiltjo Posthuma2019-02-121-1/+1
* fix crash when XOpenIM returns NULLHiltjo Posthuma2019-02-121-2/+11
* Close when the embedding window is destroyedQuentin Rameau2019-02-041-1/+6
* Use slow path if stdin is a ttydok2019-01-271-3/+1
* code-style for pledge: check the return code -1, not < 0Hiltjo Posthuma2018-05-251-1/+1
* code-style for pledge(2)Hiltjo Posthuma2018-05-251-6/+5
* Pledge on OpenBSDHiltjo Posthuma2018-05-251-0/+9
* Fix cursor drawn position with wide glyphsQuentin Rameau2018-04-221-1/+1
* Handle IME inputQuentin Rameau2018-04-221-1/+4
* Fix handling of input stringsHiltjo Posthuma2018-04-221-14/+21
* add key bindings for moving to the word start or endQuentin Rameau2018-03-131-0/+34
* Fix regression in 84a1bc5Hiltjo Posthuma2018-01-041-1/+2
* Instantiate j var outside #ifdef XINEMARA directive because it is used in loo...Vincent Carluer2018-01-041-3/+2
* fix a possible free of a uninitialize variable in paste()Hiltjo Posthuma2017-11-031-4/+6
* init colors using SchemeLastHiltjo Posthuma2017-11-031-3/+2
* Set class name on menu windowOmar Sandoval2017-11-031-0/+2
* Revert "fix input text matching"Andrew Gregory2016-12-111-1/+1
* Xinerama: correct variable declarations in preprocessor conditionalThomas Gardner2016-11-251-5/+6
* add embedding support with -w optionQuentin Rameau2016-10-141-12/+53
* dmenu.1: group single optionsQuentin Rameau2016-10-141-2/+2
* die() consistency: always add newlineHiltjo Posthuma2016-08-121-4/+4
* fix crash if negative monitor (< -1) was passedHiltjo Posthuma2016-07-261-2/+2
* Revert "Print highlighted input text only on single match"Hiltjo Posthuma2016-07-261-13/+3
* Print highlighted input text only on single matchQuentin Rameau2016-07-261-3/+13
* Partially revert 44c7de3: fix items text width offset calculationQuentin Rameau2016-07-251-2/+2
* fix: Do not crash on e.g. dmenu < /dev/nullS. Gilles2016-06-281-1/+1