summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets/applets.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-291-340/+0
* service: split am into componentsGravatar Liam2024-01-291-2/+4
* service: am: Set push in arguments according to the launched appletGravatar Narr the Reg2023-10-011-0/+16
* service: am: Implement cabinet applet backendGravatar german772022-11-131-3/+17
* kernel: remove KWritableEventGravatar Liam2022-10-121-5/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* applets: Rename Mii to MiiEditGravatar Morph2022-03-211-14/+14
* applet: mii: Simple implementation of mii appletGravatar german772022-02-281-2/+15
* kraken: Address comments from reviewGravatar german772021-11-241-1/+1
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-21/+20
* applets: Append applet_ prefix to backend appletsGravatar Morph2021-07-141-6/+6
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...Gravatar bunnei2021-05-051-1/+0
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-051-11/+11
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+5
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-051-20/+14
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-3/+3
* applets: Send focus state change message on applet state changeGravatar Morph2021-04-171-7/+33
* applets: Make the applet mode a protected property of AppletGravatar Morph2021-04-171-1/+2
* applets: Pass in the LibraryAppletMode each applet's constructorGravatar Morph2021-04-151-9/+9
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-13/+17
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-4/+4
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-4/+4
* applets: Remove the previous web browser applet implementationGravatar Morph2020-12-181-21/+14
* frontend/controller: Eliminate dependency on the global system instanceGravatar Lioncash2020-09-251-1/+2
* Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-041-23/+48
* hle: services: Use std::shared_ptr instead of copy by value.Gravatar bunnei2020-02-071-12/+12
* services: am: Clear events on PopOutData and PopInteractiveOutData.Gravatar bunnei2020-02-051-0/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-3/+3
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-5/+5
* applets: Add accessor for AppletFrontendSetGravatar Zach Hilman2019-09-301-0/+4
* service/am: Remove usages of global system accessorsGravatar Lioncash2019-09-041-13/+12
* applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-241-9/+12
* applets: Track ECommerce and Parental Control applet frontendsGravatar Zach Hilman2019-06-241-5/+19
* Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-9/+25
|\
| * loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-2/+3
| * applets: Save report on stubbed appletGravatar Zach Hilman2019-05-251-9/+24
* | core/core: Remove unnecessary includesGravatar Lioncash2019-05-291-0/+15
|/
* core/kernel/object: Rename ResetType enum membersGravatar Lioncash2019-05-181-3/+3
* applets: Add AppletManager class to control lifetimeGravatar Zach Hilman2019-04-171-0/+82
* core/kernel: Remove unnecessary inclusionsGravatar Lioncash2018-12-311-1/+1
* applets: Correct usage of SignalStateChanged eventGravatar Zach Hilman2018-12-091-3/+3
* kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-291-15/+9
* core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-291-12/+19
* am/applets: Make the applet data broker part of the applet itself.Gravatar Lioncash2018-11-201-4/+2
* software_keyboard: Return correct result code on user cancel operationGravatar Zach Hilman2018-11-191-1/+0
* applet: Add AppletDataBroker to manage HLE to AM service interactionGravatar Zach Hilman2018-11-191-4/+91
* applet: Use std::queue instead of std::vector for storage stackGravatar Zach Hilman2018-11-181-1/+11
* am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-181-13/+3
* am/applets: Add Applet superclass to describe a generic appletGravatar Zach Hilman2018-11-181-0/+29