summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets/controller.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applet: controller: Implement cancel buttonGravatar german772023-03-301-1/+1
|
* qt: implement RequestExit for appletsGravatar Liam2023-03-251-1/+3
|
* applets/controller: Use aliases for callbacksGravatar Lioncash2022-12-051-2/+4
|
* general: fix compile for Apple ClangGravatar Liam2022-11-221-0/+1
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* kraken: Address comments from reviewGravatar german772021-11-241-4/+4
| | | | review fixes
* hid: Implement GC controllerGravatar german2021-02-071-0/+1
|
* controller: Pass ControllerParameters by reference in ReconfigureControllers()Gravatar Lioncash2020-10-261-2/+2
| | | | Prevents unnecessary copies and heap reallocations from occurring.
* frontend/controller: Eliminate dependency on the global system instanceGravatar Lioncash2020-09-251-0/+8
|
* applets/controller: Implement "Explain Text"Gravatar Morph2020-09-041-0/+3
| | | | "Explain Text" is additional text that is shown for each player in the controller applet.
* Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-041-0/+45
Co-authored-by: Its-Rei <kupfel@gmail.com>