Commit Graph

530 Commits

Author SHA1 Message Date
Charlie Kindel
9d2f300f8c disabling clipboard tests if IsSupported is false 2022-11-08 22:19:26 -07:00
Charlie Kindel
9bde49d240 xclip does not work on headless linux (github actions) 2022-11-08 22:11:36 -07:00
Charlie Kindel
5d7a4e3dd5 mucking with xclip 2022-11-08 21:57:20 -07:00
Charlie Kindel
aca4ab3eae IClipboard tests for NotSupportedException 2022-11-08 20:44:04 -07:00
Charlie Kindel
66184a09c1 adjusted process start code 2022-11-08 20:09:40 -07:00
Charlie Kindel
f196350590 Merge branch 'develop' into fixes_2205_fakeclipboard 2022-11-08 18:22:37 -07:00
Tig
3eca7a076d Merge pull request #2207 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.4.0
Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
2022-11-08 18:19:12 -07:00
Charlie Kindel
495c4c6499 better error handling 2022-11-08 18:07:30 -07:00
BDisp
f7d57b2859 Fixes #2208. PacketTest unit test has a duplicate test case. 2022-11-08 23:22:44 +00:00
Charlie Kindel
9d7f985c8a better error handling 2022-11-08 15:50:01 -07:00
Charlie Kindel
033d03f4a1 trying to get WSL to work 2022-11-08 15:04:48 -07:00
Charlie Kindel
ccb8405041 better error handling 2022-11-08 09:53:56 -07:00
dependabot[bot]
f2f2c2bc7e Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.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>
2022-11-08 14:08:16 +00:00
Charlie Kindel
33ee179bb2 Merge branch 'develop' into fixes_2205_fakeclipboard 2022-11-08 06:59:06 -07:00
Charlie Kindel
f7b73ff4d1 removed duplicate test from TestVKPacket 2022-11-08 06:58:43 -07:00
Charlie Kindel
617448b291 moved clipboardtests to consoledriver namespace 2022-11-07 18:23:20 -07:00
Charlie Kindel
cbbeb404a7 inital impl 2022-11-07 18:21:32 -07:00
Charlie Kindel
787349e177 Added ContentsChanged event & unit tests. Updated Text.cs Scenario 2022-11-06 21:56:21 -07:00
Charlie Kindel
2cfe7e9695 Changed Example to use Run<T> because we need more examples of this 2022-11-05 15:30:07 -06:00
Charlie Kindel
de3c02e9bf refactored internal Init() (now called InternnalInit()) to be more clear; updated docs and unit tests 2022-11-05 14:36:41 -06:00
Charlie Kindel
ceb5473d53 fixed unit tests 2022-11-05 12:07:30 -06:00
Charlie Kindel
8a73ade5b2 fixed unit tests 2022-11-05 11:46:22 -06:00
BDisp
5472c9469e Fixes KeyBindings_Command_With_MdiTop unit test. 2022-11-05 01:42:58 +00:00
Charlie Kindel
34d4caa883 removed remainging #520 comments and re-enabled broken mdi test 2022-11-04 11:41:47 -06:00
Charlie Kindel
812a389082 with #520 fixed, cleaning up comments and tests 2022-11-04 11:32:41 -06:00
Charlie Kindel
04af7d2106 merge develop 2022-11-04 11:25:27 -06:00
BDisp
436c171478 Fixed System_Rune_ColumnWidth unit test. 2022-11-04 10:29:50 +00:00
Charlie Kindel
75f83a4a86 Made @bdisp's suggested fixes 2022-11-03 17:11:27 -06:00
Charlie Kindel
857e123c65 Added @bdisp's suggested tests 2022-11-03 16:47:45 -06:00
BDisp
0185ae6751 Added a mainloop unit test with a task. 2022-11-03 22:16:38 +00:00
Charlie Kindel
bf1ed31281 Refactored UI Catalog and added tons of unit tests 2022-11-03 15:58:15 -06:00
Charlie Kindel
0e136b17cc shortened InvokeLeakTests 2022-11-02 21:38:38 -06:00
Charlie Kindel
fc6f830339 Tweaked unit tests to be more robust 2022-11-02 21:29:35 -06:00
Charlie Kindel
89d674d4d7 Updated API docs for Application 2022-11-02 21:05:08 -06:00
Tig
b2c05afd82 Merge pull request #2157 from tig/fixes_1743_character_map_slow
Fixes #1743 - CharMap renders painfully slow
2022-11-02 18:16:05 -07:00
Charlie Kindel
129d1dd314 merge 2022-11-02 19:04:42 -06:00
Charlie Kindel
342130f61c reapplied fixes from 26eabdda6c 2022-11-02 18:59:51 -06:00
Tig
842f73d07a Merge branch 'develop' into view-clear-fix 2022-11-02 16:00:36 -07:00
Charlie Kindel
86a7b0764c Merge with develop 2022-11-02 16:59:39 -06:00
Tig
f15bf1c2ce Merge branch 'develop' into view-clear-fix 2022-11-02 15:35:54 -07:00
Charlie Kindel
bc617252c4 removed files not having to with this PR 2022-11-02 16:29:11 -06:00
Charlie Kindel
790e936ba7 Merge branch 'develop' into fixes_isoverridden 2022-11-02 16:18:57 -06:00
Charlie Kindel
b29754cc5a moves isovverriden to Responder, adds unit tests 2022-11-02 16:18:14 -06:00
Charlie Kindel
b06e4229c4 Revert "Revert "Fixes #1743 - CharMap renders painfully slow""
This reverts commit 9945c2dd54.
2022-11-02 15:34:47 -06:00
Charlie Kindel
9945c2dd54 Revert "Fixes #1743 - CharMap renders painfully slow"
This reverts commit 3b5d8e9780.
2022-11-02 15:33:16 -06:00
Charlie Kindel
3b5d8e9780 Fixes #1743 - CharMap renders painfully slow 2022-11-02 15:31:37 -06:00
BDisp
15bed3762b IsOverridden unit tests per @tig. 2022-11-02 12:59:03 +00:00
BDisp
7e8f90d875 IsOverridden unit tests per @tig. 2022-11-02 12:43:30 +00:00
BDisp
f60476ddc2 Testing all the frame. 2022-11-02 12:42:26 +00:00
Charlie Kindel
1247a129e1 updated unit tests for new 'wrong' key behavior 2022-11-01 10:34:20 -06:00