virtualx-engine/scene/gui
Yuri Sizov ecc5c275f4
Merge pull request #70407 from Koyper/rich_text_bold_italics
[RTL] Fix push bold or italics not using bold_italics_font when required
2022-12-23 00:10:53 +03:00
..
aspect_ratio_container.cpp
aspect_ratio_container.h
base_button.cpp Add configuration warning when ButtonGroup is used with non-toggleable buttons 2022-12-22 06:59:47 +01:00
base_button.h Add configuration warning when ButtonGroup is used with non-toggleable buttons 2022-12-22 06:59:47 +01:00
box_container.cpp
box_container.h
button.cpp Remove redundant Variant-types initializations 2022-11-14 19:35:19 +01:00
button.h
center_container.cpp
center_container.h
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 autocomplete with autobrace completion not adding closing pair 2022-12-19 14:20:52 +00:00
code_edit.h Merge pull request #62675 from Jummit/tolerant_lookup 2022-12-03 21:30:57 +01:00
color_mode.cpp Change hue icons to horizontal GradientTexture2D 2022-11-02 15:34:15 +01:00
color_mode.h
color_picker.cpp Merge pull request #68255 from jbcolli2/ColorPickerBug 2022-12-21 22:25:14 +01:00
color_picker.h Merge pull request #68255 from jbcolli2/ColorPickerBug 2022-12-21 22:25:14 +01:00
color_rect.cpp
color_rect.h
container.cpp Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
container.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
control.cpp Restore 'rotation_degrees' properties. 2022-12-19 10:59:47 +01:00
control.h Restore 'rotation_degrees' properties. 2022-12-19 10:59:47 +01:00
dialogs.cpp Fix inspector not showing name for LabelSettings.font 2022-11-25 12:48:37 +08:00
dialogs.h Make AcceptDialog and derivatives utilize StyleBox fully 2022-09-07 01:42:11 +03:00
file_dialog.cpp Remove auto selecting the first file for FileDialog with Save file mode selected 2022-11-13 02:24:17 +01:00
file_dialog.h Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
flow_container.cpp Add alignment options to flow container 2022-10-23 13:40:17 +02:00
flow_container.h Add alignment options to flow container 2022-10-23 13:40:17 +02:00
graph_edit.cpp Improve usage of StringNames in GraphEdit 2022-12-02 22:57:23 +01:00
graph_edit.h Improve usage of StringNames in GraphEdit 2022-12-02 22:57:23 +01:00
graph_node.cpp Prevent editor crash when deleting children of GraphNode 2022-11-30 09:25:26 +08:00
graph_node.h Improve parameter naming and documentation in GraphEdit and GraphNode 2022-09-09 17:50:44 +03:00
grid_container.cpp
grid_container.h
item_list.cpp Fix crash after executing ItemList.set_icon_scale 2022-12-13 15:53:50 +08: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 #67083 from RedMser/label-font-warning 2022-10-09 18:29:06 +02:00
label.h Add warning for missing characters in label font 2022-10-08 17:02:25 +02:00
line_edit.cpp fixed bug showing only two digits in color picker 2022-12-07 13:55:51 +01:00
line_edit.h Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-LineEdit 2022-12-05 18:06:50 +01:00
link_button.cpp Add uri property for LinkButton 2022-12-17 15:27:33 +01:00
link_button.h Add uri property for LinkButton 2022-12-17 15:27:33 +01:00
margin_container.cpp
margin_container.h
menu_bar.cpp Merge pull request #66337 from EricEzaM/sprite-frames 2022-10-13 15:24:39 +02:00
menu_bar.h Move Shortcut Context to Control and ensure that shortcut_input adheres to contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context. 2022-10-13 21:07:19 +10:00
menu_button.cpp Move Shortcut Context to Control and ensure that shortcut_input adheres to contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context. 2022-10-13 21:07:19 +10:00
menu_button.h Improve MenuButton and OptionButton 2022-10-03 20:07:39 +10:00
nine_patch_rect.cpp
nine_patch_rect.h
option_button.cpp Fix position and size of OptionButton PopupMenu 2022-11-12 21:12:02 +01:00
option_button.h Improve MenuButton and OptionButton 2022-10-03 20:07:39 +10:00
panel.cpp
panel.h
panel_container.cpp
panel_container.h
popup.cpp Prevent Popups it the edited scene tree from closing on focus loss. Hide irrelevant Popup flags from the editor inspector. 2022-10-11 08:55:00 +03:00
popup.h Prevent Popups it the edited scene tree from closing on focus loss. Hide irrelevant Popup flags from the editor inspector. 2022-10-11 08:55:00 +03:00
popup_menu.cpp Fix menu popup safe rect height no including theme separation. 2022-12-07 08:21:27 +02:00
popup_menu.h Ensure popup menu redraws items when shortcuts update. 2022-09-26 23:21:32 +10:00
progress_bar.cpp Add Control::localize_numeral_system property to toggle automatic numeral system conversion. 2022-11-17 14:59:56 +02:00
progress_bar.h Rename ProgressBar.percent_visible to show_percentage 2022-09-07 11:58:30 +02:00
range.cpp Merge pull request #65101 from MrPhnix/range_value_bug 2022-12-05 18:08:28 +01:00
range.h Merge pull request #67660 from Rindbee/improve-setter-for-Range 2022-12-01 18:11:01 +01:00
reference_rect.cpp
reference_rect.h
rich_text_effect.cpp [RichTextEffect] Restore missing relative_index property. 2022-12-02 09:50:54 +02:00
rich_text_effect.h Fix glyph_flags typo. 2022-12-09 23:50:01 -06:00
rich_text_label.cpp Merge pull request #70407 from Koyper/rich_text_bold_italics 2022-12-23 00:10:53 +03:00
rich_text_label.h Renamed RTL remove_line() to remove_paragraph(). 2022-12-21 11:54:18 -06:00
scroll_bar.cpp Fix Determining Window for Touchscreen 2022-12-07 09:54:29 +01:00
scroll_bar.h Remove redundant Variant-types initializations 2022-11-14 19:35:19 +01:00
scroll_container.cpp Fix Determining Window for Touchscreen 2022-12-07 09:54:29 +01:00
scroll_container.h Change return type of get_configuration_warnings to PackedStringArray 2022-09-19 16:43:15 +01:00
SCsub
separator.cpp
separator.h
slider.cpp Merge pull request #66337 from EricEzaM/sprite-frames 2022-10-13 15:24:39 +02:00
slider.h
spin_box.cpp Add Control::localize_numeral_system property to toggle automatic numeral system conversion. 2022-11-17 14:59:56 +02:00
spin_box.h Allow selecting SpinBox & LineEdit text when focus enters 2022-10-29 09:58:42 +08:00
split_container.cpp Code simplifications found by cppcheck 2022-11-21 08:43:36 +01: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 Fix Viewport being visible after leaving tree 2022-11-23 16:04:07 +01:00
subviewport_container.h Fix Viewport being visible after leaving tree 2022-11-23 16:04:07 +01:00
tab_bar.cpp Code simplifications found by cppcheck 2022-11-21 08:43:36 +01:00
tab_bar.h
tab_container.cpp Fix problems with tab_changed signal when removing multiple tabs at once 2022-10-27 03:16:01 -03:00
tab_container.h Fix problems with tab_changed signal when removing multiple tabs at once 2022-10-27 03:16:01 -03:00
text_edit.cpp [TextEdit] Fix IME intermediate text not displayed when TextEdit is empty and placeholder is set. 2022-12-13 20:22:48 +02:00
text_edit.h Unified shortcut to clear carets and selections 2022-11-02 18:23:24 +01:00
texture_button.cpp Rename TextureButton set_*_texture methods to set_texture_* 2022-11-19 17:33:40 -06:00
texture_button.h Rename TextureButton set_*_texture methods to set_texture_* 2022-11-19 17:33:40 -06:00
texture_progress_bar.cpp Support AtlasTexture in radial modes of TextureProgressBar 2022-10-17 20:44:25 +03:00
texture_progress_bar.h
texture_rect.cpp Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
texture_rect.h
tree.cpp Fix misaligned edit box when clicking on Tree items with different sizes 2022-12-20 00:23:51 -03:00
tree.h Rename theme cache separation names 2022-11-30 16:06:14 +01:00
video_stream_player.cpp Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
video_stream_player.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
view_panner.cpp fixed holding alt while zooming zooms in by 2 increments. 2022-10-13 11:38:25 +01:00
view_panner.h