Tig
|
84f977937b
Adds transparent shadow test (#4487)
|
1 天之前 |
Tig
|
48d6e13138
Fixes #4466 - `FillRect` Corrupts Wide Characters When Overlapping (#4486)
|
1 天之前 |
Copilot
|
e7a4df492d
Fixes #4050. Rename Command.Select and Selecting to Activate/Activating (#4470)
|
5 天之前 |
Tig
|
b2cf674e0b
Fixes #4468 - `MouseGrab` regressions (#4469)
|
5 天之前 |
Copilot
|
aab90e1fbc
Fixes #4463 - Adds `LineCanvas.GetRegion()` - 10x performance regression in `RenderLineCanvas` (#4464)
|
5 天之前 |
Tig
|
3ae28bbf5a
Makes timeout tests more robust to slow GH runners (#4461)
|
6 天之前 |
Tig
|
f548059a27
Fixes #4258 - Glyphs drawn at mid-point of wide glyphs don't get drawn with clipping (#4462)
|
6 天之前 |
Tig
|
5da7e59aa2
Fixes #4456 - Clear `MouseGrabView` in `App.End` (#4460)
|
1 周之前 |
BDisp
|
0270183686
Fixes #4453. Regression in wide glyph rendering on all drivers (#4458)
|
1 周之前 |
Copilot
|
dd12df7fb7
Fixes #4176. Removes `View.MouseClick` (#4450)
|
1 周之前 |
Copilot
|
0eafb5947e
Move parallel test repeat logic to stress tests (#4455)
|
1 周之前 |
Copilot
|
7a8b6e4465
Fixes #4167. Add Accepted event to View (#4452)
|
1 周之前 |
BDisp
|
5e3175cd9d
Fixes #4449. Regression in IsLegacyConsole mode where dirty cells are not handled correctly (#4451)
|
1 周之前 |
Tig
|
d303943809
Fixes #4004 & #4445 - Merge of `Application.ForceDriver and Driver.Force16Colors` and `windows" broken in conhost and cmd` (#4448)
|
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 周之前 |