aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
Commit message (Expand)AuthorAge
* Make the paste keybind make sense.c2023-11-27
* Initial commit by me.c2023-11-25
* 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
* dmenu: use die() to print the usage messageTom Schwindl2022-10-01
* 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
* fix incorrect comment, math is hardHiltjo Posthuma2022-04-30
* inputw: improve correctness and startup performance, by NRKHiltjo Posthuma2022-04-29
* 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
* inputw: improve correctness and startup performanceNRK2022-03-25
* significantly improve performance on large stringsNRK2022-03-25
* remove false-positive warning for int comparison as boolHiltjo Posthuma2022-03-01
* code-style: rm newline (oops)Hiltjo Posthuma2022-02-08
* revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2022-02-08
* improve performance of case-insensitive matchingHiltjo Posthuma2022-02-07
* add support for more keypad keysHiltjo Posthuma2021-08-09
* revert IME supportHiltjo Posthuma2019-03-03
* improve xopenim error messageHiltjo Posthuma2019-02-12
* fix crash when XOpenIM returns NULLHiltjo Posthuma2019-02-12
* Close when the embedding window is destroyedQuentin Rameau2019-02-04
* Use slow path if stdin is a ttydok2019-01-27
* 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
* Fix cursor drawn position with wide glyphsQuentin Rameau2018-04-22
* Handle IME inputQuentin Rameau2018-04-22
* Fix handling of input stringsHiltjo Posthuma2018-04-22
* add key bindings for moving to the word start or endQuentin Rameau2018-03-13
* Fix regression in 84a1bc5Hiltjo Posthuma2018-01-04
* Instantiate j var outside #ifdef XINEMARA directive because it is used in loo...Vincent Carluer2018-01-04
* fix a possible free of a uninitialize variable in paste()Hiltjo Posthuma2017-11-03
* init colors using SchemeLastHiltjo Posthuma2017-11-03
* Set class name on menu windowOmar Sandoval2017-11-03
* Revert "fix input text matching"Andrew Gregory2016-12-11
* Xinerama: correct variable declarations in preprocessor conditionalThomas Gardner2016-11-25
* add embedding support with -w optionQuentin Rameau2016-10-14
* dmenu.1: group single optionsQuentin Rameau2016-10-14
* die() consistency: always add newlineHiltjo Posthuma2016-08-12
* fix crash if negative monitor (< -1) was passedHiltjo Posthuma2016-07-26
* Revert "Print highlighted input text only on single match"Hiltjo Posthuma2016-07-26