virtualx-engine/scene/gui
markdibarry c0caafe960 Add offset methods for lines and paragraphs in RichTextLabel
Adds `get_line_offset` and `get_paragraph_offset` methods to `RichTextLabel`

Fix arg mismatch
2022-02-13 13:15:21 -05:00
..
aspect_ratio_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
aspect_ratio_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
base_button.cpp Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_focus_owner() 2022-02-03 11:59:32 +01:00
base_button.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
box_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
box_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
button.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
center_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
center_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
check_box.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
check_box.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
check_button.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
check_button.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
code_edit.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
code_edit.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
color_picker.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +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 Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
control.cpp Limit inspector updates when dragging anchored controls 2022-02-13 00:19:06 +03:00
control.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
dialogs.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
dialogs.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_dialog.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
file_dialog.h [Windows] Add support for handling network share paths. 2022-01-24 16:22:59 +02:00
flow_container.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
flow_container.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gradient_edit.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gradient_edit.h Improve the default project theme 2022-01-19 18:46:01 +03:00
graph_edit.cpp simplify formatting scripts, add a clang-tidy script, and run clang-tidy 2022-01-29 04:41:03 -06:00
graph_edit.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
graph_node.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
graph_node.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03: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 Expose selectable property of ItemList's Item 2022-01-08 00:32:12 +01:00
item_list.h Expose selectable property of ItemList's Item 2022-01-08 00:32:12 +01:00
label.cpp [RTL / Label] Reorganize property order to ensure "visible_characters" / "percent_visible" are set after the "text". 2022-02-11 12:31:13 +02:00
label.h [TextServer] Add function to change font, font size, and OpenType features without invalidating line break points, justification points, or recreating shaped text buffer. 2022-02-02 11:20:44 +02:00
line_edit.cpp Move placeholder color to theme item 2022-01-30 17:56:23 +00:00
line_edit.h Move placeholder color to theme item 2022-01-30 17:56:23 +00:00
link_button.cpp Improve locale detection. 2022-01-18 14:30:00 +02:00
link_button.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
margin_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
margin_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
menu_button.cpp Make popups from MenuButton, OptionButton, and submenus obey the layout direction 2022-02-06 23:07:08 -03: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 Merge pull request #57692 from YeldhamDev/popping_options 2022-02-08 14:04:28 +01:00
option_button.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
panel.cpp Fix theming for floating window docks 2022-02-07 09:55:25 -03:00
panel.h Fix theming for floating window docks 2022-02-07 09:55:25 -03:00
panel_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
panel_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
popup.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
popup.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
popup_menu.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
popup_menu.h Enhancements and fixes for OptionButton and PopupMenu 2022-02-06 16:03:18 -03: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 Add offset methods for lines and paragraphs in RichTextLabel 2022-02-13 13:15:21 -05:00
rich_text_label.h Add offset methods for lines and paragraphs in RichTextLabel 2022-02-13 13:15:21 -05: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 Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +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 Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
split_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
subviewport_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
subviewport_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
tab_bar.cpp Fix TabBar._update_hover crash 2022-02-08 22:06:58 +01:00
tab_bar.h Bring TabBar to full parity with the TabContainer implementation. 2022-01-31 15:35:54 -03:00
tab_container.cpp Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
tab_container.h Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
text_edit.cpp Fix typos with codespell 2022-02-10 12:30:19 +01:00
text_edit.h [TextServer] Add function to change font, font size, and OpenType features without invalidating line break points, justification points, or recreating shaped text buffer. 2022-02-02 11:20:44 +02:00
texture_button.cpp Rework TextureButton stretch 2022-02-05 02:11:32 +01:00
texture_button.h Rework TextureButton stretch 2022-02-05 02:11:32 +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 Rename TextureRect.expand to ignore_texture_size 2022-01-07 20:21:17 +01:00
texture_rect.h Rename TextureRect.expand to ignore_texture_size 2022-01-07 20:21:17 +01:00
tree.cpp Improve TreeItem button API 2022-02-08 23:56:13 +08:00
tree.h Improve TreeItem button API 2022-02-08 23:56:13 +08: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
view_panner.cpp Fix 2D Pan Tool 2022-01-24 22:21:19 +01:00
view_panner.h Fix 2D Pan Tool 2022-01-24 22:21:19 +01:00