summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/web_browser.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Append qt_ prefix to Qt frontend appletsMorph2021-07-141-218/+0
* applets/web: Fix a use-after-free when passing in the URL stringMorph2021-04-281-5/+6
* applets/web: Implement the online web browser appletMorph2020-12-181-5/+28
* applets/web: Fix keyboard to emulated controller inputMorph2020-12-181-1/+12
* main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-181-7/+14
* applets/web: Implement the Qt web browser applet frontendMorph2020-12-181-1/+154
* applets: Remove the previous web browser applet implementationMorph2020-12-181-30/+1
* applets: Resolve variable shadowingMorph2020-12-051-2/+2
* web_browser: Rename OpenPage to OpenPageLocalZach Hilman2019-06-251-2/+2
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-171-3/+3
* yuzu/web_browser: Make slot functions privateLioncash2019-01-171-2/+1
* web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-1/+9
* qt: Implement Qt frontend to web browserZach Hilman2018-12-281-0/+45