Max Katz
|
a6fec2bc10
|
Merge branch 'master' into dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/json5-2.2.2
|
3 years ago |
Max Katz
|
6a1e55f0a5
|
Merge pull request #9804 from msneijders/fixes/inertia-scrolling
ScrollGestureRecognizer: fix skipping ScrollStartDistance on start of…
|
3 years ago |
Max Katz
|
162e987ae5
|
Merge branch 'master' into fixes/inertia-scrolling
|
3 years ago |
dependabot[bot]
|
bad0160a2d
|
Bump json5
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Max Katz
|
0d96446121
|
Merge pull request #9819 from AvaloniaUI/dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/flat-and-mocha-5.0.2
Bump flat and mocha in /tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp
|
3 years ago |
dependabot[bot]
|
50c21198b4
|
Bump flat and mocha
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
Updates `flat` from 4.1.0 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2)
Updates `mocha` from 8.1.3 to 8.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.1.3...v8.4.0)
---
updated-dependencies:
- dependency-name: flat
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Max Katz
|
544cce132c
|
Merge pull request #9817 from AvaloniaUI/fixes/dotnet-arm-unaligned-workaround
Use for(...) dst[c]=src[c] loop on arm due to a JIT bug
|
3 years ago |
Nikita Tsukanov
|
617c57376a
|
Use Unsafe.Read/WriteUnaligned for other platforms since it might be required for something like wasm
|
3 years ago |
Nikita Tsukanov
|
24483a9024
|
Merge branch 'master' into fixes/dotnet-arm-unaligned-workaround
|
3 years ago |
Nikita Tsukanov
|
c099e2fd2c
|
Use for(...) dst[c]=src[c] loop on arm due to a JIT bug
|
3 years ago |
Max Katz
|
7ff3851c82
|
Merge branch 'master' into fixes/inertia-scrolling
|
3 years ago |
Martijn Sneijders
|
c7c819295f
|
removed comment
|
3 years ago |
Martijn Sneijders
|
157ac02dc6
|
_Matrix memory optimized using stack
|
3 years ago |
Martijn Sneijders
|
0ad6dec3a9
|
VelocityTracker types marked as internal
|
3 years ago |
Martijn Sneijders
|
9332fef8af
|
flutter added to notice.md
|
3 years ago |
Martijn Sneijders
|
899dc69d72
|
removed unnecessary comments
|
3 years ago |
Max Katz
|
ebdf7df162
|
Use stackalloc instead of reused arrays, so this code can potentially work with multitouch
This reverts commit 8d5d382c2f.
|
3 years ago |
Max Katz
|
6d6ec49dd3
|
Use Span<double> instead of _Vector
|
3 years ago |
Max Katz
|
4645dcaa12
|
Use C# indegers
|
3 years ago |
Max Katz
|
8d5d382c2f
|
Reuse GetVelocityEstimate arrays
|
3 years ago |
Max Katz
|
6cfa75aaf3
|
Merge pull request #9652 from AvaloniaUI/hold
Add Hold gesture
|
3 years ago |
Max Katz
|
c480fb33ab
|
Merge branch 'master' into hold
|
3 years ago |
Max Katz
|
b0b095e651
|
Merge pull request #9803 from danielmayost/fixes-transitioningContentControl-bug
[TransitioningContentControl] Don't reomve old content from LogicalTree unitl the out animation is over
|
3 years ago |
daniel
|
21f6307c37
|
again
|
3 years ago |
daniel
|
5f5f5ebc9b
|
try fix tests
|
3 years ago |
Martijn Sneijders
|
46eca014a2
|
ScrollGestureRecognizer: fix skipping ScrollStartDistance on start of scroll; fix end scrolling too early using InertialScrollSpeedEnd; adding VelocityTracker that uses the last 20 pointermoves for calculating scroll velocity on pointerreleased.
|
3 years ago |
daniel
|
4780567438
|
Don't reomve old content from logicaltree
|
3 years ago |
Emmanuel Hansen
|
66ca4ca639
|
remove hold styled properties in InputElement
|
3 years ago |
Emmanuel Hansen
|
57255586c2
|
update hold tests
|
3 years ago |
Emmanuel Hansen
|
306712e4cc
|
make IsHoldingEnabledProperty and IsHoldWithMouseEnabledProperty attached properties in Gestures
|
3 years ago |
Emmanuel Hansen
|
08f17fa206
|
add more tests
|
3 years ago |
Max Katz
|
1776522397
|
Mock IPlatformThreadingInterface
|
3 years ago |
Emmanuel Hansen
|
29e7666a67
|
attempt at testing
|
3 years ago |
Emmanuel Hansen
|
be843f699a
|
add mock thread interface to touch device tests
|
3 years ago |
Emmanuel Hansen
|
f61c7f6cd9
|
Revert "fix tests"
This reverts commit 584e18f78d29480890711b1149d946f61e0d8447.
|
3 years ago |
Emmanuel Hansen
|
8516308e63
|
add HoldWaitDuration to IPlatformSettings
|
3 years ago |
Emmanuel Hansen
|
6791a2bca1
|
Add pointer properties to hold event args, fixup some docs.
|
4 years ago |
Emmanuel Hansen
|
c804fa00cf
|
fix tests
|
4 years ago |
Emmanuel Hansen
|
8945e1b77c
|
drop hold gesture recognizer
|
4 years ago |
Emmanuel Hansen
|
11b0de3481
|
add hold gesture recognizer
|
4 years ago |
Max Katz
|
2bf384c751
|
Merge pull request #9760 from AvaloniaUI/better-trimming
Remove IRuntimePlatform.OperatingSystem API and replace with trimmable OperatingSystem API
|
3 years ago |
Max Katz
|
b984676292
|
Merge branch 'better-trimming' of https://github.com/AvaloniaUI/Avalonia into better-trimming
|
3 years ago |
Max Katz
|
e5d816c805
|
Fix copy paste condition
|
3 years ago |
Max Katz
|
f6ac040176
|
Merge branch 'master' into better-trimming
|
3 years ago |
Max Katz
|
d3836a40ea
|
Remove Lazy usage where it's not needed anymore
|
3 years ago |
Max Katz
|
9c60f1d969
|
Merge pull request #9763 from AvaloniaUI/remove-app-builder
Remove AppBuilderBase and generics
|
3 years ago |
Max Katz
|
c2e00428df
|
Remove AppBuilderBase and generics
|
3 years ago |
Max Katz
|
ab64b33470
|
Remove IRuntimePlatform.OperatingSystem API and replace with trimmable OperatingSystem API
|
3 years ago |
Max Katz
|
9f633b8411
|
Fix OnPlatform-like extensions with a single input parameter
|
3 years ago |
Max Katz
|
111a03abe8
|
Merge pull request #9751 from AvaloniaUI/gestures
Add Pinch Gestures and improved other gesture recognizers
|
3 years ago |