summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-201-1/+1
| | | | | The accessor should be doing just that, accessing, rather than retaining the lifetime of the data broker as well.
* am/applets: Replace includes with forward declarations where applicableLioncash2018-11-201-0/+5
| | | | | Also resolve places where includes should have been provided, but weren't.
* 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
| | | | This cleans up most of the callbacks and such in the Applets::Applet interface, while also properly implementing all four data channels.
* 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
| | | | a
* 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
Provides a middleman between the Frontend provider class and the expected AM::Applets::Applet class needed by ILibraryAppletAccessor