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
/
linuxbsd
/
joypad_linux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
*
Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSD
Hugo Locurcio
2024-07-06
1
-0
/
+6
*
Use `OS::delay_usec()` to avoid using deprecated `usleep()` on Linux
Hugo Locurcio
2024-05-21
1
-3
/
+3
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-3
/
+3
*
[Linux/Freedesktop] Implement native file selection dialog support.
bruvzg
2023-08-17
1
-23
/
+1
*
Add the ability to get per-platform information for joypads.
Álex Román Núñez
2023-08-02
1
-1
/
+24
*
Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fix
Yuri Sizov
2023-07-12
1
-4
/
+10
|
\
|
*
Prevent double input events on gamepad when running through steam input
Eoin O'Neill
2023-07-10
1
-4
/
+10
*
|
Linux: Fix build with `use_sowrap=no` and various warnings/errors
Rémi Verschelde
2023-07-10
1
-9
/
+11
|
/
*
Build `JoypadLinux` sandbox detection method only with udev
Riteo
2023-05-25
1
-0
/
+2
*
Linux: Don't use udev for joypad hotloading when running in a sandbox
Rémi Verschelde
2023-05-12
1
-9
/
+39
*
[Linux/BSD] Add dynamically loaded library version checks.
bruvzg
2023-03-20
1
-1
/
+7
*
[Linux] Make SO wrapper usage optional.
bruvzg
2023-02-16
1
-0
/
+6
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-9
/
+15
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix burning CPU with udev disabled on Flatpak
nyanpasu64
2022-12-03
1
-1
/
+1
*
Read and store joypad events in a separate thread on x11 platform
Marcel Admiraal
2022-05-05
1
-162
/
+174
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-3
/
+3
*
Improve detection of gamepads on Linux
Mai Lavelle
2022-02-03
1
-2
/
+3
*
Fix Actions mapped to triggers not using the full range
Marcel Admiraal
2022-01-14
1
-21
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-7
/
+7
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-8
/
+8
*
Move many input enums to their own file
Aaron Franke
2021-06-20
1
-6
/
+6
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-2
/
+3
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-2
/
+2
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
1
-4
/
+4
*
An update to the dylibloader for older inttypes
Hein-Pieter van Braam-Stewart
2021-02-20
1
-1
/
+6
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-3
/
+3
*
Linux: Fix fallback logic when udev fails creating a context
Rémi Verschelde
2021-02-18
1
-4
/
+6
*
Dynamically load libudev.so.1 on Linux if `udev=yes`
Rémi Verschelde
2021-02-17
1
-10
/
+26
*
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-31
1
-3
/
+2
|
\
|
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-3
/
+2
*
|
Go through all event devices, not just event[0-32]
Jari Ronkainen
2021-01-27
1
-4
/
+15
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-9
/
+0
*
Fix for linux joypad D-pad zeroing
Connor Lirot
2020-11-11
1
-4
/
+4
*
Update Linux gamepad detection to match SDL.
Marcel Admiraal
2020-07-22
1
-9
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-10
/
+18
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-30
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-11
/
+11
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-11
/
+11
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-0
/
+554