Commit Graph

14 Commits

Author SHA1 Message Date
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