Commit Graph

2946 Commits

Author SHA1 Message Date
BDisp
769f5c8091 Improves the TabView minimum size and added more unit tests. 2022-10-19 20:59:10 +01:00
Tig
a823b622ab Merge pull request #2100 from tznind/cancel-mouse-nonbreaking
Fixes #2096. Makes RootMouseEvent cancellable
2022-10-19 11:52:54 -07:00
Thomas
28560cab85 Merge branch 'cancel-mouse-nonbreaking' of https://github.com/tznind/gui.cs into cancel-mouse-nonbreaking 2022-10-19 19:49:57 +01:00
tznind
832874df86 Merge branch 'cancel-mouse-nonbreaking' of https://github.com/tznind/gui.cs into cancel-mouse-nonbreaking 2022-10-19 19:49:33 +01:00
tznind
dd67b843de Merge branch 'cancel-mouse-nonbreaking' of https://github.com/tznind/gui.cs into cancel-mouse-nonbreaking 2022-10-19 15:48:08 +01:00
tznind
711d4d739e Updated docs and made MouseEvent fields into properties for futureproofing and consistency 2022-10-19 15:47:57 +01:00
Thomas Nind
b6f6396c71 Merge branch 'develop' into cancel-mouse-nonbreaking 2022-10-19 14:23:25 +01:00
tznind
b20483cc68 Change MouseEvent to a mutable class (previously struct) and added Handled 2022-10-19 13:57:53 +01:00
Tig Kindel
5a0d6e7805 Merge pull request #2099 from pavkam/cleanup_2
Added Rider/Resharper IDE settings (formatting, style)
2022-10-19 03:56:35 -07: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
Alexandru Ciobanu
43d89b119a Added Rider/Resharper settings file that enforces the formatting and code rules. 2022-10-18 21:16:02 +01:00
Tig Kindel
da34dedaa5 Merge pull request #2092 from gui-cs/dependabot/github_actions/gittools/actions-0.9.14
Bump gittools/actions from 0.9.13 to 0.9.14
2022-10-17 21:03:21 -07:00
Tig Kindel
25e71493b1 Merge pull request #2091 from gui-cs/dependabot/github_actions/actions/setup-dotnet-3.0.2
Bump actions/setup-dotnet from 3.0.1 to 3.0.2
2022-10-17 21:02:59 -07:00
Tig Kindel
1731477083 Merge pull request #2093 from tig/template_docs
Added template docs to readme
2022-10-17 13:13:37 -07:00
Charlie Kindel
43c47b5c22 Added templates to readme 2022-10-17 14:06:38 -06:00
dependabot[bot]
c5f8150de4 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-17 14:50:57 +00:00
dependabot[bot]
c505c5b770 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-17 14:50:54 +00:00
Tig Kindel
066e23cafb Merge pull request #2084 from tig/fixes_433_demo_cs
Fixes #433 - Replaces demo.cs with standalone Example.cs
2022-10-14 16:00:23 -07:00
Charlie Kindel
76d4e197db noted demo.cs deletion with link to history 2022-10-14 13:02:32 -06:00
Charlie Kindel
503e1e8e22 fixes link to OCGV 2022-10-14 12:54:52 -06:00
Charlie Kindel
2cdc9ae9fc fix typo 2022-10-14 12:53:07 -06:00
Charlie Kindel
b811e33e34 readme tweaks 2022-10-14 12:51:12 -06:00
Charlie Kindel
1a2387997c Removed ancient StandaloneExample 2022-10-14 12:47:25 -06:00
Charlie Kindel
371147d691 Deleted demo.cs; changed to Example.cs from README 2022-10-14 12:45:58 -06:00
Tig Kindel
ccab024283 Merge pull request #2080 from gui-cs/dependabot/github_actions/actions/setup-dotnet-3.0.1
Bump actions/setup-dotnet from 2.1.1 to 3.0.1
2022-10-13 09:29:01 -07:00
dependabot[bot]
506a8d1692 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-10 15:40:59 +00:00
Tig Kindel
df72859542 Merge pull request #2070 from BDisp/view-keydown-keyup-fix
Fixes #2069. Enable KeyDown and KeyUp events to be canceled (like KeyPress)
2022-09-29 11:17:50 -07: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
Tig Kindel
da6e2d2de3 Merge pull request #2068 from gui-cs/dependabot/nuget/ReactiveMarbles.ObservableEvents.SourceGenerator-1.2.3
Bump ReactiveMarbles.ObservableEvents.SourceGenerator from 1.1.4 to 1.2.3
2022-09-29 10:47:58 -07:00
Tig Kindel
6739eea034 Merge pull request #2072 from BDisp/drawcontentcomplete-fix
Fixes #2071. DrawContentComplete event is never called from the base if it's overridden.
2022-09-29 10:46:03 -07: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
dependabot[bot]
8ff4631e9a 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-09-27 14:51:59 +00: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
Tig Kindel
185f4a14cb Merge pull request #2063 from BDisp/windowsdriver-flag-zero-fix
Fixes #2061.  WindowsDriver - On 'MouseMoved', at least `ReportMousePosition` flag must be returned.
2022-09-26 11:00:58 -07:00
Tig Kindel
6fc9f5effd Merge pull request #2067 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.3.2
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
2022-09-26 08:34:26 -07:00
Tig Kindel
9d0b61c93e Merge pull request #2066 from gui-cs/dependabot/github_actions/actions/setup-dotnet-2.1.1
Bump actions/setup-dotnet from 1 to 2.1.1
2022-09-26 08:33:54 -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
dependabot[bot]
91c49af97d 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-09-26 14:34:58 +00: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
03500150a1 Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved. 2022-09-23 17:08:53 +01:00
Tig Kindel
d5a1168c8f Merge pull request #2059 from gui-cs/main
Merge branch 'v1_8_1' (Really v1.8.2)
2022-09-21 15:36:17 -07:00
Tig Kindel
d432d267f5 Merge branch 'v1_8_1' v1.8.2 2022-09-21 15:30:07 -07:00
Tig Kindel
d23f5c39dd Merge pull request #2058 from gui-cs/v1_8_1-2
(Trying again; fat fingers) - Removed packages.config (defunct). Relnotes for 1.8.1
2022-09-21 15:02:10 -07:00
Tig Kindel
b80e6f2f68 Merge branch 'develop' into v1_8_1-2 2022-09-21 14:59:39 -07:00
Tig Kindel
37132c3809 Merge pull request #2057 from gui-cs/v1_8_1
Merge pull request #2056 from gui-cs/develop
2022-09-21 14:59:24 -07:00
Tig Kindel
8443f2973f Removed packages.config (defunct). Relnotes for 1.8.1 2022-09-21 14:58:20 -07:00
Tig Kindel
a11cf573eb Merge pull request #2056 from gui-cs/develop
Release v1.8.1 - Fixing MessageBox.Query issue
2022-09-21 14:53:57 -07:00