1
0
Fork 0
godot/platform/linuxbsd
Markus Sauermann 60aaa017ff Enable Drag and Drop for SubViewports and Windows
Make Drag and Drop an application-wide operation.
This allows do drop on Controls in other Viewports/Windows.

In order to achieve this, `Viewport::_update_mouse_over` is adjusted to
remember the Control, that the mouse is over (possibly within nested
viewports). This Control is used as a basis for the Drop-operation, which
replaces the previous algorithm, which was only aware of the topmost
Viewport.

Also now all nodes in the SceneTree are notified about the Drag and Drop
operation, with the exception of SubViewports that are not children of
SubViewportContainers.
2024-09-15 01:06:02 +02:00
..
doc_classes
export Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
wayland Wayland: clear button mask on pointer leave 2024-09-10 20:53:53 +02:00
x11 Enable Drag and Drop for SubViewports and Windows 2024-09-15 01:06:02 +02:00
README.md
SCsub
crash_handler_linuxbsd.cpp
crash_handler_linuxbsd.h
dbus-so_wrap.c
dbus-so_wrap.h
detect.py Disable FP contraction. 2024-07-23 14:33:51 +03:00
fontconfig-so_wrap.c
fontconfig-so_wrap.h
freedesktop_portal_desktop.cpp [Linux] Make file filters case insensitive. 2024-08-28 11:13:47 +03:00
freedesktop_portal_desktop.h
freedesktop_screensaver.cpp
freedesktop_screensaver.h
godot_linuxbsd.cpp
joypad_linux.cpp Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSD 2024-07-06 00:26:39 +02:00
joypad_linux.h Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSD 2024-07-06 00:26:39 +02:00
libudev-so_wrap.c
libudev-so_wrap.h
os_linuxbsd.cpp
os_linuxbsd.h
platform_config.h
platform_gl.h
platform_linuxbsd_builders.py
speechd-so_wrap.c
speechd-so_wrap.h
tts_linux.cpp [TextServer] Fix get_word_breaks and it uses. 2024-06-21 14:56:57 +03:00
tts_linux.h
xkbcommon-so_wrap.c
xkbcommon-so_wrap.h

README.md

Linux/*BSD platform port

This folder contains the C++ code for the Linux/*BSD platform port.

See also misc/dist/linux folder for additional files used by this platform.

Documentation

Artwork license

logo.png is derived from the Linux logo:

Permission to use and/or modify this image is granted provided you acknowledge me lewing@isc.tamu.edu and The GIMP if someone asks.