godot-xterm/test
Leroy Hopson d6a4adf6aa
feat(terminal): and stylebox support
Adds support for 'normal' and 'focus' Style Boxes to Terminal node.
Changes default background color to transparent, with background to be
set by StyleBox.

If background color is not transparent, will draw a background color
rect to cover the entire control over the top of any stylebox. This is
consistent with the behavior of the TextEdit node with regards to theme
colors and styleboxes.
2024-04-28 18:09:21 +12:00
..
files Remove support for deprecated theme item names 2022-08-26 12:30:07 +12:00
import_plugins/xrdb chore(imports): automatic editor import updates 2024-03-30 01:36:15 +13:00
integration Update GUT to version 9.1.1 2024-01-06 23:33:15 +13:00
scenes feat(theme): update themes 2024-04-28 17:29:40 +12:00
unit feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
visual_regression feat(terminal): and stylebox support 2024-04-28 18:09:21 +12:00
web feat(web): re-enable web exports 2024-03-30 22:52:39 +13:00
.gutconfig.ci.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
.gutconfig.unix.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
.gutconfig.windows.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
godot_xterm_test.gd chore(test): update tests 2024-03-03 15:41:30 +13:00
test_nix.gd fix(pty): initialize exit_code to 0 2024-04-01 10:12:16 +13:00
test_pty.gd feat(pty): add terminal_path property to pty 2024-04-28 17:29:40 +12:00
test_rendering.gd fix(theme): fix regular font resource 2024-04-06 23:56:01 +13:00
test_terminal.gd feat(terminal): and stylebox support 2024-04-28 18:09:21 +12:00