virtualx-engine/scene/gui
Rémi Verschelde a647fb3e62 Fix typos with codespell
Using codespell 2.2-dev from current git.

Fix a couple incorrect uses of gendered pronouns.
2022-03-31 14:07:29 +02:00
..
aspect_ratio_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
aspect_ratio_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
base_button.cpp Fix typo in BaseButton shortcut context methods 2022-03-07 22:36:12 +01:00
base_button.h Fix typo in BaseButton shortcut context methods 2022-03-07 22:36:12 +01:00
box_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
box_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
button.cpp Fix text clipping on the right side. 2022-03-13 17:26:00 +02:00
button.h
center_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
center_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
check_box.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
check_box.h
check_button.cpp Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
check_button.h Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
code_edit.cpp Fix inspector group name capitalization 2022-03-28 14:02:06 -05:00
code_edit.h Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
color_picker.cpp String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
color_picker.h Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
color_rect.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
color_rect.h
container.cpp String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
control.cpp Fix Control::warp_mouse to respect canvas transform 2022-03-30 23:18:23 +02:00
control.h Merge pull request #59548 from akien-mga/obj-remove-unused-categories 2022-03-28 14:17:24 +02:00
dialogs.cpp Refactor Object metadata 2022-03-24 14:21:52 +01:00
dialogs.h
file_dialog.cpp Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-editor 2022-03-12 20:48:32 +01:00
file_dialog.h Convert uses of DirAccess * to DirAccessRef to prevent memleaks 2022-03-11 09:13:11 +01:00
flow_container.cpp Fix children visibility check 2022-03-16 15:51:27 +02:00
flow_container.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gradient_edit.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
gradient_edit.h
graph_edit.cpp popup_request signal emits mouse click position 2022-03-12 14:00:04 +05:30
graph_edit.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
graph_node.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
graph_node.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
grid_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
grid_container.h
item_list.cpp Allow negative indexes in ItemList and PopupMenu 2022-03-12 01:14:03 +01:00
item_list.h Fixed bug with text going under scrollbar 2022-02-25 13:45:38 -08:00
label.cpp Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
label.h
line_edit.cpp Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
line_edit.h Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
link_button.cpp Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
link_button.h Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
margin_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
margin_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
menu_button.cpp Fix typo in BaseButton shortcut context methods 2022-03-07 22:36:12 +01:00
menu_button.h Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
nine_patch_rect.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
nine_patch_rect.h
option_button.cpp Hide text and icon properties in OptionButton 2022-03-19 13:36:10 +01:00
option_button.h Hide text and icon properties in OptionButton 2022-03-19 13:36:10 +01:00
panel.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
panel.h Fix theming for floating window docks 2022-02-07 09:55:25 -03:00
panel_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
panel_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
popup.cpp Remove set_as_minsize() 2022-03-06 00:57:42 +01:00
popup.h Remove set_as_minsize() 2022-03-06 00:57:42 +01:00
popup_menu.cpp Fix text buf does not clear when calling the method set_item_text in PopupMenu 2022-03-15 21:49:00 +08:00
popup_menu.h Enhancements and fixes for OptionButton and PopupMenu 2022-02-06 16:03:18 -03:00
progress_bar.cpp Remove unnecessary "Percent" group in ProgressBar 2022-03-21 17:21:56 -05:00
progress_bar.h
range.cpp String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
range.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
reference_rect.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.cpp Fix typos with codespell 2022-03-31 14:07:29 +02:00
rich_text_label.h Merge pull request #58394 from bruvzg/rtl_hint 2022-03-18 14:49:13 +01:00
scroll_bar.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
scroll_bar.h
scroll_container.cpp String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
scroll_container.h
SCsub
separator.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
separator.h
slider.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
slider.h
spin_box.cpp Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
spin_box.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
split_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
split_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
subviewport_container.cpp Fix event transform in SubViewportContainer 2022-03-30 20:56:36 +02:00
subviewport_container.h Add configuration warning for SubViewportContainer 2022-03-26 20:33:45 +01:00
tab_bar.cpp Merge pull request #59336 from YeldhamDev/where_we_dropping_boys 2022-03-26 23:30:07 +01:00
tab_bar.h Add visual marker when dragging and dropping tabs 2022-03-21 22:16:29 -03:00
tab_container.cpp Add visual marker when dragging and dropping tabs 2022-03-21 22:16:29 -03:00
tab_container.h Fix renaming TabContainer children not updating tab names when outside the tree 2022-03-04 18:26:08 -03:00
text_edit.cpp Fix "p_from_line > p_to_line" errors in text edit 2022-03-11 01:13:45 -05:00
text_edit.h Add optional constructor arguments to more Control nodes 2022-03-04 09:48:41 +01:00
texture_button.cpp
texture_button.h
texture_progress_bar.cpp Fix "Stretch Margin" group in TextureProgressBar 2022-03-21 17:18:45 -05:00
texture_progress_bar.h
texture_rect.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
texture_rect.h
tree.cpp Make vararg method bind no return and return 2022-03-30 11:43:12 +02:00
tree.h Make vararg method bind no return and return 2022-03-30 11:43:12 +02:00
video_stream_player.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
video_stream_player.h
view_panner.cpp
view_panner.h