1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 07:23:59 +01:00
Ryujinx/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard
Mary d692a9b83e Revert "nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3 (#3976)"
This reverts commit 9677ddaa5d.

SixLabors.ImageShar switched to a shady and vague license starting with 2.x
without mentioning it on their changelog.

As a result we are staying on 1.x (licensed under Apache-2) and will
seak an alternative package.
2022-12-01 23:06:55 +01:00
..
Resources
InitialCursorPosition.cs
InlineKeyboardRequest.cs
InlineKeyboardResponse.cs
InlineKeyboardState.cs
InlineResponses.cs
InputFormMode.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
InvalidButtonFlags.cs
InvalidCharFlags.cs
KeyboardCalcFlags.cs
KeyboardInputMode.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
KeyboardMiniaturizationMode.cs
KeyboardMode.cs
KeyboardResult.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
PasswordMode.cs
SoftwareKeyboardAppear.cs
SoftwareKeyboardAppearEx.cs
SoftwareKeyboardApplet.cs Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805) 2022-11-24 15:26:29 +01:00
SoftwareKeyboardCalc.cs
SoftwareKeyboardCalcEx.cs
SoftwareKeyboardConfig.cs
SoftwareKeyboardCustomizeDic.cs Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805) 2022-11-24 15:26:29 +01:00
SoftwareKeyboardDictSet.cs Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805) 2022-11-24 15:26:29 +01:00
SoftwareKeyboardInitialize.cs
SoftwareKeyboardRenderer.cs infra: Migrate to .NET 6 (#2829) 2021-11-28 21:24:17 +01:00
SoftwareKeyboardRendererBase.cs Revert "nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3 (#3976)" 2022-12-01 23:06:55 +01:00
SoftwareKeyboardState.cs
SoftwareKeyboardUiArgs.cs
SoftwareKeyboardUiState.cs infra: Migrate to .NET 6 (#2829) 2021-11-28 21:24:17 +01:00
SoftwareKeyboardUserWord.cs Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805) 2022-11-24 15:26:29 +01:00
TimedAction.cs infra: Migrate to .NET 6 (#2829) 2021-11-28 21:24:17 +01:00
TRef.cs