Tig

Results 235 issues of Tig

This feature has been partially implemented. `DimAutoStyle.Text` works great and fully replaced `View.AutoSize`. However, `DimAutoStyle.Computed` is still a WIP. We'll close this issue once it's fully implemented and tested. ##...

enhancement
v2

In #2927: > > Based on this, I moved running the test to windows-latest instead of ubuntu-latest. Tests now pass. > > [microsoft/vstest#2952](https://github.com/microsoft/vstest/issues/2952) > > Sheesh. > > My opinion...

bug
testing
github_actions

Similar in spirit, but somewhat less scope, than #2927 - [x] `New/OnMouseEvent` now uses just `MouseEvent`. - [x] `New/OnMouseClicked` now uses just `MouseEvent`. - [ ] Beef-up/refactor mouse unit tests...

v2

This is a sub-issue of: - #2994 ## Todo - [ ] Enable line-ends like `LineView` has, so `Line` can replace it. - [ ] Enable mouse/keyboard movement of a...

* *Adornments* - Adornments is the term used to describe `View`s that are added to `Margin`, `Border`, and `Padding`. * Adornments are not part of the View's content and are...

enhancement
v2

Run Frames Demo: ![image](https://github.com/gui-cs/Terminal.Gui/assets/585482/224537d8-2efe-4717-8cf3-3dce07a7fcbb) I saw this a long time ago, but all of the discussions of "finishing" Adornments (#2994) reminded me it's broken.

bug
v2

Similar to #2989, TabView does not work well if any of the `Frames` have any dimensions. To repro, change the `TabViewExample.cs` scenario to give the TabView a border: ```cs tabView...

bug
v2

Change any of the graph view samples in `GraphViewExample.cs` to have a border to repro: e.g. ```cs graphView.BorderStyle = LineStyle.Single; ``` ![image](https://github.com/gui-cs/Terminal.Gui/assets/585482/b950fe9e-3c33-45bb-b084-1f265b643551) In addition & related, `GraphView` has properties duplicative...

When I coded this, I failed to consider what happens if an item is removed from a dictionary. To repro: - Run UI Catalog - While running, add a new...

Run the scenario `Buttons` with host console and you'll see the same. I really don't know why this happens but I'm sure the right string are passed to the console....

v2