Commit Graph

3985 Commits

Author SHA1 Message Date
Tig
3dc558318e Updated to support dotnet8 2024-05-20 06:54:02 -06:00
Tig
a3d984ac34 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2024-05-20 06:41:57 -06:00
Tig
8712181b60 Merge pull request #3458 from gui-cs/dependabot/nuget/CsvHelper-32.0.2
Bump CsvHelper from 32.0.1 to 32.0.2
2024-05-09 16:44:51 -06:00
dependabot[bot]
73681e1556 Bump CsvHelper from 32.0.1 to 32.0.2
Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 32.0.1 to 32.0.2.
- [Commits](https://github.com/JoshClose/CsvHelper/compare/32.0.1...32.0.2)

---
updated-dependencies:
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 14:39:08 +00:00
Tig
915025b005 Merge pull request #3442 from gui-cs/dependabot/nuget/xunit-2.8.0
Bump xunit from 2.7.1 to 2.8.0
2024-05-07 20:40:24 -06:00
Tig
849a034257 Merge pull request #3447 from gui-cs/dependabot/nuget/ReactiveUI-20.0.1
Bump ReactiveUI from 19.6.1 to 20.0.1
2024-05-07 20:40:14 -06:00
dependabot[bot]
e13ecf07d6 Bump xunit from 2.7.1 to 2.8.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.7.1 to 2.8.0.
- [Commits](https://github.com/xunit/xunit/compare/2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 17:35:22 +00:00
Tig
4190b16bd1 Merge branch 'develop' into dependabot/nuget/ReactiveUI-20.0.1 2024-05-03 11:33:51 -06:00
Tig
5b83049ea0 Merge pull request #3441 from gui-cs/dependabot/nuget/xunit.runner.visualstudio-2.8.0
Bump xunit.runner.visualstudio from 2.5.7 to 2.8.0
2024-05-03 11:33:39 -06:00
Tig
025d817452 Merge pull request #3440 from gui-cs/dependabot/nuget/CsvHelper-32.0.1
Bump CsvHelper from 32.0.0 to 32.0.1
2024-05-03 11:33:27 -06:00
Tig
065633f07a Merge pull request #3446 from dhorions/patch-1
Add Game using Terminal.gui called "Capital and Cargo" to showcase.md
2024-05-01 13:54:53 -06:00
dependabot[bot]
4b27ff9cd9 Bump ReactiveUI from 19.6.1 to 20.0.1
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 19.6.1 to 20.0.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/19.6.1...20.0.1)

---
updated-dependencies:
- dependency-name: ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 15:02:13 +00:00
Dries Horions
64f73abec7 Add Capital and Cargo to showcase.md
Add https://github.com/dhorions/Capital-and-Cargo to showcase.md
2024-05-01 08:50:17 +02:00
dependabot[bot]
333bb047e5 Bump xunit.runner.visualstudio from 2.5.7 to 2.8.0
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.7 to 2.8.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.7...2.8.0)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 14:57:33 +00:00
dependabot[bot]
7cd7390c84 Bump CsvHelper from 32.0.0 to 32.0.1
Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 32.0.0 to 32.0.1.
- [Commits](https://github.com/JoshClose/CsvHelper/commits)

---
updated-dependencies:
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 14:57:09 +00:00
Tig
d89867b466 Merge pull request #3430 from gui-cs/dependabot/nuget/ReportGenerator-5.2.5
Bump ReportGenerator from 5.2.4 to 5.2.5
2024-04-27 07:45:36 -06:00
Tig
8b1e2d9afa Merge pull request #3436 from gui-cs/dependabot/nuget/CsvHelper-32.0.0
Bump CsvHelper from 31.0.3 to 32.0.0
2024-04-27 07:45:14 -06:00
Tig
4b538075b2 Merge pull request #3428 from BDisp/v1_scrollview-clear-fix_3425
Fixes #3425. v1 - ScrollView is not clearing the background by duplicating views.
2024-04-27 07:44:19 -06:00
Tig
4b69a02890 Merge pull request #3427 from BDisp/v1_force-focus-fix_3424
Fixes #3424. v1 - Views should not force focus if they are not selected.
2024-04-27 07:43:54 -06:00
Tig
f8c0caa0f6 Merge pull request #3426 from BDisp/v1_wizards-refresh-fix_3423
Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse.
2024-04-27 07:43:13 -06:00
dependabot[bot]
36528139b1 Bump CsvHelper from 31.0.3 to 32.0.0
Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 31.0.3 to 32.0.0.
- [Commits](https://github.com/JoshClose/CsvHelper/compare/31.0.3...32.0.0)

---
updated-dependencies:
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 14:24:31 +00:00
dependabot[bot]
6760d992dd Bump ReportGenerator from 5.2.4 to 5.2.5
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.2.4 to 5.2.5.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.2.4...v5.2.5)

---
updated-dependencies:
- dependency-name: ReportGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 15:02:06 +00:00
BDisp
2b6627f33b ReSharper is always forcing this changing 2024-04-22 11:40:03 +01:00
BDisp
b6df2cc3d1 Fixes #3425. v1 - ScrollView is not clearing the background by duplicating views. 2024-04-22 00:07:24 +01:00
BDisp
9646c101b0 Fix a conflict with this unit test and the TestVKPacket unit test. 2024-04-22 00:05:07 +01:00
BDisp
2ba162405e Fixes #3424. v1 - Views should not force focus if they are not selected. 2024-04-22 00:00:54 +01:00
BDisp
cf35c58a0f Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse. 2024-04-21 23:50:09 +01:00
Tig
e444a5fd61 Merge pull request #3400 from gui-cs/dependabot/nuget/xunit-2.7.1
Bump xunit from 2.7.0 to 2.7.1
2024-04-14 21:22:30 -06:00
Tig
5d3bb9b946 Merge pull request #3397 from gui-cs/dependabot/nuget/SixLabors.ImageSharp-3.1.4
Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4
2024-04-14 21:22:11 -06:00
Tig
d0f7c86a39 Merge branch 'develop' into dependabot/nuget/SixLabors.ImageSharp-3.1.4 2024-04-14 14:31:45 -06:00
Tig
8ef6c531e7 Merge pull request #3398 from BDisp/v1_listview-scrolling-fix_3396
V1 Fixes #3396. ListViewWIthSelection scenario does not show all rows and other issues
2024-04-14 14:24:41 -06:00
dependabot[bot]
64a21073fa Bump xunit from 2.7.0 to 2.7.1
Bumps [xunit](https://github.com/xunit/xunit) from 2.7.0 to 2.7.1.
- [Commits](https://github.com/xunit/xunit/compare/2.7.0...2.7.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 14:09:49 +00:00
BDisp
108afa97b8 Fix size in the scenario. 2024-04-11 17:30:55 +01:00
BDisp
ba3af075f7 Fix horizontal scrolling in the ListView. 2024-04-11 17:28:48 +01:00
BDisp
a686684186 Allow mouse horizontal scrolling. 2024-04-11 17:01:20 +01:00
dependabot[bot]
aea13ce70b Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 14:33:59 +00:00
Tig
2e519cfeba Merge pull request #3387 from gui-cs/dependabot/nuget/CsvHelper-31.0.3
Bump CsvHelper from 31.0.2 to 31.0.3
2024-04-04 18:56:21 -04:00
Tig
50dc19df55 Merge pull request #3388 from gui-cs/dependabot/nuget/Microsoft.VisualStudio.Azure.Containers.Tools.Targets-1.20.1
Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.20.0 to 1.20.1
2024-04-04 18:56:07 -04:00
dependabot[bot]
df138d5056 Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.20.0 to 1.20.1.

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Azure.Containers.Tools.Targets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 14:53:38 +00:00
dependabot[bot]
7d3b5fa6f5 Bump CsvHelper from 31.0.2 to 31.0.3
Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 31.0.2 to 31.0.3.
- [Commits](https://github.com/JoshClose/CsvHelper/compare/31.0.2...31.0.3)

---
updated-dependencies:
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 14:51:00 +00:00
Tig
c1e1c14502 Merge pull request #3367 from gui-cs/dependabot/github_actions/actions/configure-pages-5
Bump actions/configure-pages from 4 to 5
2024-04-01 11:20:11 -06:00
dependabot[bot]
2136eba558 Bump actions/configure-pages from 4 to 5
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 14:02:16 +00:00
Tig
f7ac933d2f Merge pull request #3352 from BDisp/v1_tabindex-fix_3351
Fixes #3351 (V1). TabIndex with the same setter value but with wrong index return without set the correct value.
2024-03-31 10:48:16 -06:00
Tig
e32aa96ddc Merge pull request #3358 from gui-cs/dependabot/nuget/Microsoft.VisualStudio.Azure.Containers.Tools.Targets-1.20.0
Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.19.6 to 1.20.0
2024-03-29 09:23:35 -06:00
dependabot[bot]
236f29ed55 Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.19.6 to 1.20.0.

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Azure.Containers.Tools.Targets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 14:25:22 +00:00
Tig
d57b093720 Merge pull request #3354 from gui-cs/dependabot/nuget/ReportGenerator-5.2.4
Bump ReportGenerator from 5.2.3 to 5.2.4
2024-03-29 07:36:22 -06:00
Tig
7ba5bf8b04 Merge pull request #3355 from gui-cs/dependabot/nuget/ReactiveUI-19.6.1
Bump ReactiveUI from 19.5.72 to 19.6.1
2024-03-29 07:36:11 -06:00
dependabot[bot]
4e0f8367e5 Bump ReactiveUI from 19.5.72 to 19.6.1
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 19.5.72 to 19.6.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/19.5.72...19.6.1)

---
updated-dependencies:
- dependency-name: ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 14:47:15 +00:00
dependabot[bot]
9afd59c8e0 Bump ReportGenerator from 5.2.3 to 5.2.4
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.2.3...v5.2.4)

---
updated-dependencies:
- dependency-name: ReportGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 14:45:44 +00:00
BDisp
bf07d24d9b Add unit test that proof setting TabIndex before all views are added, will have unexpected result. 2024-03-27 15:25:41 +00:00