summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-29am: re-namespace frontend applets to frontend directoryGravatar Liam7-26/+26
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi1-3/+3
2024-01-11service: hid: Create abstracted pad structureGravatar german771-1/+1
2024-01-05hid_core: Move hid to it's own subprojectGravatar Narr the Reg1-3/+3
2023-08-22general: Use console mode helper across projectGravatar lat9nq1-1/+2
2023-08-22general: Convert use_docked_mode to an enumerationGravatar lat9nq1-1/+2
2023-05-05service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2-6/+6
2023-03-30applet: controller: Implement cancel buttonGravatar german772-2/+2
2023-03-29service: am: Improve profile select appletGravatar Narr the Reg2-4/+15
2023-03-25qt: implement RequestExit for appletsGravatar Liam17-9/+63
2022-12-05applets/controller: Use aliases for callbacksGravatar Lioncash2-3/+5
2022-12-05applets/error: Use aliases for callbacksGravatar Lioncash2-9/+11
2022-12-05applets/mii_edit: Use aliases for callbacksGravatar Lioncash2-3/+5
2022-12-05applets/profile_select: Use aliases for callbacksGravatar Lioncash2-4/+5
2022-12-05applets/web_browser: Use aliases for callbacksGravatar Lioncash2-18/+17
2022-12-05applets/software_keyboard: Use aliases for callbacksGravatar Lioncash2-21/+16
2022-11-22general: fix compile for Apple ClangGravatar Liam1-0/+1
2022-11-13general: Address review commentsGravatar german772-4/+5
2022-11-13service: am: Implement cabinet applet backendGravatar german772-0/+56
2022-07-24applet/swkbd: Implement optional symbol keysGravatar Morph1-0/+2
2022-06-26core: Replace all instances of ResultCode with ResultGravatar german772-9/+9
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph14-42/+28
2022-03-21applets/mii: Remove frontend parametersGravatar Morph2-17/+4
2022-03-21service: Move mii enums and structs into its own fileGravatar Morph1-1/+1
2022-03-21applets: Rename Mii to MiiEditGravatar Morph2-7/+8
2022-03-19core: Reduce unused includesGravatar ameerj1-1/+0
2022-02-28applet: mii: Simple implementation of mii appletGravatar german772-0/+54
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2-6/+5
2022-02-05profile: Migrate to the new UUID implementationGravatar Morph2-6/+6
2021-12-29core/hid: Fix controller type validationGravatar german771-5/+5
2021-11-24core/hid: Rename NpadType to NpadStyleIndexGravatar german771-5/+5
2021-11-24Morph review first waveGravatar german771-3/+2
2021-11-24kraken: Address comments from reviewGravatar german772-34/+25
2021-11-24core/frontend: Update appletsGravatar german771-9/+14
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedGravatar Morph2-5/+6
2021-11-03core: Remove unused includesGravatar ameerj3-3/+0
2021-09-22core/profile_select: Avoid uninitialized read in SelectProfile()Gravatar Lioncash1-1/+2
2021-07-14applets: Append applet_ prefix to backend appletsGravatar Morph2-2/+2
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-1/+1
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringGravatar Morph2-6/+7
2021-04-15applets/swkbd: Implement the Default Software Keyboard frontendGravatar Morph2-2/+236
2021-04-15applets: Remove the previous software keyboard applet implementationGravatar Morph2-53/+1
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2021-02-07hid: Implement GC controllerGravatar german1-0/+1
2020-12-18applets/web: Implement the online web browser appletGravatar Morph2-0/+17
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionGravatar Morph2-8/+8
2020-12-18applets/web: Implement the default web browser applet frontendGravatar Morph2-0/+20
2020-12-18applets: Remove the previous web browser applet implementationGravatar Morph4-136/+0
2020-12-07core: Remove unnecessary enum casts in log callsGravatar Lioncash1-3/+4