virtualx-engine/scene
Rodolphe Suescun 0838eca063 Fixed issue #11893 (SpinBox Capturing mouse)
To prevent the SpinBox from capturing mouse, added a "drag.allowed"
variable that is set to true only when clicking inside the control.
Entering the control with the left mouse button pressed will not
trigger drag anymore.

Also modified the value update code when dragging so it does not
modify the base_val.
2018-12-10 19:33:04 +01:00
..
2d Add Z-Index for Autotile 2018-12-07 18:42:56 -02:00
3d #24131: fix for PathFollow offset slider overlapping with the inspector 2018-12-04 00:29:37 +01:00
animation Warn about AnimationTreePlayer's deprecation 2018-12-09 12:39:37 -02:00
audio Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop 2018-11-11 11:00:24 -03:00
gui Fixed issue #11893 (SpinBox Capturing mouse) 2018-12-10 19:33:04 +01:00
main Merge pull request #20609 from YeldhamDev/menu_hover_explicit 2018-12-09 23:15:33 +01:00
resources Fix AutoTile z-index not persisting correctly 2018-12-07 23:51:49 -02:00
register_scene_types.cpp Get rid of ancient .theme format for Theme resource. It was not working and can be done the same using .tres format. Closes #19038 2018-11-27 20:42:47 -03:00
register_scene_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.cpp Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
scene_string_names.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub Move Penner easing equations to thirdparty/misc 2018-09-28 16:01:26 +02:00