summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-172-4/+4
* yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash2019-01-171-2/+2
* yuzu/web_browser: Make slot functions privateLioncash2019-01-171-2/+1
* web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-292-8/+20
* qt: Implement Qt frontend to web browserZach Hilman2018-12-282-0/+154
* applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-031-1/+1
* qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman2018-12-032-0/+241
* yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functionsLioncash2018-11-202-8/+8
* yuzu/applets/software_keyboard: std::move std::function instances where applicableLioncash2018-11-201-2/+2
* yuzu/applets/software_keyboard: Make slots private functionsLioncash2018-11-201-2/+1
* software_keyboard: Add max and current length display to dialogZach Hilman2018-11-182-1/+11
* applet: Add operation completed callbackZach Hilman2018-11-182-2/+17
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-182-13/+29
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-182-12/+11
* am: Deglobalize software keyboard appletZach Hilman2018-11-182-33/+55
* qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+1
* qt/applets: Provide Qt frontend implementation of software keyboardZach Hilman2018-11-182-0/+169