index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
linuxbsd
/
display_server_x11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Fix named anonymous struct warning
Marcel Admiraal
2020-12-16
1
-0
/
+9
*
RenderingServer reorganization
reduz
2020-12-04
1
-2
/
+2
*
Reorganize rendering server.
reduz
2020-12-03
1
-1
/
+1
*
X11: Include limits.h for LONG_MAX
Rémi Verschelde
2020-12-02
1
-0
/
+1
*
Implement INCR mechanism for Linux clipboard
PouleyKetchoupp
2020-11-27
1
-25
/
+104
*
Merge pull request #42652 from nekomatata/x11-clipboard-save-targets
Rémi Verschelde
2020-11-26
1
-49
/
+171
|
\
|
*
Implement SAVE_TARGETS mechanism for Linux clipboard
PouleyKetchoupp
2020-10-09
1
-49
/
+171
*
|
Add XChangeProperty Atoms validity checks.
bruvzg
2020-11-15
1
-12
/
+33
*
|
Fixes crash if Vulkan presentation surface is not available.
bruvzg
2020-11-14
1
-0
/
+4
*
|
Add X11 Atom validity checks.
bruvzg
2020-11-12
1
-15
/
+24
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
|
/
*
Fix x11 display server crash when deleting popup window when unfocused
PouleyKetchoupp
2020-10-08
1
-16
/
+21
*
Fix delay to process clipboard content from Godot in other programs
PouleyKetchoupp
2020-09-25
1
-65
/
+79
*
Fix general keyboard input lag on X11 display server
PouleyKetchoupp
2020-09-24
1
-60
/
+150
*
X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't found
Rémi Verschelde
2020-09-18
1
-1
/
+6
*
Add window click-through support.
bruvzg
2020-09-17
1
-0
/
+33
*
Fix drag and drop between windows in X11 display server
PouleyKetchoupp
2020-09-03
1
-15
/
+84
*
Fix menu popups delay and focus in X11 display server
PouleyKetchoupp
2020-08-26
1
-80
/
+159
*
Re-apply "Fixes for windows in X11 tiling WMs"
PouleyKetchoupp
2020-08-22
1
-2
/
+10
*
Revert "Fixes for windows in X11 tiling WMs"
Juan Linietsky
2020-08-19
1
-10
/
+2
*
Remove obsolete GLES2 backend code
Rémi Verschelde
2020-08-13
1
-4
/
+0
*
Fix losing X11 window normal size hint properties
opl-
2020-07-31
1
-154
/
+60
*
DisplayServer: separate window showing into another function
Lorenzo Cerqua
2020-07-23
1
-2
/
+10
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-2
/
+2
*
Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...
bruvzg
2020-07-13
1
-1
/
+7
*
Merge pull request #40105 from Logharaa/master
Rémi Verschelde
2020-07-04
1
-0
/
+1
|
\
|
*
Break loop when the first focused window is found
Gaël
2020-07-04
1
-0
/
+1
*
|
Improve the situation of DND on X11
Juan Linietsky
2020-07-03
1
-1
/
+20
|
/
*
Add a focus out timeout for X11 to less events of this type are received
Juan Linietsky
2020-07-01
1
-4
/
+10
*
Ensure embedded mode works again
Juan Linietsky
2020-07-01
1
-11
/
+31
*
X11: Ensure XGetWindowProperty data gets freed
Rémi Verschelde
2020-06-29
1
-83
/
+28
*
Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...
bruvzg
2020-06-13
1
-25
/
+94
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-49
/
+92
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+19
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-121
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-4
/
+8
*
[Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...
bruvzg
2020-05-03
1
-2
/
+9
*
Merge pull request #37756 from madmiraal/fix-x11-pressure-tilt
Rémi Verschelde
2020-05-03
1
-33
/
+52
|
\
|
*
Fix X11 pressure and tilt values.
Marcel Admiraal
2020-04-10
1
-33
/
+52
*
|
Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11
Rémi Verschelde
2020-04-29
1
-2
/
+4
|
\
\
|
*
|
display server window position bug fix (#37323)
Thakee Nathees
2020-04-11
1
-2
/
+4
*
|
|
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-16
/
+16
*
|
|
Fixes leaks in ResourceCache, Vulkan and X11
qarmin
2020-04-15
1
-1
/
+4
|
|
/
|
/
|
*
|
Fix loss of precision in X11 device info.
Marcel Admiraal
2020-04-10
1
-4
/
+4
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-42
/
+42
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-8
/
+9
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-3
/
+3
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-0
/
+18
[next]