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
Tig Kindel
18ec9a2a70
integrated tznind's stuff
2022-10-24 18:56:06 -06:00
tznind
7c8180d863
Add SearchCollectionNavigator
2022-10-24 16:46:24 +01:00
BDisp
04a8395be5
Fixes #2133 . TreeView: desiredCursorVisibility field is set before the if condition check.
2022-10-23 14:02:46 +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
Tig Kindel
32e7b63b77
Merge pull request #2065 from BDisp/mouseGrabView-track-feature
...
Fixes #2064 . mouseGrabView must have a track to allow the views who use it having some control.
2022-09-26 11:04:27 -07:00
dependabot[bot]
41072af7a2
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-09-26 15:03:58 +00:00
BDisp
1dd9ae1266
Excluding the shift key when IsLetterOrDigit, IsSymbol and IsPunctuation.
2022-09-26 00:57:10 +01:00
BDisp
10fb8cda63
Replacing to MouseGrabView.
2022-09-24 23:45:13 +01:00
BDisp
834a942302
Fixes #2064 . mouseGrabView must have a track to allow the views who use it having some control.
2022-09-24 23:15:22 +01:00
BDisp
61f5b0992f
Only the Shift key must be handled with the Packet key.
2022-09-21 20:10:17 +01:00
BDisp
92dc7f04d4
Fixes #2053 . MessageBox.Query still not wrapping with v1.8.0 on windows/net6.0.
2022-09-21 18:54:45 +01:00
tznind
ecfd9c1132
WIP fix TryRemapPacketKey to correctly apply Alt/Ctrl mask
2022-09-21 13:13:46 +01:00
tznind
98441c580e
Updated tests for cleaner representation of new functionality
2022-09-20 16:12:29 +01:00
tznind
a67da71f77
Merge branch 'vkpacket' of https://github.com/tznind/gui.cs into vkpacket
2022-09-20 16:06:01 +01:00
tznind
bb6187075e
Removed dead code. Packet vk is only used for symbols, never escape etc.
2022-09-20 16:05:54 +01:00
Thomas Nind
ba29d552d4
Merge branch 'develop' into vkpacket
2022-09-20 07:05:25 +01:00
tznind
35e79a9f64
Tidy up layout and fix old inaccurate comment
2022-09-19 11:12:34 +01:00
tznind
0b2bdb04e0
Change TryRemapPacketKey to map to Key instead of ConsoleKey
2022-09-19 11:10:03 +01:00
tznind
b0c208595e
Added TryParseConsoleKey for better parsing
2022-09-18 19:05:05 +01:00
BDisp
d542548595
Incremented the sleep timeout.
2022-09-18 02:16:11 +01:00
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
Thomas
9897bb903e
Support for remapping basic unicode keychars that come from OS with ConsoleKey.Packet. Affects only WindowsDriver
2022-09-17 13:26:47 +01: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
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