Commit graph

  • 72e1c7713e
    Merge branch 'releases/1.10' Daniel Eklöf 2021-11-22 22:23:09 +01:00
  • 5eded7292c
    meson: bump version to 1.10.1 1.10.1 Daniel Eklöf 2021-11-22 22:01:28 +01:00
  • f91dc5dd00
    changelog: prepare for 1.10.1 Daniel Eklöf 2021-11-22 21:56:38 +01:00
  • f9854d93cf
    Merge branch 'master' into releases/1.10 Daniel Eklöf 2021-11-22 21:55:06 +01:00
  • 4a47730f15
    Merge branch 'osc8-overwrite-2' Daniel Eklöf 2021-11-22 21:50:30 +01:00
  • e9d6ec2a87
    grid: adding a new URI range now handles overlapping URIs Daniel Eklöf 2021-11-19 19:59:26 +01:00
  • 5b176dd5d6
    term: print: reset ‘col’ after padding the right margin Daniel Eklöf 2021-11-21 14:47:24 +01:00
  • 315769b50b
    Revert "term: print: erase URI range when printing right-margin padding" Daniel Eklöf 2021-11-21 14:46:05 +01:00
  • 65944906bf
    term: print: erase URI range when printing right-margin padding Daniel Eklöf 2021-11-21 14:14:08 +01:00
  • 3c6239c66f
    term: print: re-order col/row/cell assigments Daniel Eklöf 2021-11-21 14:13:27 +01:00
  • ad8d1bf25c
    changelog: osc-8 data not being cleared when cell is overwritten Daniel Eklöf 2021-11-20 18:10:45 +01:00
  • f27ccd999e
    grid: refactor grid_row_uri_range_erase() Daniel Eklöf 2021-11-20 15:46:20 +01:00
  • 503c2ebd50
    grid: row_uri_range_erase(): assume caller has checked row->extra != NULL Daniel Eklöf 2021-11-20 14:40:16 +01:00
  • 0be55ef74c
    term: erase_cell_range(): check if row->extra != NULL Daniel Eklöf 2021-11-20 14:40:03 +01:00
  • 53fc1a1cb1
    term: tail-call optimize calls to grid_row_uri_range_erase() Daniel Eklöf 2021-11-20 14:39:32 +01:00
  • 09a331857a
    term: call grid_row_uri_range_erase() when printing cells Daniel Eklöf 2021-11-20 13:54:30 +01:00
  • 1a0de0017f
    grid: add grid_row_uri_range_erase() Daniel Eklöf 2021-11-20 13:42:07 +01:00
  • 7522c2d211
    changelog: pipe-* key bindings not being parsed correctly Daniel Eklöf 2021-11-21 18:09:10 +01:00
  • cdb2d90b89
    config: argv_compare(): change parameters to ‘struct argv *’ Daniel Eklöf 2021-11-21 18:04:36 +01:00
  • 9174e6d79a
    config: pipe_argv_from_value(): plug memory leak Daniel Eklöf 2021-11-21 17:51:46 +01:00
  • 106e14391f
    Merge branch 'fix-809' Daniel Eklöf 2021-11-21 17:45:17 +01:00
  • c683116f8a Merge branch 'remove-unreachable' Craig Barnes 2021-11-21 10:44:24 +00:00
  • 17c97ed57b
    Merge branch 'theme-papercolor' Daniel Eklöf 2021-11-21 11:08:58 +01:00
  • 9b232e07f9
    config: create a copy of the section name Daniel Eklöf 2021-11-21 10:55:57 +01:00
  • 31c1b91a7c Fix parsing key-bindings config to not read past the end of the string. Arnavion 2021-11-20 20:49:01 -08:00
  • 1634b71e6f
    Comment out selection-* for consistency Soc Virnyl Silab Estela 2021-11-21 06:56:30 +08:00
  • 43798685d8
    Merge branch 'cell-color-source' Daniel Eklöf 2021-11-20 18:07:45 +01:00
  • d46af6bd7a
    term: track cell color source Daniel Eklöf 2021-11-20 16:29:57 +01:00
  • e89e735995 config: use stack allocation for temporary buffer in value_to_enum() Craig Barnes 2021-11-20 15:23:24 +00:00
  • 0db125a125 config: fix memory leak in value_to_enum() Craig Barnes 2021-11-20 15:12:56 +00:00
  • 877c1e6f07 config: Simplify render-timer option handling Xiretza 2021-11-20 11:58:01 +01:00
  • 02bb2768f1 config: Remove some "UNREACHABLE" UB footguns Xiretza 2021-11-19 16:51:52 +01:00
  • 37b82efa77
    ci: one more text-shaping -> grapheme-shaping+run-shaping Daniel Eklöf 2021-11-20 11:31:31 +01:00
  • 154caae35a
    ci: fcft: replace text-shaping with grapheme-shaping+run-shaping Daniel Eklöf 2021-11-20 11:24:13 +01:00
  • 6ee0267872
    Add PaperColor theme variants Soc Virnyl Silab Estela 2021-11-18 00:29:22 +08:00
  • d70a21355c
    Merge branch 'letter-spacing-regression' Daniel Eklöf 2021-11-15 19:28:54 +01:00
  • b22322bfd1
    config: letter-spacing: add missing ‘return’ Daniel Eklöf 2021-11-15 19:22:06 +01:00
  • c645be7585
    Merge branch 'footclient-xdg-desktop' Daniel Eklöf 2021-11-15 12:17:50 +01:00
  • 843ba49565
    footclient.desktop: new XDG desktop file, for footclient Daniel Eklöf 2021-11-15 12:13:39 +01:00
  • 31966f5494
    meson: add -Dthemes=false|true Daniel Eklöf 2021-11-14 23:12:18 +01:00
  • 48758a101e
    changelog: add new ‘unreleased’ section Daniel Eklöf 2021-11-14 18:26:24 +01:00
  • dc6c650adb
    Merge branch 'releases/1.10' Daniel Eklöf 2021-11-14 18:25:48 +01:00
  • 589404b32e
    meson: bump version to 1.10.0 1.10.0 Daniel Eklöf 2021-11-14 18:12:30 +01:00
  • d00d1b2514
    changelog: prepare for 1.10.0 Daniel Eklöf 2021-11-14 18:10:43 +01:00
  • ef862bd747
    Merge branch 'user-notification-cleanup' Daniel Eklöf 2021-11-14 17:56:24 +01:00
  • 759bc8007b user-notification: config: various small cleanups Craig Barnes 2021-11-14 15:08:47 +00:00
  • 0686f94b18
    config: remove options that were deprecated in 1.8.x Daniel Eklöf 2021-11-14 14:17:08 +01:00
  • 26515b7ab9 changelog: fix minor grammatical mistake Craig Barnes 2021-11-14 11:33:11 +00:00
  • 9fedb43511
    themes: solarized-dark: add commented out selection fg/bg colors Daniel Eklöf 2021-11-13 17:48:04 +01:00
  • d8c7536124
    themes: add solarized-dark-normal-brights Daniel Eklöf 2021-11-13 17:45:43 +01:00
  • d1a76a67c0
    Merge branch 'configurable-dim-colors' Daniel Eklöf 2021-11-13 17:40:34 +01:00
  • c01904a2c7
    config: add [colors].dim0-7 Daniel Eklöf 2021-11-03 14:25:38 +01:00
  • 0d2a429109
    doc: foot.ini: try to clear up the meaning of (AA)RRGGBB Daniel Eklöf 2021-11-13 17:22:07 +01:00
  • c0e67e7c2f
    config: scrollback.indicator.text: use value_to_wchars() Daniel Eklöf 2021-11-13 12:40:59 +01:00
  • ff6b0fe011
    Merge branch 'modify-other-keys-mode-2' Daniel Eklöf 2021-11-13 11:38:08 +01:00
  • 4a74050999
    input: add support for modifyOtherKeys=2 Daniel Eklöf 2021-11-11 17:43:39 +01:00
  • 9412389051
    Merge branch 'no-scrollback-multiplier-on-alt-screen' Daniel Eklöf 2021-11-13 11:05:45 +01:00
  • ebcf5a4b4f
    input: don’t apply [scrollback].multiplier when alt screen is in use Daniel Eklöf 2021-11-08 18:41:42 +01:00
  • e026ef22f4
    Merge branch 'config-refactor' Daniel Eklöf 2021-11-13 11:04:54 +01:00
  • b5f7c414a9
    changelog: boolean options Daniel Eklöf 2021-11-07 11:35:39 +01:00
  • 73c5754f5d
    config: value_to_wchars(): free the target variable Daniel Eklöf 2021-11-06 20:32:35 +01:00
  • 2f0ab1da89
    config: appease compiler Daniel Eklöf 2021-11-06 14:22:26 +01:00
  • d4b9ef7607
    config: drop all warning logs from the tweak section Daniel Eklöf 2021-11-06 13:44:50 +01:00
  • 1f39c46c17
    config: value_to_enum(), return conversion success/failure as a bool Daniel Eklöf 2021-11-06 13:39:59 +01:00
  • 205f1f7c02
    config: parse_section_main(): explicit return from each branch Daniel Eklöf 2021-11-06 12:43:02 +01:00
  • 0c0a78498f
    config: add value_to_dimensions() Daniel Eklöf 2021-11-06 12:32:20 +01:00
  • d29c3cf7b7
    config: add {str,value}_to_uint{16,32}() Daniel Eklöf 2021-11-06 12:01:57 +01:00
  • 3b27a665da
    config: add value_to_str() Daniel Eklöf 2021-11-06 11:32:11 +01:00
  • c2127fb2de
    config: value_to_bool: return success/fail Daniel Eklöf 2021-11-06 11:25:55 +01:00
  • 57c7fb33af
    config: add value_to_enum() Daniel Eklöf 2021-11-05 18:11:53 +01:00
  • 328b53b166
    config: let value_to_double() log errors Daniel Eklöf 2021-11-05 17:20:17 +01:00
  • def2d80b0a
    config: let value_to_ulong() log errors Daniel Eklöf 2021-11-05 17:18:33 +01:00
  • 176b85cb10
    config: add LOG_CONTEXTUAL_{ERR,WARN,ERRNO} Daniel Eklöf 2021-11-05 17:13:39 +01:00
  • 534e9d8bef
    config: first argument to log_and_notify() is now a ‘struct context’ Daniel Eklöf 2021-11-05 14:48:06 +01:00
  • 958ef9dd3b
    config: rename str_to_spawn_template() -> value_to_spawn_template() Daniel Eklöf 2021-11-05 14:19:48 +01:00
  • 70aec2068a
    config: rename str_to_fonts() -> value_to_fonts() Daniel Eklöf 2021-11-05 14:17:42 +01:00
  • 4aa3d1d5f8
    config: rename str_to_wchars() -> value_to_wchars() Daniel Eklöf 2021-11-05 14:15:55 +01:00
  • 5fb86859df
    config: rename str_to_double() -> value_to_double() Daniel Eklöf 2021-11-05 14:13:30 +01:00
  • 922490217e
    config: rename str_to_ulong() -> value_to_ulong() Daniel Eklöf 2021-11-05 14:08:25 +01:00
  • 92e08a04ed
    config: value_to_bool(): fixup Daniel Eklöf 2021-11-05 14:07:54 +01:00
  • 5bb2973c39
    config: rename str_to_bool() -> value_to_bool() Daniel Eklöf 2021-11-05 13:51:35 +01:00
  • 82a7885324
    config: pass aggregated struct to top-level section handlers Daniel Eklöf 2021-11-05 13:50:14 +01:00
  • 0e5e68d82e main: improve handling of setlocale(3) return value Craig Barnes 2021-11-10 17:29:57 +00:00
  • 3e04c4e4f4
    wayland: guard XDG startup notification with HAVE_XDG_ACTIVATION Daniel Eklöf 2021-11-09 18:23:44 +01:00
  • a08f4bc551
    PKGBUILD: drop Daniel Eklöf 2021-11-07 15:58:42 +01:00
  • 64f71c32f0
    doc: foot.ini: mention “xkbcli interactive-wayland” Daniel Eklöf 2021-11-07 15:51:53 +01:00
  • 15a5a0e62e
    Merge branch 'error-out-on-too-old-wl-seat-interface' Daniel Eklöf 2021-11-07 15:39:10 +01:00
  • 0183e13f50
    wayland: error out if there aren’t any seats available Daniel Eklöf 2021-11-07 11:29:25 +01:00
  • 347b90eaae
    Merge branch 'xdga-launch' Daniel Eklöf 2021-11-03 12:58:55 +01:00
  • 99d5bf64bc foot/client: implement xdga client activation Ronan Pigott 2021-10-28 17:51:44 -07:00
  • 347e79f8a1
    config: format all (well, most) error messages in the same way Daniel Eklöf 2021-10-31 20:58:17 +01:00
  • 86cc0e0c95
    config: use "[section].key" syntax when logging errors Daniel Eklöf 2021-10-31 20:25:54 +01:00
  • b0ba58b841
    config: improve error messages for invalid section keys Daniel Eklöf 2021-10-31 20:23:35 +01:00
  • bf42884494
    install: remove text describing obsolete differences between PKGBUILDs Daniel Eklöf 2021-10-31 14:26:53 +01:00
  • 74cca03976
    readme: add GitHub Sponsors link Daniel Eklöf 2021-10-30 20:12:28 +02:00
  • 2398af7b47
    Merge branch 'client-sendall' Daniel Eklöf 2021-10-31 09:49:12 +01:00
  • 4607763e79
    client: use MSG_NOSIGNAL in send(3) Daniel Eklöf 2021-10-30 18:07:06 +02:00
  • cad48c1b0a
    client: handle partial writes in send(3) Daniel Eklöf 2021-10-29 21:42:57 +02:00
  • 9a04c741a0
    Merge branch 'csd-border' Daniel Eklöf 2021-10-29 19:32:35 +02:00
  • e69c3e5b1e
    render: csd_part: we don’t use the ‘src’ pixman image Daniel Eklöf 2021-10-29 19:31:09 +02:00