index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
applets
/
web_browser.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
applets: Append qt_ prefix to Qt frontend applets
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-04-28
applets/web: Fix a use-after-free when passing in the URL string
Morph
2020-12-18
applets/web: Implement the online web browser applet
Morph
2020-12-18
applets/web: Fix keyboard to emulated controller input
Morph
2020-12-18
main, applets/web: Re-add progress dialog for RomFS extraction
Morph
2020-12-18
applets/web: Implement the Qt web browser applet frontend
Morph
2020-12-18
applets: Remove the previous web browser applet implementation
Morph
2020-12-05
applets: Resolve variable shadowing
Morph
2019-06-24
web_browser: Rename OpenPage to OpenPageLocal
Zach Hilman
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-04
web_browser: Add shortcut to Enter key to exit applet
Zach Hilman
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
yuzu/web_browser: std::move std::function instances in OpenPage()
Lioncash
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
qt: Implement Qt frontend to web browser
Zach Hilman