Commit Graph

3929 Commits

Author SHA1 Message Date
Tig
8ddf0ae194 Merge pull request #3336 from gui-cs/dependabot/github_actions/gittools/actions-1
Bump gittools/actions from 0 to 1
2024-03-18 08:45:42 -07:00
dependabot[bot]
9de09db72e Bump gittools/actions from 0 to 1
Bumps [gittools/actions](https://github.com/gittools/actions) from 0 to 1.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0...v1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 14:27:54 +00:00
Tig
bc1c55a3fa Merge pull request #3329 from tig/v1_16-Updated-Nuget
V1. Prep for Release v1.16
2024-03-16 07:49:41 -08:00
Tig
cdad0e7f47 Updated nuget packages 2024-03-16 07:44:09 -08:00
Tig
214ff12c9f Merge pull request #3321 from BDisp/v1_listview-selecteditemchanged-marks-click.fix_3317
Fixes #3317. v1-Listvew mouse event doesn't cause a SelectedItemChanged event to fire
2024-03-16 07:39:16 -08:00
Tig
26c06d708c Merge pull request #3320 from BDisp/v1_mouseclick-fix_3318
Fixes #3318. v1-MouseClick should be invoked only once on a mouse click.
2024-03-16 07:38:39 -08:00
BDisp
1724e71601 Using mask check instead of HasFlag method. 2024-03-14 11:57:51 +00:00
BDisp
e08e873139 Rename to Raised. 2024-03-14 11:47:49 +00:00
BDisp
b1218d7436 Rename to Raised. 2024-03-14 11:29:16 +00:00
BDisp
4eabd71b16 Reformat only for re-test the CI. 2024-03-13 21:45:11 +00:00
BDisp
157a32312b Fixes #3317. Listvew mouse event doesn't cause a SelectedItemChanged event to fire 2024-03-13 21:17:35 +00:00
BDisp
37e76d174d Fixes #3318. v1-MouseClick should be invoked only once on a mouse click. 2024-03-13 21:09:32 +00:00
Tig
deb601ec63 Merge pull request #3271 from gui-cs/dependabot/nuget/ReportGenerator-5.2.2
Bump ReportGenerator from 5.2.1 to 5.2.2
2024-02-26 08:22:41 -07:00
dependabot[bot]
384735a23e Bump ReportGenerator from 5.2.1 to 5.2.2
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.2.1...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 14:59:22 +00:00
Tig
54bcaa8c73 V1 Updates nuget packages and fixes a unit test issue (#3259)
* Updated to use Nstack v1.1.1

* Updated nuget refs and fixed unit test namespace error

* readme fix

* Lame change to .sln to try to force build action

* Try to fix test action

* Try to fix test action 2

* Try to fix test action 3
2024-02-22 06:50:50 -07:00
Qin Guan
4a59157f45 docs: readme links (#3239) 2024-02-11 07:01:11 -07:00
dependabot[bot]
fcad17853e Bump CsvHelper from 30.0.1 to 30.0.3 (#3210)
Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 30.0.1 to 30.0.3.
- [Commits](https://github.com/JoshClose/CsvHelper/compare/30.0.1...30.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 10:22:14 -07:00
Tig
32bafb837a Updated to use Nstack v1.1.1 (#3203) 2024-01-22 07:04:52 -07:00
ilCosmico
18d38d3893 Fixes #3178. v1 - Library has no strong-name. (#3191)
* Add strong-name signing

Add strong-name signing as requested for issue https://github.com/gui-cs/Terminal.Gui/issues/3178

* Add strong name sign to UnitTests project

Added strong name to UnitTests project too.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2024-01-22 06:39:44 -07:00
Tig
fffa8de04c Fixed API doc TOC tree expansion (#3201) 2024-01-20 11:24:32 -07:00
BDisp
b65092fcaa Fixes #2095. Resizing when a context menu is open causes the Enter event to get spammed (#3193)
* Fixes #2095. Resizing when a context menu is open causes the Enter event to get spammed

* Update nuget packages.
2024-01-20 09:34:51 -07:00
BDisp
1d44f2e046 Fixes #2571. Wizards background shifts to gray when focusing, looks bad. (#3194)
* Fixes #2571. Wizards background shifts to gray when focusing, looks bad.

* Update nuget packages.

* Trying to fix the CodeQL failing.
2024-01-20 09:19:13 -07:00
BDisp
ce7ecb51d8 Fixes #2252. Pressing the ENTER key in a TextField should not move the focus (#3195)
* Fixes #2252. Pressing the ENTER key in a TextField should not move the focus

* Update xml doc.

* Tested on WSL-Ubuntu-20.04
2024-01-20 09:16:59 -07:00
Tig
c8e54bba09 Update pull_request_template.md (#3174) 2024-01-14 16:45:50 -07:00
dependabot[bot]
85cc16172e Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets (#3143)
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.19.5 to 1.19.6.

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 12:16:27 -07:00
dependabot[bot]
7e7fd12b3d Bump xunit from 2.6.4 to 2.6.5 (#3126)
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.6.5.
- [Commits](https://github.com/xunit/xunit/compare/2.6.4...2.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 08:00:17 -07:00
Andrey Akinshin
b4975f4747 Fixes #3090. Introduce StatusItem.HotTextSpecifier (#3093) 2024-01-04 07:17:20 -07:00
dependabot[bot]
2abdabb9c9 Bump ReactiveUI.Fody and ReactiveUI (#3113)
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) and [ReactiveUI](https://github.com/reactiveui/reactiveui). These dependencies needed to be updated together.

Updates `ReactiveUI.Fody` from 19.5.31 to 19.5.39
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/19.5.31...19.5.39)

Updates `ReactiveUI` from 19.5.31 to 19.5.39
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/19.5.31...19.5.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 08:55:36 -07:00
dependabot[bot]
2da2a3bbd0 Bump SixLabors.ImageSharp from 3.1.1 to 3.1.2 (#3110)
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 08:55:23 -07:00
dependabot[bot]
184a753127 Bump xunit from 2.6.3 to 2.6.4 (#3083)
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4.
- [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 09:13:28 -07:00
BDisp
b57b1f32ab Fixes #2865. Unknown character sequence while resizing terminal. (#2951)
* Fixes #2865. Unknown character sequence while resizing terminal.

* Added USE_IOCTL definition for toggle.

* Explaining that is a CSI (Esc[) = 27;91.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2023-12-19 16:44:44 -07:00
Tig
5eafea063b Create codeql.yml (#3032) 2023-12-19 16:34:34 -07:00
dependabot[bot]
b7e16bc7cd Bump github/codeql-action from 2 to 3 (#3063)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 16:34:02 -07:00
dependabot[bot]
cea2f5a971 Bump actions/setup-dotnet from 3 to 4 (#3046)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tig <tig@users.noreply.github.com>
2023-12-17 21:58:48 -07:00
dependabot[bot]
6dc2114999 Bump actions/configure-pages from 3 to 4 (#3047)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v3...v4)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-17 21:55:07 -07:00
dependabot[bot]
f67d523f8d Bump actions/deploy-pages from 2 to 3 (#3048)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-17 21:54:18 -07:00
Tig
3d4613710b V1: Fixes #3050 - API Doc link in Readme (#3058)
* Updated nuget refs

* Fixes #3050
2023-12-17 14:33:47 -07:00
BDisp
577fae1ac7 Fixes #3034. Text remains "invisible" in the TextView when WordWrap is activated. (#3035) 2023-12-06 09:43:25 -07:00
dependabot[bot]
9bcfd609eb Bump SixLabors.ImageSharp from 3.0.2 to 3.1.0 (#3025)
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.0.2...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 07:38:36 -07:00
dependabot[bot]
afc0cee606 Bump actions/checkout from 3 to 4 (#3030)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 07:38:23 -07:00
Tigger Kindel
1111c82595 Fixed api link prob 2023-12-03 11:48:17 -07:00
Tigger Kindel
beefc61d84 Republish v1 docs using new docfx 2023-12-03 11:03:28 -07:00
Tigger Kindel
2a679e01bd Republish v1 docs using new docfx 2023-12-03 11:02:22 -07:00
Tig Kindel
cd3bc82084 Added overview/v1.md as a marker to test publishing two versions of docs 2023-12-02 08:24:23 -07:00
Tigger Kindel
7ef0b59165 Publish v1 API docs with new workflow 2023-12-01 14:57:50 -07:00
Tigger Kindel
57588fc4e4 attempting to publish v1 AND v2 docs 7 2023-12-01 14:50:57 -07:00
Tigger Kindel
f00efc5da3 attempting to publish v1 AND v2 docs 6 2023-12-01 14:47:47 -07:00
Tigger Kindel
c2ca2b77cd attempting to publish v1 AND v2 docs 5 2023-12-01 14:37:29 -07:00
Tigger Kindel
ad1597837d attempting to publish v1 AND v2 docs 4 2023-12-01 14:29:02 -07:00
Tigger Kindel
7b6f9ab989 attempting to publish v1 AND v2 docs 3 2023-12-01 14:19:47 -07:00