Tig
f1322810f6
Support items wider than containerSize
2024-04-21 12:04:00 -06:00
Tig
7cb9d3e60d
Odd dlg thing
2024-04-21 12:02:48 -06:00
Tig
44cc57b9f8
Rebased onto dim.auto
2024-04-21 00:10:48 -06:00
Tig
13134df595
Prototype Pos.Justify
2024-04-21 00:02:26 -06:00
Tig
3f7159256c
Finished Justifier
2024-04-20 23:24:18 -06:00
Tig
292ebfb638
WIP
2024-04-20 18:30:01 -06:00
Tig
48cf0db291
Working on Centered
2024-04-19 12:57:07 -06:00
Tig
bb16808021
Merge branch 'v2_develop' into v2_1785-PosJustify
2024-04-19 11:42:34 -06:00
Tig
f2a16dc1a3
Added Justifier class with robust unit tests
2024-04-19 11:39:16 -06:00
Tig
0aef9d14db
Removed notion of View.Autosize from Pos and Dim classes
2024-04-18 18:24:45 -06:00
Tig
a4d3bc7e58
Fixed more tests
2024-04-18 18:18:30 -06:00
Tig
7b5df8386e
Fixed all TextFormatterTests
2024-04-18 17:54:54 -06:00
Tig
69cb2719b5
Fixed TextFormatterTests
2024-04-18 17:52:21 -06:00
Tig
6c117e0f0a
More unit tests
2024-04-18 15:51:19 -06:00
Tig
f3b5ed7afc
Fixing tests...
2024-04-18 13:14:22 -06:00
Tig
a48146af82
Tons of unit test updates
2024-04-18 09:59:07 -06:00
Tig
3a8d1d546f
Tweak
2024-04-17 15:42:10 -06:00
Tig
ef4c52c6bc
Merged.
...
Fixed merge issues. Added more tests.
2024-04-17 15:17:37 -06:00
Tig
e3a0d8cbc5
API doc improvements
2024-04-17 13:01:06 -06:00
Tig
4ed5ed8bb6
Initial commit. Just a prototype
2024-04-17 12:51:19 -06:00
Tig
652f7aa1b9
Renamed API to simplify and make more clear
2024-04-17 08:05:21 -06:00
Tig
64b7149ff8
PosDim.cs code cleanup
2024-04-16 17:42:48 -06:00
Tig
e8467f25c4
Rewrote SetRelativeLayout to move logic in to the Pos & Dim classes. Massively beefed up unit tests.
2024-04-16 17:15:50 -06:00
Tig
264ba87e73
AnchorEnd() works! Cleaned up usages and modernized Sceanrios
2024-04-16 14:00:38 -06:00
Tig
162aa081ad
Implemented AnchorEnd(); added .UseDimForOffset property
2024-04-16 11:47:51 -06:00
Tig
671a18f1b5
Added tests to test new fn; which isn't implemented yet, so they fail.
2024-04-16 11:22:53 -06:00
Tig
05d3399f35
Added primitive AnchorEnd tests
2024-04-16 11:19:10 -06:00
Tig
719f39c8b3
Removed dupe tests
2024-04-16 10:33:18 -06:00
Tig
537f909e9f
Factored AnchorEnd unit tests out to separate file.
2024-04-16 09:59:00 -06:00
Tig
d3dfb16597
Initial commit. Made all calls to AnchorEnd() be AnchorEnd(0) in prep
2024-04-16 09:51:22 -06:00
Tig
56922b4357
Merge pull request #3323 from tig/v2_3269_Bounds-ContentArea
...
Fixes #3169 . `Bounds` -> `Viewport`: Content Scrolling in `View`
2024-04-16 06:37:37 -06:00
Tig
069089ee27
Made Arrangement = ViewArrangement.Fixed the default for Toplevels
2024-04-15 17:08:12 -06:00
Tig
50fcb19af5
Keep Force16Colors set across apps to ease debugging of flicker issue
2024-04-15 14:48:26 -06:00
Tig
00cc59add2
Smarter focuscolor fix just for Border
2024-04-15 00:08:26 -06:00
Tig
8da54ad41d
Rebased onto bounds-contentarea and merged -broke
2024-04-14 21:52:45 -06:00
Tig
dc4ee2993c
Updated package versions in multiple projects
...
Updated the versions of various packages across four projects. In `ReactiveExample.csproj`, the `ReactiveUI` package was updated. In `Terminal.Gui.csproj`, the `System.IO.Abstractions` and `System.Text.Json` packages were updated. In `UICatalog.csproj`, the `Microsoft.VisualStudio.Azure.Containers.Tools.Targets`, `SixLabors.ImageSharp`, and `CsvHelper` packages were updated. In `UnitTests.csproj`, the `ReportGenerator`, `TestableIO.System.IO.Abstractions.TestingHelpers`, `xunit`, `xunit.runner.visualstudio`, and `coverlet.collector` packages were updated.
2024-04-14 19:44:39 -06:00
BDisp
7236dd19c7
Fix unit test.
2024-04-14 23:55:18 +01:00
BDisp
92a5fe98c5
Merge branch 'v2_develop' into v2_view-dispose-mousegrabview-fix_3394
2024-04-14 23:42:28 +01:00
Tig
a655120e48
Merge branch 'v2_develop' into v2_3269_Bounds-ContentArea
2024-04-14 15:00:11 -06:00
Tig
32e79bdd17
Code and API doc cleanup
2024-04-14 14:57:35 -06:00
tznind
caddcdb846
Fix null reference removing tab
2024-04-14 21:46:50 +01:00
Tig
88222c4dfd
Fixed clipping - mostly: Still an issue w/ subviews of adornments
2024-04-14 13:22:25 -06:00
Tig
86f05d1479
Found and fixed FindDeepestView bug and added unit tests
2024-04-12 12:19:48 -06:00
Tig
2203f0b164
Fixed bug in SetViewport; added unit tests
2024-04-12 11:48:48 -06:00
Tig
248bbe0afc
Refactored Run_All_Scenarios to use theory data
2024-04-12 09:21:53 -06:00
BDisp
24aef987be
Restoring unit test from v1.
2024-04-11 18:00:12 +01:00
Tig
7644f631f0
Refactored ViewportSettings - Now makes more sense and LixtView works as before
2024-04-11 10:42:18 -06:00
Tig
d49bc3c06f
Renamed ScrollSettings enum members to be more clear
2024-04-11 07:34:49 -06:00
Tig
9f93dea5cb
TODOs
2024-04-11 07:00:46 -06:00
Tig
ad411ce5eb
Fixed FrameToScreen
2024-04-11 06:14:22 -06:00