virtualx-engine/scene/gui
PouleyKetchoupp ac9e5d9c60
Fix TextEdit autoscroll with wrapped lines
Index to find the last line wrap index was off by one, which prevented the first wrapped line to trigger autoscroll.

(cherry picked from commit 121030940c)
2021-02-16 14:27:38 +01:00
..
aspect_ratio_container.cpp doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
aspect_ratio_container.h doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
base_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
base_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_picker.cpp Update ColorPicker controls when entering tree 2021-02-08 22:36:37 +01:00
color_picker.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
control.cpp Allow to override drop data in LineEdit 2021-01-26 17:24:55 +01:00
control.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dialogs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dialogs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_dialog.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_dialog.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
graph_edit.cpp Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_edit.h Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.cpp Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
label.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
line_edit.cpp Allow to override drop data in LineEdit 2021-01-26 17:24:55 +01:00
line_edit.h [GUI] Enforce virtual keyboard redisplay on clear 2021-01-26 13:18:14 +03:00
link_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
link_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup.cpp Fix popup_centered() for scaled popups 2021-01-27 18:12:09 +01:00
popup.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
range.cpp Make Range return 1.0 ratio if minimum and maximum values are equal 2021-01-26 17:00:17 +01:00
range.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_label.cpp Keep RichTextLabel visible character properties in sync 2021-01-15 16:49:46 +01:00
rich_text_label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
separator.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
spin_box.cpp Fix unintended SpinBox mouse capture 2021-02-02 13:02:42 +01:00
spin_box.h Fix unintended SpinBox mouse capture 2021-02-02 13:02:42 +01:00
split_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
split_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tab_container.cpp Fix errors when removing non Control node from TabContainer 2021-01-13 16:17:10 +01:00
tab_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
text_edit.cpp Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
text_edit.h Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
texture_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tree.cpp Merge pull request #45813 from RandomShaper/keep_selected_visible_3.2 2021-02-09 10:43:37 +01:00
tree.h Expose Tree::scroll_to_item() 2021-02-08 02:19:23 +01:00
video_player.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
video_player.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00