| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2020-09-25 | frontend/controller: Eliminate dependency on the global system instance | Lioncash | |
| 2020-09-04 | applets/controller: Resolve several compiler warnings | Morph | |
| Resolves -Wsign-compare and -Wunused-variable | |||
| 2020-09-04 | Address feedback | Morph | |
| 2020-09-04 | applets/controller: Modify heuristic to account for certain games | Morph | |
| Now left and right joycons have the same priority (meaning both needs to be supported by the game). Explanation of the new heuristic: Assign left joycons to even player indices and right joycons to odd player indices. We do this since Captain Toad Treasure Tracker expects a left joycon for Player 1 and a right Joycon for Player 2 in 2 Player Assist mode. | |||
| 2020-09-04 | applets/controller: Implement fallback applet for the SDL frontend | Morph | |
| Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required. | |||
| 2020-09-04 | applets/controller: Implement "Explain Text" | Morph | |
| "Explain Text" is additional text that is shown for each player in the controller applet. | |||
| 2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | |
| Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
| 2019-06-24 | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | |
| 2019-06-24 | frontend: Add base class and default impl for ECommerce applet frontend | Zach Hilman | |
| 2019-06-24 | web_browser: Rename OpenPage to OpenPageLocal | Zach Hilman | |
| This is more representative of what actually occurs, as web does support remote URLs which wouldn't need a romfs callback. This paves for easy future support of this with a call like 'OpenPageRemote' or similar. | |||
| 2019-06-24 | frontend: Add base class and default impl of parent controls applet frontend | Zach Hilman | |
| 2019-04-25 | profile_select: Port Service::Account::UUID to Common::UUID | Zach Hilman | |
| 2019-04-17 | web_browser: Make OpenPage non-const | Zach Hilman | |
| 2019-04-17 | main: Add GMainWindow hooks for Error display | Zach Hilman | |
| 2019-04-17 | general_frontend: Add frontend scaffold for PhotoViewer applet | Zach Hilman | |
| 2019-04-17 | frontend: Add frontend receiver for Error applet | Zach Hilman | |
| 2019-04-17 | web_browser: Make OpenPage const | Zach Hilman | |
| 2019-01-17 | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | |
| This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur. | |||
| 2018-12-28 | frontend: Add frontend responder for web browser | Zach Hilman | |
| 2018-12-03 | frontend: Add frontend applet for ProfileSelect | Zach Hilman | |
| Responsible for selecting a profile and firing callback upon completion. | |||
| 2018-11-18 | applet: Add operation completed callback | Zach Hilman | |
| 2018-11-18 | software_keyboard: Make GetText asynchronous | Zach Hilman | |
| a | |||
| 2018-11-18 | am: Allow applets to push multiple and different channels of data | Zach Hilman | |
| 2018-11-18 | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | Zach Hilman | |
| 2018-11-18 | am: Implement text check software keyboard mode | Zach Hilman | |
| Allows the game to verify and send a message to the frontend. | |||
| 2018-11-18 | am: Deglobalize software keyboard applet | Zach Hilman | |
| 2018-11-18 | qt/main: Register Qt Software Keyboard frontend with AM | Zach Hilman | |
| Allows using Qt provider over default. | |||
| 2018-11-18 | frontend/applets: Add frontend software keyboard provider and default | Zach Hilman | |
| Default implementation will return "yuzu" for any string. GUI clients (or CLI) can implement the Frontend::SoftwareKeyboardApplet class and register an instance to provide functionality. | |||
