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
*
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
*
Fixes to X11, still pretty broken
Juan Linietsky
2020-03-26
1
-27
/
+110
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-42
/
+130
*
Implemented drag and drop across windows, both OS and embedded.
Juan Linietsky
2020-03-26
1
-0
/
+20
*
Popups have also been converted to windows
Juan Linietsky
2020-03-26
1
-4
/
+9
*
Fixes to window style flags
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-6
/
+6
*
Make DisplayServerX11 thread safe
Juan Linietsky
2020-03-26
1
-3
/
+125
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-15
/
+49
*
Support for transient windows
Juan Linietsky
2020-03-26
1
-0
/
+43
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-24
/
+100
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-7
/
+23
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-0
/
+3347