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
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
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
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
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
8945e1b77c
drop hold gesture recognizer
3 years ago
Emmanuel Hansen
11b0de3481
add hold gesture recognizer
3 years ago
Emmanuel Hansen
586c3350dc
adds tests
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
8e2f9d5346
And Pinch gensture
3 years ago
Emmanuel Hansen
b2cf36fc59
make ScrollGestureRecognizer.ScrollStartDistance a property
3 years ago
Emmanuel Hansen
19ed6ec05f
addressed reveiw
3 years ago
Daniil Pavliuchyk
6b8b5d78f4
Rework focus so we don't return focus to the lastly enabled element
3 years ago
Giuseppe Lippolis
7eac150e20
feat: Address Rule CA1815
3 years ago
Daniil Pavliuchyk
80e1e1eb4c
Disabled controls should lose focus and don't accept keyboard events
3 years ago
zhouzj
8895fb660f
add more copy&paste hotkeys
3 years ago
Giuseppe Lippolis
6b1160b76d
fix: Address review
3 years ago
Giuseppe Lippolis
2aa79269e8
fix: Address reviw
3 years ago
Giuseppe Lippolis
44c9f2578a
fix: Address review
3 years ago
Giuseppe Lippolis
5405e97602
feat: Address Rule CA1304
3 years ago
Steven Kirk
8347093f90
Removed IInteractive.
3 years ago
Steven Kirk
ec74057151
Removed a number of interfaces.
`IAvaloniaObject`, `IControl`, `ILayoutable`, `IPanel`, `IStyledElement`, `IVisual`.
3 years ago
Benedikt Stebner
701eb9976c
Make KeyEventArgs and TextInputEventArgs public again
3 years ago
Emmanuel Hansen
6e1ab5f457
remove debug stuff
3 years ago
Emmanuel Hansen
1a80d5fd5a
clean up animation and add comments
3 years ago
Emmanuel Hansen
68fd64f164
Use Composition Api for animation
3 years ago
Emmanuel Hansen
5bdbd930d9
Add Refresh Container
3 years ago
Max Katz
76887ef16a
Move Shift scrolling to the ScrollPresenter layer
3 years ago
Steven Kirk
a62c56186f
Use GetRequiredService in touch/mouse device.
3 years ago
Benedikt Stebner
a589d2e43b
Relocate CompositionRegion
3 years ago
Benedikt Stebner
040cccf619
Attempts to fix Android IME
3 years ago
Steven Kirk
73cc163822
Fix #8733 .
3 years ago
Steven Kirk
d0eb38b6ba
Add Tap size to IPlatformSettings.
And refactor that interface while we're at it. Also add a `DefaultPlatformSettings` implementation instead of implementing it in each backend with slightly different values.
3 years ago
Steven Kirk
d9bee81505
Don't register drag as tap.
3 years ago
Steven Kirk
89faa52240
Use DragEventArgs for DragLeave event.
This follows the WPF/UWP API and allows pointer information to be retrieved.
3 years ago
Giuseppe Lippolis
9e1ff3e3be
fix: Addreaa review
3 years ago
Giuseppe Lippolis
93998f2a03
feat(Base): Address rule CA1822
3 years ago
Arhell
14029cb934
update src folder links
4 years ago
Benedikt Stebner
169480e74d
Fix GetTextLineText
4 years ago