Commit Graph

453 Commits

Author SHA1 Message Date
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
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
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
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
BDisp
81d7c61444 Fixes #2135. Character Map scenario doesn't show the content view. 2022-10-25 15:20:10 +01:00
Charlie Kindel
6eac49383e Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-21 16:04:36 -06:00
BDisp
802820edfa Fixes #2121. ContextMenu: When open, Shift-F10 should close menu. 2022-10-21 21:42:55 +01:00
Charlie Kindel
d93a247a4d documenting behavior 2022-10-21 08:12:26 -06:00
Charlie Kindel
99ab16d111 Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-20 20:02:36 -06:00
Tig
c0da5a4079 Merge branch 'develop' into cleanup_3 2022-10-20 18:58:51 -07:00
Charlie Kindel
40df03d3e3 Finished refactoring tests 2022-10-20 17:56:08 -06:00
Charlie Kindel
eb7fe9f126 further progress 2022-10-20 15:38:50 -06:00
Charlie Kindel
3fd6f68b4a Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-20 09:44:55 -06:00
Tig
ac6f7756b7 Merge branch 'develop' into view-clear-background 2022-10-20 07:30:09 -07:00
Tig
350f1eb517 Merge branch 'develop' into cleanup_3 2022-10-20 07:23:12 -07:00
Charlie Kindel
c15d9bcc57 refactoring menutests 2022-10-20 08:15:54 -06:00
BDisp
769f5c8091 Improves the TabView minimum size and added more unit tests. 2022-10-19 20:59:10 +01:00
BDisp
46ff335836 Fix unit tests. 2022-10-19 20:46:12 +01:00
tznind
b20483cc68 Change MouseEvent to a mutable class (previously struct) and added Handled 2022-10-19 13:57:53 +01:00
Alexandru Ciobanu
441960e25e Added two unit tests to check for the MakePrintable cases. 2022-10-19 13:41:02 +01:00
tznind
67839d108a Fix copy/paste error in SuppressKey test 2022-10-19 07:52:13 +01:00
tznind
20856f0ce0 Non breaking implementation of cancellable root mouse events 2022-10-19 07:46:52 +01:00
BDisp
eaaa636497 Adding a more realistic key down/up event with null key. 2022-09-29 19:11:09 +01:00
BDisp
702ef46727 Fixes #2069. KeyDown and KeyUp events must run before OnKeyDown and OnKeyUp. 2022-09-29 19:10:56 +01:00
BDisp
b6715863a3 Fixes #2071. DrawContentComplete event is never called from the base if it's overridden. 2022-09-28 17:16:48 +01:00