Commit Graph

719 Commits

Author SHA1 Message Date
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
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
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
Tigger Kindel
c6a1f350c1 Test that stopOnFail works during github action 2023-07-26 07:43:26 -06:00
Tigger Kindel
7387761a4f xunit.runner.json now actually works 2023-07-26 07:43:26 -06:00
BDisp
9f6fcbab79 Rename to CheckBoxTests class. 2023-07-20 10:01:15 -06:00
BDisp
c5e32e102f Rename Checkbox to CheckBox. 2023-07-20 10:01:15 -06:00
BDisp
d02a5b6949 Fixes #2758. ReSharper unit tests detects errors that VS2022 don't. 2023-07-19 10:25:48 -06:00
Tigger Kindel
155e5337a9 got rid of compile warnings in tests 2023-07-19 08:37:33 -06:00
BDisp
5d733ed598 Add unit test. 2023-07-19 06:44:53 -06:00
Tigger Kindel
4ec525501c Release v1.13.0 2023-07-17 16:45:48 -07:00
BDisp
db78fe28bc Fixes #2717. Label not display fully when resizing terminal. (#2718)
* Fixes #2717. Label not display fully when resizing terminal.

* Fixes #2719. View Move and ViewToScreen shouldn't use Clipped parameter as true by default but only for cursor.

* Fixes #2720. TextFormatter.Draw shouldn't set the Driver.Clip.

* Add braces.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2023-07-05 16:53:27 -06:00
BDisp
ffb135c0fe Fixes #2705. ListView does not render correctly before focus. (#2707) 2023-07-05 16:47:18 -06:00
Tigger Kindel
3d9b891e6f Updates project refs 2023-06-07 09:14:06 -06:00
BDisp
58ad65f348 Fixes #2686. Border color doesn't change when changing color scheme. (#2687)
* Fixes #2686. Border color doesn't change when changing color scheme.

* Fix issue that was preventing unit test from running.

* Fixes #2688. ReadOnly TextView's broken scrolling after version update.

* keyModifiers must be reset after key up was been processed.
2023-06-07 08:27:23 -06:00
Thomas Nind
f5ca5b0781 Adds TreeView MaxDepth (#2652) 2023-05-21 23:27:01 +02:00
Tig
8287acbe89 Release v1.11 (#2639)
* Fixed global.json to use 7.0

* Adjusted clipboard unit test timeout on Windows
2023-05-19 10:24:28 +02:00
Thomas Nind
8f199cd765 Add ITreeViewFilter (#2599)
Co-authored-by: Tig <tig@users.noreply.github.com>
2023-05-10 06:37:24 +02:00
Tigger Kindel
443039a657 Release v1.10.1 2023-04-06 09:42:58 -06:00