aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets/applets.h
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-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.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-04Project Mjölnir: Part 2 - Controller AppletMorph
2020-02-07hle: services: Use std::shared_ptr instead of copy by value.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...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-25applets: Save report on stubbed appletZach Hilman
2019-04-17applets: Add AppletManager class to control lifetimeZach Hilman
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach 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-20am/applets: Replace includes with forward declarations where applicableLioncash
2018-11-20am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash
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-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman
2018-11-18am: Implement text check software keyboard modeZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman