summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_mainRémi Verschelde2023-05-173-62/+53
|\
| * Augment the `InputEvent` class with a `CANCELED` stateFredia Huya-Kouadio2023-05-153-62/+53
* | Follow up to https://github.com/godotengine/godot/pull/76399 to fix input ANR...Fredia Huya-Kouadio2023-05-111-0/+1
* | Fix various errors when running the unit testsRedworkDE2023-05-091-1/+4
|/
* Allow concurrent buffering and dispatch of input eventsPedro J. Estébanez2023-05-081-1/+24
* [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-17/+18
* Merge pull request #73200 from 0xafbf/fix-guide-button-winRémi Verschelde2023-04-031-1/+1
|\
| * Added guide button to controller db, changed to use secret XInput function.Andrés Botero2023-02-151-1/+1
* | Merge pull request #73651 from hakro/editor-freelook-physical-shortcutsRémi Verschelde2023-03-032-3/+8
|\ \
| * | Use physical shortcuts for freelook navigation in the editorHakim2023-02-212-3/+8
* | | Sync controller mappings DB with SDL2 community repoRémi Verschelde2023-02-271-17/+31
|/ /
* | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-0/+4
* | Revert `Input.get_vector()` back to checking raw strengthMichael Alexsander2023-02-191-2/+2
* | Merge pull request #73254 from j8r/fix-standard-gamepad-triggersRémi Verschelde2023-02-191-1/+1
|\ \
| * | Fix Standard Gamepad Mapping triggersJulien Reichardt2023-02-131-1/+1
* | | Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-1/+1
|\ \ \ | |/ / |/| |
| * | Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+1
| |/
* / Change message of unknown joypad property from error to warningRicardo Subtil2023-02-131-2/+3
|/
* Merge pull request #73179 from akien-mga/sync-gamecontrollerdbRémi Verschelde2023-02-121-15/+41
|\
| * Sync controller mappings DB with SDL2 community repoRémi Verschelde2023-02-121-15/+41
* | Add PS3 controller guide buttonJulien Reichardt2023-02-121-1/+1
|/
* Add some missing translatable editor stringsHaoyu Qiu2023-02-101-3/+3
* Perform early exit in Input::is_anything_pressedNinni Pipping2023-02-091-3/+6
* Fix mouse-button-mask on button release in unit testMarkus Sauermann2023-02-081-0/+1
* Fix mouse/drag/touch InputEvents having no device idMarkus Sauermann2023-02-063-5/+8
* Fix various typos with codespellRémi Verschelde2023-02-011-1/+1
* Merge pull request #64423 from RandomShaper/safe_input_synthRémi Verschelde2023-01-312-0/+29
|\
| * Warn users about unsafe usage of InputEventPedro J. Estébanez2023-01-312-0/+29
* | Merge pull request #67783 from EricEzaM/67715-input-event-action-as-textRémi Verschelde2023-01-271-1/+12
|\ \
| * | Make InputEventAction as_text() return the text of the first valid event for ...Eric M2023-01-121-1/+12
* | | Merge pull request #69028 from YeldhamDev/its_raw_you_donkeyRémi Verschelde2023-01-251-2/+2
|\ \ \
| * | | Make `Input.get_vector()` check for plain `strength` instead of the raw oneMichael Alexsander2022-11-221-2/+2
* | | | [Input] Do not add key labels to the default actions, to display it correctly...bruvzg2023-01-241-1/+0
* | | | Cleanup and unify keyboard input.bruvzg2023-01-234-10/+129
| |_|/ |/| |
* | | Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde2023-01-161-1/+1
* | | Use BitField<> in core type masksJuan Linietsky2023-01-085-102/+63
| |/ |/|
* | One Copyright Update to rule them allRémi Verschelde2023-01-0510-290/+290
* | [iOS] Add Apple Pencil pressure and tilt support.bruvzg2022-12-233-1/+58
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-12-121-32/+88
* | Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde2022-11-241-1/+1
|/
* add controller_number & controller_value to allow printing of all MIDI event ...alcomposer2022-11-141-1/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Unified shortcut to clear carets and selectionsAlfred Reinold Baudisch2022-11-021-2/+2
* Shortcut and Bind to Remove Secondary CaretsAlfred Reinold Baudisch2022-10-311-0/+5
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde2022-10-311-0/+22
|\ \
| * | Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer092022-10-181-0/+22
| |/
* | Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrenceClay John2022-10-271-1/+6
|\ \
| * | Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch2022-10-211-1/+6
| |/