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
|
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 |
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.
|
3 years ago |
Emmanuel Hansen
|
c804fa00cf
|
fix tests
|
3 years ago |
Emmanuel Hansen
|
8945e1b77c
|
drop hold gesture recognizer
|
3 years ago |
Emmanuel Hansen
|
11b0de3481
|
add hold gesture recognizer
|
3 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 |
Max Katz
|
e7a4e35ff8
|
Merge branch 'master' into gestures
|
3 years ago |
Emmanuel Hansen
|
586c3350dc
|
adds tests
|
3 years ago |
Nikita Tsukanov
|
2aca503ba3
|
Merge pull request #9752 from AvaloniaUI/jetbrains-annotations-good-bye
Remove JetBrains.Annotations from the repo
|
3 years ago |
Nikita Tsukanov
|
cf72e544d6
|
Merge branch 'master' into jetbrains-annotations-good-bye
|
3 years ago |
Max Katz
|
825466a1a1
|
Merge pull request #9695 from AvaloniaUI/rounded_corner
Windows - Set rounded corners when client is extended
|
3 years ago |
Max Katz
|
19316ddba8
|
Merge branch 'master' into rounded_corner
|
3 years ago |
Max Katz
|
293202cace
|
Merge pull request #9731 from robloo/combobox-events
Add DropDownOpened and DropDownClosed events to ComboBox
|
3 years ago |
Max Katz
|
b3eab25240
|
Fix tests build
|
3 years ago |
Max Katz
|
8a78f134c5
|
Remove JetBrains.Annotations from the repo
|
3 years ago |
Emmanuel Hansen
|
f09a901e48
|
cleanup
|
3 years ago |
Emmanuel Hansen
|
8a48d58e5b
|
remove redundant pointer event handled in pull gesture
|
3 years ago |
Emmanuel Hansen
|
b9827c39ce
|
add Gestures sample page
|
3 years ago |
Emmanuel Hansen
|
8e2f9d5346
|
And Pinch gensture
|
3 years ago |
Emmanuel Hansen
|
b2cf36fc59
|
make ScrollGestureRecognizer.ScrollStartDistance a property
|
3 years ago |