Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web_browser: Make OpenPage non-const | Zach Hilman | 2019-04-17 | 2 | -3/+3 |
| | |||||
* | main: Add GMainWindow hooks for Error display | Zach Hilman | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | general_frontend: Add frontend scaffold for PhotoViewer applet | Zach Hilman | 2019-04-17 | 2 | -0/+55 |
| | |||||
* | frontend: Add frontend receiver for Error applet | Zach Hilman | 2019-04-17 | 2 | -0/+71 |
| | |||||
* | web_browser: Make OpenPage const | Zach Hilman | 2019-04-17 | 2 | -3/+3 |
| | |||||
* | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | 2019-01-17 | 2 | -3/+3 |
| | | | | | | | | 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. | ||||
* | frontend: Add frontend responder for web browser | Zach Hilman | 2018-12-28 | 2 | -0/+52 |
| | |||||
* | frontend: Add frontend applet for ProfileSelect | Zach Hilman | 2018-12-03 | 2 | -0/+46 |
| | | | Responsible for selecting a profile and firing callback upon completion. | ||||
* | applet: Add operation completed callback | Zach Hilman | 2018-11-18 | 2 | -3/+7 |
| | |||||
* | software_keyboard: Make GetText asynchronous | Zach Hilman | 2018-11-18 | 2 | -5/+9 |
| | | | | a | ||||
* | am: Allow applets to push multiple and different channels of data | Zach Hilman | 2018-11-18 | 2 | -8/+7 |
| | |||||
* | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | Zach Hilman | 2018-11-18 | 1 | -0/+1 |
| | |||||
* | am: Implement text check software keyboard mode | Zach Hilman | 2018-11-18 | 2 | -0/+8 |
| | | | | Allows the game to verify and send a message to the frontend. | ||||
* | am: Deglobalize software keyboard applet | Zach Hilman | 2018-11-18 | 2 | -31/+36 |
| | |||||
* | qt/main: Register Qt Software Keyboard frontend with AM | Zach Hilman | 2018-11-18 | 1 | -0/+1 |
| | | | | Allows using Qt provider over default. | ||||
* | frontend/applets: Add frontend software keyboard provider and default | Zach Hilman | 2018-11-18 | 2 | -0/+61 |
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. |