index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
x11
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0
Hein-Pieter van Braam
2018-05-13
2
-0
/
+18
|
\
|
*
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
2
-0
/
+18
*
|
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-04-14
1
-2
/
+2
*
|
Explicitly set OpenGL profile to core (X11, Windows).
bruvzg
2018-04-14
1
-0
/
+1
*
|
Add new window setting: always on top
Pedro J. Estébanez
2018-04-14
2
-0
/
+57
|
/
*
Fix server build on FreeBSD
Fabio Alessandrelli
2018-03-01
1
-1
/
+2
*
Fix various valgrind reported uninitialized variable uses
Hein-Pieter van Braam
2018-03-01
1
-4
/
+7
*
Fix typos with codespell
luz.paz
2018-02-22
1
-1
/
+1
*
Remove window decorations for fullscreen on X11
Pedro J. Estébanez
2018-02-19
1
-2
/
+9
*
X11: Link libgcc statically with use_static_cpp option
Rémi Verschelde
2018-02-19
1
-3
/
+3
*
PEP3101 applied with changing old type string formatting as new ones
BTaskaya
2018-02-19
1
-3
/
+3
*
[X11] Improving error detection in move_to_trash
Iskustvo
2018-02-19
1
-18
/
+37
*
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-19
2
-0
/
+21
*
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-04
1
-1
/
+1
*
Fix Copy/Paste problems on X11
Hein-Pieter van Braam
2018-01-30
1
-11
/
+29
*
Make separate debug symbols opt-in
Hein-Pieter van Braam
2018-01-26
2
-1
/
+2
*
Bullet: allow unbundling only if > 2.87
Rémi Verschelde
2018-01-26
1
-3
/
+3
*
Silence verbose stderr info message on X11
Rémi Verschelde
2018-01-24
1
-1
/
+1
*
SCons: Allow unbundling bullet on Linux (only 2.87+)
Rémi Verschelde
2018-01-13
1
-0
/
+10
*
SCons: Fix usage of LD when we meant LINK
Rémi Verschelde
2018-01-05
1
-1
/
+1
*
X11: Add missing return in OS_X11::initialize().
Andreas Haas
2018-01-05
1
-0
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
12
-0
/
+12
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
2
-13
/
+16
*
Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...
Rémi Verschelde
2018-01-03
2
-2
/
+50
|
\
|
*
Fix infinite loop introduced by 6f3486c4 on tiling windows managers
Guilherme Silva
2017-12-27
2
-2
/
+50
*
|
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
2
-0
/
+43
|
\
\
|
*
|
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
2
-0
/
+43
*
|
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
16
-32
/
+32
|
|
/
|
/
|
*
|
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
1
-4
/
+0
*
|
x11: Fix maximized splash-boot screen bug.
Enzo Nocera
2017-12-24
1
-0
/
+4
*
|
Do not require OpenMP for non-tools builds (export templates)
Rémi Verschelde
2017-12-22
1
-1
/
+1
|
/
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
2
-5
/
+5
*
Rename the debug symbol files to .debugsymbols
Hein-Pieter van Braam
2017-12-16
1
-2
/
+2
*
Merge pull request #14597 from NathanWarden/linux_extensions
Rémi Verschelde
2017-12-16
1
-1
/
+2
|
\
|
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
1
-1
/
+2
*
|
openmp: Simplify linking on X11, fixing clang build
Rémi Verschelde
2017-12-14
1
-2
/
+1
*
|
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
2
-2
/
+2
*
|
openmp: Don't try to link GCC's implementation on Clang
Rémi Verschelde
2017-12-14
1
-2
/
+3
*
|
Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...
Colin Kinloch
2017-12-14
1
-2
/
+2
*
|
-Add lightmapper
Juan Linietsky
2017-12-14
3
-0
/
+14
|
/
*
Fix no mouse if touch device present in X11
Pedro J. Estébanez
2017-12-10
1
-16
/
+17
*
X11: Process entire event queue at startup.
Andreas Haas
2017-12-09
2
-7
/
+5
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
3
-8
/
+9
*
Implement multitouch on X11
Pedro J. Estébanez
2017-12-06
3
-0
/
+180
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-2
/
+1
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-2
/
+4
*
Merge pull request #12387 from santouits/x1111
Rémi Verschelde
2017-11-20
2
-47
/
+40
|
\
|
*
Fix x11 boot logo position in fullscreen and in maximized
santouits
2017-10-26
2
-47
/
+40
*
|
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
2
-1
/
+38
|
\
\
[next]