virtualx-engine/scene/gui
2022-01-03 14:10:41 +01:00
..
aspect_ratio_container.cpp align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
aspect_ratio_container.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
base_button.cpp Fix BaseButton's localization for tooltip with shortcut 2021-12-21 01:08:37 +08:00
base_button.h Use "enum class" for input enums 2021-11-12 15:37:54 -06:00
box_container.cpp Fix wrong internal children usage in BoxContainer 2021-12-10 18:01:44 +01:00
box_container.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
button.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
button.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
center_container.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
center_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
check_box.cpp align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
check_box.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
check_button.cpp align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
check_button.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
code_edit.cpp Fix various typos 2022-01-02 01:03:58 -05:00
code_edit.h Fix breakpointed_lines out of sync when removing lines above 2021-10-06 14:23:37 +01:00
color_picker.cpp align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
color_picker.h Remove EDSCALE dependency from /scene/gui 2021-10-04 15:25:08 +03:00
color_rect.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
color_rect.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
container.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
container.h Add pre-sort signal and notification in Container 2021-10-05 13:09:01 -07:00
control.cpp Merge pull request #55739 from Paulb23/text-edit-base-performance 2021-12-10 09:46:15 +01:00
control.h Optimise TextEdit base operations 2021-12-08 18:23:07 +00:00
dialogs.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
dialogs.h Add AcceptDialog::remove_button method 2021-07-06 18:14:20 +02:00
file_dialog.cpp align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
file_dialog.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
gradient_edit.cpp Fix wrong ColorPicker shape with GradientEdit 2021-12-20 18:00:11 +01:00
gradient_edit.h Fix wrong ColorPicker shape with GradientEdit 2021-12-20 18:00:11 +01:00
graph_edit.cpp Fix various typos 2022-01-02 01:03:58 -05:00
graph_edit.h Merge pull request #52015 from mechPenSketch/expose_hotzones2 2021-12-15 20:23:07 +01:00
graph_node.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
graph_node.h Fixes sync issue between position_offset and rect_position in GraphNode 2021-09-23 10:53:45 +05:30
grid_container.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
grid_container.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
item_list.cpp Merge pull request #55487 from YeldhamDev/scroll_bikeshedding 2022-01-03 14:10:41 +01:00
item_list.h Rename all methods that return ScrollBar nodes to get_*_scroll_bar() 2021-11-30 13:46:36 -03:00
label.cpp Merge pull request #55636 from bruvzg/vis_char_modes 2021-12-23 00:43:33 +01:00
label.h Merge pull request #55636 from bruvzg/vis_char_modes 2021-12-23 00:43:33 +01:00
line_edit.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
line_edit.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
link_button.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
link_button.h LinkButton's text now is automatically translated 2021-08-27 20:11:58 -03:00
margin_container.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
margin_container.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
menu_button.cpp Rename "items_count" property to "item_count" 2021-12-06 22:02:27 -06:00
menu_button.h Implement inspector property array for PopupMenu and MenuButton 2021-11-03 09:32:29 -06:00
nine_patch_rect.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
nine_patch_rect.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
option_button.cpp Implement property array for OptionButton 2021-12-21 08:53:09 +01:00
option_button.h Implement property array for OptionButton 2021-12-21 08:53:09 +01:00
panel.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
panel.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
panel_container.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
panel_container.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
popup.cpp Use "enum class" for input enums 2021-11-12 15:37:54 -06:00
popup.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
popup_menu.cpp Merge pull request #55487 from YeldhamDev/scroll_bikeshedding 2022-01-03 14:10:41 +01:00
popup_menu.h Use "enum class" for input enums 2021-11-12 15:37:54 -06:00
progress_bar.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
progress_bar.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
range.cpp Fix Range property dependencies 2021-10-09 17:36:38 +02:00
range.h Fix Range property dependencies 2021-10-09 17:36:38 +02:00
reference_rect.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
reference_rect.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rich_text_effect.cpp Add flag to connected grapheme. Apply RTL displacement FX only to the whole connected grapheme. Pass more glyph info to the custom RTL FX. 2021-09-21 13:51:38 +03:00
rich_text_effect.h Add flag to connected grapheme. Apply RTL displacement FX only to the whole connected grapheme. Pass more glyph info to the custom RTL FX. 2021-09-21 13:51:38 +03:00
rich_text_label.cpp Merge pull request #55487 from YeldhamDev/scroll_bikeshedding 2022-01-03 14:10:41 +01:00
rich_text_label.h Merge pull request #55487 from YeldhamDev/scroll_bikeshedding 2022-01-03 14:10:41 +01:00
scroll_bar.cpp Use "enum class" for input enums 2021-11-12 15:37:54 -06:00
scroll_bar.h Merge pull request #51805 from skysphr/scrollbar-icons-pressed 2021-09-13 14:57:21 +02:00
scroll_container.cpp Merge pull request #55487 from YeldhamDev/scroll_bikeshedding 2022-01-03 14:10:41 +01:00
scroll_container.h Merge pull request #55487 from YeldhamDev/scroll_bikeshedding 2022-01-03 14:10:41 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
separator.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
separator.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
slider.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
slider.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
spin_box.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
spin_box.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
split_container.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
split_container.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
subviewport_container.cpp Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
subviewport_container.h Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 2021-08-23 08:10:13 -03:00
tab_bar.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
tab_bar.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
tab_container.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
tab_container.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
text_edit.cpp Fix various typos 2022-01-02 01:03:58 -05:00
text_edit.h Fix various typos 2022-01-02 01:03:58 -05:00
texture_button.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
texture_button.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
texture_progress_bar.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
texture_progress_bar.h Add offset for TextureProgress progress texture 2021-09-01 14:39:08 +02:00
texture_rect.cpp Rename minimum_size_changed() method 2021-12-06 14:02:34 +01:00
texture_rect.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
tree.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
tree.h align to horizontal_alignment, valign to vertical_alignment, related 2021-12-09 01:38:46 -06:00
video_stream_player.cpp Rename VideoPlayer to VideoStreamPlayer for consistency 2021-12-06 19:01:28 +01:00
video_stream_player.h Rename VideoPlayer to VideoStreamPlayer for consistency 2021-12-06 19:01:28 +01:00