2
0
Fork 0
godot/scene/gui
Rémi Verschelde 2e8fdd0112
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```

(cherry picked from commit b197de6f5f)
2022-01-07 00:17:47 +07:00
..
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +07:00
aspect_ratio_container.cpp doc: Sync classref with current source 2021-01-13 16:55:27 +07:00
aspect_ratio_container.h doc: Sync classref with current source 2021-01-13 16:55:27 +07:00
base_button.cpp [3.x]Fix BaseButton's localization for tooltip text with shortcut 2021-12-21 12:23:20 +07:00
base_button.h Add set_pressed_no_signal method to BaseButton 2021-07-15 10:52:22 +07:00
box_container.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
box_container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
button.cpp Add focus font color to Button and derivatives 2021-10-26 17:40:51 +07:00
button.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
center_container.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
center_container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
check_box.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
check_box.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
check_button.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
check_button.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
color_picker.cpp Add cache to color picker for presets 2021-07-07 18:06:31 +07:00
color_picker.h Add cache to color picker for presets 2021-07-07 18:06:31 +07:00
color_rect.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
color_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +07:00
container.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
control.cpp Fix typos with codespell 2022-01-07 00:17:47 +07:00
control.h Expose API to retrieve Theme's default font 2021-10-04 17:44:53 +07:00
dialogs.cpp Add AcceptDialog::remove_button method 2021-07-06 18:27:03 +07:00
dialogs.h Add AcceptDialog::remove_button method 2021-07-06 18:27:03 +07:00
file_dialog.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +07:00
file_dialog.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
gradient_edit.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
gradient_edit.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
graph_edit.cpp Better port handling connection for `GraphEdit` 2021-09-14 13:41:27 +07:00
graph_edit.h Better port handling connection for `GraphEdit` 2021-09-14 13:41:27 +07:00
graph_node.cpp Fix typos with codespell 2022-01-07 00:17:47 +07:00
graph_node.h Add missing graphnode setters. 2021-07-14 15:37:59 +07:00
grid_container.cpp Style: Cleanup uses of double spaces between words 2021-06-07 12:06:59 +07:00
grid_container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
item_list.cpp Redraw on item list custom bg/fg colour change 2021-08-12 16:42:16 +07:00
item_list.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
label.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +07:00
label.h Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +07:00
line_edit.cpp Fix LineEdit undo crash 2021-09-29 13:52:40 +07:00
line_edit.h Improve Undo/Redo menu items 2021-08-18 00:46:51 +07:00
link_button.cpp Add focus font color to Button and derivatives 2021-10-26 17:40:51 +07:00
link_button.h LinkButton's text now is automatically translated 2021-08-26 17:56:34 +07:00
margin_container.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
margin_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +07:00
menu_button.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
menu_button.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
nine_patch_rect.cpp Add a node warning using NinePatchRect's Tile or Tile Fit modes in GLES2 2021-09-17 06:29:10 +07:00
nine_patch_rect.h Add a node warning using NinePatchRect's Tile or Tile Fit modes in GLES2 2021-09-17 06:29:10 +07:00
option_button.cpp Add focus font color to Button and derivatives 2021-10-26 17:40:51 +07:00
option_button.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
panel.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
panel.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
panel_container.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
panel_container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
popup.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
popup.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
popup_menu.cpp Fix crash when executing PopupMenu.new()._submenu_timeout() 2021-07-27 12:11:28 +07:00
popup_menu.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
progress_bar.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
progress_bar.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
range.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
range.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
reference_rect.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
reference_rect.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
rich_text_effect.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
rich_text_effect.h Update copyright statements to 2021 2021-01-13 16:17:06 +07:00
rich_text_label.cpp Fix RTL min/max line width calculation. 2021-11-29 16:45:32 +07:00
rich_text_label.h clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +07:00
scroll_bar.cpp Added increment_pressed and decrement_pressed icons to scrollbars 2021-09-21 17:14:59 +07:00
scroll_bar.h Added increment_pressed and decrement_pressed icons to scrollbars 2021-09-21 17:14:59 +07:00
scroll_container.cpp ScrollContainer: Expose `_ensure_focused_visible` to the API 2021-05-31 19:05:30 +07:00
scroll_container.h ScrollContainer: Expose `_ensure_focused_visible` to the API 2021-05-31 19:05:30 +07:00
separator.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
separator.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
shortcut.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
shortcut.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
slider.cpp Fix vertical slider grabber_area height calculation 2021-06-14 15:46:09 +07:00
slider.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
spin_box.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
spin_box.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
split_container.cpp Make invisible `SplitContainer` nodes correctly calculate the minimal size of its children 2021-07-06 11:10:46 +07:00
split_container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
tab_container.cpp Fix TabContainer not setting layout immediately 2022-01-06 00:58:30 +07:00
tab_container.h TabContainer: Fix error on removing top-level Control child, Remove _get_tab method 2021-08-04 22:10:06 +07:00
tabs.cpp Prevent hidden tab close buttons from intercepting input [3.x] 2021-11-30 10:59:32 +07:00
tabs.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
text_edit.cpp Add methods to get position from column and line in TextEdit 2021-11-29 16:44:34 +07:00
text_edit.h Add methods to get position from column and line in TextEdit 2021-11-29 16:44:34 +07:00
texture_button.cpp TextureButton Update min size on any texture change 2021-06-17 12:47:54 +07:00
texture_button.h Added flip_h and flip_v properties in TextureButton 2021-06-01 12:52:14 +07:00
texture_progress.cpp progress_offset now added to reference cross draw function 2021-11-29 16:43:57 +07:00
texture_progress.h Add offset for TextureProgress progress texture 2021-09-21 17:14:59 +07:00
texture_rect.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
texture_rect.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
tool_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +07:00
tool_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +07:00
tree.cpp #54143 Fix potential null pointer dereference 2021-10-23 14:47:02 +07:00
tree.h Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +07:00
video_player.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
video_player.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
viewport_container.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +07:00
viewport_container.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00