Alexandru Ciobanu
|
b1ece93b5f
|
cleanup and fix docs in View class
|
2022-10-30 20:13:22 +00:00 |
|
tznind
|
8e54135b53
|
Fix locking for the entire RunIdle callback execution
|
2022-10-30 20:13:21 +00:00 |
|
Charlie Kindel
|
e809affb10
|
refactoring menutests
|
2022-10-30 20:13:21 +00:00 |
|
Charlie Kindel
|
b4f7fc065c
|
fixed shortcut for save as
|
2022-10-30 20:13:20 +00:00 |
|
Charlie Kindel
|
e87cd222d6
|
Makes Notepad look better and fixes bugs
|
2022-10-30 20:13:19 +00:00 |
|
BDisp
|
c8eac9c5b8
|
Improves the TabView minimum size and added more unit tests.
|
2022-10-30 20:13:19 +00:00 |
|
Alexandru Ciobanu
|
7ce2cf3fe3
|
Added Rider/Resharper settings file that enforces the formatting and code rules.
|
2022-10-30 20:13:18 +00:00 |
|
tznind
|
e7efa4058b
|
Updated docs and made MouseEvent fields into properties for futureproofing and consistency
|
2022-10-30 20:13:18 +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 |
|
dependabot[bot]
|
ff96e0923f
|
Bump gittools/actions from 0.9.13 to 0.9.14
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.13 to 0.9.14.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.13...v0.9.14)
---
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-30 20:13:16 +00:00 |
|
dependabot[bot]
|
7a506dd2ef
|
Bump actions/setup-dotnet from 3.0.1 to 3.0.2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.1...v3.0.2)
---
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-30 20:13:15 +00:00 |
|
Charlie Kindel
|
c3b4aeb626
|
Added templates to readme
|
2022-10-30 20:13:15 +00:00 |
|
Charlie Kindel
|
fb1491f92a
|
noted demo.cs deletion with link to history
|
2022-10-30 20:13:14 +00:00 |
|
Charlie Kindel
|
a8511f3721
|
fixes link to OCGV
|
2022-10-30 20:13:14 +00:00 |
|
Charlie Kindel
|
94b596e42a
|
fix typo
|
2022-10-30 20:13:13 +00:00 |
|
Charlie Kindel
|
8e4cb50497
|
readme tweaks
|
2022-10-30 20:13:13 +00:00 |
|
Charlie Kindel
|
a9444e66be
|
Removed ancient StandaloneExample
|
2022-10-30 20:13:12 +00:00 |
|
Charlie Kindel
|
0588c3a121
|
Deleted demo.cs; changed to Example.cs from README
|
2022-10-30 20:13:12 +00:00 |
|
dependabot[bot]
|
b4a0470bd9
|
Bump actions/setup-dotnet from 2.1.1 to 3.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.1...v3.0.1)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-30 20:13:12 +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 |
|
dependabot[bot]
|
b764669cca
|
Bump ReactiveMarbles.ObservableEvents.SourceGenerator
Bumps [ReactiveMarbles.ObservableEvents.SourceGenerator](https://github.com/reactivemarbles/ObservableEvents) from 1.1.4 to 1.2.3.
- [Release notes](https://github.com/reactivemarbles/ObservableEvents/releases)
- [Commits](https://github.com/reactivemarbles/ObservableEvents/compare/1.1.4...1.2.3)
---
updated-dependencies:
- dependency-name: ReactiveMarbles.ObservableEvents.SourceGenerator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-30 20:12:06 +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 |
|
BDisp
|
e389a7bcfc
|
Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved.
|
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 |
|
dependabot[bot]
|
ed31c42ead
|
Bump actions/setup-dotnet from 1 to 2.1.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.1.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2.1.1)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
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 |
|
BDisp
|
8e71782d1c
|
Added help menu from the UICatalog into the StandaloneExample.
|
2022-10-30 20:12:02 +00:00 |
|
Tig Kindel
|
5e2665198a
|
Removed packages.config (defunct). Relnotes for 1.8.1
|
2022-10-30 20:11:48 +00:00 |
|
Charlie Kindel
|
616af6527e
|
fixed Top issue
|
2022-10-30 13:05:18 -06:00 |
|
Charlie Kindel
|
b713d6a467
|
Integrating tznid's latest
|
2022-10-30 12:58:18 -06:00 |
|
Tig
|
938ea1640a
|
Merge pull request #2 from tznind/listview_keyboard_search_tv
Add SearchCollectionNavigator to TreeView
|
2022-10-30 11:43:29 -07:00 |
|
tznind
|
c2a8d01f39
|
Added tests for 'bad' indexes being passed to SearchCollectionNavigator
|
2022-10-30 10:06:26 +00:00 |
|
tznind
|
a6240807c9
|
Add EnsureVisible call
|
2022-10-30 09:40:45 +00:00 |
|
tznind
|
79f82d1c4c
|
Add SearchCollectionNavigator to TreeView
|
2022-10-30 09:38:31 +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
|
1e17cf0202
|
tweaks
|
2022-10-29 19:32:50 -06:00 |
|
Tig Kindel
|
ebd01fc106
|
TreeView example written; not wired up yet
|
2022-10-29 18:51:15 -06:00 |
|
Tig Kindel
|
77a4dbb84c
|
Merge branch 'uicat_refactor' into listview_keyboard_search
|
2022-10-29 17:55:41 -06:00 |
|
Tig Kindel
|
5dc2ec7606
|
Clean up old code
|
2022-10-29 17:48:32 -06:00 |
|
Tig Kindel
|
f5bb3552e0
|
Minor clean up of UI Catalog
|
2022-10-29 17:38:29 -06:00 |
|
Tig Kindel
|
40514fbb9f
|
more progress
|
2022-10-29 17:32:45 -06:00 |
|
Tig Kindel
|
03f69b117d
|
Merge branch 'develop' into listview_keyboard_search
|
2022-10-29 13:49:24 -06:00 |
|
Tig
|
237682d3e4
|
Merge pull request #2136 from BDisp/scrollview-content-view-fix
Fixes #2135. Character Map scenario doesn't show the content view.
|
2022-10-29 13:47:07 -06:00 |
|
BDisp
|
887a3b8b98
|
Fixes #2137. Disabled menu item is selected on click.
|
2022-10-26 16:13:48 +01:00 |
|