Steven Kirk
c9e10f0d2f
Added additional failing test.
Exposed by the previous fix for #8372 : re-entrancy in `PropertySetterInstance.Dispose()` is causing detaching a style to call `ClearValue` on the property. Previously this wasn't a problem as `ClearValue` didn't work, but now it is.
(Also added one passing test which tests the same scenario in `PropertySetterBindingInstance` for future coverage)
4 years ago
Steven Kirk
f33d4e881f
Correctly clear local value in PriorityValue.
4 years ago
Steven Kirk
64518efc51
Add failing test for #8372 .
4 years ago
Max Katz
6a5e005539
Add trim_trailing_whitespace to editorconfig
4 years ago
Max Katz
6b6de640c9
Merge pull request #8318 from ahmedmohammedfawzy/patch-1
TextBox Ignore Changes While Editing
4 years ago
ahmedmohammedfawzy
355066769a
Merge branch 'master' into patch-1
4 years ago
Steven Kirk
43700d3525
Merge pull request #8224 from danielmayost/fixesFlowDirectionComboBox
Add unit test for FlowDirection and rework implementation in ComboBox
4 years ago
Benedikt Stebner
705a59ab9b
Merge branch 'master' into fixesFlowDirectionComboBox
4 years ago
ahmedmohammedfawzy
50d388a7e1
Merge branch 'master' into patch-1
4 years ago
Max Katz
99b4530e45
Merge pull request #5169 from yatli/fix_macos_ctrl
fix #4996
4 years ago
Max Katz
db59b2ecfb
Merge branch 'master' into fix_macos_ctrl
4 years ago
Max Katz
4e64428330
Merge branch 'master' into fix_macos_ctrl
# Conflicts:
# native/Avalonia.Native/src/OSX/window.mm
4 years ago
Max Katz
59d30b6d62
Merge pull request #8328 from Maruhl/master
Avalonia.Base - Styles improvements
4 years ago
Max Katz
60541e1f8e
Merge branch 'master' into master
4 years ago
Max Katz
d7e31a3138
Merge pull request #8326 from Gillibald/feature/formattedTextBuildGeometry
Implement FormattedText.BuildGeometry
4 years ago
Max Katz
fc0ef7f376
Merge branch 'master' into feature/formattedTextBuildGeometry
4 years ago
Max Katz
8d52bd98af
Add profiling to the control catalog android
4 years ago
ahmedmohammedfawzy
93af5a3a17
Merge branch 'master' into patch-1
4 years ago
Max Katz
1975acc0bb
Merge pull request #8220 from AvaloniaUI/xdatatype-to-datatype
Implicitly map x:DataType to a DataType on a DataTemplate.
4 years ago
Mario Uhlmann
bbe7d0abb2
foreach .. "items.OfType<" replaced with traditional for-loop
4 years ago
ahmedmohammedfawzy
9fda22b8d2
Merge branch 'master' into patch-1
4 years ago
Mario Uhlmann
76765f7585
Old cache reset logic
4 years ago
Max Katz
d15d1e75f4
Merge remote-tracking branch 'origin/master' into xdatatype-to-datatype
# Conflicts:
# tests/Avalonia.Markup.Xaml.UnitTests/Xaml/DataTemplateTests.cs
4 years ago
Max Katz
a1f8b5c9a7
Merge pull request #8221 from AvaloniaUI/validate-datatemplates
Validate DataTemplates on empty DataType
4 years ago
Max Katz
673f9f51b6
Merge branch 'master' into validate-datatemplates
4 years ago
Ahmed Fawzy
7698505770
Removed tests which collided with removing the _ignoreTextChanges field
4 years ago
Mario Uhlmann
1d0d1f2084
compile fix - ArgumentNullException.ThrowIfNull (net standard 2.0 fail)
4 years ago
Mario Uhlmann
45d726e0c9
Style improvements - primary OnCollectionChanged refactored (removed unnecessary cast and null checks in loops)
4 years ago
Ahmed Fawzy
32e2043ec0
removed the _ignoreTextChanges field from the TextBox.cs
4 years ago
ahmedmohammedfawzy
32924d7712
Merge branch 'master' into patch-1
4 years ago
Steven Kirk
fee1bc3061
Merge pull request #8315 from AvaloniaUI/fixes/8314-gridsplitter-layoutrounding
Make GridSplitter scaling aware.
4 years ago
Steven Kirk
b38eb0c945
Merge branch 'master' into fixes/8314-gridsplitter-layoutrounding
4 years ago
Benedikt Stebner
3dfad3bc79
Remove redudant test
4 years ago
Benedikt Stebner
9cfac4dd3f
FIx GeometryGroup.Children parent handling
4 years ago
Benedikt Stebner
a9b2dec6b6
Remove redudant code
4 years ago
Benedikt Stebner
114d7be236
Merge branch 'feature/formattedTextBuildGeometry' of https://github.com/Gillibald/Avalonia into feature/formattedTextBuildGeometry
4 years ago
Benedikt Stebner
d64b858273
Simplify GeometryGroup.Children setter
4 years ago
Benedikt Stebner
7f2215a6cf
Merge branch 'master' into feature/formattedTextBuildGeometry
4 years ago
Benedikt Stebner
71aba01b10
Implement FormattedText.BuildGeometry
4 years ago
ahmedmohammedfawzy
3dce191a3e
Merge branch 'master' into patch-1
4 years ago
Max Katz
d67e212da1
Merge pull request #8313 from Gillibald/feater/GlyphRunBuildGeometry
Feature GlyphRun.BuildGeometry
4 years ago
Benedikt Stebner
3d568c561b
Merge branch 'master' into feater/GlyphRunBuildGeometry
4 years ago
ahmedmohammedfawzy
5ebba8e68c
Update TextBox.cs
4 years ago
ahmedmohammedfawzy
0868442ec9
Update TextBox.cs
4 years ago
ahmedmohammedfawzy
de3720ce77
Update TextBox.cs
Added the option to determine whether to ignore changes while the user is inputting or not
4 years ago
Dan Walmsley
192ce52667
Merge pull request #8305 from AvaloniaUI/fixes/reduce-excessive-layout-passes
Fixes/reduce excessive layout passes
4 years ago
Steven Kirk
553c4bc114
Read scaling when starting a drag operation.
Previous implementation didn't update the scaling when moving between monitors.
4 years ago
Steven Kirk
49ee55fca4
Make GridSplitter scaling aware.
When comparing sizes in `GridSplitter.MoveSplitter`, account for `UseLayoutRounding` and DPI scaling by using an epsilon that is the size of a device pixel.
4 years ago
Benedikt Stebner
e48c984443
Update tests
4 years ago
Benedikt Stebner
020c8de59e
Fix mocks
4 years ago