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
Age
Commit message (
Expand
)
Author
2019-06-24
web_browser: Rename OpenPage to OpenPageLocal
Zach Hilman
2019-06-07
constants: Extract backup JPEG used by account services
Zach Hilman
2019-06-05
Merge pull request #2527 from lioncash/index
Zach Hilman
2019-05-30
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-29
yuzu/software_keyboard: Remove unnecessary GetStatus() member function
Lioncash
2019-05-29
profile_select: Remove unnecessary GetStatus() member function
Lioncash
2019-05-29
profile_select: Return int instead of u32 for GetIndex()
Lioncash
2019-05-24
yuzu/applets/software_keyboard: Remove unused assert header
Lioncash
2019-05-24
yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()
Lioncash
2019-05-24
yuzu/applets/software_keyboard: Resolve sign mismatch comparison
Lioncash
2019-05-24
yuzu/applets/software_keyboard: Specify string conversions explicitly
Lioncash
2019-05-24
yuzu/applets/error: Specify string conversions explicitly
Lioncash
2019-05-19
Merge pull request #2468 from lioncash/deduction
Hexagon12
2019-05-19
yuzu/applets/profile_select: Mark header string as translatable
Lioncash
2019-05-14
yuzu: Remove explicit types from locks where applicable
Lioncash
2019-04-25
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-17
web_browser: Make OpenPage non-const
Zach Hilman
2019-04-17
qt: Add dialog implementation of Error applet
Zach Hilman
2019-04-17
web_browser: Make OpenPage const
Zach Hilman
2019-04-09
Merge pull request #2132 from FearlessTobi/port-4437
bunnei
2019-04-03
yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead...
Lioncash
2019-04-03
yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of...
Lioncash
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-16
yuzu: Make hotkeys configurable via the GUI
Adityarup Laha
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
2019-01-17
yuzu/web_browser: Make slot functions private
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
2018-12-03
applets: Correct event ResetTypes from OneShot to Sticky
Zach Hilman
2018-12-03
qt: Implement GUI dialog frontend for ProfileSelector
Zach Hilman
2018-11-20
yuzu/applets/software_keyboard: Override accept() and reject() instead of pro...
Lioncash
2018-11-20
yuzu/applets/software_keyboard: std::move std::function instances where appli...
Lioncash
2018-11-20
yuzu/applets/software_keyboard: Make slots private functions
Lioncash
2018-11-18
software_keyboard: Add max and current length display to dialog
Zach Hilman
2018-11-18
applet: Add operation completed callback
Zach Hilman
2018-11-18
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
qt/main: Register Qt Software Keyboard frontend with AM
Zach Hilman
2018-11-18
qt/applets: Provide Qt frontend implementation of software keyboard
Zach Hilman