14504 Commits (7f39e39debc19f54c6729e674a8fa132bdb87c6d)

Author SHA1 Message Date
daniel dea807609f Move UpdateLogicalTree Call to CurrentContent Change 3 years ago
Simon Cropp f84cdbeda9 respect success in LoadGroupSre 3 years ago
Giuseppe Lippolis 8f745ba6fc fix: Address Review 3 years ago
Simon 9de36fc19d fix Committed typo 3 years ago
Simon 9cc8381d3e fix minor typos 3 years ago
Simon 876fa08812 move to a consistent langversion of 11 3 years ago
Sergey Mikolaitis 5d1e5d97c2 [Text] [Selection] fix double click selection on word end position 3 years ago
dependabot[bot] 5846c3b1b6
Bump json5 from 1.0.1 to 1.0.2 in /src/Browser/Avalonia.Browser/webapp 3 years ago
Giuseppe Lippolis bd2e2d1e9b feat: Address Rule CA2211 3 years ago
Giuseppe Lippolis 5c5cc06d27 fix: Warnings CS0436 conflicts with the imported type 'GetProcAddressAttribute' in 'Avalonia.Base' 3 years ago
Giuseppe Lippolis 48eba14e70 fix: Warnings CA1823 3 years ago
Giuseppe Lippolis bd8794dbda fix: Warnings CS1574 3 years ago
Giuseppe Lippolis a845fc02b6 fix: Obsolete 3 years ago
Emmanuel Hansen 11b8bc2322 keep app builder instance 3 years ago
Nikita Tsukanov 78b4c6a96e Ignore Opacity for hit-testing purposes 3 years ago
Nikita Tsukanov 5a3d9f1574 Use parent clip rect of the adorned visual 3 years ago
daniel dcb4f759d1 Make FlowDirection's Path of CheckBox to fixed LTR 3 years ago
Martijn Sneijders 64c12e9253 [AndroidMotionEventsHelper] fixes eventTime to uptime android in milliseconds 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 c099e2fd2c Use for(...) dst[c]=src[c] loop on arm due to a JIT bug 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 899dc69d72 removed unnecessary comments 3 years ago
Max Katz ebdf7df162 Use stackalloc instead of reused arrays, so this code can potentially work with multitouch 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
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 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
Max Katz e5d816c805 Fix copy paste condition 3 years ago
Max Katz d3836a40ea Remove Lazy usage where it's not needed anymore 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
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
robloo 6497e49c26 Open/Close ComboBox drop-down with Enter and Space 3 years ago
robloo 53a78131f5 Add DropDownOpened and DropDownClosed events to ComboBox 3 years ago