godot/scene/resources/default_theme
Rémi Verschelde 7bf9787921 SCons: Format buildsystem files with psf/black
Configured for a max line length of 120 characters.

psf/black is very opinionated and purposely doesn't leave much room for
configuration. The output is mostly OK so that should be fine for us,
but some things worth noting:

- Manually wrapped strings will be reflowed, so by using a line length
  of 120 for the sake of preserving readability for our long command
  calls, it also means that some manually wrapped strings are back on
  the same line and should be manually merged again.

- Code generators using string concatenation extensively look awful,
  since black puts each operand on a single line. We need to refactor
  these generators to use more pythonic string formatting, for which
  many options are available (`%`, `format` or f-strings).

- CI checks and a pre-commit hook will be added to ensure that future
  buildsystem changes are well-formatted.

(cherry picked from commit cd4e46ee65)
2020-06-10 15:30:52 +02:00
..
arrow_down.png
arrow_right.png
button_disabled.png
button_focus.png
button_hover.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
button_normal.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
button_pressed.png
checked.png
checker_bg.png
close.png
close_hl.png
color_picker_hue.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
color_picker_sample.png
default_theme.cpp Add generic file icon and its modulation to the 'FileDialog' 2020-06-10 15:30:52 +02:00
default_theme.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dropdown.png
error_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
error_icon.xpm
focus.png
font_hidpi.inc Add script to fix style issues and copyright headers 2019-06-17 13:35:47 +02:00
font_lodpi.inc Add script to fix style issues and copyright headers 2019-06-17 13:35:47 +02:00
graph_node.png
graph_node_breakpoint.png
graph_node_close.png
graph_node_comment.png
graph_node_comment_focus.png
graph_node_default.png
graph_node_default_focus.png
graph_node_position.png
graph_node_selected.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
graph_port.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
hseparator.png
hslider_bg.png
hslider_grabber.png
hslider_grabber_disabled.png
hslider_grabber_hl.png
hslider_tick.png
hsplit_bg.png
hsplitter.png
icon_add.png
icon_close.png
icon_color_pick.png
icon_file.png Add generic file icon and its modulation to the 'FileDialog' 2020-06-10 15:30:52 +02:00
icon_folder.png
icon_parent_folder.png
icon_reload.png
icon_snap_grid.png
icon_visibility.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
icon_zoom_less.png
icon_zoom_more.png
icon_zoom_reset.png
line_edit.png
line_edit_clear.png
line_edit_disabled.png
make_header.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mini_checkerboard.png
option_arrow.png
option_button_disabled.png
option_button_hover.png
option_button_normal.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
option_button_pressed.png
overbright_indicator.png Draw an indicator to denote overbright colors in ColorPicker 2019-09-27 15:28:42 +02:00
panel_bg.png
popup_bg.png
popup_bg_disabled.png
popup_window.png
progress_bar.png
progress_fill.png
radio_checked.png
radio_unchecked.png
scroll_bg.png
scroll_button_left.png
scroll_button_left_hl.png
scroll_button_right.png
scroll_button_right_hl.png
scroll_grabber.png
scroll_grabber_hl.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
scroll_grabber_pressed.png
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
selection.png
selection_oof.png
space.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
spinbox_updown.png
submenu.png
tab.png
tab_behind.png
tab_close.png
tab_container_bg.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
tab_current.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
tab_disabled.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
tab_menu.png
tab_menu_hl.png
theme_data.h Add generic file icon and its modulation to the 'FileDialog' 2020-06-10 15:30:52 +02:00
toggle_off.png
toggle_off_disabled.png Default theme: make toggle_off_disabled.png the same dimension as other CheckButton images 2019-08-06 22:12:58 +02:00
toggle_on.png
toggle_on_disabled.png Default theme: make toggle_off_disabled.png the same dimension as other CheckButton images 2019-08-06 22:12:58 +02:00
tooltip_bg.png
tree_bg.png
tree_bg_disabled.png
tree_title.png
tree_title_pressed.png
unchecked.png
updown.png
vseparator.png
vslider_bg.png
vslider_grabber.png
vslider_grabber_disabled.png
vslider_grabber_hl.png
vslider_tick.png
vsplit_bg.png
vsplitter.png
window_resizer.png
xpmfix.sh