Commit Graph

2873 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
1e70e08996 Contents must return the current value, no matter what value is. 2022-09-18 00:37:59 +01:00
BDisp
c350886b5d Fixes #2047. Tests are failing locally after merging #2046 2022-09-18 00:28:31 +01:00
Tig Kindel
578e56341d Merge pull request #2046 from BDisp/TrySetClipboardData-unit-test-fix
Fixes #2045. TrySetClipboardData test must be enclosed with a lock.
2022-09-17 12:29:19 -07:00
Tig Kindel
9677788081 Merge pull request #2044 from BDisp/nstack-nuget-update
Fixes #2043. Update to NStack v1.0.1
2022-09-17 12:28:50 -07:00
BDisp
aa83e6c146 Fixes #2045. TrySetClipboardData test must be enclosed with a lock. 2022-09-17 19:50:25 +01:00
BDisp
08507544ba Fixes #2043. Update to NStack v1.0.1 2022-09-17 19:46:14 +01:00
Tig Kindel
e6092d192a Merge pull request #2040 from BDisp/lock-clipboard-contents-test-fix
Fixes #2039. Surrounding the Clipboard.Contents with a lock keyword.
2022-09-17 09:50:40 -07:00
BDisp
6f891d4a02 Fixes #2039. Surrounding the Clipboard.Contents with a lock keyword. 2022-09-17 17:33:26 +01:00
Tig Kindel
2cf7e8c8b6 Merge pull request #2038 from tig/refix_2025_docs
Re-Fixes #2025 - API Docs are now generated via Github Action - View Source Works
2022-09-17 08:09:20 -07:00
Tig Kindel
7241451a3c Merge pull request #2035 from tig/develop_pre_screwup
Re-Fixes #2014. Application mouseGrabView is run twice if return true.
2022-09-17 08:08:15 -07:00
Tig Kindel
18099b79c3 Merge pull request #2037 from tig/bdisp_fixes_2026_Added_CleanOnVisible
Re-Fixes #2026 - Create a a flag to set if the view must be cleared or not on Visible as false.
2022-09-17 08:05:47 -07:00
Tig Kindel
56c2a9c729 Merge branch 'develop' into develop_pre_screwup 2022-09-17 08:04:14 -07:00
Charlie Kindel
70ca1a854e Adds new workflow for generating API docs via Github action 2022-09-17 08:59:30 -06:00
Charlie Kindel
ebf576df7a Updates docfx README to refelect gh-pages 2022-09-17 08:56:33 -06:00
Charlie Kindel
68ddc4295a Puts API doc overrides in ./docfx/overrides folder 2022-09-17 08:53:36 -06:00
Charlie Kindel
2ab68cc38b Removed docs folder 2022-09-17 08:52:37 -06:00
Charlie Kindel
69ee8c34e4 Merge branch 'develop' into bdisp_fixes_2026_Added_CleanOnVisible 2022-09-17 08:39:33 -06:00
Tig Kindel
af7901066a Merge pull request #2036 from tig/develop
Fixing #2033 - Merge pre-screwup 'develop' into 'gui-cs/Terminal-Gui/develop'
2022-09-17 07:21:35 -07:00
Charlie Kindel
36296036e5 Merge remote-tracking branch 'upstream/develop' into develop 2022-09-17 08:14:53 -06:00
BDisp
88c6bfbb7c Fixes #2014. Application mouseGrabView is run twice if return true. (#2015)
* Fixes #2014. Application mouseGrabView is run twice if return true.

* Sometimes I get fails with this unit test.
2022-09-17 08:05:17 -06:00
Tig Kindel
e97f31308e Merge pull request #2029 from tig/api_doc_overrides
Puts API doc overrides in ./docfx/overrides folder
2022-09-16 10:13:32 -07:00
Tig Kindel
742f110d5b Merge branch 'develop' into api_doc_overrides 2022-09-16 10:10:53 -07:00
Charlie Kindel
18c86032d0 Puts API doc overrides in ./docfx/overrides folder 2022-09-16 11:08:51 -06:00
Tig Kindel
6d3d5cc381 Merge pull request #2028 from tig/develop
Bring `develop` history up to date with `main`
2022-09-16 09:40:30 -07:00
Charlie Kindel
befb063fae Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2022-09-16 10:32:49 -06:00
Charlie Kindel
1a1460ef73 Merge branch 'main' into develop 2022-09-16 10:32:19 -06:00
Tig Kindel
c6001c794b Fixes #2025 - API Docs are now generated via Github Action - View Source Works (#2027)
* Fixes #1991 - Broken link in README

