virtualx-engine/scene/gui
Hugo Locurcio f6443beade
Add a theme constant to change LineEdit and TextEdit's caret width
This can be useful to improve caret visibility, especially at
larger font sizes. This can also be used for accessibility purposes.
2022-01-07 20:51:22 +01:00
..
aspect_ratio_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
aspect_ratio_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
base_button.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
base_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
box_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
box_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
button.cpp Merge pull request #54441 from Geometror/checkbutton-checkbox-font-hover-pressed-color 2022-01-05 10:55:33 +01:00
button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
center_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
center_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
check_box.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
check_box.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
check_button.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
check_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
code_edit.cpp Merge pull request #55851 from Chaosus/better-completion-options-list_rebased 2022-01-06 09:40:44 +01:00
code_edit.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
color_picker.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
color_picker.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
color_rect.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
color_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
control.cpp Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties 2022-01-06 11:33:43 +01:00
control.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dialogs.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dialogs.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_dialog.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_dialog.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gradient_edit.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gradient_edit.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
graph_edit.cpp Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere 2022-01-07 16:14:28 +01:00
graph_edit.h Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere 2022-01-07 16:14:28 +01:00
graph_node.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
graph_node.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
grid_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
grid_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
item_list.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
item_list.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
label.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
label.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
line_edit.cpp Add a theme constant to change LineEdit and TextEdit's caret width 2022-01-07 20:51:22 +01:00
line_edit.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
link_button.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
link_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
margin_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
margin_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
menu_button.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
menu_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
nine_patch_rect.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
nine_patch_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
option_button.cpp Fix missing arg name in bindings for GDExtension API 2022-01-07 14:24:06 +01:00
option_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
panel.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
panel.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
panel_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
panel_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
popup.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
popup.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
popup_menu.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
popup_menu.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
progress_bar.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
progress_bar.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
range.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
range.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
reference_rect.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01: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 Merge pull request #54351 from LeaoLuciano/leak-remove-line-richtextlabel 2022-01-07 15:22:24 +01:00
rich_text_label.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scroll_bar.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scroll_bar.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scroll_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scroll_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
separator.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
separator.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
slider.cpp Merge pull request #55775 from timothyqiu/slider-drag 2022-01-07 13:02:40 +01:00
slider.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
spin_box.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
spin_box.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
split_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
split_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
subviewport_container.cpp Update the minimum size of ViewportContainer 2022-01-06 15:43:12 +01:00
subviewport_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tab_bar.cpp Fix missing arg name in bindings for GDExtension API 2022-01-07 14:24:06 +01:00
tab_bar.h Inspector property array for TabBar 2022-01-05 12:23:11 -06:00
tab_container.cpp Merge pull request #56206 from KoBeWi/random_call_deferred_to_the_rescue_once_again 2022-01-05 10:57:53 +01:00
tab_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
text_edit.cpp Add a theme constant to change LineEdit and TextEdit's caret width 2022-01-07 20:51:22 +01:00
text_edit.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_button.cpp Fix TextureButton focus texture logic 2022-01-04 01:06:24 +01:00
texture_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_progress_bar.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_progress_bar.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_rect.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
texture_rect.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tree.cpp Merge pull request #55791 from kleonc/tree-dont-consume-mouse-if-collapser-not-visible 2022-01-05 10:56:50 +01:00
tree.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
video_stream_player.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
video_stream_player.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00