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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-3
/
+3
*
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-27
1
-1
/
+1
*
Improve popup window handling.
bruvzg
2022-02-25
1
-1
/
+17
*
Merge pull request #57335 from jordigcs/display-refresh-rate
Rémi Verschelde
2022-02-04
1
-0
/
+1
|
\
|
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
1
-0
/
+1
*
|
Merge pull request #57497 from Geometror/fix-mouse-mode
Rémi Verschelde
2022-02-01
1
-0
/
+2
|
\
\
|
*
|
Fix captured mouse mode
Hendrik Brucker
2022-02-01
1
-0
/
+2
*
|
|
Merge pull request #56548 from madmiraal/fix-53894
Rémi Verschelde
2022-01-31
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Set window to focused when created
Marcel Admiraal
2022-01-06
1
-1
/
+1
*
|
|
Merge pull request #56785 from bruvzg/nat_handles_4
Rémi Verschelde
2022-01-27
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add support for getting native display, window, and view handles.
bruvzg
2022-01-14
1
-0
/
+2
*
|
|
Window management improvements.
bruvzg
2022-01-18
1
-1
/
+0
|
/
/
*
/
New OpenGL batching canvas renderer
clayjohn
2022-01-11
1
-2
/
+0
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-2
/
+2
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-3
/
+3
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-4
/
+4
*
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-6
/
+9
*
Fix window_get_current_screen for X11 display server
PouleyKetchoupp
2021-10-28
1
-0
/
+2
*
Fix input events random delay on X11
PouleyKetchoupp
2021-10-27
1
-0
/
+1
*
Added primary clipboard for Linux
ConteZero
2021-10-18
1
-1
/
+4
*
Allow for mapping keycodes to current layout
Frixuu
2021-09-21
1
-0
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-2
/
+0
*
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-16
1
-71
/
+71
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-4
/
+7
*
Add "Keep screen on" feature to `DisplayServerX11`
Niklas Higi
2021-06-20
1
-0
/
+14
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-3
/
+3
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-1
/
+1
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Fix named anonymous struct warning
Marcel Admiraal
2020-12-16
1
-9
/
+0
*
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-08
1
-15
/
+15
|
\
|
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-15
/
+15
*
|
RenderingServer reorganization
reduz
2020-12-04
1
-1
/
+1
|
/
*
Implement INCR mechanism for Linux clipboard
PouleyKetchoupp
2020-11-27
1
-0
/
+1
*
Merge pull request #42652 from nekomatata/x11-clipboard-save-targets
Rémi Verschelde
2020-11-26
1
-1
/
+6
|
\
|
*
Implement SAVE_TARGETS mechanism for Linux clipboard
PouleyKetchoupp
2020-10-09
1
-1
/
+6
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
Fix delay to process clipboard content from Godot in other programs
PouleyKetchoupp
2020-09-25
1
-0
/
+1
*
Fix general keyboard input lag on X11 display server
PouleyKetchoupp
2020-09-24
1
-1
/
+15
*
Add window click-through support.
bruvzg
2020-09-17
1
-0
/
+2
*
Fix drag and drop between windows in X11 display server
PouleyKetchoupp
2020-09-03
1
-0
/
+2
*
Fix menu popups delay and focus in X11 display server
PouleyKetchoupp
2020-08-26
1
-0
/
+3
*
Re-apply "Fixes for windows in X11 tiling WMs"
PouleyKetchoupp
2020-08-22
1
-0
/
+1
*
Revert "Fixes for windows in X11 tiling WMs"
Juan Linietsky
2020-08-19
1
-1
/
+0
*
Fix losing X11 window normal size hint properties
opl-
2020-07-31
1
-0
/
+1
*
DisplayServer: separate window showing into another function
Lorenzo Cerqua
2020-07-23
1
-0
/
+1
*
Add a focus out timeout for X11 to less events of this type are received
Juan Linietsky
2020-07-01
1
-0
/
+1
*
Ensure embedded mode works again
Juan Linietsky
2020-07-01
1
-3
/
+6
*
X11: Ensure XGetWindowProperty data gets freed
Rémi Verschelde
2020-06-29
1
-1
/
+1
[next]