summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-6/+8
* software_keyboard: Resolve a pessimizing move warningLioncash2020-08-141-2/+1
* Address issuesDavid Marcec2020-07-201-2/+2
* swkbd: Return result for Calc request for inlined swkbdDavid Marcec2020-07-191-13/+48
* Prevent nullptr dereference on swkbd error caseDavid Marcec2020-06-241-1/+1
* software_keyboard: Eliminate trivial redundant copiesLioncash2020-06-201-2/+2
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-081-4/+4
* am: Refactor IStorage interface.bunnei2020-02-061-4/+4
* applets: software_keyboard: Signal state change on end of interactive session.bunnei2020-02-061-0/+1
* applets: software_keyboard: Minor cleanup.bunnei2020-02-061-2/+2
* service/am: Remove usages of global system accessorsLioncash2019-09-051-2/+3
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-171-5/+2
* core/hle/ipc: Remove unnecessary includesLioncash2019-03-051-0/+1
* applets: Correct usage of SignalStateChanged eventZach Hilman2018-12-101-2/+1
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-201-12/+12
* software_keyboard: Fix erroneous extra PushNormalDataZach Hilman2018-11-191-3/+2
* software_keyboard: Return correct result code on user cancel operationZach Hilman2018-11-191-3/+1
* applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-191-22/+21
* software_keyboard: Use correct offset for inital text stringZach Hilman2018-11-191-1/+2
* software_keyboard: Check for UTF-8 config flagZach Hilman2018-11-191-8/+21
* software_keyboard: Push all data over all channels on dialog completionZach Hilman2018-11-181-18/+26
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-181-3/+6
* applet: Add operation completed callbackZach Hilman2018-11-181-1/+1
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-181-5/+13
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-5/+14
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-16/+11
* am: Implement text check software keyboard modeZach Hilman2018-11-181-9/+58
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-2/+10
* am/applets: Add connector between frontend and AM applet classesZach Hilman2018-11-181-0/+71