summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman2-3/+4
2019-05-25applets/error: Save report on error appletZach Hilman1-5/+14
2019-05-25applets: Save report on stubbed appletZach Hilman4-15/+49
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-3/+3
2019-04-17web_browser: Make OpenPage non-constZach Hilman8-15/+20
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman1-2/+2
2019-04-17general_backend: Move StubApplet and add backend PhotoViewerZach Hilman2-1/+102
2019-04-17applets: Add Error appletZach Hilman3-24/+224
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman6-14/+16
2019-04-17applets: Add AppletManager class to control lifetimeZach Hilman2-0/+137
2019-03-28patch_manager: Dump NSO name with build IDZach Hilman1-2/+1
2019-03-27game_list: Register content with ContentProviderZach Hilman1-2/+3
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash2-0/+4
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash1-2/+8
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash1-1/+1
2019-01-01core/kernel: Remove unnecessary inclusionsLioncash2-2/+2
2018-12-29web_browser: Add bounds checking to applet interfaceZach Hilman1-7/+7
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman1-1/+1
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman2-0/+228
2018-12-10applets: Correct usage of SignalStateChanged eventZach Hilman2-5/+4
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman4-13/+5
2018-12-03applets: Implement ProfileSelect appletZach Hilman2-0/+130
2018-12-03software_keyboard: Signal state changed event upon constructionZach Hilman1-1/+6
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman1-5/+1
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman2-18/+12
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman2-20/+28
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman2-7/+5
2018-11-22applets: Add StubAppletZach Hilman2-0/+96
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash4-20/+27
2018-11-20am/applets: Replace includes with forward declarations where applicableLioncash2-2/+9
2018-11-20am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash1-11/+18
2018-11-19software_keyboard: Fix erroneous extra PushNormalDataZach Hilman1-3/+2
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman3-5/+1
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman4-47/+159
2018-11-19software_keyboard: Use correct offset for inital text stringZach Hilman1-1/+2
2018-11-19software_keyboard: Check for UTF-8 config flagZach Hilman2-9/+23
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 Hilman4-8/+22
2018-11-18applet: Add operation completed callbackZach Hilman1-1/+1
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman3-7/+20
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman2-5/+19
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman3-18/+18
2018-11-18am: Implement text check software keyboard modeZach Hilman2-9/+63
2018-11-18am: Deglobalize software keyboard appletZach Hilman4-18/+29
2018-11-18am/applets: Add connector between frontend and AM applet classesZach Hilman2-0/+128
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman2-0/+75