summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/software_keyboard.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Resolve variable shadowingMorph2020-12-051-2/+2
* yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash2019-05-291-6/+0
* yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash2019-05-251-1/+1
* yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash2019-05-251-1/+1
* yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash2019-05-251-7/+14
* yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash2019-04-031-7/+7
* general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-2/+2
* yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functionsLioncash2018-11-201-6/+6
* yuzu/applets/software_keyboard: std::move std::function instances where applicableLioncash2018-11-201-2/+2
* software_keyboard: Add max and current length display to dialogZach Hilman2018-11-181-1/+10
* applet: Add operation completed callbackZach Hilman2018-11-181-1/+13
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-10/+17
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-8/+7
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-19/+36
* qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+1
* qt/applets: Provide Qt frontend implementation of software keyboardZach Hilman2018-11-181-0/+107