* Force push to main to update api docs after fixing #1874

* Fixes #1745 - Github action to generate API docs

* Try 2 - Fixes #1745 - Github action to generate API docs

* Try 3 - Fixes #1745 - Github action to generate API docs

* Try 4 - Fixes #1745 - Github action to generate API docs

* Try 4 - Fixes #1745 - Github action to generate API docs

* Try 6 - Fixes #1745 - Github action to generate API docs

* Removed docs folder because gh-pages branch is now used

* Ignore ./docs folder

* Fix readme for docfx

* Revert "merge"

This reverts commit 870a241d5d, reversing
changes made to 48089bb31c.
2022-09-16 09:30:14 -07:00
BDisp
281a849c08 Fixes #2026. Added ClearOnVisibleFalse to flag if the view must be cleared or not. (#2020)
* Fixes #1984. Added ClearOnVisibleFalse to flag if the view must be cleared or not.

* Fixes #2022. ScrollBarView doesn't show the down arrow on vertical if there isn't horizontal.
2022-09-16 09:16:44 -07:00
Charlie Kindel
0321b25b0e Ignore ./docs folder 2022-09-16 10:07:43 -06:00
Charlie Kindel
9d1e9c9dd0 Removed docs folder because gh-pages branch is now used 2022-09-16 10:06:29 -06:00
Charlie Kindel
b7ecb827f0 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2022-09-16 10:01:30 -06:00
Charlie Kindel
1b7923c214 Try 6 - Fixes #1745 - Github action to generate API docs 2022-09-16 09:43:58 -06:00
Charlie Kindel
de4fd2bda8 Try 4 - Fixes #1745 - Github action to generate API docs 2022-09-16 09:39:00 -06:00
Charlie Kindel
bfab6f0ad8 Try 4 - Fixes #1745 - Github action to generate API docs 2022-09-16 09:35:12 -06:00
Charlie Kindel
fc1d7d44fd Try 3 - Fixes #1745 - Github action to generate API docs 2022-09-16 09:32:35 -06:00
Charlie Kindel
1011f4c8e9 Try 2 - Fixes #1745 - Github action to generate API docs 2022-09-16 09:20:15 -06:00
Charlie Kindel
414cc41ec6 Fixes #1745 - Github action to generate API docs 2022-09-16 09:15:03 -06:00
Charlie Kindel
959f8b3742 Merge remote-tracking branch 'refs/remotes/origin/main' 2022-09-16 08:54:11 -06:00
Charlie Kindel
8cbb3edcbd Force push to main to update api docs after fixing #1874 2022-09-16 08:40:06 -06:00
BDisp
f57e48b1e5 Fixes #2014. Application mouseGrabView is run twice if return true. (#2015)
* Fixes #2014. Application mouseGrabView is run twice if return true.

* Sometimes I get fails with this unit test.
2022-09-16 07:37:17 -07:00
Tig Kindel
cbb7b9fe64 Fixes #1991 - Broken link in README (#2021) 2022-09-16 07:24:59 -07:00
Tig Kindel
ca051df726 Merge branch 'develop' into main 2022-09-16 07:20:05 -07:00
Charlie Kindel
d9b8f5fc1f Merge branch 'main' into develop 2022-09-16 08:17:41 -06:00
Charlie Kindel
f49c4c5ef6 Fixes #1991 - Broken link in README 2022-09-16 08:15:16 -06:00
BDisp
0f9abea9e4 Fixes #2017. Sometimes I get fails with the TestAddManyTimeouts unit test. (#2018)
* Fixes #2017. Sometimes I get fails with the TestAddManyTimeouts unit test.

* Fixes #2013. Starting having MainLoopTests.InvokeLeakTest failure.
2022-09-16 07:09:41 -07:00
BDisp
7ce2109a46 Fixes #2013. Starting having MainLoopTests.InvokeLeakTest failure. (#2016) 2022-09-16 06:05:10 -07:00
Charlie Kindel
d7e5996449 Merge branch 'develop' of tig:migueldeicaza/gui.cs into develop 2022-09-16 06:53:58 -06:00
Tig Kindel
7a48424924 Docfx - revert hack for 1874 (#1955)
* Fixes #1874 (again)

* Fixes #1874 - Requires use docfx >= v2.59.4
2022-09-16 05:52:26 -07:00