index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Applets
/
SoftwareKeyboard
/
SoftwareKeyboardApplet.cs
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-03-04
Minor code formatting (#4498)
gdkchan
2022-12-12
Use method overloads that support trimming. Mark some types to be trimming fr...
Andrey Sukharev
2022-11-24
Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)
Mary-nyan
2022-11-16
Prevent raw Unicode control codes from showing on software keyboard applet. (...
Logan Stromberg
2021-11-28
infra: Migrate to .NET 6 (#2829)
Mary
2021-11-01
hle: Make Ryujinx.HLE project entirely safe (#2789)
Mary
2021-10-13
Fix regression with foreground software keyboard (#2732)
Caian Benedicto
2021-10-12
Inline software keyboard without input pop up dialog (#2180)
Caian Benedicto
2021-02-28
Improve heuristic for showing the keyboard (#2066)
Caian Benedicto
2021-02-11
Improve inline keyboard compatibility (#1959)
Caian Benedicto
2021-01-11
Add support for inline software keyboard (#1868)
Caian Benedicto
2020-08-04
Improved Logger (#1292)
mageven
2020-08-03
Implement Software Keyboard GTK frontend (#1434)
mageven
2020-04-03
Revert SwKbd Applet ReadStruct and fix IApplet's ReadStruct to catch (#1087)
mageven
2020-04-03
HID SharedMem Rework (#1003)
mageven
2020-01-26
SoftwareKeyboard: Interactive data size should include size field. (#907)
bunnei
2019-12-03
Fully reverse swkbd configuration structure and follow-up to swkbd implementa...
jduncanator
2019-11-18
Initial swkbd implementation (#826)
jduncanator