godot/platform/linuxbsd
Markus Sauermann b44e6bb42b Fix colorpicker slider bug with mouse-up outside of popup
When releasing the mouse button outside of the popup while dragging
a slider, the slider still gets adjusted by mouse-move events.

The reason for this bug is that the mouse-up event is sent to the
focused window (main editor window) instead of the colorpicker
popup window.

This PR adjusts the linuxbsd X11 DisplayServer to send the event to the
correct expected window.
2022-12-06 19:30:13 +01:00
..
export
x11 Fix colorpicker slider bug with mouse-up outside of popup 2022-12-06 19:30:13 +01:00
crash_handler_linuxbsd.cpp
crash_handler_linuxbsd.h
dbus-so_wrap.c
dbus-so_wrap.h
detect.py Load X11 dynamically 2022-12-03 19:23:43 +01:00
fontconfig-so_wrap.c Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
fontconfig-so_wrap.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
freedesktop_portal_desktop.cpp
freedesktop_portal_desktop.h
freedesktop_screensaver.cpp
freedesktop_screensaver.h
godot_linuxbsd.cpp
joypad_linux.cpp Fix burning CPU with udev disabled on Flatpak 2022-12-03 20:10:48 -08:00
joypad_linux.h
libudev-so_wrap.c
libudev-so_wrap.h
logo.png
os_linuxbsd.cpp [Linux/BSD] Fix build without fontconfig. 2022-12-05 07:56:44 +02:00
os_linuxbsd.h [Linux/BSD] Fix build without fontconfig. 2022-12-05 07:56:44 +02:00
pck_embed.ld
pck_embed.legacy.ld
platform_config.h Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
platform_linuxbsd_builders.py
README.md
SCsub linuxbsd: move all X11 stuff in its own directory 2022-11-02 20:48:46 +01:00
speechd-so_wrap.c
speechd-so_wrap.h
tts_linux.cpp
tts_linux.h

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.