14501 Commits (16ffe2f6f99d41adab83e58b9f0f927daaf92bae)

Author SHA1 Message Date
Simon Cropp 16ffe2f6f9 use default literal 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
Max Katz c2e00428df Remove AppBuilderBase and generics 4 years ago
Max Katz ab64b33470 Remove IRuntimePlatform.OperatingSystem API and replace with trimmable OperatingSystem API 4 years ago
Max Katz 9f633b8411 Fix OnPlatform-like extensions with a single input parameter 4 years ago
Emmanuel Hansen 586c3350dc adds tests 4 years ago
Max Katz 8a78f134c5 Remove JetBrains.Annotations from the repo 4 years ago
Emmanuel Hansen f09a901e48 cleanup 4 years ago
Emmanuel Hansen 8a48d58e5b remove redundant pointer event handled in pull gesture 4 years ago
Emmanuel Hansen 8e2f9d5346 And Pinch gensture 4 years ago
Emmanuel Hansen b2cf36fc59 make ScrollGestureRecognizer.ScrollStartDistance a property 4 years ago
robloo 6497e49c26 Open/Close ComboBox drop-down with Enter and Space 4 years ago
robloo 53a78131f5 Add DropDownOpened and DropDownClosed events to ComboBox 4 years ago