summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-132-0/+5
|\
| * Fix InputMap and display server not nulling singleton on freePaulb232021-09-012-0/+5
* | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-31/+31
|/
* Merge pull request #51750 from jmb462/inputmap_action_suggestionsMax Hilbrunner2021-08-233-26/+15
|\
| * Adding InputMap action error suggestion for Input singletonjmb4622021-08-163-26/+15
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-234-1/+141
|/
* Fix input methods returning zero strength when pressed status not requestedMai Lavelle2021-08-162-10/+15
* Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde2021-08-131-3/+2
* Add input buffering frameworkPedro J. Estébanez2021-08-132-14/+25
* Improve input event accumulationPedro J. Estébanez2021-08-134-10/+25
* Use Key enum instead of plain integersAaron Franke2021-08-104-14/+16
* Added EditorCommandPaletteBhuvan Vemula2021-08-092-0/+40
* Fix action_get_events returning booleans instead of InputKey entriesJulien Nguyen2021-08-071-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-17/+11
* Fix Input get_action_raw_strengthAaron Franke2021-07-221-2/+3
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-07-201-24/+80
* Optimize StringName usagereduz2021-07-181-1/+1
* [HTML5] Add 2 controllers to the godot database.Fabio Alessandrelli2021-07-171-0/+2
* Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...Eric M2021-07-061-0/+18
* Add `get_dead_zone()` method to `InputMap`Nick H2021-07-021-0/+1
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-204-63/+63
* Move many input enums to their own fileAaron Franke2021-06-204-103/+148
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-16/+16
* Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde2021-06-203-47/+59
|\
| * Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal2021-05-193-47/+59
* | Documentation search fixesGregory Basile2021-06-161-1/+7
* | Added Input_Map entry for backspacing using Shift+BackspaceSpaghettiCoder012021-06-151-0/+1
* | Fix `InputEventJoypadButton::as_text` crash for invalid button indexHaoyu Qiu2021-06-131-1/+1
* | Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-032-2/+4
* | Move and expose AutoComplete in CodeEditPaulb232021-06-011-1/+5
* | Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio2021-05-221-0/+5
* | Change behavior of String.rightTomasz Chabora2021-05-201-6/+6
* | Fix typos with codespellRémi Verschelde2021-05-201-1/+1
|/
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-172-84/+84
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-072-84/+84
* | Fix typo in InputEventMIDI stringfox2021-05-171-1/+1
* | Make printing of InputEvents consistentMarcel Admiraal2021-05-151-17/+22
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-042-14/+14
* Add Enter as alternate key to complete codekobewi2021-05-031-0/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+0
* Merge pull request #35666 from Calinou/inputmap-nonexistent-suggestionsRémi Verschelde2021-04-182-9/+39
|\
| * Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio2021-04-182-9/+39
* | Avoid creating joy_names map entries when using Map operator[]Marcel Admiraal2021-04-171-8/+15
|/
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-04-061-3/+14
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-03-231-19/+26
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-233-20/+20
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-233-48/+48
* [HTML5] Logitech Dual Action Gamepad FF/LinuxFabio Alessandrelli2021-03-211-0/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-122-2/+3