summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+0
* applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph2021-04-151-4/+134
* applets: Remove the previous software keyboard applet implementationMorph2021-04-151-50/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-0/+1
* swkbd: Return result for Calc request for inlined swkbdDavid Marcec2020-07-191-0/+1
* service/am: Remove usages of global system accessorsLioncash2019-09-051-1/+6
* web_browser: Make OpenPage non-constZach Hilman2019-04-171-1/+1
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-171-1/+3
* core/hle/ipc: Remove unnecessary includesLioncash2019-03-051-0/+3
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-201-1/+1
* am/applets: Replace includes with forward declarations where applicableLioncash2018-11-201-0/+5
* software_keyboard: Return correct result code on user cancel operationZach Hilman2018-11-191-1/+0
* applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-191-9/+3
* software_keyboard: Check for UTF-8 config flagZach Hilman2018-11-191-1/+2
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-181-1/+1
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-181-1/+4
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-0/+5
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-1/+2
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-0/+9
* am/applets: Add connector between frontend and AM applet classesZach Hilman2018-11-181-0/+57