Tig
Tig
This is a tracking issue for ensure we're focused on addressing v2 issues that prevent TGD from functioning properly as a v2 app. The focus should be on functional, not...
@dodexahedron can you please fix all the warnings? ``` 4>------ Build started: Project: Terminal.Gui, Configuration: Debug Any CPU ------ 2>C:\Program Files\dotnet\sdk\8.0.300-preview.24203.14\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(311,5): message NETSDK1057: You are using a preview version of...
Terminal.Gui V2 is now stable enough for developers to target. There will be breaking API changes before Beta. Terminal.Gui V1 is in maintenance mode; we will accept PRs for v1.x...
`Pos.Align` pushes the envelope on being the most sophisticated `Pos`/`Dim` object. The fact that it has multiple configuration properties and the use-cases mean there are interesting cases where a dev...
Now that the new View architecture is in place, we need to update all the other views. This Issue focuses on just cleaning up the places where these views do...
I'd like apps built with V2 to be visually distinct from v1. Right now, there are some subtle differences. I'd like this Issue to drive discussion on what we want...
There have been long-standing repaint-flicker issues in the libarary. At one point I **hoped** I fixed them all with a fix to how `ClearWhenVisibleFalse` was in play. However, I did...
On both `NetDriver` and `CursesDriver`: - Run UI Catalog - Hit Ctrl-A to show about box - Move mouse over OK button and press button1 - nothing happens - Don't...
RGB works in conhost, so I'm not quite sure why this is not working: In v2 true color is now the default. To fix this we need to either: 1)...