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
*
Avoid crash if setting modifiers fails, closes #5158
Juan Linietsky
2016-07-08
1
-1
/
+3
*
Fix compiling for X11 on non-86, this fixes #5444
Ferdinand Thiessen
2016-07-08
1
-1
/
+3
*
Changes X11 res_name to "Godot_Engine"
paper-pauper
2016-07-08
1
-1
/
+1
*
GLEW: Define static + enabled and includes via SCons
Rémi Verschelde
2016-06-25
2
-2
/
+3
*
x11: Flush the X output buffer after changing mouse mode
Ignacio Etcheverry
2016-04-27
1
-0
/
+2
*
memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()
MSC
2016-04-06
1
-0
/
+2
*
Remove trailing spaces
Rémi Verschelde
2016-04-02
1
-8
/
+8
*
remove trailing whitespace
Hubert Jarosz
2016-04-02
7
-196
/
+196
*
x11: fix joysticks not recognizing some buttons
hinsbart
2016-02-27
1
-3
/
+1
*
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
Rémi Verschelde
2016-02-17
1
-1
/
+1
*
include libudev only on udev builds
hondres
2016-02-15
1
-1
/
+4
*
x11: make dependancy on libudev optional
hondres
2016-02-14
3
-11
/
+41
*
Merge pull request #3615 from Hinsbart/joy_check_fix
punto-
2016-02-07
1
-2
/
+4
|
\
|
*
x11: more verbose checking for joystick capabilities
hondres
2016-02-07
1
-2
/
+4
*
|
added option to link libstdc++ statically
Juan Linietsky
2016-02-04
1
-0
/
+4
|
/
*
Merge pull request #3575 from Hinsbart/_net_wm_name
Rémi Verschelde
2016-02-04
1
-0
/
+4
|
\
|
*
x11: set _net_wm_name property
hondres
2016-02-04
1
-0
/
+4
*
|
Merge pull request #3493 from Hinsbart/wm_class
Rémi Verschelde
2016-02-03
2
-0
/
+18
|
\
\
|
*
|
x11: use different strings for WM_CLASS depending on context
hondres
2016-01-27
2
-0
/
+18
*
|
|
Merge pull request #3538 from Hinsbart/temp
Rémi Verschelde
2016-02-03
1
-1
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
remove pc_joystick_map.h
hondres
2016-02-01
1
-1
/
+0
*
|
|
x11: fix non-gamepad devices being detected as joysticks
hondres
2016-02-02
1
-3
/
+4
|
/
/
*
/
close file descriptor if ioctls failed
hondres
2016-02-01
1
-0
/
+1
|
/
*
remove dependancy on libevdev
hondres
2016-01-26
3
-103
/
+133
*
Change default window size for desktop
George Marques
2016-01-24
1
-1
/
+1
*
Merge pull request #3272 from Hinsbart/joy-binding
punto-
2016-01-12
2
-0
/
+12
|
\
|
*
Add some joystick functions to input. Enables manipulation of mappings at run...
hondres
2016-01-08
2
-0
/
+12
*
|
Enable ALSA driver in non-linux X11 when available
eska
2016-01-10
1
-1
/
+5
*
|
Fix pthread renaming in Open/FreeBSD
eska
2016-01-09
1
-0
/
+1
|
/
*
Make joydev build using udev and evdev opt-out but blocking (linux)
Rémi Verschelde
2016-01-06
1
-11
/
+18
*
fix x11 crash on exit
hondres
2016-01-05
1
-3
/
+3
*
having active items is pointless in input map
Juan Linietsky
2016-01-03
1
-1
/
+11
*
send axis events only once per frame on linux
hondres
2016-01-03
2
-1
/
+13
*
make num_buttons local, no need to keep in joystick struct
hondres
2016-01-02
2
-8
/
+9
*
Update copyright to 2016 in headers
George Marques
2016-01-01
10
-10
/
+10
*
-Fix parsing of comments in VariantParser, fixes #3175
Juan Linietsky
2015-12-31
1
-1
/
+2
*
Check pkg-config for libudev and enable gamepad code only if found. Linux onl...
hondres
2015-12-21
5
-12
/
+18
*
-fixed build system to use pkg-config for evdev
Juan Linietsky
2015-12-21
2
-3
/
+8
*
Use tabs instead of spaces for new gamepad code
hondres
2015-12-18
2
-282
/
+282
*
Better gamepad support
hondres
2015-12-18
6
-219
/
+512
*
-added windowed mode with -w, fixes #3020
Juan Linietsky
2015-12-12
1
-1
/
+1
*
changed a bit to use system()
Juan Linietsky
2015-12-08
1
-1
/
+1
*
improve detection of linux, fixes #3201
Juan Linietsky
2015-12-08
1
-1
/
+1
*
Merge pull request #2849 from a12n/compobsd2
Juan Linietsky
2015-12-08
3
-5
/
+9
|
\
|
*
Disable X11 joystick functions also for OpenBSD
Anton Yabchinskiy
2015-11-20
1
-2
/
+2
|
*
Include string.h for memset() on OpenBSD
Anton Yabchinskiy
2015-11-20
1
-0
/
+1
|
*
Include stdlib.h for alloca() on OpenBSD
Anton Yabchinskiy
2015-11-20
1
-1
/
+1
|
*
Enable ALSA only for Linux
Anton Yabchinskiy
2015-11-20
1
-2
/
+5
*
|
Enabled debug symbols for x11 when using platform=release_debug and debug_rel...
koalefant
2015-11-29
1
-0
/
+2
*
|
0theora compilation fixes
Juan Linietsky
2015-11-25
1
-0
/
+2
|
/
[next]