godot/scene
PouleyKetchoupp c0b394572f 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-17 18:25:40 +02:00
..
2d Provide warning when using polygon shapes in CollisionShape2D node 2020-07-06 14:16:28 +02:00
3d Properly pass safe margin on initialization. 2020-07-15 12:48:18 +02:00
animation Merge pull request #39803 from TwistedTwigleg/3.2.skeleton_ik_scale_fix 2020-07-06 16:16:57 +02:00
audio SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
debugger Format remote printerr properly in script debugger output 2020-07-02 17:43:37 +02:00
gui Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
main Fix parent check for add_child_below_node 2020-07-11 15:57:17 -05:00
resources Avoid overflow when calculating visible_cells 2020-07-15 12:11:31 +02:00
register_scene_types.cpp Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00