summaryrefslogtreecommitdiff
path: root/include/input/KeyCharacterMap.h
AgeCommit message (Expand)Author
2024-10-17Copy KeyCharacterMap object when we fill InputDeviceInfo(1/n) Linnan Li
2024-10-07hasKeycode API should take into account key remapping Vaibhav Devmurari
2024-09-20Move key remapping to InputReader thread(1/n) Linnan Li
2024-05-10Remove __linux__ ifdefs where not needed Siarhei Vishniakou
2023-10-24Return unique_ptr from readFromParcel Siarhei Vishniakou
2023-04-24Use std::unordered_map in KeyCharacterMap Siarhei Vishniakou
2023-04-17Return Key* from getKey Siarhei Vishniakou
2023-04-17Pass reference to finishKey Siarhei Vishniakou
2023-03-02Initialize mLayoutOverlayApplied Siarhei Vishniakou
2023-01-12Clear applied layout overlay if new layout overlay is null. Vaibhav Devmurari
2022-12-06Add API to support key remappings on native side Vaibhav Devmurari
2022-09-10libinput: Use #pragma once instead of explicit define guards Prabir Pradhan
2022-08-08Use std::list to store Behavior objects Siarhei Vishniakou
2022-08-05Return pointer from getKeyBehavior Siarhei Vishniakou
2022-08-05Remove unused variable outKey Siarhei Vishniakou
2021-12-31Fix KeyCharacterMap overlays by reloading base overlay before applying anothe... Philip Junker
2020-12-16Add SensorManager support in inputflinger. Chris Ye
2020-11-05Merge "Fix libinput mac build, hopefully." TreeHugger Robot
2020-11-04Fix libinput mac build, hopefully. Brett Chabot
2020-11-04Move KeyCharacterMap to enum class Michael Wright
2020-10-28Build all of libinput for linux host. Brett Chabot
2020-08-28Move KeyCharacterMap from RefBase to shared_ptr. Chris Ye
2018-12-21Merge "Fix/suppress google-explicit-constructor warnings" am: aad7e1ccc5 am: ... Chih-hung Hsieh
2018-12-21Fix/suppress google-explicit-constructor warnings Chih-Hung Hsieh
2018-09-05Prefer std::string over String8 Siarhei Vishniakou
2018-02-21Move SPECIAL_FUNCTION from .kcm to .idc files Siarhei Vishniakou
2015-10-22Limit the number of keys read by KeyCharacterMaps. Michael Wright
2015-10-08resolved conflicts for b9163905 to mnc-dr-dev-plus-aosp Dmitry Torokhov
2015-09-29Allow defining replacement key events in keymap Dmitry Torokhov
2015-08-12Lose HAVE_ANDROID_OS from frameworks/native. Elliott Hughes
2013-07-01Move input library code from frameworks/base. Jeff Brown