1
0
Fork 0
godot/scene/gui
kit addae393a4 Fix TextEdit line wrap indent when disabled 2025-07-22 22:29:05 -04:00
..
SCsub
aspect_ratio_container.cpp
aspect_ratio_container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
base_button.cpp Make `BaseButton`s' shortcut feedback timers internal 2025-06-03 09:52:28 -04:00
base_button.h Base accessibility API. 2025-04-08 20:14:28 +03:00
box_container.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
box_container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
button.cpp Cleanup accessibility names. 2025-06-23 11:08:36 +03:00
button.h Merge pull request #104230 from bruvzg/start_clip 2025-03-18 14:42:44 -05:00
center_container.cpp Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
center_container.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
check_box.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
check_box.h Base accessibility API. 2025-04-08 20:14:28 +03:00
check_button.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
check_button.h Merge pull request #95736 from nongvantinh/checkbox-states-colors 2025-03-10 10:01:18 -05:00
code_edit.compat.inc
code_edit.cpp [TextEdit] Draw guidelines under the text and caret. 2025-07-14 16:31:35 +03:00
code_edit.h [TextEdit] Draw guidelines under the text and caret. 2025-07-14 16:31:35 +03:00
color_mode.cpp ColorPicker: Add intensity slider 2025-05-23 12:45:29 +08:00
color_mode.h ColorPicker: Add intensity slider 2025-05-23 12:45:29 +08:00
color_picker.cpp Cleanup accessibility names. 2025-06-23 11:08:36 +03:00
color_picker.h ColorPicker: Add okhsl HS and HL rectangular picker shapes 2025-06-07 22:30:40 +08:00
color_picker_shape.cpp ColorPicker: Add okhsl HS and HL rectangular picker shapes 2025-06-07 22:30:40 +08:00
color_picker_shape.h ColorPicker: Add okhsl HS and HL rectangular picker shapes 2025-06-07 22:30:40 +08:00
color_rect.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
color_rect.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
container.cpp Remove NOTIFICATION_ENTER_TREE when NOTIFICATION_THEME_CHANGED is used 2025-05-06 15:28:03 +02:00
container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
control.cpp Merge pull request #108442 from limuy2022/master 2025-07-15 08:04:26 -05:00
control.h Move some accessibility properties from Node to Control 2025-06-08 16:25:28 +03:00
dialogs.compat.inc Optimize `Object::cast_to` by assuming no virtual and multiple inheritance, gaining 8x throughput over `dynamic_cast`. 2025-03-27 15:39:53 +01:00
dialogs.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
dialogs.h Ensure hiding AcceptDialog OK button keeps other buttons centered 2025-06-08 12:40:19 +02:00
file_dialog.cpp Cleanup accessibility names. 2025-06-23 11:08:36 +03:00
file_dialog.h Allow customizing FileDialog's features 2025-06-11 20:12:15 +02:00
flow_container.cpp
flow_container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
foldable_container.cpp Rename FoldableContainer's text to title 2025-04-28 00:12:32 +02:00
foldable_container.h Rename FoldableContainer's text to title 2025-04-28 00:12:32 +02:00
graph_edit.compat.inc
graph_edit.cpp Cleanup accessibility names. 2025-06-23 11:08:36 +03:00
graph_edit.h [GraphEdit] Improve UI control scheme by separating scroll_offset from scroll bars 2025-06-14 13:10:17 +02:00
graph_edit_arranger.cpp
graph_edit_arranger.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
graph_element.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
graph_element.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
graph_frame.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
graph_frame.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
graph_node.cpp [GraphNode] Fix slot focus rect draw, make slot focus mode configurable. 2025-06-22 15:07:11 +03:00
graph_node.h [GraphNode] Fix slot focus rect draw, make slot focus mode configurable. 2025-06-22 15:07:11 +03:00
grid_container.cpp Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
grid_container.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
item_list.cpp Fix itemlist text separation 2025-06-09 20:29:20 +03:00
item_list.h Make the position and the size of FileSystem controls more precise 2025-05-11 00:31:49 +08:00
label.cpp Fix visible ratio when displaying all characters in Label 2025-06-09 23:38:38 +02:00
label.h Merge pull request #104731 from Delsin-Yu/stackable-text-effect 2025-04-29 11:24:13 -05:00
line_edit.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
line_edit.h Add a `LineEdit` / `TextEdit` property to control whether the virtual keyboard should show on focus 2025-05-05 22:01:34 -04:00
link_button.cpp Cleanup accessibility names. 2025-06-23 11:08:36 +03:00
link_button.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
margin_container.cpp
margin_container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
menu_bar.cpp Fix some menu bar items unresponsive after language change 2025-06-16 09:35:37 +08:00
menu_bar.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
menu_button.cpp Fix scale and position of popups with `force_native`. 2025-06-16 13:03:42 +03:00
menu_button.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
nine_patch_rect.cpp
nine_patch_rect.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
option_button.cpp Fix scale and position of popups with `force_native`. 2025-06-16 13:03:42 +03:00
option_button.h Add auto translate mode for items in PopupMenu and OptionButton 2025-03-09 23:50:11 +08:00
panel.cpp Base accessibility API. 2025-04-08 20:14:28 +03:00
panel.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
panel_container.cpp
panel_container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
popup.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
popup.h Base accessibility API. 2025-04-08 20:14:28 +03:00
popup_menu.compat.inc
popup_menu.cpp Fix PopupMenu clickable area with shadows 2025-07-09 07:20:43 +02:00
popup_menu.h Call `PopupMenu` min. size calculations after `about_to_popup` signal processing. 2025-06-11 12:23:29 +03:00
progress_bar.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
progress_bar.h Fix a typo in a variable name 2025-05-09 00:09:26 +02:00
range.cpp Use `double` consistently in `Range::get_as_ratio`. 2025-07-15 16:39:24 +02:00
range.h Spinbox: Fix incorrect step and decimal text when using custom arrow step 2025-06-09 19:00:11 +08:00
reference_rect.cpp
reference_rect.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
rich_text_effect.cpp
rich_text_effect.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
rich_text_label.compat.inc [RTL] Decouple image width/height "in percent" properties. Add [hr] tag support. 2025-06-10 12:22:02 +03:00
rich_text_label.cpp [RTL] Fix text selection offset in padded cells. 2025-07-14 10:43:48 +03:00
rich_text_label.h Merge pull request #108399 from bruvzg/rtl_vflscr 2025-07-10 11:39:31 -05:00
scroll_bar.cpp Merge pull request #104386 from Repiteo/core/cpp-math 2025-04-27 19:21:22 -05:00
scroll_bar.h Unify ScrollBar/ScrollContainer scroll delta 2025-04-23 21:15:44 +02:00
scroll_container.cpp Fix SCROLL_MODE_RESERVE with RTL layout 2025-05-28 23:24:27 +02:00
scroll_container.h Fix `ScrollContainer` focus border issue 2025-04-14 17:51:43 -03:00
separator.cpp
separator.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
slider.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
slider.h Slider: Add tick position property and tick offset theme item 2025-06-09 12:36:08 +08:00
spin_box.cpp Deprecate updown icon 2025-07-19 23:23:55 +02:00
spin_box.h Deprecate updown icon 2025-07-19 23:23:55 +02:00
split_container.cpp Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -05:00
split_container.h Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -05:00
subviewport_container.cpp
subviewport_container.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
tab_bar.cpp Fix TabBar minimum size with clip_tabs on 2025-07-13 16:40:22 -07:00
tab_bar.h Add dock dragging area and highlight 2025-06-05 16:02:33 -07:00
tab_container.cpp Fix TabBar minimum size with clip_tabs on 2025-07-13 16:40:22 -07:00
tab_container.h Fix TabContainer respecting tabbar_background margins 2025-05-31 13:49:38 -07:00
text_edit.compat.inc
text_edit.cpp Fix TextEdit line wrap indent when disabled 2025-07-22 22:29:05 -04:00
text_edit.h Fix TextEdit line wrap indent when disabled 2025-07-22 22:29:05 -04:00
texture_button.cpp Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
texture_button.h Remove empty constructors and destructors from scene/ 2025-05-06 14:46:54 +02:00
texture_progress_bar.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
texture_progress_bar.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
texture_rect.cpp
texture_rect.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
tree.compat.inc Base accessibility API. 2025-04-08 20:14:28 +03:00
tree.cpp Fix inconsistent column in Tree click detection 2025-07-17 14:29:44 +02:00
tree.h Rename TreeItem's `alt_text` to `description` for consistency 2025-06-14 19:56:30 +02:00
video_stream_player.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
video_stream_player.h Add speed scale feature for VideoStreamPlayer node 2025-05-28 08:58:32 +08:00
view_panner.cpp Add drag zoom feature with CTRL+MiddleMouseButton 2025-05-01 15:15:44 +03:30
view_panner.h Add drag zoom feature with CTRL+MiddleMouseButton 2025-05-01 15:15:44 +03:30