This website requires JavaScript.
Explore
Help
Register
Sign In
Git_Mirror
/
Terminal.Gui
Watch
1
Star
0
Fork
0
You've already forked Terminal.Gui
mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced
2025-12-26 07:47:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
027018368646baab7371d6c6c49869563e448e1c
Terminal.Gui
/
Tests
/
UnitTestsParallelizable
/
ViewBase
/
Draw
History
BDisp
0270183686
Fixes
#4453
. Regression in wide glyph rendering on all drivers (
#4458
)
2025-12-07 11:40:43 -07:00
..
ClearViewportTests.cs
Optimize View drawing logic and update ClearViewport tests
2025-12-03 16:30:22 -07:00
NeedsDrawTests.cs
Refactored
NeedsDraw
and
SubViewNeedsDraw
logic to improve clarity and control over redraw state. Introduced
SetSubViewNeedsDrawDownHierarchy
for better propagation of redraw flags. Updated
Margin
and
Adornment
classes to align with the new redraw management.
2025-12-04 14:41:25 -07:00
SchemeTests.cs
Fixes
#4419
,
#4148
,
#4408
- Toplevel is GONE - Replaced by Runnable (
#4422
)
2025-12-01 12:54:21 -07:00
StaticDrawTests.cs
Fix SubViewNeedsDraw handling and improve test coverage
2025-12-04 12:36:54 -07:00
ViewClearViewportTests.cs
Fixes
#4419
,
#4148
,
#4408
- Toplevel is GONE - Replaced by Runnable (
#4422
)
2025-12-01 12:54:21 -07:00
ViewDrawingClippingTests.cs
Fixes
#4419
,
#4148
,
#4408
- Toplevel is GONE - Replaced by Runnable (
#4422
)
2025-12-01 12:54:21 -07:00
ViewDrawingFlowTests.cs
Fixes bugs where unnecessary Draw operations were happening in LayoutAndDraw. In some cases causing everything to always be drawn.
2025-12-04 12:20:44 -07:00
ViewDrawTextAndLineCanvasTests.cs
Fixes
#4453
. Regression in wide glyph rendering on all drivers (
#4458
)
2025-12-07 11:40:43 -07:00