Tig Kindel 748cdfd803 Removed unused API and cleaned up code 1 rok pred
..
Application 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) 1 rok pred
Clipboard dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 rok pred
Configuration 80ef4b5e19 Fixes #3071 & #3079. Key cast and static props are not correct (#3089) 1 rok pred
ConsoleDrivers 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) 1 rok pred
Dialogs a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 rok pred
Drawing 2c8f4034b8 Fixes #3080. Potentially unintended behavior of static pre-defined Attribute.Default in Attribute class (v2) (#3091) 1 rok pred
FileServices dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 rok pred
Input 0484fc8bf9 Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078) 1 rok pred
Text 0484fc8bf9 Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078) 1 rok pred
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 rokov pred
UICatalog 7f759b573b Fixes #3055: Remove `Key.Unknown` (#3057) 1 rok pred
View 0484fc8bf9 Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078) 1 rok pred
Views 748cdfd803 Removed unused API and cleaned up code 1 rok pred
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 rokov pred
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 rokov pred
TestHelpers.cs dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 rok pred
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 rokov pred
UnitTests.csproj a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 rok pred
coverlet.runsettings b29240f362 Code coverage (#1235) 4 rokov pred
xunit.runner.json 0d925ebaf6 all tests pass 1 rok pred

README.md

Automated Unit Tests

Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.

See the Testing wiki for details on how to add more tests.