aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix regression in 84a1bc5Hiltjo Posthuma2018-01-04
* Instantiate j var outside #ifdef XINEMARA directive because it is used in loo...Vincent Carluer2018-01-04
* drw: drw_scm_create: use Clr typeHiltjo Posthuma2017-11-03
* 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
* release 4.7Hiltjo Posthuma2017-05-02
* Revert "fix input text matching"Andrew Gregory2016-12-11
* Xinerama: correct variable declarations in preprocessor conditionalThomas Gardner2016-11-25