summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applets.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: am: Implement cabinet applet backendgerman772022-11-131-4/+8
* general: Enforce C4800 everywhere except in video_coreMorph2022-10-221-1/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* applets: Rename Mii to MiiEditMorph2022-03-221-4/+4
* applet: mii: Simple implementation of mii appletgerman772022-03-011-3/+6
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-4/+6
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-1/+0
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-4/+4
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-3/+4
* 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-2/+5
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-5/+10
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-1/+9
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-5/+7
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-3/+3
* applets: Remove the previous web browser applet implementationMorph2020-12-181-11/+9
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-8/+11
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-081-12/+12
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-3/+3
* applets: Add accessor for AppletFrontendSetZach Hilman2019-09-301-0/+2
* service/am: Remove usages of global system accessorsLioncash2019-09-051-4/+13
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-1/+1
* applets: Track ECommerce and Parental Control applet frontendsZach Hilman2019-06-251-2/+10
* Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-211-4/+12
|\
| * applets: Save report on stubbed appletZach Hilman2019-05-251-4/+12
* | core/core: Remove unnecessary includesLioncash2019-05-291-5/+22
|/
* applets: Add AppletManager class to control lifetimeZach Hilman2019-04-171-0/+55
* core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-1/+1
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-5/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-3/+3
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-8/+9
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-201-3/+12
* am/applets: Replace includes with forward declarations where applicableLioncash2018-11-201-2/+4
* am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash2018-11-201-11/+18
* applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-191-12/+44
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-181-3/+4
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-181-1/+3
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-1/+5
* am: Implement text check software keyboard modeZach Hilman2018-11-181-0/+5
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-3/+7
* am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-181-0/+46