Commit Graph

  • d5b5994a28
    Merge branch 'upstream' main David JULIEN 2023-01-08 15:20:25 +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
  • 0f4c5faed3 feat: use XResources to define colors David JULIEN 2021-10-22 00:04:12 +0200
  • 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
  • e64ab65227 feat: update config.h when def get updated David JULIEN 2021-03-14 19:15:06 +0100
  • 89c8231fb1
    feat: add xresources management David JULIEN 2021-03-14 19:10:15 +0100
  • 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
  • 84a1bc5d0d Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive Vincent Carluer 2018-01-04 12:27:37 +0000
  • f0a5b75d6a drw: drw_scm_create: use Clr type Hiltjo Posthuma 2017-11-03 21:10:38 +0100
  • 1cabeda550 fix a possible free of a uninitialize variable in paste() Hiltjo Posthuma 2017-11-03 15:31:37 +0100
  • 41379f7c39 init colors using SchemeLast Hiltjo Posthuma 2017-11-03 21:05:29 +0100
  • 64ab2801fb Set class name on menu window Omar Sandoval 2017-11-03 09:49:10 -0700
  • f428f3e01a release 4.7 Hiltjo Posthuma 2017-05-02 18:32:04 +0200
  • 5cd66e2c6c Revert "fix input text matching" Andrew Gregory 2016-12-07 09:45:01 -0500
  • e90b88e12a Xinerama: correct variable declarations in preprocessor conditional Thomas Gardner 2016-11-25 22:38:09 +1000
  • a280bdad1f die() on calloc failure Hiltjo Posthuma 2016-11-05 11:36:42 +0100
  • a9a5c6cc2d add embedding support with -w option Quentin Rameau 2016-10-08 14:08:28 +0200
  • a97f550aa7 dmenu.1: group single options Quentin Rameau 2016-10-08 14:42:53 +0200
  • ff8daf8847 dmenu.1: fix -l option Quentin Rameau 2016-10-08 14:36:04 +0200
  • 026827fd65 die() consistency: always add newline Hiltjo Posthuma 2016-08-12 14:39:30 +0200
  • d14670b995 fix crash if negative monitor (< -1) was passed Hiltjo Posthuma 2016-07-26 23:13:06 +0200
  • aa92cd68bd Revert "Print highlighted input text only on single match" Hiltjo Posthuma 2016-07-26 23:02:34 +0200
  • a4053bc4e4 Print highlighted input text only on single match Quentin Rameau 2016-07-26 12:48:23 +0200
  • 657122f781 Partially revert 44c7de3: fix items text width offset calculation Quentin Rameau 2016-07-25 11:33:25 +0200
  • 3c91eed0fb config.def.h: style improvement, use color Scheme enum Hiltjo Posthuma 2016-06-28 17:56:25 +0200
  • 76eb578304 fix: Do not crash on e.g. dmenu < /dev/null S. Gilles 2016-06-28 01:11:50 -0400
  • 44c7de3dcf import new drw from libsl and minor fixes. Markus Teich 2016-05-21 21:51:14 +0200
  • b3d9451c2d arg.h: fixed argv checks order Lucas Gabriel Vuotto 2016-02-22 11:03:36 -0300
  • 3de85ca21c Typofix Klemens Nanni 2016-01-11 13:26:37 +0100
  • bf3deb6357 Shut up glibc about _BSD_SOURCE being deprecated Quentin Rameau 2015-12-19 19:58:03 +0100
  • 120e840107 Add config option for word delimiters Quentin Rameau 2015-12-19 09:32:55 +0100
  • 32f2564dbb arg.h: remove unused ARGNUM* macros Hiltjo Posthuma 2015-11-08 23:37:47 +0100
  • cc596365ac unboolify dmenu Hiltjo Posthuma 2015-11-08 23:03:34 +0100
  • c9e4e152e6 Makefile: package config.def.h on make dist Hiltjo Posthuma 2015-11-08 16:46:34 +0100
  • cc99007809 remove .hgtags file Hiltjo Posthuma 2015-11-08 16:44:41 +0100
  • 34f549adb2 dmenu.1: clarify monitor numbers are starting from 0 (first mon) Hiltjo Posthuma 2015-11-07 12:53:00 +0100
  • da0b9eb6c9 fix: multimon: always spawn client on first monitor if specified with -m 0 Hiltjo Posthuma 2015-11-07 12:43:00 +0100
  • 44b242c763 drw: cleanup drw_text, prevent gcc warning false-positive of unused var Hiltjo Posthuma 2015-10-20 22:56:57 +0200
  • e2e7fcb219 drw: simplify drw_font_xcreate and prevent a potential unneeded allocation Hiltjo Posthuma 2015-10-20 22:55:39 +0200
  • 1f2226df13 drw: a valid (non-NULL) Drw and Fnt context must be passed Hiltjo Posthuma 2015-10-20 22:53:55 +0200
  • 5a20b409c6 add sbase-style ecalloc(), calloc: or die Hiltjo Posthuma 2015-10-20 22:51:57 +0200
  • 164986763a free schemes as array Hiltjo Posthuma 2015-10-18 18:37:20 +0200
  • 09d0a36e03 fix input text matching Quentin Rameau 2015-10-04 14:47:52 +0200