summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applets.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: am: Implement cabinet applet backendgerman772022-11-131-3/+17
* kernel: remove KWritableEventLiam2022-10-131-5/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* applets: Rename Mii to MiiEditMorph2022-03-221-14/+14
* applet: mii: Simple implementation of mii appletgerman772022-03-011-2/+15
* kraken: Address comments from reviewgerman772021-11-251-1/+1
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-21/+20
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-6/+6
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-1/+0
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-11/+11
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-0/+5
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-20/+14
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-3/+3
* applets: Send focus state change message on applet state changeMorph2021-04-171-7/+33
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+2
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-9/+9
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-13/+17
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-4/+4
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-4/+4
* applets: Remove the previous web browser applet implementationMorph2020-12-181-21/+14
* frontend/controller: Eliminate dependency on the global system instanceLioncash2020-09-261-1/+2
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-23/+48
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-081-12/+12
* services: am: Clear events on PopOutData and PopInteractiveOutData.bunnei2020-02-061-0/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-3/+3
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-5/+5
* applets: Add accessor for AppletFrontendSetZach Hilman2019-09-301-0/+4
* service/am: Remove usages of global system accessorsLioncash2019-09-051-13/+12
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-9/+12
* applets: Track ECommerce and Parental Control applet frontendsZach Hilman2019-06-251-5/+19
* Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-211-9/+25
|\
| * loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-2/+3
| * applets: Save report on stubbed appletZach Hilman2019-05-251-9/+24
* | core/core: Remove unnecessary includesLioncash2019-05-291-0/+15
|/
* core/kernel/object: Rename ResetType enum membersLioncash2019-05-181-3/+3
* applets: Add AppletManager class to control lifetimeZach Hilman2019-04-171-0/+82
* core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-1/+1
* applets: Correct usage of SignalStateChanged eventZach Hilman2018-12-101-3/+3
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-15/+9
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-12/+19
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-201-4/+2
* software_keyboard: Return correct result code on user cancel operationZach Hilman2018-11-191-1/+0
* applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-191-4/+91
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-181-1/+11
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-13/+3
* am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-181-0/+29