Aaron Franke
|
0de9a7d803
Rename `doubleclick` to `double_click`
|
4 years ago |
Rémi Verschelde
|
9bbe51dc27
Style: Apply clang-tidy's `modernize-use-nullptr`
|
4 years ago |
Marcel Admiraal
|
fd30c36985
Rename Texture.get_data() to get_image()
|
4 years ago |
Aaron Franke
|
10d7fccb54
Rename ButtonList enum and members to MouseButton
|
4 years ago |
Rémi Verschelde
|
ae850177a3
Linux: Fix PRIME detection on Steam
|
4 years ago |
Pedro Rodrigues
|
1cb21b6937
Fix out of bounds array access on DisplayServerX11 code
|
4 years ago |
Pedro J. Estébanez
|
8e128726f0
Modernize atomics
|
4 years ago |
Rémi Verschelde
|
5525cd85c6
Merge pull request #45315 from RandomShaper/modernize_thread
|
4 years ago |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
4 years ago |
Aaron Franke
|
e829b7aee4
Unify URI encoding/decoding and add to C#
|
4 years ago |
Marcel Admiraal
|
2a74b388d0
Split OS::execute into two methods
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Marcel Admiraal
|
f9b83e90b2
Fix named anonymous struct warning
|
4 years ago |
reduz
|
2787ad65be
RenderingServer reorganization
|
4 years ago |
reduz
|
e93b2242c2
Reorganize rendering server.
|
4 years ago |
Rémi Verschelde
|
f1a9de9c59
X11: Include limits.h for LONG_MAX
|
4 years ago |
PouleyKetchoupp
|
6b97901d4d
Implement INCR mechanism for Linux clipboard
|
4 years ago |
Rémi Verschelde
|
a4e04cdd47
Merge pull request #42652 from nekomatata/x11-clipboard-save-targets
|
4 years ago |
bruvzg
|
319bc5ffda
Add XChangeProperty Atoms validity checks.
|
4 years ago |
bruvzg
|
f09a37a8d5
Fixes crash if Vulkan presentation surface is not available.
|
4 years ago |
bruvzg
|
fed776c64c
Add X11 Atom validity checks.
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
PouleyKetchoupp
|
96e8b904cf
Implement SAVE_TARGETS mechanism for Linux clipboard
|
4 years ago |
PouleyKetchoupp
|
48a0d44e67
Fix x11 display server crash when deleting popup window when unfocused
|
4 years ago |
PouleyKetchoupp
|
5a0376f969
Fix delay to process clipboard content from Godot in other programs
|
4 years ago |
PouleyKetchoupp
|
2c4d64102a
Fix general keyboard input lag on X11 display server
|
5 years ago |
Rémi Verschelde
|
413ff7938d
X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't found
|
4 years ago |
bruvzg
|
6a14c72b12
Add window click-through support.
|
5 years ago |
PouleyKetchoupp
|
eeebe6914e
Fix drag and drop between windows in X11 display server
|
5 years ago |