mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
* Fixes #2981. LegendAnnotation: 'Frame.DrawFrame(Rect, bool)' is obsolete: 'This method is obsolete in v2. Use use LineCanvas or Frame * Fixes #2983. View need a alternative DrawFrame for the v2. * Use new DrawFrame method. * Add a view for the legend annotations. * Prefix with underscore. * Change LegendAnnotation class to derived from View. * The Bounds isn't needed, it's enough to set the Pos/Dim. * Fix unit test to differentiate Bounds from Frame. * Add DrawIncompleteFrame method and unit tests. * Add more unit tests to LineCanvas. * Fix newline conflict errors. * Add DrawIncompleteFrame method and unit tests. * Add more unit tests to LineCanvas. * Fix newline conflict errors. * I will never rely on zero-location-based unit test again. * Fix TestTreeViewColor unit test fail. * Add BorderStyle option to the menu. * Revert "I will never rely on zero-location-based unit test again." This reverts commit62adf6f285. * Revert "Fix newline conflict errors." This reverts commit4acf72612d. * Revert "Add more unit tests to LineCanvas." This reverts commit66bc6f514e. * Revert "Add DrawIncompleteFrame method and unit tests." This reverts commit680ba264e1. * Revert "Fixes #2983. View need a alternative DrawFrame for the v2." This reverts commitdade9fd767. * Removed resharper settings from editorconfig * Rename to OnDrawAdornments. * Added diagnostics as a double-check. Code cleanup. API doc improvements. * Fix typo for retest again. * Increase the graph size. --------- Co-authored-by: Tig <tig@users.noreply.github.com> Co-authored-by: Tig Kindel <tig@kindel.com>