summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei1-4/+4
2020-02-06am: Refactor IStorage interface.bunnei1-4/+4
2020-02-06applets: software_keyboard: Signal state change on end of interactive session.bunnei1-0/+1
2020-02-06applets: software_keyboard: Minor cleanup.bunnei1-2/+2
2019-09-05service/am: Remove usages of global system accessorsLioncash1-2/+3
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman1-5/+2
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash1-0/+1
2018-12-10applets: Correct usage of SignalStateChanged eventZach Hilman1-2/+1
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman1-6/+1
2018-12-03software_keyboard: Signal state changed event upon constructionZach Hilman1-1/+6
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash1-12/+12
2018-11-19software_keyboard: Fix erroneous extra PushNormalDataZach Hilman1-3/+2
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman1-3/+1
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman1-22/+21
2018-11-19software_keyboard: Use correct offset for inital text stringZach Hilman1-1/+2
2018-11-19software_keyboard: Check for UTF-8 config flagZach Hilman1-8/+21
2018-11-18software_keyboard: Push all data over all channels on dialog completionZach Hilman1-18/+26
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman1-3/+6
2018-11-18applet: Add operation completed callbackZach Hilman1-1/+1
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman1-5/+13
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman1-5/+14
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman1-16/+11
2018-11-18am: Implement text check software keyboard modeZach Hilman1-9/+58
2018-11-18am: Deglobalize software keyboard appletZach Hilman1-2/+10
2018-11-18am/applets: Add connector between frontend and AM applet classesZach Hilman1-0/+71