14546 Commits (d9b684ed5a67ed85c5599127fa38f25f09c9b4aa)

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