Commit Graph

  • bd0806de08 Fixed tsv bug (noe we complete and match and calculate offsets with item->stext). Also the cleanupo function gave me spooks so I deleted it's scary part mymain Andreev Gregory 2025-04-02 14:04:50 +0300
  • 9fbfcdcee2 In multiline mode the prompt is above the input Andreev Gregory 2025-04-02 13:56:58 +0300
  • 5573f5bd23 Removed ability to output arbitrary text. All the output is taken from options Andreev Gregory 2025-04-02 13:35:06 +0300
  • 6a3e21f568 hail dmenuc Andreev Gregory 2025-04-01 16:56:23 +0300
  • 15f0add690 . Andreev Gregory 2025-03-29 00:38:43 +0300
  • ea3b0cbffe | Andreev Gregory 2025-03-25 11:17:04 +0300
  • 16bf21ec36 changed win_r path Andreev Gregory 2025-03-04 14:58:11 +0300
  • 5969a3fcc1 dmenu_run.sh Andreev Gregory 2025-03-04 00:03:22 +0300
  • 755c8511a7 Configured absolutely everything Andreev Gregory 2025-03-03 22:19:41 +0300
  • affb670d84 Merge branch 'with-colored-fonts' into my-main Andreev Gregory 2025-03-03 21:47:15 +0300
  • 115960df07 Merged with bordercolor. Tested in xfce, border is broken Andreev Gregory 2025-03-03 21:46:58 +0300
  • 930f84c987 Failed to merge with border patch Andreev Gregory 2025-03-03 21:42:43 +0300
  • d138f0c956 Colored Caret + alpha patch fix Andreev Gregory 2025-03-03 20:45:53 +0300
  • 2adbd98501 Merge branch 'with-colored-caret' into my-main Andreev Gregory 2025-03-03 20:43:18 +0300
  • 39f6af27d6 Merged with with-center Andreev Gregory 2025-03-03 20:38:03 +0300
  • 541517bedf Merged with alpha patch Andreev Gregory 2025-03-03 20:29:07 +0300
  • 03b6df0414 merged with grid (and gridnav) patch Andreev Gregory 2025-03-03 20:04:54 +0300
  • b0bc7132e9 Merged with tsv Andreev Gregory 2025-03-03 17:56:49 +0300
  • c05e52af45 Applied tsv patch (the simple version) Andreev Gregory 2025-03-03 16:53:27 +0300
  • bdd5dab27c Applied gridnav patch (for dmenu 5.0 but it worked so who cares) on top of grid patch Andreev Gregory 2025-03-03 16:20:18 +0300
  • 2168a3f72f Applied grid patch Andreev Gregory 2025-03-03 16:11:54 +0300
  • c3b7bc2e9d Aplied allow color font patch + changed font list Andreev Gregory 2025-03-03 15:55:09 +0300
  • 3ddef22c25 Applied colored patch Andreev Gregory 2025-03-03 15:39:11 +0300
  • 2ab76f24f8 applied center patch Andreev Gregory 2025-03-03 15:29:32 +0300
  • 8298215af0 Applied bordercolor patch Andreev Gregory 2025-03-03 15:06:21 +0300
  • 7abb31ebc8 Applied alpha patch to dmenu 5.2 Andreev Gregory 2025-03-03 14:47:03 +0300
  • 645497ed93 Ooops) Andreev Gregory 2025-03-03 14:23:14 +0300
  • f51e5df872 I won't be using dmenu_run, dmenu_path Andreev Gregory 2025-03-03 14:21:12 +0300
  • 52754ab71d Added gitignore, removing config.h Andreev Gregory 2025-03-03 14:08:28 +0300
  • 86f0b5119e remove extra newline Hiltjo Posthuma 2024-10-30 13:03:25 +0100
  • dd3d348ae8 Avoid unsigned integer underflow in drw_text() Hiltjo Posthuma 2024-10-30 13:02:57 +0100
  • 545031a076 util.c: output function might override errno and thus affect perror() Hiltjo Posthuma 2024-10-27 20:08:46 +0100
  • 475d8093cb drw.c: use the same pattern as ellipsis_width to check for infinite recursion Hiltjo Posthuma 2024-07-14 11:40:20 +0200
  • 59936c7d97 render invalid utf8 sequences as U+FFFD NRK 2024-07-04 21:27:47 +0000
  • 51e32d49b5 overhaul utf8decode() NRK 2024-07-04 21:25:37 +0000
  • 7be720cc88 bump version to 5.3 Hiltjo Posthuma 2024-03-19 12:12:52 +0100
  • 8df553e004 Makefile: remove the options target Hiltjo Posthuma 2023-09-22 15:16:44 +0200
  • 7ab0cb5ef0 drw: minor improvement to the nomatches cache NRK 2023-07-07 17:00:42 +0600
  • 0fe460dbd4 fix BadMatch error when embedding on some windows Lucas de Sena 2023-04-05 17:11:49 -0300
  • dfbbf7f6e1 readstdin: reduce memory-usage by duplicating the line from getline() Hiltjo Posthuma 2023-03-08 21:20:52 +0100
  • ba1a347dca readstdin: allocate amount of items Hiltjo Posthuma 2022-10-31 11:52:30 +0100
  • bcbc1ef5c4 readstdin: add a comment Hiltjo Posthuma 2022-10-31 11:43:34 +0100
  • 689d9bfcf6 fix leak when getline fails NRK 2022-10-31 00:10:45 +0600
  • e42c036634 dmenu: small XmbLookupString code improvements Hiltjo Posthuma 2022-10-26 09:43:17 +0200
  • 1d2b462acf bump version to 5.2 Hiltjo Posthuma 2022-10-04 19:36:02 +0200
  • 7ec32fe494 dmenu: use die() to print the usage message Tom Schwindl 2022-09-26 09:24:15 +0000
  • fce06f437d remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 Hiltjo Posthuma 2022-09-16 23:05:07 +0200
  • 1e8c5b68f4 fix a regression in the previous commit for tab complete Hiltjo Posthuma 2022-09-02 19:09:50 +0200
  • 528d39b011 tab-complete: figure out the size before copying NRK 2022-09-01 23:51:43 +0600
  • 32db2b1251 readstdin: use getline(3) NRK 2022-09-02 00:35:18 +0600
  • e35976f4a5 sync code-style patch from libsl Hiltjo Posthuma 2022-08-08 10:42:54 +0200
  • 28fb3e2812 Makefile: add manual path for OpenBSD Hiltjo Posthuma 2022-05-01 18:38:25 +0200
  • fe5d5c6709 fix incorrect comment, math is hard Hiltjo Posthuma 2022-04-30 13:19:33 +0200
  • e1e1de7b3b inputw: improve correctness and startup performance, by NRK Hiltjo Posthuma 2022-04-29 20:15:48 +0200
  • 33685b06e9 drw_text: account for fallback fonts in ellipsis_width NRK 2022-03-28 21:38:49 +0600
  • e4827b0c40 drw_text: don't segfault when called with 0 width NRK 2022-03-28 01:02:52 +0600
  • e73651f12a fix UB with the function iscntrl() Hiltjo Posthuma 2022-03-26 17:58:47 +0100
  • 31fa07b984 Revert "avoid redraw when there's no change" Hiltjo Posthuma 2022-03-26 17:57:50 +0100
  • 6818e07291 avoid redraw when there's no change NRK 2022-03-25 22:51:45 +0100
  • b43ec0577f free all allocated items, use %zu for size_t NRK 2022-03-25 22:51:09 +0100
  • 22511c41d5 drw_text: improve performance when there's no match NRK 2022-03-24 00:37:55 +0600
  • 77526f756e inputw: improve correctness and startup performance NRK 2022-03-24 00:37:55 +0600
  • 7269c5355d significantly improve performance on large strings NRK 2022-03-24 02:04:04 +0600
  • 6be057f060 introduce drw_fontset_getwidth_clamp() NRK 2022-03-24 02:00:00 +0600
  • 41fdabbf7c drw_text: improve both performance and correctness NRK 2022-03-24 00:37:55 +0600
  • 3a505cebe8 remove false-positive warning for int comparison as bool Hiltjo Posthuma 2022-03-01 22:45:39 +0100
  • 308fe78b83 bump version to 5.1 Hiltjo Posthuma 2022-02-11 12:26:35 +0100
  • c4b656e0da code-style: rm newline (oops) Hiltjo Posthuma 2022-02-08 21:45:28 +0100
  • 3e39c526d2 revert using strcasestr and use a more optimized portable version Hiltjo Posthuma 2022-02-08 19:32:25 +0100
  • a9a3836861 follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems Hiltjo Posthuma 2022-02-07 10:36:13 +0100
  • eb96af27f4 improve performance of case-insensitive matching Hiltjo Posthuma 2022-02-07 00:21:12 +0100
  • d78ff08d99 Revert "Improve speed of drw_text when provided with large strings" Hiltjo Posthuma 2021-08-20 23:05:53 +0200
  • cd2133a5f6 add support for more keypad keys Hiltjo Posthuma 2021-08-09 18:39:25 +0200
  • c585e8e498 Improve speed of drw_text when provided with large strings Miles Alan 2021-08-07 21:34:35 -0400
  • 523aa08f51 remove always true condition in if statement Guilherme Janczak 2021-07-25 01:55:25 +0000
  • 1a13d0465d bump version to 5.0 Hiltjo Posthuma 2020-09-02 18:30:56 +0200
  • 9b38fda6fe Fix memory leaks in drw Hiltjo Posthuma 2020-06-11 18:45:33 +0200
  • db6093f6ec revert IME support Hiltjo Posthuma 2019-03-03 13:08:54 +0100
  • a9b1de384a improve xopenim error message Hiltjo Posthuma 2019-02-12 22:58:35 +0100
  • 43b0c2c3dd make dmenu_path script executable Hiltjo Posthuma 2019-02-12 22:13:58 +0100
  • f5036b90ef fix crash when XOpenIM returns NULL Hiltjo Posthuma 2019-02-12 19:10:43 +0100
  • 153aaf88bf Close when the embedding window is destroyed Quentin Rameau 2019-02-04 00:29:26 +0100
  • 65be875f5a Prepared 4.9 release. Anselm R Garbe 2019-02-02 04:54:15 -0800
  • 7d19b2055d dmenu.1: document improved fastgrab behaviour from previous patch Hiltjo Posthuma 2019-01-27 15:28:02 +0100
  • 11a65377da Use slow path if stdin is a tty dok 2019-01-26 15:49:15 +0100
  • bbc464dc80 dmenu_path: always use the cachedir Quentin Rameau 2018-07-21 12:47:43 +0200
  • a314412f4b Makefile: just show the compiler output Hiltjo Posthuma 2018-06-02 17:09:01 +0200
  • a9eae39e93 Do not strip at link stage Hiltjo Posthuma 2018-06-02 17:01:24 +0200
  • 851b73d178 code-style for pledge: check the return code -1, not < 0 Hiltjo Posthuma 2018-05-25 13:07:17 +0200
  • 05c138f5b8 code-style for pledge(2) Hiltjo Posthuma 2018-05-25 13:03:25 +0200
  • cd132c8d5b Pledge on OpenBSD Hiltjo Posthuma 2018-05-25 12:04:22 +0200
  • e75494b730 Use bold for keyboard shortcuts in dmenu.1 David Demelier 2018-05-09 21:27:29 +0200
  • 0f76dd2fb8 Fix cursor drawn position with wide glyphs Quentin Rameau 2018-04-22 14:18:34 +0200
  • 0b57480218 Makefile: bikesheddingly replace ${} with $() Quentin Rameau 2018-03-22 11:18:56 +0100
  • 377bd37e21 Handle IME input Quentin Rameau 2018-03-19 15:42:28 +0100
  • b6d2cc9aea Fix handling of input strings Hiltjo Posthuma 2018-03-16 16:51:22 +0100
  • 2f398981fe Update LICENSE Quentin Rameau 2018-03-15 10:16:10 +0100
  • 23051d78dd bump version to 4.8 Hiltjo Posthuma 2018-03-14 19:48:05 +0100
  • e2a280541e add key bindings for moving to the word start or end Quentin Rameau 2018-03-13 17:15:09 +0100
  • 889512811d Fix regression in 84a1bc5 Hiltjo Posthuma 2018-01-04 23:45:49 +0100