summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets/web: Implement the online web browser appletGravatar Morph2020-12-182-0/+17
* main, applets/web: Re-add progress dialog for RomFS extractionGravatar Morph2020-12-182-8/+8
* applets/web: Implement the default web browser applet frontendGravatar Morph2020-12-182-0/+20
* applets: Remove the previous web browser applet implementationGravatar Morph2020-12-184-136/+0
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-3/+4
* hid: Reorder all HID commandsGravatar Morph2020-11-151-2/+2
* settings: Preparation for per-game input settingsGravatar Morph2020-11-151-2/+2
* controller: Pass ControllerParameters by reference in ReconfigureControllers()Gravatar Lioncash2020-10-262-3/+3
* Revert "core: Fix clang build"Gravatar bunnei2020-10-202-3/+2
* core: Fix clang buildGravatar Lioncash2020-10-172-2/+3
* frontend/controller: Eliminate dependency on the global system instanceGravatar Lioncash2020-09-252-4/+12
* applets/controller: Resolve several compiler warningsGravatar Morph2020-09-041-1/+2
* Address feedbackGravatar Morph2020-09-041-0/+2
* applets/controller: Modify heuristic to account for certain gamesGravatar Morph2020-09-041-7/+12
* applets/controller: Implement fallback applet for the SDL frontendGravatar Morph2020-09-041-1/+34
* applets/controller: Implement "Explain Text"Gravatar Morph2020-09-041-0/+3
* Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-042-0/+85
* general_frontend: Add documentation for parental controls and ecommerce appletsGravatar Zach Hilman2019-06-242-4/+32
* frontend: Add base class and default impl for ECommerce applet frontendGravatar Zach Hilman2019-06-242-0/+102
* web_browser: Rename OpenPage to OpenPageLocalGravatar Zach Hilman2019-06-242-7/+7
* frontend: Add base class and default impl of parent controls applet frontendGravatar Zach Hilman2019-06-242-1/+52
* profile_select: Port Service::Account::UUID to Common::UUIDGravatar Zach Hilman2019-04-252-7/+6
* web_browser: Make OpenPage non-constGravatar Zach Hilman2019-04-172-3/+3
* main: Add GMainWindow hooks for Error displayGravatar Zach Hilman2019-04-171-1/+1
* general_frontend: Add frontend scaffold for PhotoViewer appletGravatar Zach Hilman2019-04-172-0/+55
* frontend: Add frontend receiver for Error appletGravatar Zach Hilman2019-04-172-0/+71
* web_browser: Make OpenPage constGravatar Zach Hilman2019-04-172-3/+3
* core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-172-3/+3
* frontend: Add frontend responder for web browserGravatar Zach Hilman2018-12-282-0/+52
* frontend: Add frontend applet for ProfileSelectGravatar Zach Hilman2018-12-032-0/+46
* applet: Add operation completed callbackGravatar Zach Hilman2018-11-182-3/+7
* software_keyboard: Make GetText asynchronousGravatar Zach Hilman2018-11-182-5/+9
* am: Allow applets to push multiple and different channels of dataGravatar Zach Hilman2018-11-182-8/+7
* am: Implement ILibraryAppletAccessor IsCompleted and GetResultGravatar Zach Hilman2018-11-181-0/+1
* am: Implement text check software keyboard modeGravatar Zach Hilman2018-11-182-0/+8
* am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-182-31/+36
* qt/main: Register Qt Software Keyboard frontend with AMGravatar Zach Hilman2018-11-181-0/+1
* frontend/applets: Add frontend software keyboard provider and defaultGravatar Zach Hilman2018-11-182-0/+61