.. |
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
|
Update copyright statements to 2021
|
2021-01-01 20:19:21 +01:00 |
check_button.cpp
|
|
|
check_button.h
|
Update copyright statements to 2021
|
2021-01-01 20:19:21 +01:00 |
code_edit.cpp
|
Fix deleting selection at the first line do not work with backspace
|
2021-10-01 20:23:52 +02:00 |
code_edit.h
|
|
|
color_picker.cpp
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
color_picker.h
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
color_rect.cpp
|
|
|
color_rect.h
|
|
|
container.cpp
|
|
|
container.h
|
|
|
control.cpp
|
GDScript completion: Handle quote style ad-hoc to remove editor dependency
|
2021-10-04 16:16:05 +02:00 |
control.h
|
Add the base scale factor to the Theme resource
|
2021-10-04 15:25:07 +03:00 |
dialogs.cpp
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
dialogs.h
|
Add AcceptDialog::remove_button method
|
2021-07-06 18:14:20 +02:00 |
file_dialog.cpp
|
Add support for internal nodes
|
2021-08-28 02:07:23 +02:00 |
file_dialog.h
|
|
|
gradient_edit.cpp
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
gradient_edit.h
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
graph_edit.cpp
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
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
|
Initialize class variables with default values in scene/ [2/2]
|
2021-02-09 18:24:36 +01:00 |
item_list.cpp
|
|
|
item_list.h
|
|
|
label.cpp
|
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
|
2021-10-01 15:13:29 +03:00 |
label.h
|
|
|
line_edit.cpp
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03: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
|
|
|
menu_button.h
|
|
|
nine_patch_rect.cpp
|
|
|
nine_patch_rect.h
|
|
|
option_button.cpp
|
|
|
option_button.h
|
Make some enhancements to the POT generation
|
2021-09-02 11:12:54 -03:00 |
panel_container.cpp
|
|
|
panel_container.h
|
|
|
panel.cpp
|
|
|
panel.h
|
|
|
popup_menu.cpp
|
|
|
popup_menu.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
|
|
|
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
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
rich_text_label.h
|
|
|
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
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 -03:00 |
SCsub
|
|
|
separator.cpp
|
Optimize StringName usage
|
2021-07-18 21:20:02 -03:00 |
separator.h
|
|
|
slider.cpp
|
|
|
slider.h
|
|
|
spin_box.cpp
|
|
|
spin_box.h
|
|
|
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
|
Fix Tabs offset overreaching when scrolling fast
|
2021-10-04 10:37:53 -03:00 |
tabs.h
|
|
|
text_edit.cpp
|
Fix caret position and viewport centering after deleting line (Ctrl-X)
|
2021-10-04 17:11:20 +02:00 |
text_edit.h
|
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
|
2021-10-01 15:13:29 +03: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
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
tree.h
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
video_player.cpp
|
|
|
video_player.h
|
|
|