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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
1
-1
/
+1
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
1
-0
/
+1
*
Drivers, main, servers: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Use XInput2 RawMotion to generate MouseMotion events
Cosmic Chip Socket
2018-12-14
1
-9
/
+15
*
Merge pull request #20385 from moiman100/unify-double-clicking
Rémi Verschelde
2018-12-14
1
-0
/
+1
|
\
|
*
Added double clicking to all buttons
Mikko Mustonen
2018-08-12
1
-0
/
+1
*
|
Merge pull request #20063 from moiman100/fix-button-mask
Rémi Verschelde
2018-12-14
1
-1
/
+1
|
\
\
|
*
|
Fixed button mask behavior
mm
2018-07-11
1
-1
/
+1
*
|
|
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-10-01
1
-8
/
+3
*
|
|
Merge pull request #21910 from hpvb/fix-8145-x11
Rémi Verschelde
2018-09-12
1
-0
/
+1
|
\
\
\
|
*
|
|
Update X11 global mouse position at startup
Hein-Pieter van Braam
2018-09-09
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
|
/
/
*
|
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
1
-0
/
+5
*
|
Fix some more build issues after c69de2ba4
Rémi Verschelde
2018-07-20
1
-2
/
+2
*
|
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-0
/
+3
|
/
*
IME context detection.
Saracen
2018-06-11
1
-0
/
+5
*
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
1
-0
/
+6
|
\
|
*
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
1
-0
/
+6
*
|
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
1
-0
/
+1
|
/
*
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
1
-11
/
+0
*
Fix `--help` output, allow renderer override from command line (`--video-driv...
bruvzg
2018-03-02
1
-0
/
+5
*
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
1
-0
/
+3
|
\
|
*
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
1
-0
/
+3
*
|
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Rémi Verschelde
2018-02-14
1
-0
/
+2
|
\
\
|
*
|
X11: implement OS.get_unique_id
geequlim
2018-01-31
1
-0
/
+2
|
|
/
*
|
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-12
1
-0
/
+1
*
|
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-01
1
-1
/
+1
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-1
/
+1
*
Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...
Rémi Verschelde
2018-01-03
1
-0
/
+2
|
\
|
*
Fix infinite loop introduced by 6f3486c4 on tiling windows managers
Guilherme Silva
2017-12-27
1
-0
/
+2
*
|
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
1
-0
/
+1
|
\
\
|
*
|
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
1
-0
/
+1
|
|
/
*
/
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
1
-2
/
+2
*
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
1
-1
/
+1
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+1
*
X11: Process entire event queue at startup.
Andreas Haas
2017-12-09
1
-1
/
+0
*
Implement multitouch on X11
Pedro J. Estébanez
2017-12-06
1
-0
/
+11
*
Merge pull request #12387 from santouits/x1111
Rémi Verschelde
2017-11-20
1
-0
/
+3
|
\
|
*
Fix x11 boot logo position in fullscreen and in maximized
santouits
2017-10-26
1
-0
/
+3
*
|
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
1
-0
/
+4
*
|
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-1
/
+0
*
|
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
1
-5
/
+0
|
\
\
|
*
|
Implemented physics plug
AndreaCatania
2017-11-04
1
-5
/
+0
|
|
/
*
/
Implemented OS get_latin_keyboard_variant on x11
Marcelo Fernandez
2017-10-30
1
-0
/
+2
|
/
*
Drop unusued LEGACYGL_ENABLED check
Rémi Verschelde
2017-10-13
1
-1
/
+1
*
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
1
-0
/
+2
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
[next]