Commit Graph

735 Commits

Author SHA1 Message Date
Tig
a7f53b6bae Merge pull request #2838 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.7.2
Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2
2023-08-30 07:05:37 -06:00
Tig
06ef44bd5a Merge pull request #2837 from BDisp/v1_request-stop-context-menu-fix_2836
Fixes #2836. v1 RequestStop while a ContextMenu is open can throw an exception.
2023-08-30 07:02:33 -06:00
Tig
67b8523317 Merge pull request #2835 from BDisp/v1_border-borderBrush-background-fix_2834
Fixes #2834. v1 Border BorderBrush and Background wrongly sets to an invalid Color enum.
2023-08-30 07:02:21 -06:00
Tig
677e84a3c3 Merge branch 'develop' into dependabot/nuget/Microsoft.NET.Test.Sdk-17.7.2 2023-08-30 06:59:31 -06:00
Tig
b283ca3642 Merge branch 'develop' into v1_request-stop-context-menu-fix_2836 2023-08-30 06:58:59 -06:00
Tig
ee9948a2a6 Merge branch 'develop' into v1_border-borderBrush-background-fix_2834 2023-08-30 06:58:48 -06:00
Tig
1c6295efa5 Merge branch 'develop' into v1_alt-key-on-toplevel-with-menubar-fix_2810 2023-08-30 06:54:16 -06:00
Tigger Kindel
17b4e3d56b cleaned out version info from csproj 2023-08-30 06:49:34 -06:00
dependabot[bot]
0c2437012b Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 14:13:33 +00:00
BDisp
d8eaf7e8bb Fixes #2836. v1 RequestStop while a ContextMenu is open can throw an exception. 2023-08-29 00:05:33 +01:00
BDisp
caf160ac32 Fixes #2834. v1 Border BorderBrush and Background wrongly sets to an invalid Color enum. 2023-08-28 15:23:04 +01:00
Tigger Kindel
1a17ecabde Commented version info 2023-08-28 06:47:45 -06:00
Tigger Kindel
b8a0f415f2 Verifying builds 2023-08-28 06:44:01 -06:00
BDisp
3a937cd290 Merge branch 'v1_develop' into v1_alt-key-on-toplevel-with-menubar-fix_2810 2023-08-23 01:43:16 +01:00
Tigger Kindel
a591314390 Set version to v1.14.0 2023-08-17 10:20:24 -06:00
Tigger Kindel
f7def42b5b tweaking gitversion 2023-08-17 10:20:24 -06:00
Tigger Kindel
6bf2ed25db tweaking gitversion 2023-08-17 10:20:24 -06:00
Tigger Kindel
0b149f9433 new version 2023-08-17 10:20:24 -06:00
Tigger Kindel
145751e590 tweaked csproj files 2023-08-17 10:20:24 -06:00
Tigger Kindel
f55c4e66ca Fixing source link 2023-08-17 10:20:24 -06:00
Tigger Kindel
af1768dad7 coimmented csproj 2023-08-17 10:20:24 -06:00
Tigger Kindel
db41d6a1f4 coimmented csproj 2023-08-17 10:20:24 -06:00
Tigger Kindel
93c234481a tweaking csproj 2023-08-17 10:20:24 -06:00
Tigger Kindel
4c5edaa27e Updated gitversion to test 2023-08-17 10:20:24 -06:00
Tigger Kindel
d474b2d521 Initial commit 2023-08-17 10:20:24 -06:00
BDisp
6e458559e2 Finally the Enter and Leave events has the correct sequence. 2023-08-15 17:56:57 +01:00
BDisp
4f635ffab4 Add unit test to use the Enter and Leave events between two views on two toplevels. 2023-08-15 17:03:39 +01:00
BDisp
de909b86cd Fix a bug where a focused view was receiving the Leave event. 2023-08-15 16:29:07 +01:00
BDisp
65851ad527 Fixes #2810. Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException. 2023-08-15 13:07:06 +01:00
dependabot[bot]
3b0ab561fb Bump ReportGenerator from 5.1.23 to 5.1.24
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.23 to 5.1.24.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.23...v5.1.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:53:50 -06:00
BDisp
bdf9ec112c Fix unit test method name. 2023-08-11 13:21:21 -06:00
BDisp
1c633efbad Fix unit test because OnLeave is now invoked on toplevel removing, preventing two views having focus. 2023-08-11 13:21:21 -06:00
BDisp
8c7fce0472 Fix extra bracket. 2023-08-11 13:21:21 -06:00
BDisp
b13247342a Add unit test. 2023-08-11 13:21:21 -06:00
BDisp
74aedd25bf Fixes #2789. StatusItem should have a disabled attribute if it can't execute. 2023-08-11 12:02:35 -06:00
BDisp
42fcc35154 Prevents open menu bar if it's invisible and close all opened menus. 2023-08-11 07:01:01 -06:00
BDisp
754d7d6983 Leveraging the power of CanExecute feature. 2023-08-11 07:01:01 -06:00
BDisp
1fc239a895 Fixes #2787. MenuItem with CanExecute returning false is select when a MenuBar is opened. 2023-08-11 07:01:01 -06:00
BDisp
b40d2a65a9 Added hosted scroll bar unit test. 2023-08-11 07:00:07 -06:00
BDisp
20650213c2 Fix paste not working and invoke ContentsChanged where is needed. Add unit test. 2023-08-11 07:00:07 -06:00
BDisp
359b47b61a This test still failing sometimes:
Failed Terminal.Gui.DriverTests.ConsoleDriverTests.TestVKPacket(unicodeCharacter: '3', shift: False, alt: False, control: False, initialVirtualKey: '3', initialScanCode: 4, expectedRemapping: D3, expectedVirtualKey: '3', expectedScanCode: 4) [17 ms]
  Error Message:
   Assert.Equal() Failure: Values differ
Expected: D3
Actual:   N
2023-08-08 07:08:13 -06:00
dependabot[bot]
28f3224b60 Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 09:28:35 -06:00
Tig Kindel
ed917781c9 Changing gitflow/gitversion scheme3.3 2023-08-04 10:10:39 -06:00
Tig Kindel
0610afaaa8 Changing gitflow/gitversion scheme2 2023-08-04 09:47:03 -06:00
Tig Kindel
9b94dfcbb0 Changing gitflow/gitversion scheme 2023-08-04 09:35:52 -06:00
Tig Kindel
f0d3f664fb Prepping for next release v1.13.6 2023-08-04 07:47:57 -06:00
Tigger Kindel
7ef51bad85 Remove EnableConsoleScrolling 2023-07-26 08:59:55 -06:00
Tigger Kindel
462459bc14 Revert - Test that stopOnFail works during github action 2023-07-26 07:43:26 -06:00
Tigger Kindel
cc58771d6e Test that stopOnFail works during github action 2023-07-26 07:43:26 -06:00
Tigger Kindel
eb86825abf Test that stopOnFail works during github action 2023-07-26 07:43:26 -06:00