summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets/applets.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-291-289/+0
* service: am: Set the correct album program idGravatar german772023-11-051-2/+2
* yuzu: Only store games in the recently played listGravatar german772023-11-051-0/+24
* service: am: Set push in arguments according to the launched appletGravatar Narr the Reg2023-10-011-10/+39
* applets: implement RequestExitGravatar Liam2023-03-251-0/+1
* service: am: Implement cabinet applet backendGravatar german772022-11-131-4/+8
* general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-221-1/+1
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-2/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* applets: Rename Mii to MiiEditGravatar Morph2022-03-211-4/+4
* applet: mii: Simple implementation of mii appletGravatar german772022-02-281-3/+6
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-4/+6
* hle: kernel: Remove deprecated Object class.Gravatar bunnei2021-05-051-1/+0
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-051-4/+4
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-051-3/+4
* 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-2/+5
* applets: Make the applet mode a protected property of AppletGravatar Morph2021-04-171-5/+10
* applets: Pass in the LibraryAppletMode each applet's constructorGravatar Morph2021-04-151-1/+9
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-5/+7
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-3/+3
* applets: Remove the previous web browser applet implementationGravatar Morph2020-12-181-11/+9
* Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-041-8/+11
* hle: services: Use std::shared_ptr instead of copy by value.Gravatar bunnei2020-02-071-12/+12
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-3/+3
* applets: Add accessor for AppletFrontendSetGravatar Zach Hilman2019-09-301-0/+2
* service/am: Remove usages of global system accessorsGravatar Lioncash2019-09-041-4/+13
* applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-241-1/+1
* applets: Track ECommerce and Parental Control applet frontendsGravatar Zach Hilman2019-06-241-2/+10
* Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-4/+12
|\
| * applets: Save report on stubbed appletGravatar Zach Hilman2019-05-251-4/+12
* | core/core: Remove unnecessary includesGravatar Lioncash2019-05-291-5/+22
|/
* applets: Add AppletManager class to control lifetimeGravatar Zach Hilman2019-04-171-0/+55
* core/kernel: Remove unnecessary inclusionsGravatar Lioncash2018-12-311-1/+1
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventGravatar Zach Hilman2018-11-291-5/+1
* kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-291-3/+3
* core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-291-8/+9
* am/applets: Make the applet data broker part of the applet itself.Gravatar Lioncash2018-11-201-3/+12
* am/applets: Replace includes with forward declarations where applicableGravatar Lioncash2018-11-201-2/+4
* am/applets: Relocate comments above the relevant data member in AppletDataBrokerGravatar Lioncash2018-11-201-11/+18
* applet: Add AppletDataBroker to manage HLE to AM service interactionGravatar Zach Hilman2018-11-191-12/+44
* applet: Use std::queue instead of std::vector for storage stackGravatar Zach Hilman2018-11-181-3/+4
* software_keyboard: Push buffer size to offset 0x4 in output dataGravatar Zach Hilman2018-11-181-1/+3
* am: Allow applets to push multiple and different channels of dataGravatar Zach Hilman2018-11-181-1/+5
* am: Implement text check software keyboard modeGravatar Zach Hilman2018-11-181-0/+5
* am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-181-3/+7
* am/applets: Add Applet superclass to describe a generic appletGravatar Zach Hilman2018-11-181-0/+46