620 Commits (master)
 

Author SHA1 Message Date
  Tovi Jaeschke-Rogers c8f9f83ef6 feat: update config and appy center patch 5 days ago
  Hiltjo Posthuma 86f0b5119e remove extra newline 5 months ago
  Hiltjo Posthuma dd3d348ae8 Avoid unsigned integer underflow in drw_text() 5 months ago
  Hiltjo Posthuma 545031a076 util.c: output function might override errno and thus affect perror() 5 months ago
  Hiltjo Posthuma 475d8093cb drw.c: use the same pattern as ellipsis_width to check for infinite recursion 9 months ago
  NRK 59936c7d97 render invalid utf8 sequences as U+FFFD 9 months ago
  NRK 51e32d49b5 overhaul utf8decode() 9 months ago
  Hiltjo Posthuma 7be720cc88 bump version to 5.3 1 year ago
  Hiltjo Posthuma 8df553e004 Makefile: remove the options target 2 years ago
  NRK 7ab0cb5ef0 drw: minor improvement to the nomatches cache 2 years ago
  Lucas de Sena 0fe460dbd4 fix BadMatch error when embedding on some windows 2 years ago
  Hiltjo Posthuma dfbbf7f6e1 readstdin: reduce memory-usage by duplicating the line from getline() 2 years ago
  Hiltjo Posthuma ba1a347dca readstdin: allocate amount of items 2 years ago
  Hiltjo Posthuma bcbc1ef5c4 readstdin: add a comment 2 years ago
  NRK 689d9bfcf6 fix leak when getline fails 2 years ago
  Hiltjo Posthuma e42c036634 dmenu: small XmbLookupString code improvements 2 years ago
  Hiltjo Posthuma 1d2b462acf bump version to 5.2 3 years ago
  Tom Schwindl 7ec32fe494 dmenu: use die() to print the usage message 3 years ago
  Hiltjo Posthuma fce06f437d remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 3 years ago
  Hiltjo Posthuma 1e8c5b68f4 fix a regression in the previous commit for tab complete 3 years ago
  NRK 528d39b011 tab-complete: figure out the size before copying 3 years ago
  NRK 32db2b1251 readstdin: use getline(3) 3 years ago
  Hiltjo Posthuma e35976f4a5 sync code-style patch from libsl 3 years ago
  Hiltjo Posthuma 28fb3e2812 Makefile: add manual path for OpenBSD 3 years ago
  Hiltjo Posthuma fe5d5c6709 fix incorrect comment, math is hard 3 years ago
  Hiltjo Posthuma e1e1de7b3b inputw: improve correctness and startup performance, by NRK 3 years ago
  NRK 33685b06e9 drw_text: account for fallback fonts in ellipsis_width 3 years ago
  NRK e4827b0c40 drw_text: don't segfault when called with 0 width 3 years ago
  Hiltjo Posthuma e73651f12a fix UB with the function iscntrl() 3 years ago
  Hiltjo Posthuma 31fa07b984 Revert "avoid redraw when there's no change" 3 years ago
  NRK 6818e07291 avoid redraw when there's no change 3 years ago
  NRK b43ec0577f free all allocated items, use %zu for size_t 3 years ago
  NRK 22511c41d5 drw_text: improve performance when there's no match 3 years ago
  NRK 77526f756e inputw: improve correctness and startup performance 3 years ago
  NRK 7269c5355d significantly improve performance on large strings 3 years ago
  NRK 6be057f060 introduce drw_fontset_getwidth_clamp() 3 years ago
  NRK 41fdabbf7c drw_text: improve both performance and correctness 3 years ago
  Hiltjo Posthuma 3a505cebe8 remove false-positive warning for int comparison as bool 3 years ago
  Hiltjo Posthuma 308fe78b83 bump version to 5.1 3 years ago
  Hiltjo Posthuma c4b656e0da code-style: rm newline (oops) 3 years ago
  Hiltjo Posthuma 3e39c526d2 revert using strcasestr and use a more optimized portable version 3 years ago
  Hiltjo Posthuma a9a3836861 follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems 3 years ago
  Hiltjo Posthuma eb96af27f4 improve performance of case-insensitive matching 3 years ago
  Hiltjo Posthuma d78ff08d99 Revert "Improve speed of drw_text when provided with large strings" 4 years ago
  Hiltjo Posthuma cd2133a5f6 add support for more keypad keys 4 years ago
  Miles Alan c585e8e498 Improve speed of drw_text when provided with large strings 4 years ago
  Guilherme Janczak 523aa08f51 remove always true condition in if statement 4 years ago
  Hiltjo Posthuma 1a13d0465d bump version to 5.0 5 years ago
  Hiltjo Posthuma 9b38fda6fe Fix memory leaks in drw 5 years ago
  Hiltjo Posthuma db6093f6ec revert IME support 6 years ago