summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/qt_web_browser.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-5/+5
2023-03-25qt: implement RequestExit for appletsLiam1-0/+2
2023-03-12general: fix spelling mistakesLiam1-1/+1
2022-12-06applets/web_browser: Use aliases for callbacksLioncash1-8/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-23Add include to fix compilingShoegzer1-0/+1
2022-03-20yuzu: Reduce unused includesameerj1-2/+0
2021-11-25web_applet: Replace HIDButton with NpadButtongerman771-5/+7
2021-07-27qt_web_browser: Focus on the first link elementjls471-0/+3
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph1-0/+0
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringMorph1-5/+6
2020-12-18applets/web: Implement the online web browser appletMorph1-5/+28
2020-12-18applets/web: Fix keyboard to emulated controller inputMorph1-1/+12
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph1-7/+14
2020-12-18applets/web: Implement the Qt web browser applet frontendMorph1-1/+154
2020-12-18applets: Remove the previous web browser applet implementationMorph1-30/+1
2020-12-05applets: Resolve variable shadowingMorph1-2/+2
2019-06-25web_browser: Rename OpenPage to OpenPageLocalZach Hilman1-2/+2
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-3/+3
2019-04-17web_browser: Make OpenPage constZach Hilman1-3/+3
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash1-3/+3
2019-01-17yuzu/web_browser: Make slot functions privateLioncash1-2/+1
2018-12-29web_browser: Add bounds checking to applet interfaceZach Hilman1-1/+9
2018-12-28qt: Implement Qt frontend to web browserZach Hilman1-0/+45