.. |
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
|
Replace String comparisons with "", String() to is_empty()
|
2021-12-09 04:48:38 -06:00 |
base_button.h
|
Use "enum class" for input enums
|
2021-11-12 15:37:54 -06:00 |
box_container.cpp
|
align to horizontal_alignment, valign to vertical_alignment, related
|
2021-12-09 01:38:46 -06: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
|
Replace String comparisons with "", String() to is_empty()
|
2021-12-09 04:48:38 -06: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
|
Rename remove() to remove_at() when removing by index
|
2021-11-23 18:58:57 -07:00 |
gradient_edit.h
|
Several Gradient improvements
|
2021-11-08 19:11:36 +01:00 |
graph_edit.cpp
|
align to horizontal_alignment, valign to vertical_alignment, related
|
2021-12-09 01:38:46 -06:00 |
graph_edit.h
|
Making nodes enclosed within comment move with the comment node
|
2021-11-15 10:59:07 +05:30 |
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
|
Replace String comparisons with "", String() to is_empty()
|
2021-12-09 04:48:38 -06:00 |
item_list.h
|
Remove ItemList editor and replace it by a property array
|
2021-10-28 10:16:51 +02:00 |
label.cpp
|
Replace String comparisons with "", String() to is_empty()
|
2021-12-09 04:48:38 -06:00 |
label.h
|
align to horizontal_alignment, valign to vertical_alignment, related
|
2021-12-09 01:38:46 -06: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
|
align to horizontal_alignment, valign to vertical_alignment, related
|
2021-12-09 01:38:46 -06:00 |
option_button.h
|
Make some enhancements to the POT generation
|
2021-09-02 11:12:54 -03: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 #43181 from nathanfranke/string-empty
|
2021-12-10 08:56:31 +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
|
Replace String comparisons with "", String() to is_empty()
|
2021-12-09 04:48:38 -06:00 |
rich_text_label.h
|
align to horizontal_alignment, valign to vertical_alignment, related
|
2021-12-09 01:38:46 -06: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
|
ScrollContainer's scrollbar visibility is now enum
|
2021-12-07 18:27:12 +01:00 |
scroll_container.h
|
ScrollContainer's scrollbar visibility is now enum
|
2021-12-07 18:27:12 +01:00 |
SCsub
|
|
|
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
|
Merge pull request #55739 from Paulb23/text-edit-base-performance
|
2021-12-10 09:46:15 +01:00 |
text_edit.h
|
Optimise TextEdit base operations
|
2021-12-08 18:23:07 +00: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
|
Tree Don't consume mouse event by collapse arrow which isn't shown
|
2021-12-10 16:54:47 +01: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 |