summaryrefslogtreecommitdiffstats
path: root/platform/x11/joypad_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-11/+11
* issue-37239 add relaxation to conditions in the joystick check routine for be...m6c7l2020-03-241-1/+4
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-15/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-0/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+0
* Linux: Check return values of posix read/writeMartin Capitanio2019-06-191-1/+3
* Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-3/+3
* Replace usage of __bswap_16 with BSWAP16 (#25714).marxin2019-03-051-4/+4
* Fix all -Wtype-limits warnings.marxin2019-02-211-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* X11: Fix gamepads not being added whith udev.Andreas Haas2017-09-141-1/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-261-8/+7
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-78/+78
* Better handling of joypad device IDs.Andreas Haas2017-02-261-10/+1
* Rename "joypad_linux" class to "JoypadLinux"Andreas Haas2017-01-081-21/+20
* Finish replacement of joystick by joypadRémi Verschelde2017-01-081-0/+561