summaryrefslogtreecommitdiff
path: root/tools/validatekeymaps/Main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Require CONFIG_HID_PLAYSTATION for DualSense key layoutSiarhei Vishniakou2022-08-231-0/+5
* Prevent some keylayouts from being added to AndroidSiarhei Vishniakou2021-09-241-0/+44
* Add explicit Result::ok() where missingBernie Innocenti2020-12-221-2/+2
* Convert validatekeymaps to enum classMichael Wright2020-11-041-52/+52
* Convert KeyCharacterMap to enum classMichael Wright2020-11-041-2/+2
* Update usage of PropertyMap::loadSiarhei Vishniakou2020-09-181-5/+5
* Merge "Move PropertyMap from libutils to libinput" am: bf37f0d136 am: 27e25ee...Treehugger Robot2020-09-081-1/+1
|\
| * Merge "Move PropertyMap from libutils to libinput" am: bf37f0d136Treehugger Robot2020-09-081-1/+1
| |\
| | * Move PropertyMap from libutils to libinputSiarhei Vishniakou2020-09-021-1/+1
* | | Move KeyCharacterMap from RefBase to shared_ptr.Chris Ye2020-08-301-5/+4
* | | Move KeyLayoutMap from RefBase to shared_ptr.Chris Ye2020-08-281-4/+3
|/ /
* / Remove 'no errors' logSiarhei Vishniakou2019-06-211-1/+0
|/
* Update VirtualKeyMap usageSiarhei Vishniakou2019-02-201-5/+3
* Refactor String8 to std::string callsSiarhei Vishniakou2018-07-111-4/+3
* Quiet keymap validation.Michael Wright2017-09-041-16/+39
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+147
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-147/+0
* Move input library code to frameworks/native.Jeff Brown2013-07-011-3/+3
* Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-1/+2
* Request key maps from input manager service.Jeff Brown2012-04-101-2/+4
* Fix build break.Jeff Brown2012-02-171-3/+3
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-3/+18
* Improve support for external keyboards.Jeff Brown2010-12-021-3/+22
* Fix build on Linux due to different strrchr prototype.Jeff Brown2010-11-231-1/+1
* Port Emulator keymaps.Jeff Brown2010-11-231-0/+110