summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_software_keyboard.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: split am into componentsLiam2024-01-301-0/+1
* qt: implement RequestExit for appletsLiam2023-03-251-1/+1
* applets: implement RequestExitLiam2023-03-251-0/+5
* applet/swkbd: Implement optional symbol keysMorph2022-07-241-0/+6
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* applets/swkbd: Split software keyboard initializationMorph2022-03-221-153/+321
* applets/swkbd: Fix text check message encodingMorph2021-11-081-7/+15
* applets/swkbd: Skip text checking if the text has been confirmedMorph2021-11-081-7/+13
* applet_swkbd: Include the null terminator in the buffer size calculationMorph2021-08-051-2/+4
* applet_swkbd: Correct string buffer size calculationMorph2021-07-301-2/+2
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-0/+1082