14514 Commits (f01ea6a8a11c8750cc5c72a9be5a0867709834a5)

Author SHA1 Message Date
Max Katz 8f11c5a6ed macOS implementation 4 years ago
Max Katz 70dcf71910 Browser implementation 4 years ago
Max Katz a4bffbf660 iOS and Android implementations 4 years ago
Max Katz d76bdd7807 FreeDesktop/x11 implementation 4 years ago
Max Katz 4105bb09c9 Windows implementation 4 years ago
Max Katz 36f93ae7bc Update tests and designer 4 years ago
Max Katz fd7c89b611 Initial API design for the PlatformColorValues 4 years ago
Simon Cropp a642cba9d2 Update NameScopeExtensions.cs 4 years ago
Simon Cropp ebb7a95c0e missing ScrollGestureEndedEvent mapping 4 years ago
Simon Cropp 0520d25ed5 missing OnItemTemplatePropertyChanged call in AutoCompleteBox 4 years ago
Simon Cropp 4ab3eb1064 . 4 years ago
Simon Cropp c89f221f6d remove some duplicate casts 4 years ago
daniel dea807609f Move UpdateLogicalTree Call to CurrentContent Change 4 years ago
Simon Cropp f84cdbeda9 respect success in LoadGroupSre 4 years ago
Giuseppe Lippolis 8f745ba6fc fix: Address Review 4 years ago
Simon 9de36fc19d fix Committed typo 4 years ago
Simon 9cc8381d3e fix minor typos 4 years ago
Sergey Mikolaitis 5d1e5d97c2 [Text] [Selection] fix double click selection on word end position 4 years ago
dependabot[bot] 5846c3b1b6
Bump json5 from 1.0.1 to 1.0.2 in /src/Browser/Avalonia.Browser/webapp 4 years ago
Giuseppe Lippolis bd2e2d1e9b feat: Address Rule CA2211 4 years ago
Giuseppe Lippolis 5c5cc06d27 fix: Warnings CS0436 conflicts with the imported type 'GetProcAddressAttribute' in 'Avalonia.Base' 4 years ago
Giuseppe Lippolis 48eba14e70 fix: Warnings CA1823 4 years ago
Giuseppe Lippolis bd8794dbda fix: Warnings CS1574 4 years ago
Giuseppe Lippolis a845fc02b6 fix: Obsolete 4 years ago
Emmanuel Hansen 11b8bc2322 keep app builder instance 4 years ago
Nikita Tsukanov 78b4c6a96e Ignore Opacity for hit-testing purposes 4 years ago
Nikita Tsukanov 5a3d9f1574 Use parent clip rect of the adorned visual 4 years ago
daniel dcb4f759d1 Make FlowDirection's Path of CheckBox to fixed LTR 4 years ago
Martijn Sneijders 64c12e9253 [AndroidMotionEventsHelper] fixes eventTime to uptime android in milliseconds 4 years ago
Nikita Tsukanov 617c57376a Use Unsafe.Read/WriteUnaligned for other platforms since it might be required for something like wasm 4 years ago
Nikita Tsukanov c099e2fd2c Use for(...) dst[c]=src[c] loop on arm due to a JIT bug 4 years ago
Martijn Sneijders c7c819295f removed comment 4 years ago
Martijn Sneijders 157ac02dc6 _Matrix memory optimized using stack 4 years ago
Martijn Sneijders 0ad6dec3a9 VelocityTracker types marked as internal 4 years ago
Martijn Sneijders 899dc69d72 removed unnecessary comments 4 years ago
Max Katz ebdf7df162 Use stackalloc instead of reused arrays, so this code can potentially work with multitouch 4 years ago
Max Katz 6d6ec49dd3 Use Span<double> instead of _Vector 4 years ago
Max Katz 4645dcaa12 Use C# indegers 4 years ago
Max Katz 8d5d382c2f Reuse GetVelocityEstimate arrays 4 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. 4 years ago
daniel 4780567438 Don't reomve old content from logicaltree 4 years ago
Emmanuel Hansen 66ca4ca639 remove hold styled properties in InputElement 4 years ago
Emmanuel Hansen 57255586c2 update hold tests 4 years ago
Emmanuel Hansen 306712e4cc make IsHoldingEnabledProperty and IsHoldWithMouseEnabledProperty attached properties in Gestures 4 years ago
Emmanuel Hansen 8516308e63 add HoldWaitDuration to IPlatformSettings 4 years ago
Emmanuel Hansen 6791a2bca1 Add pointer properties to hold event args, fixup some docs. 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 e5d816c805 Fix copy paste condition 4 years ago
Max Katz d3836a40ea Remove Lazy usage where it's not needed anymore 4 years ago