godot/scene/gui
PouleyKetchoupp 8c05dadcff Fix Return key events in LineEdit & TextEdit on Android
Depending on the device implementation, editor actions could be
received with different action ids or not at all for multi-line.

Added a parameter to virtual keyboards to properly handle single-line
and multi-line cases in all situations.

Single-line:
Input type set to text without multiline to make sure actions are sent.
IME options are set to DONE action to force action id consistency.

Multi-line:
Input type set to text and multiline to make sure enter triggers new lines.
Actions are disabled by the multiline flag, so '\n' characters are
handled in text changed callbacks.
2020-07-26 20:06:07 +02:00
..
base_button.cpp Uncheck 'Pressed' if toggle_mode is unchecked 2020-07-02 19:14:10 +01:00
base_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
box_container.cpp Merge pull request #40436 from DanielZTing/master 2020-07-24 13:47:18 +02:00
box_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
button.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
button.h Add override keywords. 2020-07-10 13:56:54 +01:00
center_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
center_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
check_box.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
check_box.h Add override keywords. 2020-07-10 13:56:54 +01:00
check_button.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
check_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
color_picker.cpp Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
color_picker.h Add override keywords. 2020-07-10 13:56:54 +01:00
color_rect.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
color_rect.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
container.cpp Fix Container sorting not working when overriding _sort_children in gdscript 2020-05-16 18:13:25 +02:00
container.h Add override keywords. 2020-07-10 13:56:54 +01:00
control.cpp Fix content scale mode, closes #37941 2020-07-02 17:16:13 -03:00
control.h Add override keywords. 2020-07-10 13:56:54 +01:00
dialogs.cpp Fix cancel/OK button order on macOS 2020-07-10 15:10:11 -05:00
dialogs.h Fix cancel/OK button order on macOS 2020-07-10 15:10:11 -05:00
file_dialog.cpp Small naming and tooltip tweaks 2020-07-23 20:17:43 -03:00
file_dialog.h Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs). 2020-07-14 14:35:22 +02:00
gradient_edit.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
gradient_edit.h Add override keywords. 2020-07-10 13:56:54 +01:00
graph_edit.cpp Emit signals for GraphEdit multi-node selection and unselection 2020-07-09 19:15:27 +08:00
graph_edit.h Add override keywords. 2020-07-10 13:56:54 +01:00
graph_node.cpp Fixed separation of ports on GraphNode 2020-07-03 11:28:08 +02:00
graph_node.h Add override keywords. 2020-07-10 13:56:54 +01:00
grid_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
grid_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
item_list.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
item_list.h Add override keywords. 2020-07-10 13:56:54 +01:00
label.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
label.h Add override keywords. 2020-07-10 13:56:54 +01:00
line_edit.cpp Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
line_edit.h Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit 2020-07-23 18:02:51 +02:00
link_button.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
link_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
margin_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
margin_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
menu_button.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
menu_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
nine_patch_rect.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
nine_patch_rect.h Add override keywords. 2020-07-10 13:56:54 +01:00
option_button.cpp Allow searching with keyboard input by default in PopupMenu 2020-05-17 23:28:24 +02:00
option_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
panel.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
panel.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
panel_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
panel_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
popup.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
popup.h Add override keywords. 2020-07-10 13:56:54 +01:00
popup_menu.cpp Allow searching with keyboard input by default in PopupMenu 2020-05-17 23:28:24 +02:00
popup_menu.h Add override keywords. 2020-07-10 13:56:54 +01:00
progress_bar.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
progress_bar.h Add override keywords. 2020-07-10 13:56:54 +01:00
range.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
range.h Add override keywords. 2020-07-10 13:56:54 +01:00
reference_rect.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
reference_rect.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rich_text_effect.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rich_text_effect.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rich_text_label.cpp Merge pull request #40217 from theoway/visible_line_count_fix 2020-07-22 09:50:26 +02:00
rich_text_label.h Add override keywords. 2020-07-10 13:56:54 +01:00
scroll_bar.cpp GUI ScrollBar: possible fix for scrolling 2020-07-25 21:54:56 +02:00
scroll_bar.h Add override keywords. 2020-07-10 13:56:54 +01:00
scroll_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
scroll_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
separator.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
separator.h Add override keywords. 2020-07-10 13:56:54 +01:00
shortcut.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
shortcut.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
slider.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
slider.h Add override keywords. 2020-07-10 13:56:54 +01:00
spin_box.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
spin_box.h Add override keywords. 2020-07-10 13:56:54 +01:00
split_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
split_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
subviewport_container.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
subviewport_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
tab_container.cpp Handle gone TabContainer popup nicely 2020-06-24 19:34:32 +02:00
tab_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
tabs.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
tabs.h Add override keywords. 2020-07-10 13:56:54 +01:00
text_edit.cpp Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
text_edit.h Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2020-07-11 17:09:58 +01:00
texture_button.cpp Added flip_h and flip_v properties in TextureButton 2020-07-01 11:31:27 +02:00
texture_button.h Add override keywords. 2020-07-10 13:56:54 +01:00
texture_progress.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
texture_progress.h Add override keywords. 2020-07-10 13:56:54 +01:00
texture_rect.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
texture_rect.h Add override keywords. 2020-07-10 13:56:54 +01:00
tree.cpp Prevent infinite loop in Tree incremental search 2020-07-20 13:22:00 +02:00
tree.h Add override keywords. 2020-07-10 13:56:54 +01:00
video_player.cpp VideoPlayer: fix possible race condition 2020-06-29 13:01:54 +10:00
video_player.h Add override keywords. 2020-07-10 13:56:54 +01:00