| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | Move MIDI parsing up from ALSA driver to platform independent driver. | Ibrahn Sahir | 2024-06-25 | 1 | -60/+139 |
* | Add MIDI controller device index to InputEventMIDI.device property. | Fernando Cosentino | 2024-02-19 | 1 | -1/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix MIDI note-on events being converted to note-off events | voidshine | 2022-10-11 | 1 | -5/+0 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+0 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -9/+9 |
* | Use mouse and joypad enums instead of plain integers | Aaron Franke | 2021-06-20 | 1 | -3/+5 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -5/+0 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -2/+2 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -2/+2 |
* | ALSA MIDI driver: | Ovnuniarchos | 2020-01-22 | 1 | -1/+6 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | fixed set pitch bend value and implemented midi running status | あるる / きのもと 結衣 | 2019-12-03 | 1 | -16/+32 |
* | Fix MIDI Note Off missing on some devices | Marcelo Fernandez | 2019-03-18 | 1 | -0/+5 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Added a new MIDIDriver class | Marcelo Fernandez | 2018-07-21 | 1 | -0/+107 |