| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-29 | am: re-namespace frontend applets to frontend directory | Liam | |
| 2023-03-25 | qt: implement RequestExit for applets | Liam | |
| 2022-12-05 | applets/web_browser: Use aliases for callbacks | Lioncash | |
| Deduplicates a lot of long callback declarations | |||
| 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. | |||
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-07-14 | applets: Append applet_ prefix to backend applets | Morph | |
| 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. | |||
| 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 | |
| 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-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 | |
