index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
/
applets
/
software_keyboard.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
applets/swkbd: Skip text checking if the text has been confirmed
Morph
2021-11-08
1
-2
/
+3
*
applets/swkbd: Implement the Default Software Keyboard frontend
Morph
2021-04-15
1
-1
/
+139
*
applets: Remove the previous software keyboard applet implementation
Morph
2021-04-15
1
-19
/
+1
*
applet: Add operation completed callback
Zach Hilman
2018-11-18
1
-1
/
+3
*
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
1
-3
/
+4
*
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
1
-6
/
+4
*
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
Zach Hilman
2018-11-18
1
-0
/
+1
*
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
1
-0
/
+6
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
1
-5
/
+8
*
qt/main: Register Qt Software Keyboard frontend with AM
Zach Hilman
2018-11-18
1
-0
/
+1
*
frontend/applets: Add frontend software keyboard provider and default
Zach Hilman
2018-11-18
1
-0
/
+17