14886 Commits (72b084ae425b99b687a4ab4e5f412ca4d3ec60d4)

Author SHA1 Message Date
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
Max Katz a4d94f62f4
Update src/Avalonia.Base/Animation/Animators/GradientBrushAnimator.cs 3 years ago
Max Katz c5f0e18d55
Support TransformOperations animations in Brush animator 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
Benedikt Stebner 9f309415c1 Allow to process non text TextRuns 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
Max Katz e0e82960c2 Fix iOS and Android 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
Max Katz bfdd66ac5e Remove System.Reactive from Diagnostics package as well 3 years ago
Max Katz adbb7dc7c9 Fix reactive references in missed projects 3 years ago
Max Katz ccffa6acab Reuse observer instance where possible 3 years ago
Max Katz 59d7874b1d Replace System.Reactive with internal extensions 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
robloo 9b24a5bed6 Remove duplicate OnKeyDown handler 3 years ago