Tig
a48146af82
Tons of unit test updates
2024-04-18 09:59:07 -06:00
Tig
ef4c52c6bc
Merged.
...
Fixed merge issues. Added more tests.
2024-04-17 15:17:37 -06:00
Tig
c1cac7290c
Merge pull request #3410 from tig/v2_481-AnchorEnd
...
Fixes #481 . Adds `Pos.AnchorEnd ()` (no param) to automatically account for the view's dimension.
2024-04-17 13:07:42 -06:00
Tig
21606c8658
Changed colorscheme
2024-04-16 15:01:00 -06:00
Tig
264ba87e73
AnchorEnd() works! Cleaned up usages and modernized Sceanrios
2024-04-16 14:00:38 -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
ceaa10c1b6
Reverted debug stuff in Scrolling Scenario
2024-04-15 17:28:53 -06:00
Tig
069089ee27
Made Arrangement = ViewArrangement.Fixed the default for Toplevels
2024-04-15 17:08:12 -06:00
Tig
de1a844787
Reimplemented Driver.FillRect to directly use Contnets vs calling Move/AddRune
2024-04-15 15:43:03 -06:00
Tig
68e37d0d1c
Fixed ColorPicker scenario with Bdisp's suggested code
2024-04-15 09:22:32 -06:00
Tig
92e7bc67ce
Cleaned up AdornmentsEditor to fix Progress Styles scenario.
...
Fixed GetFocusColor to not show focus if nothing else can be foucused
2024-04-14 23:47:57 -06:00
Tig
8da54ad41d
Rebased onto bounds-contentarea and merged -broke
2024-04-14 21:52:45 -06:00
Tig
012e7a376a
Fixed Button.NumericUpDown focus issue
2024-04-14 21:21:44 -06:00
Tig
085fd6316d
Made Buttons.NumericUpDown even cooler. Updated Adornments scenario to use it.
2024-04-14 20:58:05 -06:00
Tig
4ad3dc8642
Made Buttons.NumericUpDown cooler
2024-04-14 20:12:22 -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
Tig
2430088b18
Renamed scenario.
...
Fixed ContentSize < 0 issue.
2024-04-14 16:21:10 -06:00
Tig
dc4943f0ff
Deleted temp scenario
2024-04-14 15:45:30 -06: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
Tig
513eb135c6
Fixed layout issue when contentsize changed.
2024-04-14 14:03:07 -06:00
Tig
88222c4dfd
Fixed clipping - mostly: Still an issue w/ subviews of adornments
2024-04-14 13:22:25 -06:00
Tig
7926781d3c
Modernized Scrolling scenario
2024-04-12 14:57:51 -06:00
Tig
1a5bf0f688
Modernized Scrolling scenario
2024-04-12 14:52:39 -06:00
Tig
8df0ea44dc
Scenario clean up
2024-04-12 14:34:51 -06:00
Tig
8bfc468794
Found and fixed double-doubleclick bug in Charmap
2024-04-12 12:32:38 -06:00
Tig
25a2e040f0
Updated scenario
2024-04-11 14:32:39 -06:00
BDisp
a121b62c77
Fix size in the scenario.
2024-04-11 17:44:59 +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
f924ea3d79
Completed settings UI in demo scenario
2024-04-11 06:22:07 -06:00
Tig
5d85242020
WIP fixing FrameToScreen
2024-04-11 06:05:19 -06:00
Tig
e8640e9d92
Found and fixed bug in non-recursive FindDeepestView; added reltaed unit test
2024-04-10 11:18:17 -04:00
Tig
6b80b23340
Updated conceptual API documentation; added mouse.md
2024-04-09 21:38:14 -04:00
Tig
5c36db22a4
merge
2024-04-09 09:02:55 -04:00
Tig
102269ec2a
Temp fix for ProgressStyles scenario
2024-04-08 12:17:37 -04:00
Tig
6c296bb299
Disabled Hover (#define HOVER).
...
Added Color.GetHighlightColor. Simple implementation for now. Needs to be more robust.
2024-04-08 10:16:30 -04:00
Tig
cca32726fc
Refactored API to support extensibilty... eg Hover (not implemented yet).
2024-04-05 17:25:23 -04:00
Tig
50f9b3559e
Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui into v2_3269_Bounds-ContentArea
2024-04-05 11:48:57 -04:00
Tig
c5b7b084a9
Way too big a committ.... but I got carried away.
...
- Started MouseEventEventArgs -> MouseEvent transition - for OnMouseEvent. Partially fixes #3029 .
- Refactored Appliation.OnMouseEvent and View.OnMouseEvent to match design guidelines.
- Re-impleented highlight, enabling extensibility (see Border).
- Beefed up unit tests
2024-04-04 18:50:13 -04:00
Tig
dd8fe76cab
Rebased with v2_develop - broke stuff.
2024-04-03 21:27:10 -04:00
Tig
875282818a
Merge pull request #3378 from tig/v2_3377-ASCIICustomButtonTest-NetDriver
...
Fixes #3377 . `NetDriver` not rendering menu correctly
2024-04-03 20:12:17 -05:00
Tig
fd7e273f85
Updated Mouse scenario with filter
2024-04-03 21:10:14 -04:00
Tig
72992bd8c7
WindowsDriver - added diagnostics. Found issue. Implemented workaround
2024-04-03 13:21:36 -05:00
Tig
d9658efc65
Cherry picked new Mouse Scenario
2024-04-03 11:13:23 -06:00
Tig
76095f7dbc
Revamped Mouse scenario
2024-04-03 10:48:57 -06:00
Tig
a8d6f846d7
Fixed MessagBox paint issue
2024-04-03 09:41:59 -06:00
Tig
06f7a74aa0
Fixed more netdriver key issues (tab)
2024-04-03 10:27:02 -04:00
Tig
0307af112b
Fixed static issue
2024-04-03 07:39:49 -06:00
Tig
6b35abc790
Cleand up warnings
2024-04-03 06:38:17 -06:00