godot/scene/gui
2022-09-14 18:09:21 +02:00
..
aspect_ratio_container.cpp Add some codes, returnes directly if the value is not changed. 2022-08-23 23:25:22 +08:00
aspect_ratio_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
base_button.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
base_button.h Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix 2022-08-24 19:07:25 +02:00
box_container.cpp Rework oriented containers 2022-09-01 22:13:46 +02:00
box_container.h Rework oriented containers 2022-09-01 22:13:46 +02:00
button.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
button.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
center_container.cpp Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
center_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
check_box.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
check_box.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
check_button.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
check_button.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
code_edit.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
code_edit.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
color_mode.cpp Fix Hue slider incorrectly rotated 90 degrees in ColorPicker 2022-08-04 11:30:03 +08:00
color_mode.h ColorPicker Refactor 2022-07-06 22:11:43 +05:30
color_picker.cpp Rename raise() to move_to_front() 2022-09-06 22:13:06 +02:00
color_picker.h Fix ColorPicker color and hsv sync issue 2022-08-01 23:05:44 +02:00
color_rect.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
color_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
container.cpp String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +02:00
container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
control.cpp Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
control.h Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
dialogs.cpp Merge pull request #65375 from ItsNL/fix-accep-dialog-its_inside_tree-false 2022-09-07 17:53:46 +02:00
dialogs.h Make AcceptDialog and derivatives utilize StyleBox fully 2022-09-07 01:42:11 +03:00
file_dialog.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
file_dialog.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
flow_container.cpp Rework oriented containers 2022-09-01 22:13:46 +02:00
flow_container.h Rework oriented containers 2022-09-01 22:13:46 +02:00
graph_edit.cpp Add configuration warning to GraphEdit regarding future refactoring 2022-09-14 18:09:21 +02:00
graph_edit.h Add configuration warning to GraphEdit regarding future refactoring 2022-09-14 18:09:21 +02:00
graph_node.cpp Improve parameter naming and documentation in GraphEdit and GraphNode 2022-09-09 17:50:44 +03:00
graph_node.h Improve parameter naming and documentation in GraphEdit and GraphNode 2022-09-09 17:50:44 +03:00
grid_container.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
grid_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
item_list.cpp Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
item_list.h Make Vector2i values paired with EDSCALE be just Vector2 2022-09-08 14:46:32 -03:00
label.cpp Merge pull request #65213 from Mickeon/fix-label-visible-ratio 2022-09-01 23:49:28 +02:00
label.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
line_edit.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
line_edit.h Rename every instance of caret_blink_speed to caret_blink_interval 2022-09-06 18:37:17 +02:00
link_button.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
link_button.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
margin_container.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
margin_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
menu_bar.cpp Rename PopupMenu's set/get_current_index() to set/get_focused_item() 2022-09-06 10:51:14 -03:00
menu_bar.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
menu_button.cpp Rename PopupMenu's set/get_current_index() to set/get_focused_item() 2022-09-06 10:51:14 -03:00
menu_button.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
nine_patch_rect.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
nine_patch_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
option_button.cpp Rename PopupMenu's set/get_current_index() to set/get_focused_item() 2022-09-06 10:51:14 -03:00
option_button.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel_container.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
panel.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
popup_menu.cpp Rename PopupMenu's set/get_current_index() to set/get_focused_item() 2022-09-06 10:51:14 -03:00
popup_menu.h Rename PopupMenu's set/get_current_index() to set/get_focused_item() 2022-09-06 10:51:14 -03:00
popup.cpp Add dumb and manual theme caching systems to Window 2022-09-01 16:05:02 +03:00
popup.h Add dumb and manual theme caching systems to Window 2022-09-01 16:05:02 +03:00
progress_bar.cpp Rename ProgressBar.percent_visible to show_percentage 2022-09-07 11:58:30 +02:00
progress_bar.h Rename ProgressBar.percent_visible to show_percentage 2022-09-07 11:58:30 +02:00
range.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
range.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
reference_rect.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
reference_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rich_text_effect.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rich_text_effect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rich_text_label.cpp RTL Improvements 2022-09-13 11:40:20 +03:00
rich_text_label.h Fix theme propagation in various parts of the editor 2022-09-02 13:18:31 +03:00
scroll_bar.cpp Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT 2022-09-06 19:00:33 +02:00
scroll_bar.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
scroll_container.cpp Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
scroll_container.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
separator.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
separator.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
slider.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
slider.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
spin_box.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
spin_box.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
split_container.cpp Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
split_container.h Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
subviewport_container.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
subviewport_container.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
tab_bar.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
tab_bar.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
tab_container.cpp Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
tab_container.h Add a lifecycle method for manual theme item caching to Control 2022-09-01 16:35:36 +03:00
text_edit.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
text_edit.h Rename every instance of caret_blink_speed to caret_blink_interval 2022-09-06 18:37:17 +02:00
texture_button.cpp Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
texture_button.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
texture_progress_bar.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
texture_progress_bar.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_rect.cpp Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
texture_rect.h Rename TextureRect.expand to ignore_texture_size 2022-01-07 20:21:17 +01:00
tree.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
tree.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
video_stream_player.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
video_stream_player.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
view_panner.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
view_panner.h Fix 2D Pan Tool 2022-01-24 22:21:19 +01:00