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
/
software_keyboard.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
applets: Append qt_ prefix to Qt frontend applets
Morph
2021-05-27
applets/swkbd: Make use of std::move where applicable
Morph
2021-05-22
applets/swkbd: Make use of QueuedConnection in returnPressed signal
Morph
2021-05-19
applets/swkbd: Send the correct text string on TextCheck::Confirm
Morph
2021-04-24
applets/swkbd: Fix software keyboard button hint scaling
Its-Rei
2021-04-15
applets/swkbd: Implement the Qt Software Keyboard frontend
Morph
2021-04-15
applets: Remove the previous software keyboard applet implementation
Morph
2020-12-05
applets: Resolve variable shadowing
Morph
2019-05-29
yuzu/software_keyboard: Remove unnecessary GetStatus() member function
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-04-03
yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead...
Lioncash
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
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-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