.. |
aspect_ratio_container.cpp
|
|
|
aspect_ratio_container.h
|
|
|
base_button.cpp
|
|
|
base_button.h
|
|
|
box_container.cpp
|
|
|
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
|
|
|
code_edit.cpp
|
Use range iterators for Map
|
2021-09-30 15:09:12 -06:00 |
code_edit.h
|
Change completion prefixes to single char and unnecessary ui_cancel accept_event
|
2021-09-20 09:42:39 +01:00 |
color_picker.cpp
|
Merge pull request #52430 from AnilBK/vector2-replacements
|
2021-09-24 13:04:42 +02:00 |
color_picker.h
|
|
|
color_rect.cpp
|
|
|
color_rect.h
|
|
|
container.cpp
|
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
|
2021-09-21 10:35:23 +03:00 |
container.h
|
|
|
control.cpp
|
Allow non-control Nodes to handle drag forwarding (e.g. Windows)
|
2021-10-01 18:03:51 +10:00 |
control.h
|
Allow non-control Nodes to handle drag forwarding (e.g. Windows)
|
2021-10-01 18:03:51 +10:00 |
dialogs.cpp
|
|
|
dialogs.h
|
|
|
file_dialog.cpp
|
|
|
file_dialog.h
|
|
|
gradient_edit.cpp
|
|
|
gradient_edit.h
|
|
|
graph_edit.cpp
|
Use functions defined in the their classes.
|
2021-09-29 09:36:34 +05:45 |
graph_edit.h
|
|
|
graph_node.cpp
|
Use range iterators for Map
|
2021-09-30 15:09:12 -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
|
Use range iterators for Map
|
2021-09-30 15:09:12 -06:00 |
grid_container.h
|
|
|
item_list.cpp
|
|
|
item_list.h
|
|
|
label.cpp
|
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
|
2021-09-21 10:35:23 +03:00 |
label.h
|
|
|
line_edit.cpp
|
Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods
|
2021-09-29 10:31:37 +02:00 |
line_edit.h
|
Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods
|
2021-09-29 10:31:37 +02:00 |
link_button.cpp
|
|
|
link_button.h
|
|
|
margin_container.cpp
|
|
|
margin_container.h
|
|
|
menu_button.cpp
|
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
|
2021-09-21 10:35:23 +03:00 |
menu_button.h
|
|
|
nine_patch_rect.cpp
|
|
|
nine_patch_rect.h
|
|
|
option_button.cpp
|
Merge pull request #49376 from menip/OptionButtonFix
|
2021-09-17 16:00:42 +02:00 |
option_button.h
|
|
|
panel.cpp
|
|
|
panel.h
|
|
|
panel_container.cpp
|
|
|
panel_container.h
|
|
|
popup.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +02:00 |
popup.h
|
|
|
popup_menu.cpp
|
|
|
popup_menu.h
|
|
|
progress_bar.cpp
|
|
|
progress_bar.h
|
|
|
range.cpp
|
|
|
range.h
|
|
|
reference_rect.cpp
|
|
|
reference_rect.h
|
|
|
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
|
Construct values only when necessary.
|
2021-09-25 14:46:45 +05:45 |
rich_text_label.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 |
scroll_bar.cpp
|
Construct values only when necessary.
|
2021-09-23 22:26:07 +05:45 |
scroll_bar.h
|
|
|
scroll_container.cpp
|
Construct values only when necessary.
|
2021-09-23 22:26:07 +05:45 |
scroll_container.h
|
|
|
SCsub
|
|
|
separator.cpp
|
|
|
separator.h
|
|
|
slider.cpp
|
|
|
slider.h
|
|
|
spin_box.cpp
|
Added option for spinbox to update it's value on line edit 'text_changed' rather than 'text_entered'
|
2021-09-21 23:24:33 +10:00 |
spin_box.h
|
Added option for spinbox to update it's value on line edit 'text_changed' rather than 'text_entered'
|
2021-09-21 23:24:33 +10:00 |
split_container.cpp
|
|
|
split_container.h
|
|
|
subviewport_container.cpp
|
|
|
subviewport_container.h
|
|
|
tab_container.cpp
|
Merge pull request #53049 from AnilBK/dont-construct-2
|
2021-09-25 12:26:08 +02:00 |
tab_container.h
|
|
|
tabs.cpp
|
Rename some elements of Tabs
|
2021-09-30 20:18:23 -03:00 |
tabs.h
|
|
|
text_edit.cpp
|
Merge pull request #53112 from EricEzaM/better-breakpoint-gutter
|
2021-09-30 14:57:23 +02:00 |
text_edit.h
|
Improved breakpoint gutter for CodeEdit.
|
2021-09-30 22:15:47 +10:00 |
texture_button.cpp
|
|
|
texture_button.h
|
|
|
texture_progress_bar.cpp
|
Construct values only when necessary.
|
2021-09-25 14:46:45 +05:45 |
texture_progress_bar.h
|
|
|
texture_rect.cpp
|
|
|
texture_rect.h
|
|
|
tree.cpp
|
Fix tree title column size minimum width
|
2021-09-28 14:54:48 +02:00 |
tree.h
|
Fix minimum size of TreeItem
|
2021-09-26 17:02:54 +08:00 |
video_player.cpp
|
|
|
video_player.h
|
|
|