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
*
Fix BadWindow X11 errors when a window is closed while processing struts
PouleyKetchoupp
2021-11-04
1
-2
/
+21
*
Merge pull request #41565 from nekomatata/x11-usable-screen-size
Rémi Verschelde
2021-11-01
1
-11
/
+257
|
\
|
*
Implemented screen_get_usable_rect for X11 Display Server
PouleyKetchoupp
2021-10-29
1
-11
/
+257
*
|
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-29
/
+22
*
|
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-30
/
+26
*
|
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-22
/
+105
|
/
*
Merge pull request #42117 from nekomatata/x11-get-window-screen
Rémi Verschelde
2021-10-28
1
-26
/
+49
|
\
|
*
Fix window_get_current_screen for X11 display server
PouleyKetchoupp
2021-10-28
1
-26
/
+49
*
|
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-21
/
+1
*
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-19
/
+19
|
/
*
Fix input events random delay on X11
PouleyKetchoupp
2021-10-27
1
-18
/
+28
*
Fix primary clipboard warning
ConteZero
2021-10-23
1
-0
/
+1
*
Added primary clipboard for Linux
ConteZero
2021-10-18
1
-5
/
+43
*
Merge pull request #52684 from Frixuu/master
Rémi Verschelde
2021-10-01
1
-0
/
+18
|
\
|
*
Allow for mapping keycodes to current layout
Frixuu
2021-09-21
1
-0
/
+18
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-49
/
+49
|
/
*
Mention that rebooting is required after updating graphics driver on Linux
Hugo Locurcio
2021-09-15
1
-1
/
+2
*
Add input buffering framework
Pedro J. Estébanez
2021-08-13
1
-1
/
+1
*
Improve input event accumulation
Pedro J. Estébanez
2021-08-13
1
-10
/
+10
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-9
/
+9
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-68
/
+4
*
Fix popup closing immediately after showing on some Linux WMs
PouleyKetchoupp
2021-07-21
1
-3
/
+7
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-8
/
+24
*
Add "Keep screen on" feature to `DisplayServerX11`
Niklas Higi
2021-06-20
1
-0
/
+32
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-12
/
+10
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-7
/
+7
*
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-4
/
+4
*
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
1
-11
/
+11
|
\
|
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-11
/
+11
*
|
Remove debugging prints in the Linux DisplayServer
Hugo Locurcio
2021-05-08
1
-3
/
+0
|
/
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
1
-2
/
+2
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-4
/
+4
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-2
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-1
/
+1
*
Linux: Fix PRIME detection on Steam
Rémi Verschelde
2021-03-08
1
-1
/
+4
*
Fix out of bounds array access on DisplayServerX11 code
Pedro Rodrigues
2021-02-28
1
-9
/
+11
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-2
/
+2
*
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-31
1
-4
/
+2
|
\
|
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-4
/
+2
*
|
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-1
/
+1
|
/
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-1
/
+1
*
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
|
\
[next]