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
Tigger Kindel
a7423f216c
version info
2023-04-04 11:10:46 -06:00
BDisp
1525c5021e
Fixes #2429 . Error when replacing a word in textView.
2023-03-22 19:37:16 +00:00
dependabot[bot]
56ac3547b0
Bump ReportGenerator from 5.1.17 to 5.1.19
...
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator ) from 5.1.17 to 5.1.19.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases )
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.17...v5.1.19 )
---
updated-dependencies:
- dependency-name: ReportGenerator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-09 14:30:20 +00:00
BDisp
1d2dc40c8a
Fixes #2305 . Improves the handling of escape sequence. ( #2375 )
...
* Changed ansi esc sequence used on exit.
* Changed ansi esc sequence used on exit.
* Improves HeightAsBuffer although currently only works on Windows.
* Fixes #2267 . Toplevel.EnsureVisibleBounds throws an exception if border is null.
* Changing comment as requested.
* Fixes indentation.
* Seems not needed for now, maybe some update, comment for now.
* Renamed HeightAsBuffer to EnableConsoleScrolling and made it obsolete.
* Add comment on remarks for EnableConsoleScrolling.
* merged @bdisp's EnableConsoleScrolling PR
* Fixes buffer for Windows Terminal.
* Fixes issue in Windows Terminal on resizing causing some lines not be drawing after exceptions.
* merge #9
* merged #9
* use ESC [ ? 1047
* Tweaks with new esc codes
* Fixed curses driver to not nuke scroll buffer and to resize properly
* merge
* Cleand up netdriver escape codes
* fixed spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed merge issue and spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed build error
* removed old comments
* Resolving merge conflicts.
* Ensuring reset the EnableConsoleScrolling.
* Changing from HeightAsBuffer to EnableConsoleScrolling.
* Done requested changes.
* Reformatting.
* Rename to EscSeqReqStatus.
* Removing Console.Out.Flush ();
---------
Co-authored-by: Charlie Kindel <tig@users.noreply.github.com >
Co-authored-by: Tig Kindel <tig@kindel.com >
2023-02-25 15:30:44 -07:00
BDisp
ed27696b9e
Fixes 2342. Border: can't change border color in window by Border.BorderBrush. ( #2345 )
...
* Fixes 2342. Border: can't change border color in window by Border.BorderBrush.
* Fixes border initialization.
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-02-25 15:26:04 -07:00
BDisp
9cfa78a033
Fixes #2354 . View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. ( #2355 )
...
* Fixes #2354 . View should have a IgnoreHasFocusPropertyOnRedraw property to prevent unnecessary derived class.
* Removed IgnoreHasFocusPropertyOnRedraw property.
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-02-21 14:23:40 +13:00
BDisp
47eb43fd6e
Fixes 2368. Nested views with height of 1 not rendering correctly. ( #2370 )
2023-02-21 13:55:07 +13:00