godot/scene/gui
Rémi Verschelde c8859f0463
Fix typos with codespell
Using codespell 1.17.1.

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

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2020-09-18 14:09:51 +02:00
..
base_button.cpp
base_button.h
box_container.cpp Fix typos with codespell 2020-09-18 14:09:51 +02:00
box_container.h
button.cpp
button.h
center_container.cpp
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
color_picker.cpp colorpicker margin bug fixed 2020-06-04 11:14:16 +02:00
color_picker.h
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Updated editor spin slider to have better behaviour and adjusted control's size_flags_stretch_ratio value range 2020-05-06 23:30:28 +02:00
control.h
dialogs.cpp Clicking backgrd. dimming of editor popup stops input event propagation 2020-03-25 11:38:54 +01:00
dialogs.h
file_dialog.cpp Add generic file icon and its modulation to the 'FileDialog' 2020-06-10 15:30:52 +02:00
file_dialog.h Improve UX of drive letters 2020-03-17 14:48:54 +01:00
gradient_edit.cpp
gradient_edit.h
graph_edit.cpp Disconnect item_rect_changed when removing a child of GraphEdit 2020-09-11 17:36:55 -04:00
graph_edit.h Remove get_local_mouse_position() hack in GraphEdit 2020-05-18 16:40:33 +02:00
graph_node.cpp Fixed separation of ports on GraphNode 2020-07-03 15:34:30 +02:00
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp
item_list.h
label.cpp Revert "make Label consider spaces for visible_characters" 2020-01-28 19:37:04 +01:00
label.h
line_edit.cpp Fix LineEdit not consuming enter events 2020-09-08 13:38:58 +02:00
line_edit.h Add option to disable virtual keyboard for LineEdit 2020-07-24 10:31:57 +02:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_button.cpp
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Fix OptionButton docs godotengine#36803 2020-04-16 11:45:19 +02:00
option_button.h
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp
popup.h
popup_menu.cpp PopupMenu.get_current_index() bound to ClassDB 2020-05-07 13:36:53 +02:00
popup_menu.h PopupMenu.get_current_index() bound to ClassDB 2020-05-07 13:36:53 +02:00
progress_bar.cpp
progress_bar.h
range.cpp
range.h
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.cpp Fix RichTextLabel alignment for clickable regions 2020-09-11 11:15:40 +02:00
rich_text_label.h Option in RichTextLabel for height to fit content 2020-06-19 16:17:27 +02:00
scroll_bar.cpp Allow scroll_to_line when scroll_active is 'false' 2020-06-04 12:09:39 +02:00
scroll_bar.h Allow scroll_to_line when scroll_active is 'false' 2020-06-04 12:09:39 +02:00
scroll_container.cpp Merge pull request #35183 from YeldhamDev/scrollbar_regression 2020-01-16 07:56:05 +01:00
scroll_container.h
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp
separator.h
shortcut.cpp
shortcut.h
slider.cpp Add style for highlighted Slider grab area 2020-04-16 12:47:17 +02:00
slider.h
spin_box.cpp
spin_box.h
split_container.cpp Uses split cursor for SplitContainer 2020-02-14 16:02:56 +01:00
split_container.h
tab_container.cpp Handle gone TabContainer popup nicely 2020-06-24 19:31:26 +02:00
tab_container.h Handle gone TabContainer popup nicely 2020-06-24 19:31:26 +02:00
tabs.cpp
tabs.h
text_edit.cpp Skip indentation of empty lines when indenting a selection. 2020-08-17 11:04:36 +02:00
text_edit.h Add option to disable virtual keyboard for TextEdit 2020-08-09 18:22:11 +02:00
texture_button.cpp
texture_button.h
texture_progress.cpp
texture_progress.h
texture_rect.cpp Fix TextureRect::flip_* when used with atlas texture 2020-04-16 12:47:18 +02:00
texture_rect.h
tool_button.cpp
tool_button.h
tree.cpp Check if old mouse column is still available. 2020-09-08 13:39:32 +02:00
tree.h Prevent dragging from SceneTree buttons 2020-07-03 13:17:57 +02:00
video_player.cpp VideoPlayer: fix possible race condition 2020-07-03 13:17:57 +02:00
video_player.h
viewport_container.cpp
viewport_container.h