summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/joypad_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSDHugo Locurcio2024-07-061-0/+6
* Use `OS::delay_usec()` to avoid using deprecated `usleep()` on LinuxHugo Locurcio2024-05-211-3/+3
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-3/+3
* [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-171-23/+1
* Add the ability to get per-platform information for joypads.Álex Román Núñez2023-08-021-1/+24
* Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fixYuri Sizov2023-07-121-4/+10
|\
| * Prevent double input events on gamepad when running through steam inputEoin O'Neill2023-07-101-4/+10
* | Linux: Fix build with `use_sowrap=no` and various warnings/errorsRémi Verschelde2023-07-101-9/+11
|/
* Build `JoypadLinux` sandbox detection method only with udevRiteo2023-05-251-0/+2
* Linux: Don't use udev for joypad hotloading when running in a sandboxRémi Verschelde2023-05-121-9/+39
* [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-201-1/+7
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-0/+6
* Use BitField<> in core type masksJuan Linietsky2023-01-081-9/+15
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix burning CPU with udev disabled on Flatpaknyanpasu642022-12-031-1/+1
* Read and store joypad events in a separate thread on x11 platformMarcel Admiraal2022-05-051-162/+174
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-3/+3
* Improve detection of gamepads on LinuxMai Lavelle2022-02-031-2/+3
* Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-21/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-7/+7
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-8/+8
* Move many input enums to their own fileAaron Franke2021-06-201-6/+6
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-2/+3
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-2/+2
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-4/+4
* An update to the dylibloader for older inttypesHein-Pieter van Braam-Stewart2021-02-201-1/+6
* Modernize atomicsPedro J. Estébanez2021-02-181-3/+3
* Linux: Fix fallback logic when udev fails creating a contextRémi Verschelde2021-02-181-4/+6
* Dynamically load libudev.so.1 on Linux if `udev=yes`Rémi Verschelde2021-02-171-10/+26
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-3/+2
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-3/+2
* | Go through all event devices, not just event[0-32]Jari Ronkainen2021-01-271-4/+15
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-9/+0
* Fix for linux joypad D-pad zeroingConnor Lirot2020-11-111-4/+4
* Update Linux gamepad detection to match SDL.Marcel Admiraal2020-07-221-9/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-30/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Rename InputFilter back to InputRémi Verschelde2020-04-281-11/+11
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-11/+11
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-0/+554