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
/
x11
/
os_x11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and expose String::strip_escapes(), use it in LineEdit paste
Rémi Verschelde
2019-05-31
1
-1
/
+1
*
Fixed uninitialised variable in x11 null cursor creation
Ibrahn Sahir
2019-05-23
1
-12
/
+16
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
1
-1
/
+1
*
X11: Check if "_NET_FRAME_EXTENTS" atom is supported.
bruvzg
2019-05-09
1
-22
/
+26
*
Fixed game crash, regression of #26977
Andrea Catania
2019-05-01
1
-6
/
+12
*
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-28
/
+26
|
\
|
*
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-28
/
+26
*
|
Merge pull request #26977 from bruvzg/fix_x11_window_pos
Rémi Verschelde
2019-04-30
1
-6
/
+19
|
\
\
|
*
|
[X11] Fix `get_window_position` to return absolute coordinates, change `set_w...
bruvzg
2019-03-12
1
-6
/
+19
|
|
/
*
|
[Input] Release keys/actions pressed if window loses focus
Guilherme Felipe
2019-04-27
1
-0
/
+2
*
|
fixed an access after free in OS_X11::set_context.
Ibrahn Sahir
2019-04-22
1
-15
/
+21
*
|
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-22
1
-1
/
+1
|
\
\
|
*
|
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
|
|
/
*
|
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
1
-4
/
+5
*
|
Fix jump over uninitialized value in OS Unix/X11
Fabio Alessandrelli
2019-04-09
1
-0
/
+2
|
/
*
fix for access after free in OS_X11::set_context.
Ibrahn Sahir
2019-03-12
1
-4
/
+5
*
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-03-05
1
-2
/
+2
*
Add support for event accumlation (off by default, on for editor), fixes #26536
Juan Linietsky
2019-03-03
1
-8
/
+10
*
X11: Fix drag and drop from non-latin paths
Rémi Verschelde
2019-02-28
1
-1
/
+1
*
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
1
-1
/
+1
*
Fix all -Wtype-limits warnings.
marxin
2019-02-21
1
-1
/
+1
*
Merge pull request #25879 from hpvb/fix-25629
Rémi Verschelde
2019-02-14
1
-2
/
+31
|
\
|
*
Detect when primusrun/optirun is in use
Hein-Pieter van Braam
2019-02-14
1
-2
/
+31
*
|
Don't crash if there's no application name
Hein-Pieter van Braam
2019-02-14
1
-1
/
+6
|
/
*
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
1
-1
/
+5
*
Properly detect when to use DRI_PRIME
Hein-Pieter van Braam
2019-01-28
1
-21
/
+10
*
Merge pull request #24477 from lupoDharkael/nouveau
Hein-Pieter van Braam
2019-01-03
1
-1
/
+20
|
\
|
*
Don't enable DRI_PRIME if nouveau is loaded
lupoDharkael
2018-12-20
1
-1
/
+20
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
|
Fix missed captured mouse events on x11
Lee Pugh
2018-12-21
1
-3
/
+14
|
/
*
switch middle and secondary mouse buttons order
Mikko Mustonen
2018-12-15
1
-2
/
+2
*
Use XInput2 RawMotion to generate MouseMotion events
Cosmic Chip Socket
2018-12-14
1
-113
/
+258
*
Merge pull request #20385 from moiman100/unify-double-clicking
Rémi Verschelde
2018-12-14
1
-6
/
+16
|
\
|
*
Added double clicking to all buttons
Mikko Mustonen
2018-08-12
1
-6
/
+16
*
|
Merge pull request #20063 from moiman100/fix-button-mask
Rémi Verschelde
2018-12-14
1
-32
/
+12
|
\
\
|
*
|
Fixed button mask behavior
mm
2018-07-11
1
-32
/
+12
*
|
|
Merge pull request #22733 from guilhermefelipecgs/fix_wm_class
Rémi Verschelde
2018-12-07
1
-1
/
+9
|
\
\
\
|
*
|
|
[x11] Use "application/config/name" for WM_CLASS
Guilherme Felipe
2018-10-05
1
-1
/
+9
*
|
|
|
Fix X11 running a project with fullscreen setting on and resizable off with m...
Marcelo Fernandez
2018-11-18
1
-1
/
+1
*
|
|
|
Set DRI_PRIME=1 by default on X11 if not already set
Hein-Pieter van Braam
2018-11-06
1
-0
/
+4
*
|
|
|
Fix init of VisualServerRaster
Rémi Verschelde
2018-11-01
1
-3
/
+2
*
|
|
|
Fix initialization of visual server in all platforms
George Marques
2018-11-01
1
-1
/
+2
*
|
|
|
Repaired mistyped of 'its' on several files.
M. Huri
2018-10-25
1
-1
/
+1
*
|
|
|
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-2
/
+2
*
|
|
|
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-1
/
+1
|
/
/
/
*
|
|
Changed the comment where reduz yells at the X11 API to a less explicitive one
LikeLakers2
2018-10-01
1
-9
/
+3
*
|
|
Merge pull request #22070 from capnm/fix_Input.set_default_cursor_shape_take2
Rémi Verschelde
2018-09-19
1
-4
/
+7
|
\
\
\
|
*
|
|
Fix set_default_cursor_shape interaction with Control nodes
Martin Capitanio
2018-09-15
1
-4
/
+7
*
|
|
|
Fix Input::set_custom_mouse_cursor showing cursor when it's invisible
Guilherme Felipe
2018-09-17
1
-1
/
+3
|
/
/
/
*
|
|
Fix set_custom_mouse_cursor changing to incorrect cursor shape
Guilherme Felipe
2018-09-13
1
-2
/
+3
[next]