Tig

Results 218 issues of Tig

Dependent on #2797 Add TrueColor support to CursesDriver

enhancement

I can reproduce in the `Buttons` scenario: - Hold the mouse perfectly still and press-release then press-hold again. Increments once, but then does not repeat: https://i.imgur.com/eE3BSgr.gif Using the `Mouse` scenario...

bug

This is the master Issue for the **Terminal.Gui v2 Alpha Release**. When we do the final merge to v2_release from v2_develop to release the Alpha, that PR will be titled...

build-and-deploy

A fair amount of important stuff is already here, but yes there are some tweaks that might make life better. I would also strongly suggest we have a public project,...

build-and-deploy

TUI apps need to be performant under highly-constrained conditions, such as over SSH. Currently the Terminal.Gui system for drawing tries to optimize/reduce redraws via `ConsoleDriver.Clip` which is a rectangle. This...

enhancement

This PR paves the way for fixing #2491 by addressing deep design and implementation problems with how `Focus` currently works. This PR used to be way more ambitions... it was...

![WindowsTerminal_8yd3k3DdVs](https://github.com/user-attachments/assets/f97a1ea3-3839-4711-a5dd-5f205efc3f9b) > > > Oh. Yeah, that happens in v2_develop as well. > > > > > > Do you think it's a bug on the `Dim.Auto (DimAutoStyle.Content)`? > >...

bug
v2

I was today years old when I noticed that `superView.Visible = x` does not set `Visible` on the subviews to `x`. We have a hacky internal API, `View.CanBeVisible(view)`, apparently, because...

design

![image](https://github.com/user-attachments/assets/da1ec024-e902-44ae-a9dc-e0b87f67bc66) This is caused by the fact `FileDialog` doesn't take full advantage of `Pos/Dim` for layout. Generally, the fix is - use `Pos.AnchorEnd` for any buttons that are supposed to...

bug

## Fixes - Fixes #3675 ## Proposed Changes/Todos - [x] Backed out bogus `Title` check per @dodexahedron - [x] Applicaiton.Mouse - Found bug in ContextMenu - [x] Adornments - Would...