summaryrefslogtreecommitdiff
path: root/core/input
AgeCommit message (Expand)Author
2022-11-14add controller_number & controller_value to allow printing of all MIDI event ...alcomposer
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Unified shortcut to clear carets and selectionsAlfred Reinold Baudisch
2022-10-31Shortcut and Bind to Remove Secondary CaretsAlfred Reinold Baudisch
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde
2022-10-27Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrenceClay John
2022-10-22Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio
2022-10-21Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-18Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer09
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-03[Web] Add PS3 gamepad mapping for FF+Linux.Fabio Alessandrelli
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-27Sync controller mappings DB with SDL2 community repoRémi Verschelde
2022-09-25Merge pull request #63109 from OverloadedOrama/fix-input-event-actionRémi Verschelde
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-05Updated gamecontrollerdb.txt to latest to include new mappings for various co...Andres Hernandez
2022-09-01Merge pull request #64444 from timothyqiu/action-completionRémi Verschelde
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-24Merge pull request #64531 from madmiraal/fix-63972-2Rémi Verschelde
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-23Merge pull request #64732 from RandomShaper/input_is_finalRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-22Consolidate the fact that `Input` is meant to be finalPedro J. Estébanez
2022-08-17Fix axis mapped to DPad buttons not releasing opposite buttonMarcel Admiraal
2022-08-15Fix action name completion for `Input`Haoyu Qiu
2022-08-07Use %s for bool value in vformatHaoyu Qiu
2022-08-05Sync controller mappings DB with SDL2 community repoRémi Verschelde
2022-08-04Fix some array size function definition mismatch.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-18Sync controller mappings DB with SDL2 community repoRémi Verschelde
2022-07-17Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameterEmmanouil Papadeas
2022-07-04Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde
2022-07-04[macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro
2022-07-03Input: Re-enable input accumulation by defaultRémi Verschelde
2022-06-28Input: Make `get_action_raw_strength` print error when the action doesn't existMarco F
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-06-04Merge pull request #61669 from fire-forge/inputRémi Verschelde
2022-06-03Make Input mouse_mode and use_accumulated_input propertiesFireForge
2022-06-03Add array element type to `get_connected_joypads`Raul Santos
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-05Sync controller mappings DB with SDL2 community repoRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-22Use Input::push_input for tests plus extra mouse testingPaulb23
2022-04-14Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fixRémi Verschelde