Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-24 | yuzu/applets/software_keyboard: Specify string conversions explicitly | Lioncash | |
Allows the software keyboard applet code to compile with implicit string conversions disabled. | |||
2019-05-24 | yuzu/applets/error: Specify string conversions explicitly | Lioncash | |
Allows the error applet to build successfully with implicit string conversions disabled. | |||
2019-05-14 | yuzu: Remove explicit types from locks where applicable | Lioncash | |
With C++17's deduction guides, the type doesn't need to be explicitly specified within locking primitives anymore. | |||
2019-04-17 | web_browser: Make OpenPage non-const | Zach Hilman | |
2019-04-17 | qt: Add dialog implementation of Error applet | Zach Hilman | |