Commit Graph

3122 Commits

Author SHA1 Message Date
BDisp
ab45da5b60 Using ConsoleWidth is more accurate. 2022-11-02 12:40:56 +00:00
BDisp
060cb77e95 Fix IsOverridden method per @tig in https://github.com/gui-cs/Terminal.Gui/issues/2156#issuecomment-1299338732 2022-11-02 12:37:57 +00:00
Charlie Kindel
3e7bbb09c2 removed call to OnSelectedChange from OnEnter 2022-11-01 09:33:34 -06:00
Tig
d7da802f69 Merge pull request #2145 from BDisp/dim-combine-calc-fix
Fixes 2142. Dim.Combine wasn't calculating well.
2022-10-31 21:11:55 -07:00
Tig
b0c4f2ded2 Merge branch 'develop' into dim-combine-calc-fix 2022-10-31 21:07:32 -07:00
BDisp
1136514bf8 Added a Pos.Combine unit test. 2022-10-31 17:09:19 +00:00
Tig
cccc358266 Merge pull request #2138 from BDisp/menuitem-disabled-select-fix
Fixes #2137. Disabled menu item is selected on click.
2022-10-31 08:54:44 -07:00
Tig
7269d6f51d Merge pull request #2134 from BDisp/treeview-desiredCursorVisibility-set-fix
Fixes #2133. TreeView: desiredCursorVisibility field is set before the if condition check.
2022-10-31 08:51:57 -07:00
Tig
e7bc9f5ff4 Fixed merge issue 2022-10-31 08:51:07 -07:00
Tig
62323d7b20 Merge pull request #2148 from gui-cs/dependabot/nuget/coverlet.collector-3.2.0
Bump coverlet.collector from 3.1.2 to 3.2.0
2022-10-31 08:48:45 -07:00
Tig
abf670f0cd Merge pull request #2147 from gui-cs/dependabot/github_actions/actions/setup-dotnet-3.0.3
Bump actions/setup-dotnet from 3.0.2 to 3.0.3
2022-10-31 08:48:36 -07:00
Tig
d55c6654d9 Merge branch 'develop' into dim-combine-calc-fix 2022-10-31 08:48:24 -07:00
Tig
44d0de016d Merge branch 'develop' into menuitem-disabled-select-fix 2022-10-31 08:48:08 -07:00
Tig
368b759eaa Merge branch 'develop' into treeview-desiredCursorVisibility-set-fix 2022-10-31 08:47:33 -07:00
Tig
b3a5b78d64 Merge pull request #2111 from tznind/simple-example
Update 'Sample Usage' README.md section
2022-10-31 08:45:06 -07:00
Tig
bfe0452398 Merge pull request #2146 from gui-cs/dependabot/github_actions/gittools/actions-0.9.15
Bump gittools/actions from 0.9.14 to 0.9.15
2022-10-31 08:11:07 -07:00
dependabot[bot]
1a1df3f5cc Bump coverlet.collector from 3.1.2 to 3.2.0
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 15:06:13 +00:00
Tig
da76bc230b Merge pull request #2032 from tznind/vkpacket
Fixes #2008 - Shift+key denied by text field as "control character" on remote systems
2022-10-31 08:00:59 -07:00
dependabot[bot]
2d5a8e5c3e Bump actions/setup-dotnet from 3.0.2 to 3.0.3
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 14:39:25 +00:00
dependabot[bot]
88e5a2d6c6 Bump gittools/actions from 0.9.14 to 0.9.15
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.14 to 0.9.15.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.14...v0.9.15)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 14:39:20 +00:00
BDisp
237b57e4b2 Refactoring code. 2022-10-31 12:27:50 +00:00
BDisp
45990d0e87 Fixes 2142. Dim.Combine wasn't calculating well. 2022-10-31 11:54:33 +00:00
Tig
1d861019bf Merge pull request #2143 from tig/unittests_refactor
Some refactoring of the unit tests
2022-10-30 15:10:40 -07:00
Tig
4893ef7b90 Merge branch 'develop' into unittests_refactor 2022-10-30 15:07:39 -07:00
Tig
117c74e90c Merge pull request #2141 from tig/uicat_refactor
Refactors UI Catalog to clean up old code and make more readable
2022-10-30 15:05:45 -07:00
Thomas Nind
cbd4a5ac46 Merge pull request #134 from BDisp/vkpacket-fix4
Removed unnecessary method.
2022-10-30 21:40:56 +00:00
BDisp
e0504dd5ff Removed unnecessary method. 2022-10-30 21:36:41 +00:00
Thomas Nind
2562ad9d95 Merge pull request #128 from BDisp/vkpacket-fix3
Pressing only shift with a lowercase or a digit the uppercase or symbol must be the character to display.
2022-10-30 21:18:12 +00:00
BDisp
abd9d47860 Added support to handle with the virtual packet key. 2022-10-30 21:02:24 +00:00
BDisp
15a7e37a50 Fixes #2076. Running alone the SetColors_Changes_Colors unit test will fail. 2022-10-30 20:52:36 +00:00
BDisp
8d9d96f5af Merge develop and resolving conflicts. 2022-10-30 20:49:42 +00:00
BDisp
598be5297a Added ContentOffset and ContentSize unit tests. 2022-10-30 20:22:00 +00:00
BDisp
8f7b038491 Added one more unit test. 2022-10-30 20:22:00 +00:00
BDisp
cc1691dce1 Fixes #2135. Character Map scenario doesn't show the content view. 2022-10-30 20:21:59 +00:00
Thomas
62869c9b7d Change TreeView default cursor to invisible and force invisible only when not MultiSelect 2022-10-30 20:21:58 +00:00
tznind
4739f6a786 Add menu toggle for DesiredCursorVisibility to TreeView UICatalog scenario TreeViewFileSystem 2022-10-30 20:21:58 +00:00
Charlie Kindel
abdacea5c4 backed out testing change 2022-10-30 20:21:57 +00:00
Charlie Kindel
54ab5340ac Fixes HotColor for non-activated menus 2022-10-30 20:21:57 +00:00
BDisp
05384c8903 Fixes #2121. ContextMenu: When open, Shift-F10 should close menu. 2022-10-30 20:21:43 +00:00
Tig
40c1faf854 testing improve this doc... 2022-10-30 20:14:37 +00:00
Charlie Kindel
9ef5140bdf more doc improvements 2022-10-30 20:14:37 +00:00
Charlie Kindel
09a64909e3 made code clearer 2022-10-30 20:14:36 +00:00
Charlie Kindel
57cef55cdc made code clearer 2022-10-30 20:14:36 +00:00
Charlie Kindel
5f2ec20b50 added constants to MenuBar 2022-10-30 20:14:35 +00:00
Charlie Kindel
f9a3817a22 documenting behavior 2022-10-30 20:14:35 +00:00
BDisp
8ddbed9677 Added some documentation into the testenvironments.json file. 2022-10-30 20:14:34 +00:00
BDisp
fec4c286f4 Fixes #2081. Clipboard unit tests sometimes fail with WSL. 2022-10-30 20:14:21 +00:00
Alexandru Ciobanu
327980dea0 Simplify MakePrintable by using AND and avoiding converting to string and back. 2022-10-30 20:13:28 +00:00
Charlie Kindel
2c63d92ccf removed test code from Notepad 2022-10-30 20:13:27 +00:00
Charlie Kindel
68697c0f18 Finished refactoring tests 2022-10-30 20:13:27 +00:00