virtualx-engine/scene/gui
Marius Hanl fa304b5130 Fix RichTextLabel: BBCode [color] tags are not counting in font char spacing
Each BBCode tag is drawn individually, so we have to add the character spacing manually.
2023-01-03 07:53:19 +01:00
..
aspect_ratio_container.cpp Add a property hint for AspectRatioContainer's ratio property 2022-04-17 22:04:39 +02:00
aspect_ratio_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
base_button.cpp Fix some corner cases in the Menu/OptionButton item auto-highlight 2022-08-28 01:45:08 -03:00
base_button.h Merge pull request #64636 from YeldhamDev/menu_buttons_popup_fix_bp 2022-08-24 19:06:37 +02:00
box_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
button.cpp Support multiline strings in buttons 2022-10-01 21:50:39 -05:00
button.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
center_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
center_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_box.cpp Add missing CheckBox & CheckButton editor icons 2022-04-04 12:15:46 +08:00
check_box.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
check_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
check_button.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
color_picker.cpp Fix ColorPicker always emitting color_changed on html submit 2022-11-30 15:36:25 +01:00
color_picker.h Improve Colorpicker presets 2022-01-17 15:21:47 +01:00
color_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
color_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
control.cpp Add vector value linking 2022-12-18 10:32:04 +08:00
control.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
dialogs.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
dialogs.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
file_dialog.cpp Remove auto selecting the first file for FileDialog with Save file mode selected 2022-12-01 12:27:43 +08:00
file_dialog.h Add root_subfolder to FileDialog 2022-08-08 19:50:41 +02:00
flow_container.cpp Add alignment options to flow container 2022-11-12 12:11:16 +01:00
flow_container.h Add alignment options to flow container 2022-11-12 12:11:16 +01:00
gradient_edit.cpp Add interpolation modes to Gradient 2022-05-12 14:24:04 -05:00
gradient_edit.h Add interpolation modes to Gradient 2022-05-12 14:24:04 -05:00
graph_edit.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
graph_edit.h Add GraphNode 'selected' and 'unselected' signals, simplify GraphEdit 2022-09-06 01:35:58 -04:00
graph_node.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
graph_node.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
grid_container.cpp Distribute remaining pixel to expanding childs of GridContainer 2022-05-16 21:12:21 +02:00
grid_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
item_list.cpp Fix crash after executing ItemList.set_icon_scale 2022-12-13 14:24:25 +01:00
item_list.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
label.cpp Backport Label3D node implementation and Sprite*3D material render priority. 2022-05-23 09:14:41 +03:00
label.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
line_edit.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
line_edit.h Merge pull request #58537 from winterpixelgames/feature/virtual-keyboard-types-3.x 2022-08-05 19:37:13 +02:00
link_button.cpp Add uri property for LinkButton 2022-12-18 10:43:39 +08:00
link_button.h Add uri property for LinkButton 2022-12-18 10:43:39 +08:00
margin_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
margin_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
menu_button.cpp Fix some corner cases in the Menu/OptionButton item auto-highlight 2022-08-28 01:45:08 -03:00
menu_button.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
nine_patch_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nine_patch_rect.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
option_button.cpp Fix some corner cases in the Menu/OptionButton item auto-highlight 2022-08-28 01:45:08 -03:00
option_button.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
panel.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
panel_container.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
panel_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
popup.cpp Allow changing exclusive of already popped up Popup 2022-05-28 01:10:49 +02:00
popup.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
popup_menu.cpp Merge pull request #64965 from YeldhamDev/more_hl_stuff_bp 2022-08-29 08:05:54 +02:00
popup_menu.h Merge pull request #64636 from YeldhamDev/menu_buttons_popup_fix_bp 2022-08-24 19:06:37 +02:00
progress_bar.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
progress_bar.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
range.cpp incorrect range value with min value and step 2022-12-12 14:22:54 +08:00
range.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
reference_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reference_rect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_effect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_effect.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rich_text_label.cpp Fix RichTextLabel: BBCode [color] tags are not counting in font char spacing 2023-01-03 07:53:19 +01:00
rich_text_label.h Hide text of RichTextLabel if BBCode is enabled 2022-10-11 15:21:19 +02:00
scroll_bar.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scroll_bar.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
scroll_container.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
scroll_container.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
separator.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
shortcut.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shortcut.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
slider.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
slider.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spin_box.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
spin_box.h Hide prefix/suffix on SpinBox focus 2022-08-29 18:06:25 +02:00
split_container.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
split_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tab_container.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
tab_container.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tabs.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
tabs.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
text_edit.cpp Enhance null checking for input event 2022-11-27 15:01:34 +07:00
text_edit.h Stop centering clicked suggestions in the autocomplete popup 2022-11-13 09:17:05 -03:00
texture_button.cpp TextureButton Fix logic for drawing only the focus texture 2022-01-31 22:54:25 +01:00
texture_button.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
texture_progress.cpp [3.x] AtlasTexture in radial modes of TextureProgress 2022-11-04 13:24:47 +03:00
texture_progress.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_rect.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
texture_rect.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
tool_button.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tool_button.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tree.cpp Check for null event in Tree._gui_input to avoid engine crash 2022-12-15 17:35:53 +01:00
tree.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
video_player.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
video_player.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
viewport_container.cpp Fix event transform in ViewportContainer 2022-04-04 22:34:49 +02:00
viewport_container.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00