godot/scene
Maxim Kulkin 5adc7e397e Fix LineEdit not consuming events
The most important issue is LineEdit not consuming
"ui_text_submit" event which makes pressing Enter after
editing escape to other components causing unwanted
interactions.

Also fix handling mouse button interactions not consuming
some events.

Also implement early return in case we know which event
type it is and there is no point in checking other event
types.

PS I'm also suspicious that mouse motion events also need
to be consumed, but haven't explored those cases.
2023-02-03 14:38:12 -05:00
..
2d Merge pull request #72365 from groud/warn_ysort_tilemap 2023-01-30 13:28:22 +01:00
3d Merge pull request #71964 from bruvzg/mat_key 2023-01-30 10:03:49 +01:00
animation Merge pull request #72388 from TokageItLab/transition-reset-each 2023-01-30 17:35:00 +01:00
audio Implement blending audio feature to AnimationTree 2023-01-28 20:08:29 +09:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gui Fix LineEdit not consuming events 2023-02-03 14:38:12 -05:00
main Merge pull request #71995 from Faless/net/4.x_tls_verify 2023-01-30 13:28:31 +01:00
resources Merge pull request #72344 from smix8/default_navmap_on_demand_only_4.x 2023-01-30 13:35:48 +01:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Add AudioStreamPolyphonic to make it easier to play polyphonic sound from code 2023-01-22 16:22:45 +01:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00