Benedikt Stebner
cedafc6807
Merge branch 'master' into feature/TextAlignmentJutify
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
Benedikt Stebner
c38f6f1ee0
Merge branch 'feature/TextAlignmentJutify' of https://github.com/Gillibald/Avalonia into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
6ab5774b80
Introduce TextLine.Justify for custom justification
4 years ago
Benedikt Stebner
56106b2996
Merge branch 'master' into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
04b0cb096c
Change TextAlignmentProperty default
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
Benedikt Stebner
0d8a92feb7
Merge branch 'feature/TextAlignmentJutify' of https://github.com/Gillibald/Avalonia into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
6502fa1ef7
More TextAlignment fixes
4 years ago
Benedikt Stebner
11463ede72
Merge branch 'master' into feature/TextAlignmentJutify
4 years ago
Benedikt Stebner
d26a989406
Add more alignment options
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
Benedikt Stebner
a794d1765a
Initial implementation of TextAlignment.Justify
4 years ago
Benedikt Stebner
a76f1473c0
Merge remote-tracking branch 'upstream/master'
4 years ago
Max Katz
8d52bd98af
Add profiling to the control catalog android
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
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
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
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
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
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
Benedikt Stebner
360ee99f82
Merge remote-tracking branch 'upstream/master'
4 years ago
Benedikt Stebner
8ee344fafe
Merge branch 'master' into feater/GlyphRunBuildGeometry
4 years ago
Benedikt Stebner
73c06b323e
Skia - Correctly translate current position when multiple glyphs are added to a path
4 years ago
Benedikt Stebner
7a533700d0
Implement GlyphRun.BuildGeometry
4 years ago
Max Katz
709ad86626
Merge pull request #8304 from workgroupengineering/features/Issue_8298
feat(IDispatcher): Add void Post(Action<object> action,object arg, Di…
4 years ago