summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-223-1/+20
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-22/+21
* [Web] Add PS3 gamepad mapping for FF+Linux.Fabio Alessandrelli2022-10-031-0/+1
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-09-271-6/+14
* Merge pull request #63109 from OverloadedOrama/fix-input-event-actionRémi Verschelde2022-09-251-1/+1
|\
| * Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameterEmmanouil Papadeas2022-07-171-1/+1
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-073-87/+90
* | Updated gamecontrollerdb.txt to latest to include new mappings for various co...Andres Hernandez2022-09-051-13/+36
* | Merge pull request #64444 from timothyqiu/action-completionRémi Verschelde2022-09-011-5/+4
|\ \
| * | Fix action name completion for `Input`Haoyu Qiu2022-08-151-5/+4
* | | [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-292-26/+26
* | | Merge pull request #64531 from madmiraal/fix-63972-2Rémi Verschelde2022-08-241-5/+3
|\ \ \
| * | | Fix axis mapped to DPad buttons not releasing opposite buttonMarcel Admiraal2022-08-171-5/+3
| |/ /
* | | Replace Array return types with TypedArray 2kobewi2022-08-232-6/+10
* | | Merge pull request #64732 from RandomShaper/input_is_finalRémi Verschelde2022-08-232-14/+9
|\ \ \
| * | | Consolidate the fact that `Input` is meant to be finalPedro J. Estébanez2022-08-222-14/+9
| |/ /
* / / Make `_validate_property` a multilevel methodYuri Sizov2022-08-222-8/+8
|/ /
* | Use %s for bool value in vformatHaoyu Qiu2022-08-071-1/+1
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-08-051-18/+71
* | Fix some array size function definition mismatch.Fabio Alessandrelli2022-08-041-1/+1
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
* | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+2
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-07-181-158/+209
|/
* Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde2022-07-042-3/+20
|\