copilot-swe-agent[bot]
|
a81341a3b6
Make IDriver.Force16Colors get-only as per code review
|
1 周之前 |
copilot-swe-agent[bot]
|
00fa3100e8
Fix driver color tests to set Driver.Force16Colors before driver creation
|
1 周之前 |
copilot-swe-agent[bot]
|
58790fc3e5
Update config.json to use Driver.Force16Colors instead of Application.Force16Colors
|
1 周之前 |
copilot-swe-agent[bot]
|
f1394366b7
Refactor Force16Colors and ForceDriver according to requirements
|
1 周之前 |
copilot-swe-agent[bot]
|
f69082ab90
Initial plan
|
1 周之前 |
Tig
|
f0343e4c3c
Merge pull request #4439 from tig/v2_4431-MainLoop
|
1 周之前 |
BDisp
|
241aec0e3d
Fixes #4442. TextField PositionCursor doesn't treat zero width as one column (#4443)
|
1 周之前 |
BDisp
|
06767193fb
Fixes #4440. TextView with ReadOnly as true, MoveRight doesn't select text up to the end of the line (#4441)
|
1 周之前 |
Tig
|
32fbcdd7ad
Merge branch 'v2_develop' into v2_4431-MainLoop
|
1 周之前 |
Tig
|
25223ce7ec
Update Examples/UICatalog/UICatalogRunnable.cs
|
1 周之前 |
Tig
|
b4719e1809
Update Terminal.Gui/ViewBase/View.Drawing.cs
|
1 周之前 |
Tig
|
491229b446
Update Examples/UICatalog/Scenarios/Transparent.cs
|
1 周之前 |
Tig
|
c8fafbcb1a
Update Terminal.Gui/ViewBase/View.NeedsDraw.cs
|
1 周之前 |
Tig
|
063a6d7e98
Fixes #945 - Adds simple PowerShell example (#4438)
|
1 周之前 |
Tig
|
d85edc94b0
code cleanup
|
1 周之前 |
Tig
|
59714dd111
Code cleanpu
|
1 周之前 |
Tig
|
735be20b26
Merge branch 'v2_4431-MainLoop' of tig:tig/Terminal.Gui into v2_4431-MainLoop
|
1 周之前 |
Tig
|
ec05d9d3f0
Merge branch 'v2_develop' into v2_4431-MainLoop
|
1 周之前 |
Tig
|
ce15aa2d0f
Updated `OnDrawingContent` methods across multiple classes to use non-nullable `DrawContext` parameters, improving type safety.
|
1 周之前 |
Tig
|
b061aacf18
Simplify the `Screen` property in `ApplicationImpl` by removing the `_screen` field and its locking mechanism. The getter now directly retrieves the screen size from the `Driver` or defaults to `2048x2048`. The setter now calls `Driver?.SetScreenSize` to update the screen size, eliminating the need for the `ResetScreen` method.
|
1 周之前 |
Tig
|
4738e8535a
Optimize screen handling and drawing logic
|
1 周之前 |
Tig
|
ca67dc0472
Updated the `Transparent` scenario to better demonstrate transparency features, including dynamic resizing, custom drawing, and improved clarity in the `TransparentView` class. Added new methods to support non-rectangular drawn regions and transparency effects.
|
1 周之前 |
Tig
|
e192b5622d
Updated the `OnDrawingContent` method across multiple classes to accept a `DrawContext? context` parameter, replacing the parameterless version. This change standardizes the drawing API and enables context-aware drawing operations.
|
1 周之前 |
Tig
|
3a8de25dce
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.
|
1 周之前 |
Tig
|
96151201f6
Fix SubViewNeedsDraw handling and improve test coverage
|
1 周之前 |
Tig
|
193a5873d1
Fixes bugs where unnecessary Draw operations were happening in LayoutAndDraw. In some cases causing everything to always be drawn.
|
1 周之前 |
Tig
|
bad2f02697
Merge pull request #4436 from gui-cs/copilot/fix-intermediate-heap-allocations
|
1 周之前 |
copilot-swe-agent[bot]
|
2da9a18466
Remove analysis documentation files
|
1 周之前 |
Tig
|
6a334bbf2e
Optimize drawing logic and refine `NeedsDraw` handling
|
1 周之前 |
Tig
|
641a0a599c
Optimize View drawing logic and update ClearViewport tests
|
1 周之前 |