| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-05 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | |
| 2023-04-01 | Merge pull request #10006 from german77/profile_select | liamwhite | |
| service: am: Improve profile select applet | |||
| 2023-03-30 | applet: controller: Implement cancel button | german77 | |
| 2023-03-29 | service: am: Improve profile select applet | Narr the Reg | |
| 2023-03-25 | qt: implement RequestExit for applets | Liam | |
| 2022-12-05 | applets/controller: Use aliases for callbacks | Lioncash | |
| 2022-12-05 | applets/error: Use aliases for callbacks | Lioncash | |
| 2022-12-05 | applets/mii_edit: Use aliases for callbacks | Lioncash | |
| 2022-12-05 | applets/profile_select: Use aliases for callbacks | Lioncash | |
| Deduplicates callback definitions and situates it in one place. | |||
| 2022-12-05 | applets/web_browser: Use aliases for callbacks | Lioncash | |
| Deduplicates a lot of long callback declarations | |||
| 2022-12-05 | applets/software_keyboard: Use aliases for callbacks | Lioncash | |
| Deduplicates really long std::function declarations to make the interface nicer to read. | |||
| 2022-11-22 | general: fix compile for Apple Clang | Liam | |
| 2022-11-13 | general: Address review comments | german77 | |
| 2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
| 2022-07-24 | applet/swkbd: Implement optional symbol keys | Morph | |
| These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard. | |||
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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. | |||
| 2022-03-21 | applets/mii: Remove frontend parameters | Morph | |
| These are unused for now as we do not support a frontend implementation. | |||
| 2022-03-21 | service: Move mii enums and structs into its own file | Morph | |
| Moves these into types.h, since other files also make use of these types. | |||
| 2022-03-21 | applets: Rename Mii to MiiEdit | Morph | |
| 2022-03-19 | core: Reduce unused includes | ameerj | |
| 2022-02-28 | applet: mii: Simple implementation of mii applet | german77 | |
| 2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | |
| This completes the removal of the old UUID implementation. | |||
| 2022-02-05 | profile: Migrate to the new UUID implementation | Morph | |
| 2021-12-29 | core/hid: Fix controller type validation | german77 | |
| 2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
| 2021-11-24 | Morph review first wave | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| review fixes | |||
| 2021-11-24 | core/frontend: Update applets | german77 | |
| 2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | |
| Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir | |||
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-09-22 | core/profile_select: Avoid uninitialized read in SelectProfile() | Lioncash | |
| The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid. | |||
| 2021-07-14 | applets: Append applet_ prefix to backend applets | Morph | |
| 2021-06-28 | general: Make most settings a BasicSetting | lat9nq | |
| Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting. | |||
| 2021-04-28 | applets/web: Fix a use-after-free when passing in the URL string | Morph | |
| The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards. Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use. | |||
| 2021-04-15 | applets/swkbd: Implement the Default Software Keyboard frontend | Morph | |
| 2021-04-15 | applets: Remove the previous software keyboard applet implementation | Morph | |
| 2021-04-14 | common: Move settings to common from core. | bunnei | |
| - Removes a dependency on core and input_common from common. | |||
| 2021-02-07 | hid: Implement GC controller | german | |
| 2020-12-18 | applets/web: Implement the online web browser applet | Morph | |
| 2020-12-18 | main, applets/web: Re-add progress dialog for RomFS extraction | Morph | |
| 2020-12-18 | applets/web: Implement the default web browser applet frontend | Morph | |
| 2020-12-18 | applets: Remove the previous web browser applet implementation | Morph | |
| 2020-12-07 | core: Remove unnecessary enum casts in log calls | Lioncash | |
| Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts. | |||
| 2020-11-15 | hid: Reorder all HID commands | Morph | |
| Reorders all HID commands in command id order. | |||
| 2020-11-15 | settings: Preparation for per-game input settings | Morph | |
| 2020-10-26 | controller: Pass ControllerParameters by reference in ReconfigureControllers() | Lioncash | |
| Prevents unnecessary copies and heap reallocations from occurring. | |||
| 2020-10-20 | Revert "core: Fix clang build" | bunnei | |
| 2020-10-17 | core: Fix clang build | Lioncash | |
| Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
