Commit Graph

476 Commits

Author SHA1 Message Date
Charlie Kindel
271e309390 Merge branch 'develop' into listview_keyboard_search 2022-10-31 22:12:34 -06:00
Tig
b0c4f2ded2 Merge branch 'develop' into dim-combine-calc-fix 2022-10-31 21:07:32 -07:00
Charlie Kindel
60d116617a Near final fixes? Refactored/renamed stuff 2022-10-31 21:23:26 -06:00
BDisp
1136514bf8 Added a Pos.Combine unit test. 2022-10-31 17:09:19 +00:00
Charlie Kindel
06bc892c67 Merge branch 'develop' into listview_keyboard_search 2022-10-31 09:55:05 -06: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
Charlie Kindel
c7862b7242 Merge branch 'develop' into listview_keyboard_search 2022-10-31 09:52:51 -06: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
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
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
Charlie Kindel
f1630a976e merge 2022-10-31 09:02:40 -06: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
BDisp
45990d0e87 Fixes 2142. Dim.Combine wasn't calculating well. 2022-10-31 11:54:33 +00:00
Charlie Kindel
4480051b04 Merge branch 'develop' into listview_keyboard_search 2022-10-30 16:11:09 -06:00
Tig
4893ef7b90 Merge branch 'develop' into unittests_refactor 2022-10-30 15:07:39 -07:00
BDisp
abd9d47860 Added support to handle with the virtual packet key. 2022-10-30 21:02:24 +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
BDisp
05384c8903 Fixes #2121. ContextMenu: When open, Shift-F10 should close menu. 2022-10-30 20:21:43 +00:00
Charlie Kindel
f9a3817a22 documenting behavior 2022-10-30 20:14:35 +00:00
Charlie Kindel
68697c0f18 Finished refactoring tests 2022-10-30 20:13:27 +00:00
Charlie Kindel
4646b7291c further progress 2022-10-30 20:13:26 +00:00
BDisp
c8f3939c38 Fix unit tests. 2022-10-30 20:13:25 +00:00
Charlie Kindel
e809affb10 refactoring menutests 2022-10-30 20:13:21 +00:00
BDisp
c8eac9c5b8 Improves the TabView minimum size and added more unit tests. 2022-10-30 20:13:19 +00:00
tznind
46694ffa69 Change MouseEvent to a mutable class (previously struct) and added Handled 2022-10-30 20:13:17 +00:00
tznind
5005434fb2 Fix copy/paste error in SuppressKey test 2022-10-30 20:13:17 +00:00
tznind
7b16a93eb8 Non breaking implementation of cancellable root mouse events 2022-10-30 20:13:16 +00:00
BDisp
c54483eae9 Adding a more realistic key down/up event with null key. 2022-10-30 20:13:11 +00:00
BDisp
e6e6dbb5f2 Fixes #2069. KeyDown and KeyUp events must run before OnKeyDown and OnKeyUp. 2022-10-30 20:12:57 +00:00
BDisp
69562467a5 Fixes #2071. DrawContentComplete event is never called from the base if it's overridden. 2022-10-30 20:12:05 +00:00
BDisp
ef12b603a4 Replacing to MouseGrabView. 2022-10-30 20:12:05 +00:00
BDisp
2dcbe74b02 Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control. 2022-10-30 20:12:04 +00:00
dependabot[bot]
f1253ae167 Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-30 20:12:03 +00:00
BDisp
532bbe1674 Fixes #2053. MessageBox.Query still not wrapping with v1.8.0 on windows/net6.0. 2022-10-30 20:12:02 +00:00
tznind
c2a8d01f39 Added tests for 'bad' indexes being passed to SearchCollectionNavigator 2022-10-30 10:06:26 +00:00
Tig Kindel
9ee47ad3dd moved scenario tests namespace 2022-10-29 20:04:47 -06:00
Tig Kindel
c1d976c781 refactored AssertDriverContents out of GraphView tests 2022-10-29 19:53:08 -06:00
Tig Kindel
f5bb3552e0 Minor clean up of UI Catalog 2022-10-29 17:38:29 -06:00
Tig Kindel
03f69b117d Merge branch 'develop' into listview_keyboard_search 2022-10-29 13:49:24 -06:00
BDisp
887a3b8b98 Fixes #2137. Disabled menu item is selected on click. 2022-10-26 16:13:48 +01:00
BDisp
60a94ebab3 Added ContentOffset and ContentSize unit tests. 2022-10-26 12:54:23 +01:00
BDisp
6a509bd0f2 Added one more unit test. 2022-10-26 12:34:13 +01:00
Tig Kindel
b09b3ad8f2 Refactored UI Catalog Scenario class to support ToString() 2022-10-25 10:13:49 -06:00
BDisp
81d7c61444 Fixes #2135. Character Map scenario doesn't show the content view. 2022-10-25 15:20:10 +01:00