.. |
aspect_ratio_container.cpp
|
|
|
aspect_ratio_container.h
|
|
|
base_button.cpp
|
|
|
base_button.h
|
|
|
box_container.cpp
|
Remove node_hrcr hack
|
2021-10-28 01:43:34 +02:00 |
box_container.h
|
|
|
button.cpp
|
Add focus font color to Button and derivatives
|
2021-10-26 17:42:40 +03:00 |
button.h
|
Fix missing argument names in bindings
|
2021-10-09 00:20:10 +02:00 |
center_container.cpp
|
|
|
center_container.h
|
|
|
check_box.cpp
|
|
|
check_box.h
|
|
|
check_button.cpp
|
|
|
check_button.h
|
|
|
code_edit.cpp
|
Ignore empty Font resources as theme override.
|
2021-10-25 14:05:37 +03: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
|
Fix missing argument names in bindings
|
2021-10-09 00:20:10 +02:00 |
color_picker.h
|
|
|
color_rect.cpp
|
|
|
color_rect.h
|
|
|
container.cpp
|
|
|
container.h
|
|
|
control.cpp
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
control.h
|
Remove unimplemented methods
|
2021-10-21 18:44:25 +01:00 |
dialogs.cpp
|
|
|
dialogs.h
|
|
|
file_dialog.cpp
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
file_dialog.h
|
|
|
gradient_edit.cpp
|
Several Gradient improvements
|
2021-11-08 19:11:36 +01:00 |
gradient_edit.h
|
Several Gradient improvements
|
2021-11-08 19:11:36 +01:00 |
graph_edit.cpp
|
|
|
graph_edit.h
|
|
|
graph_node.cpp
|
|
|
graph_node.h
|
|
|
grid_container.cpp
|
|
|
grid_container.h
|
|
|
item_list.cpp
|
Add missing argument names for bindings in GDExtension
|
2021-11-04 15:27:23 +01:00 |
item_list.h
|
Remove ItemList editor and replace it by a property array
|
2021-10-28 10:16:51 +02:00 |
label.cpp
|
Fix Label and RichTextLabale text shadows and shadow outlines.
|
2021-11-06 10:22:09 +02:00 |
label.h
|
|
|
line_edit.cpp
|
String: Remove erase method, bindings can't mutate String
|
2021-11-11 11:23:32 +01:00 |
line_edit.h
|
Add functions for getting name and font style from dynamic and bitmap fonts.
|
2021-10-31 12:40:58 +02:00 |
link_button.cpp
|
Add focus font color to Button and derivatives
|
2021-10-26 17:42:40 +03:00 |
link_button.h
|
|
|
margin_container.cpp
|
|
|
margin_container.h
|
|
|
menu_button.cpp
|
Add missing argument names for bindings in GDExtension
|
2021-11-04 15:27:23 +01:00 |
menu_button.h
|
Implement inspector property array for PopupMenu and MenuButton
|
2021-11-03 09:32:29 -06:00 |
nine_patch_rect.cpp
|
|
|
nine_patch_rect.h
|
|
|
option_button.cpp
|
Rename PROPERTY_USAGE_NOEDITOR to PROPERTY_USAGE_NO_EDITOR
|
2021-11-03 23:06:17 +01:00 |
option_button.h
|
|
|
panel.cpp
|
|
|
panel.h
|
|
|
panel_container.cpp
|
|
|
panel_container.h
|
|
|
popup.cpp
|
Fix popup trying to emit a non existing signal when closed
|
2021-10-31 23:21:31 +01:00 |
popup.h
|
Remove unimplemented methods
|
2021-10-21 18:44:25 +01:00 |
popup_menu.cpp
|
Add missing argument names for bindings in GDExtension
|
2021-11-04 15:27:23 +01:00 |
popup_menu.h
|
Implement inspector property array for PopupMenu and MenuButton
|
2021-11-03 09:32:29 -06: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
|
Modules: Make sure to include modules_enabled.gen.h where needed
|
2021-11-12 13:42:58 +01:00 |
rich_text_label.h
|
Fix Label and RichTextLabale text shadows and shadow outlines.
|
2021-11-06 10:22:09 +02:00 |
scroll_bar.cpp
|
|
|
scroll_bar.h
|
|
|
scroll_container.cpp
|
|
|
scroll_container.h
|
|
|
SCsub
|
|
|
separator.cpp
|
|
|
separator.h
|
|
|
slider.cpp
|
|
|
slider.h
|
|
|
spin_box.cpp
|
Fix missing argument names in bindings
|
2021-10-09 00:20:10 +02:00 |
spin_box.h
|
Fix missing argument names in bindings
|
2021-10-09 00:20:10 +02:00 |
split_container.cpp
|
|
|
split_container.h
|
|
|
subviewport_container.cpp
|
|
|
subviewport_container.h
|
|
|
tab_bar.cpp
|
Rename TabBar 's tab_closed signal to tab_close_pressed
|
2021-10-28 13:10:44 -03:00 |
tab_bar.h
|
Remove unimplemented methods
|
2021-10-21 18:44:25 +01:00 |
tab_container.cpp
|
|
|
tab_container.h
|
|
|
text_edit.cpp
|
Merge pull request #54204 from Ev1lbl0w/bugfix-textedit_selection_mode_crash
|
2021-11-10 19:03:33 +01:00 |
text_edit.h
|
Add option to make selection unique
|
2021-10-27 19:45:52 +02:00 |
texture_button.cpp
|
|
|
texture_button.h
|
|
|
texture_progress_bar.cpp
|
Fix bilinear TextureProgressBar with nine patch enabled
|
2021-10-14 11:19:32 +08:00 |
texture_progress_bar.h
|
|
|
texture_rect.cpp
|
|
|
texture_rect.h
|
|
|
tree.cpp
|
Ignore empty Font resources as theme override.
|
2021-10-25 14:05:37 +03:00 |
tree.h
|
|
|
video_player.cpp
|
Remove WebM support (and deps libvpx and opus)
|
2021-10-15 12:09:11 +02:00 |
video_player.h
|
|
|