1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-19 12:41:47 +01:00
Ryujinx/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard
Logan Stromberg 2c9ab5e45f
Prevent raw Unicode control codes from showing on software keyboard applet. (#3845)
* Revert "Add support for releasing a semaphore to DmaClass (#2926)"

This reverts commit 521a07e612.

* Revert "Revert "Add support for releasing a semaphore to DmaClass (#2926)""

This reverts commit ec8a5fd053.

* Strip non-visible control codes from strings before they are sent to the software keyboard to prevent ugly unicode blocks from being shown on the UI.

* remove debugging junk

* Initialize stringbuilder capacity at the start to prevent resizing (a tiny tiny microoptimization)

* Update remarks documentation. Remove unneeded imports.

* Removing a test that's actually just redundant

Co-authored-by: Logan Stromberg <lostromb@microsoft.com>
2022-11-16 23:53:17 +01:00
..
Resources
InitialCursorPosition.cs
InlineKeyboardRequest.cs
InlineKeyboardResponse.cs
InlineKeyboardState.cs
InlineResponses.cs
InputFormMode.cs
InvalidButtonFlags.cs
InvalidCharFlags.cs
KeyboardCalcFlags.cs
KeyboardInputMode.cs
KeyboardMiniaturizationMode.cs
KeyboardMode.cs
KeyboardResult.cs
PasswordMode.cs
SoftwareKeyboardAppear.cs
SoftwareKeyboardAppearEx.cs
SoftwareKeyboardApplet.cs Prevent raw Unicode control codes from showing on software keyboard applet. (#3845) 2022-11-16 23:53:17 +01:00
SoftwareKeyboardCalc.cs
SoftwareKeyboardCalcEx.cs
SoftwareKeyboardConfig.cs
SoftwareKeyboardCustomizeDic.cs
SoftwareKeyboardDictSet.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
SoftwareKeyboardInitialize.cs
SoftwareKeyboardRenderer.cs
SoftwareKeyboardRendererBase.cs
SoftwareKeyboardState.cs
SoftwareKeyboardUiArgs.cs
SoftwareKeyboardUiState.cs
SoftwareKeyboardUserWord.cs
TimedAction.cs
TRef.cs