Commit Graph

28 Commits

Author SHA1 Message Date
Charlie Kindel
57ae2bac5b fixed cr/lf issue 2022-11-11 12:18:07 -07:00
Charlie Kindel
c4760f1c92 fixed cr/lf issue 2022-11-11 12:16:23 -07:00
Charlie Kindel
1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2022-11-11 10:06:21 -07:00
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
495c4c6499 better error handling 2022-11-08 18:07:30 -07: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
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
BDisp
17b98ad294 lock cannot have a null argument and sometime the Clipboard.Contents is null. 2022-09-18 01:26:52 +01:00
BDisp
e821435bac Including also the variables inside the lock. 2022-09-18 01:03:20 +01:00
BDisp
c350886b5d Fixes #2047. Tests are failing locally after merging #2046 2022-09-18 00:28:31 +01:00
BDisp
aa83e6c146 Fixes #2045. TrySetClipboardData test must be enclosed with a lock. 2022-09-17 19:50:25 +01:00
BDisp
6f891d4a02 Fixes #2039. Surrounding the Clipboard.Contents with a lock keyword. 2022-09-17 17:33:26 +01:00
BDisp
84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448)
* Fixes #1445. Fixing more the Curses and WSL clipboard.

* Fixing unit tests.

* Changing namespace.

* Fixes WSL2 clipboard unit test.

* Upgrades devcontainer with the MainLoop fix.

* Fixes pasting with no selection and with lines break.

* Prevents the event button click being fired after a button pressed with mouse move.

* Fixes the char [ not being processed.
2021-09-29 14:22:23 -07:00
BDisp
ce04eeda86 Added -noprofile option to PowerShell and the clip.exe. 2021-05-27 17:13:12 +01:00
BDisp
30748df0da Trying even more to fix permissions issue and removed try catch. 2021-05-25 19:43:19 +01:00
BDisp
a5915cd190 Trying fixing more permissions issue. 2021-05-25 19:33:37 +01:00
BDisp
1b7ead0e71 Fixes more permissions issues. 2021-05-25 19:19:14 +01:00
BDisp
87271cc477 Implemented the ClipboardBase abstract class as suggested by @tznind. 2021-05-25 18:49:30 +01:00
BDisp
8bdbb12c8a Check if xclip is installed. 2021-05-23 00:47:28 +01:00
BDisp
67d75725cc Fixes #1318. Ensures that the OS clipboard is always sets. 2021-05-22 22:37:04 +01:00
BDisp
f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 2021-05-20 01:27:42 +01:00