14543 Commits (750bd22d317ee5d89f4fb426e05fb9e80ffc11fc)

Author SHA1 Message Date
Sergey Mikolaitis c9bf6310a8 [Text] revert fields to props in CharacterBufferRange 3 years ago
Sergey Mikolaitis 80972e5f5b [Text] a bit better usage of Codepoint.ReadAt 3 years ago
Sergey Mikolaitis ba9bf5d364 [Text] Clone CodePoint ReadAt for Span 3 years ago
Sergey Mikolaitis 5bd28141b7 [Text] minor optimize of CharacterBufferRange 3 years ago
Sergey Mikolaitis 8c30948e62 [Text] optimize CharacterBufferReference indexator 3 years ago
Sergey Mikolaitis 84206e93dd [Text] Optimize grapheme and add performance benchmark 3 years ago
AlmightyJu d1037a7369 Fix DataGridTemplateColumn reusing edit control when exiting edit mode 3 years ago
Sergey Mikolaitis 5fdb513303 [Text] [Debug] fix Text output of TextRunDebuggerProxy 3 years ago
Simon Cropp 1396c5aac7 Update WriteableBitmapImpl.cs 3 years ago
daniel 7db93a75e4 Move missing calling InvalidateMirrorTransform 3 years ago
Simon Cropp a642cba9d2 Update NameScopeExtensions.cs 3 years ago
Simon Cropp ebb7a95c0e missing ScrollGestureEndedEvent mapping 3 years ago
Simon Cropp cc6f0d1af1 should GetLayoutVisibleWindowDiscardAnchor be used? 3 years ago
Simon Cropp 81c0620367
Update src/Avalonia.Controls/Platform/PlatformManager.cs 3 years ago
Simon Cropp 0520d25ed5 missing OnItemTemplatePropertyChanged call in AutoCompleteBox 3 years ago
Simon Cropp 4ab3eb1064 . 3 years ago
Simon Cropp c89f221f6d remove some duplicate casts 3 years ago
Simon Cropp 208b0264c6 broken GetRequiredService for _useGL 3 years ago
Simon Cropp 16ffe2f6f9 use default literal 3 years ago
Simon Cropp fb37ab1e77 leverage GetRequiredService 3 years ago
Sergey Mikolaitis 490c9b1ffe [Text] fix tab width. It's too long 3 years ago
daniel dea807609f Move UpdateLogicalTree Call to CurrentContent Change 3 years ago
Sergey Mikolaitis 5fef8af151 [Text] [Rename] ShapeableTextCharacters to UnshapedTextRun and ShapedTextCharacters to ShapedTextRun 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