opl-
|
a31b164071
Fix losing X11 window normal size hint properties
|
5 years ago |
Lorenzo Cerqua
|
d670a49612
DisplayServer: separate window showing into another function
|
5 years ago |
Andy Maloney
|
4dda62f591
Fix spelling & grammar in comments, docs, and messages
|
5 years ago |
bruvzg
|
996910b627
Add error messages if Vulkan init failed, prevent Vulkan context freeing uninitialized device and instance.
|
5 years ago |
Rémi Verschelde
|
9828fcc01a
Merge pull request #40105 from Logharaa/master
|
5 years ago |
Gaël
|
6c76639c40
Break loop when the first focused window is found
|
5 years ago |
Juan Linietsky
|
14263d3d0d
Improve the situation of DND on X11
|
5 years ago |
Juan Linietsky
|
0b7bc83fe3
Add a focus out timeout for X11 to less events of this type are received
|
5 years ago |
Juan Linietsky
|
239942cfef
Ensure embedded mode works again
|
5 years ago |
Rémi Verschelde
|
524f061c01
X11: Ensure XGetWindowProperty data gets freed
|
5 years ago |
bruvzg
|
92352b1c23
Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/X11), remove latin variant function.
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
bruvzg
|
0128947894
[Linux/Windows] Set pressure to 1.0f when primary button is pressed and device is not pressure sensitive.
|
5 years ago |
Rémi Verschelde
|
78db7824b7
Merge pull request #37756 from madmiraal/fix-x11-pressure-tilt
|
5 years ago |
Rémi Verschelde
|
7e1e0f496b
Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11
|
5 years ago |
Rémi Verschelde
|
fdf58a5858
Rename InputFilter back to Input
|
5 years ago |
qarmin
|
943ec79859
Fixes leaks in ResourceCache, Vulkan and X11
|
5 years ago |
Thakee Nathees
|
63a00aec68
display server window position bug fix (#37323)
|
5 years ago |
Marcel Admiraal
|
a2ad0878ed
Fix X11 pressure and tilt values.
|
5 years ago |
Marcel Admiraal
|
9369b37f1f
Fix loss of precision in X11 device info.
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rafał Mikrut
|
359bebd8c0
Fix out of bound array access caused by unassigned variable
|
5 years ago |
Juan Linietsky
|
a6f3bc7c69
Renaming of servers for coherency.
|
5 years ago |
bruvzg
|
15a9f94346
Add macOS DisplayServer implementation.
|
5 years ago |
Juan Linietsky
|
197cb4e771
Fixes to X11, still pretty broken
|
5 years ago |
Mateo Kuruk Miccino
|
f387b9b4f4
Multiple changes to DisplayServerX11
|
5 years ago |
Juan Linietsky
|
9a5d15a2dc
Implemented drag and drop across windows, both OS and embedded.
|
5 years ago |