index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
linuxbsd
/
display_server_x11.h
Age
Commit message (
Expand
)
Author
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-16
Fix named anonymous struct warning
Marcel Admiraal
2020-12-08
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-04
RenderingServer reorganization
reduz
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-11-27
Implement INCR mechanism for Linux clipboard
PouleyKetchoupp
2020-11-26
Merge pull request #42652 from nekomatata/x11-clipboard-save-targets
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-09
Implement SAVE_TARGETS mechanism for Linux clipboard
PouleyKetchoupp
2020-09-25
Fix delay to process clipboard content from Godot in other programs
PouleyKetchoupp
2020-09-24
Fix general keyboard input lag on X11 display server
PouleyKetchoupp
2020-09-17
Add window click-through support.
bruvzg
2020-09-03
Fix drag and drop between windows in X11 display server
PouleyKetchoupp
2020-08-26
Fix menu popups delay and focus in X11 display server
PouleyKetchoupp
2020-08-22
Re-apply "Fixes for windows in X11 tiling WMs"
PouleyKetchoupp
2020-08-19
Revert "Fixes for windows in X11 tiling WMs"
Juan Linietsky
2020-07-31
Fix losing X11 window normal size hint properties
opl-
2020-07-23
DisplayServer: separate window showing into another function
Lorenzo Cerqua
2020-07-01
Add a focus out timeout for X11 to less events of this type are received
Juan Linietsky
2020-07-01
Ensure embedded mode works again
Juan Linietsky
2020-06-29
X11: Ensure XGetWindowProperty data gets freed
Rémi Verschelde
2020-06-13
Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...
bruvzg
2020-05-03
[Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...
bruvzg
2020-05-03
Merge pull request #37756 from madmiraal/fix-x11-pressure-tilt
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-10
Fix X11 pressure and tilt values.
Marcel Admiraal
2020-04-01
Fix Clang warnings on Windows
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
Fixes to X11, still pretty broken
Juan Linietsky
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
Implemented drag and drop across windows, both OS and embedded.
Juan Linietsky
2020-03-26
Popups have also been converted to windows
Juan Linietsky
2020-03-26
Fixes to window style flags
Juan Linietsky
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
Make DisplayServerX11 thread safe
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-26
Support for transient windows
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky