aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets/applets.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-21applets: Rename Mii to MiiEditMorph
2022-02-28applet: mii: Simple implementation of mii appletgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-07-14applets: Append applet_ prefix to backend appletsMorph
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-04-17applets: Send focus state change message on applet state changeMorph
2021-04-17applets: Make the applet mode a protected property of AppletMorph
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2020-12-18applets: Remove the previous web browser applet implementationMorph
2020-09-25frontend/controller: Eliminate dependency on the global system instanceLioncash
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph
2020-02-07hle: services: Use std::shared_ptr instead of copy by value.bunnei
2020-02-05services: am: Clear events on PopOutData and PopInteractiveOutData.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman
2019-09-04service/am: Remove usages of global system accessorsLioncash
2019-06-24applets: Pass current process title ID to appletsZach Hilman
2019-06-24applets: Track ECommerce and Parental Control applet frontendsZach Hilman
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-05-29core/core: Remove unnecessary includesLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25applets: Save report on stubbed appletZach Hilman
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-17applets: Add AppletManager class to control lifetimeZach Hilman
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-09applets: Correct usage of SignalStateChanged eventZach Hilman
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman