Benedikt Stebner
5ea3027f98
Do the same for Chinese IME
4 years ago
Benedikt Stebner
c5189bd6f6
Trz to fix Japanese IME
4 years ago
Dariusz Komosinski
d9d208b935
Add benchmark for Or selector and avoid extra virtual calls getting list count.
4 years ago
Julien Lebosquain
a97d61a1e9
Fix Generators build
4 years ago
Emmanuel Hansen
20746b3ee2
fix build
4 years ago
Emmanuel Hansen
8ada76c1b6
fix StorageFolder.GetItemsAsync on android
4 years ago
Emmanuel Hansen
34c1b46b30
Force app theme change when status bar theme changes on android.
4 years ago
Benedikt Stebner
c55747f328
Introduce ConfigureFonts AppBuilder action
Introduce WithInterFont extension method
4 years ago
Benedikt Stebner
26263cd7ad
Fix cursor rect
4 years ago
Benedikt Stebner
8457fba5a3
More adjustments
4 years ago
Daniil Pavliuchyk
8cb4cf8344
Remove unneccessary using directives.
4 years ago
Max Katz
87402e5b94
Update insets API and implement insets for iOS with IAvaloniaViewController
4 years ago
Tom Edwards
f36cf7e3ba
Converted several "dataValidation" properties to StyledProperty
Changed Button.IsPressed to a read-only DirectProperty
4 years ago
Tom Edwards
81530c4231
Converted a variety of writeable DirectProperty definitions to StyledProperty
4 years ago
Benedikt Stebner
d5cfc06f72
Remove redundant code
4 years ago
Benedikt Stebner
56727d00a0
More adjustments
4 years ago
Daniil Pavliuchyk
b65933b9d6
Update GetNameCore logic to match WPF logic
4 years ago
Benedikt Stebner
90ae432e63
Use ConcurrentDictionary
4 years ago
Benedikt Stebner
9016933085
Fix some unit tests
4 years ago
Benedikt Stebner
147db08f90
Introduce GlyphRun.Bounds
4 years ago
Daniil Pavliuchyk
de50cda755
Add LabelAutomationPeer
4 years ago
Benedikt Stebner
397867602e
Properly sync preedit
4 years ago
Benedikt Stebner
48a54d67d3
Use test font family for TextLayoutTests
4 years ago
Nikita Tsukanov
a4b3d30aff
Use proper baseline origin
4 years ago
Benedikt Stebner
2364c5d140
Try to find a fallback glyph typeface for unknown font families
4 years ago
Giuseppe Lippolis
9201f23754
fix: Signal warnig if protected
4 years ago
Giuseppe Lippolis
12d418db33
fix: Address Review
4 years ago
Julien Lebosquain
b6701f63fd
Made Panel.IsItemsHost setter internal
4 years ago
Julien Lebosquain
3791fa8a51
Don't add ItemsControl items to its panel logical children
4 years ago
Steven Kirk
5281bbcca0
Search for data template on tree attachment.
When a `HeaderedItemsControl` is used in an `ItemsControl` it needs to search for an `ITreeDataTemplate` in order to populate the `Items` property. This can't be done properly until it's attached to the logical tree.
Fixes #10398
4 years ago
Benedikt Stebner
cb1d306482
Rework preedit handling
4 years ago
pr8x
1fc1c26cb7
Set IsReadOnly instead, use ConvertToInvariantString, Fix TextBox foreground on selected row
4 years ago
Benedikt Stebner
0fc25da0dc
[TextBox] MoveEnd now correctly positions the caret before the line break
4 years ago
Benedikt Stebner
5b2a6368c9
Fix some tests
4 years ago
Benedikt Stebner
67e6ba4354
Add AppBuilder extension
4 years ago
Benedikt Stebner
d08083bbf3
Introduce font collections
4 years ago
Tom Edwards
49c57a610c
Make `Avalonia.Win32.Input.KeyInterop` public
4 years ago
Max Katz
f4c82105ce
Add AvaloniaNameGeneratorIsEnabled parameter
4 years ago
Max Katz
adbbe46aee
Reorganize generators code
4 years ago
Steven Kirk
d84f8225be
Fix value re-evaluation with SetCurrentValue.
`SetCurrentValue`'s value was being discarded if a style with more than one setter was was re-evaluated as `ValueStore.ReevaluationEffectiveValues` removed the effective value.
4 years ago
Benedikt Stebner
db72ae64fc
Prevent AssetLoader.GetAssets from crashing
4 years ago
workgroupengineering
a4fed25912
fix: Address review
4 years ago
Nikita Tsukanov
a9ef92bbeb
Implemented BeginFigure(isFilled: false)
4 years ago
Max Katz
29d92f75dc
Fix Relative Source with {x:Type} bindings
4 years ago
affederaffe
b9644c3068
Revert "Fix dependency of Avalonia.Fonts.Inter"
This reverts commit ffe6fe8a39 .
4 years ago
Julien Lebosquain
45ba9c98df
Reduce allocations in TypeNameAndClassSelector.Classes
4 years ago
Julien Lebosquain
79af58b32f
Adjusted AvaloniaPropertyDictionary growth rate to reduce allocations
4 years ago
Julien Lebosquain
765bce78d7
Avoid unneeded allocations in CompiledBindingPath
4 years ago
Julien Lebosquain
dca96b5ad3
Avoid boxing iterators in hot paths
4 years ago
affederaffe
ffe6fe8a39
Fix dependency of Avalonia.Fonts.Inter
4 years ago