summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/web_browser.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Append qt_ prefix to Qt frontend appletsMorph2021-07-141-417/+0
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-10/+14
* applets/web: Fix a use-after-free when passing in the URL stringMorph2021-04-281-10/+9
* applets/web: Implement the online web browser appletMorph2020-12-181-49/+99
* applets/web: Fix keyboard to emulated controller inputMorph2020-12-181-2/+17
* main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-181-6/+15
* applets/web: Implement the Qt web browser applet frontendMorph2020-12-181-2/+331
* applets: Remove the previous web browser applet implementationMorph2020-12-181-106/+2
* applets: Resolve variable shadowingMorph2020-12-051-4/+4
* web_browser: Rename OpenPage to OpenPageLocalZach Hilman2019-06-251-2/+2
* general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-2/+2
* web_browser: Add shortcut to Enter key to exit appletZach Hilman2019-03-051-0/+2
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-171-1/+1
* yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash2019-01-171-2/+2
* web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-7/+11
* qt: Implement Qt frontend to web browserZach Hilman2018-12-281-0/+109