virtualx-engine/scene/gui
Rémi Verschelde 19081a850d
Merge pull request #95889 from KoBeWi/tree_growing_sideways
Allow horizontal scrolling in Tree using Shift
2024-10-04 22:43:17 +02:00
..
aspect_ratio_container.cpp Fix container minimum size with hidden parent 2024-07-12 16:21:05 +03:00
aspect_ratio_container.h
base_button.cpp Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabled 2024-09-26 08:05:10 +08:00
base_button.h Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabled 2024-09-26 08:05:10 +08:00
box_container.cpp
box_container.h
button.cpp Fix button text autowrap overflow when inside a container 2024-09-24 09:55:48 +08:00
button.h
center_container.cpp Fix container minimum size with hidden parent 2024-07-12 16:21:05 +03:00
center_container.h
check_box.cpp
check_box.h
check_button.cpp
check_button.h
code_edit.compat.inc
code_edit.cpp Add TextEdit option to prevent copying without a selection 2024-09-14 09:39:36 +08:00
code_edit.h CodeEdit: improve render speed 2024-09-04 20:51:09 -07:00
color_mode.cpp
color_mode.h Style: Apply new clang-format changes 2024-09-20 08:09:48 -05:00
color_picker.cpp Expose LineEdit edit and unedit methods. 2024-10-04 10:37:33 +00:00
color_picker.h
color_rect.cpp
color_rect.h
container.cpp
container.h
control.cpp Add auto translate mode for tooltips 2024-09-26 22:31:22 +08:00
control.h Add auto translate mode for tooltips 2024-09-26 22:31:22 +08:00
dialogs.compat.inc
dialogs.cpp
dialogs.h
file_dialog.cpp Add filename filter field to FileDialog 2024-10-04 11:12:33 +02:00
file_dialog.h Add filename filter field to FileDialog 2024-10-04 11:12:33 +02:00
flow_container.cpp New Quick Open Dialog 2024-10-01 21:39:16 +02:00
flow_container.h New Quick Open Dialog 2024-10-01 21:39:16 +02:00
graph_edit.compat.inc
graph_edit.cpp Merge pull request #96309 from Geometror/fix-ge-cs-crash 2024-10-01 19:01:01 +02:00
graph_edit.h
graph_edit_arranger.cpp
graph_edit_arranger.h
graph_element.cpp
graph_element.h
graph_frame.cpp
graph_frame.h
graph_node.cpp Fix graph node stretch not taking titlebar into account 2024-09-08 17:59:50 +02:00
graph_node.h
grid_container.cpp
grid_container.h
item_list.cpp Add Auto width behavior to ItemList 2024-10-04 08:43:13 +02:00
item_list.h Add Auto width behavior to ItemList 2024-10-04 08:43:13 +02:00
label.cpp
label.h
line_edit.cpp Expose LineEdit edit and unedit methods. 2024-10-04 10:37:33 +00:00
line_edit.h Expose LineEdit edit and unedit methods. 2024-10-04 10:37:33 +00:00
link_button.cpp
link_button.h
margin_container.cpp
margin_container.h
menu_bar.cpp [MenuBar] Make menu start index more consistent. 2024-09-06 13:21:01 +03:00
menu_bar.h
menu_button.cpp Treat MenuBar and MenuButton as advanced UI 2024-08-28 14:26:54 +02:00
menu_button.h
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Always store ID of PopupMenu items 2024-08-20 15:33:21 +02:00
option_button.h
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp
popup.h
popup_menu.compat.inc
popup_menu.cpp Merge pull request #95902 from kitbdev/remove-forced-mouse-focus 2024-09-03 17:38:17 +02:00
popup_menu.h Clean up Viewport forced_mouse_focus 2024-08-21 09:37:44 -04:00
progress_bar.cpp
progress_bar.h
range.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
range.h
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp
rich_text_effect.h
rich_text_label.compat.inc
rich_text_label.cpp Handle scroll events in RichtTextLabel 2024-10-02 15:47:36 +02:00
rich_text_label.h [RTL] Improve BBCode parsing. 2024-09-06 13:50:47 +03:00
scroll_bar.cpp CI: Update clang-format pre-commit hook to 19.1.0 2024-09-26 11:46:12 +02:00
scroll_bar.h
scroll_container.cpp Add SCROLL_MODE_RESERVE to ScrollContainer 2024-09-12 14:02:01 +02:00
scroll_container.h Add SCROLL_MODE_RESERVE to ScrollContainer 2024-09-12 14:02:01 +02:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
separator.cpp
separator.h
slider.cpp Fix VSlider grabber area. 2024-09-14 12:40:41 +00:00
slider.h
spin_box.cpp Prevent LineEdit from losing focus when text is submitted or rejected. 2024-09-10 13:43:31 +00:00
spin_box.h Prevent LineEdit from losing focus when text is submitted or rejected. 2024-09-10 13:43:31 +00:00
split_container.cpp Improvements to SplitContainer including a drag bar background StyleBox. 2024-09-14 19:35:51 -05:00
split_container.h Improvements to SplitContainer including a drag bar background StyleBox. 2024-09-14 19:35:51 -05:00
subviewport_container.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
subviewport_container.h
tab_bar.cpp Fix TabBar initialization issue and add tests 2024-09-20 18:49:46 -04:00
tab_bar.h Fix TabBar initialization issue and add tests 2024-09-20 18:49:46 -04:00
tab_container.cpp Fix TabBar initialization issue and add tests 2024-09-20 18:49:46 -04:00
tab_container.h
text_edit.compat.inc
text_edit.cpp Fix renaming nodes on X11 2024-09-25 09:05:51 -05:00
text_edit.h Add TextEdit option to prevent copying without a selection 2024-09-14 09:39:36 +08:00
texture_button.cpp
texture_button.h
texture_progress_bar.cpp
texture_progress_bar.h
texture_rect.cpp
texture_rect.h
tree.cpp Merge pull request #95889 from KoBeWi/tree_growing_sideways 2024-10-04 22:43:17 +02:00
tree.h Add auto translate mode for cells in Tree 2024-10-01 21:24:10 +08:00
video_stream_player.cpp
video_stream_player.h
view_panner.cpp
view_panner.h