Mario Uhlmann
bbe7d0abb2
foreach .. "items.OfType<" replaced with traditional for-loop
4 years ago
Mario Uhlmann
76765f7585
Old cache reset logic
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
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
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
Max Katz
fe5912e47d
Merge branch 'master' into features/Issue_8298
4 years ago
Dan Walmsley
6995052b14
Merge pull request #8272 from AvaloniaUI/fix-android-initialization-order
Fix android initialization order
4 years ago
Dan Walmsley
b889277502
Merge branch 'master' into fixes/reduce-excessive-layout-passes
4 years ago
Dan Walmsley
4bf46bf770
Merge pull request #8270 from AvaloniaUI/feature/x11-xsync-counter
[X11] Improve _NET_WM_SYNC_REQUEST handling
4 years ago
Dan Walmsley
e39be15f42
Merge branch 'master' into fixes/reduce-excessive-layout-passes
4 years ago
Dan Walmsley
236d10bf64
discard unused params
4 years ago
Dan Walmsley
0b4ea2b1eb
add unit test.
4 years ago
Dan Walmsley
726ac748ed
restore changes.
4 years ago
Dan Walmsley
96931e2203
prevent excess layout passes in layout manager to catch other scenarios causing
excessive layout passes.
4 years ago
Giuseppe Lippolis
44ac72ce22
fix(AvaloniaSynchronizationContext): avoid clousure
4 years ago
Giuseppe Lippolis
3b9a34274a
feat(IDispatcher): Add void Post(Action<object> action,object arg, DispatcherPriority priority = default);
4 years ago
Max Katz
89d0f1d8dc
Merge pull request #8183 from AvaloniaUI/cleanup-platformsupport
Cleanup runtime platform classes
4 years ago
Max Katz
09378876ab
Fix tests
4 years ago
Dan Walmsley
33c61fdac5
reduce work done on osx native side.
4 years ago
Dan Walmsley
51d158dc1b
clear layout jobs instead of explicit layout call.
4 years ago
Max Katz
93b55ef54c
Merge branch 'master' into cleanup-platformsupport
4 years ago
Benedikt Stebner
f6223f0c7e
Merge remote-tracking branch 'upstream/master'
4 years ago
Tako
b3cf3d92fd
Merge pull request #8291 from AvaloniaUI/fix-fluent-loader
Fix FluentTheme density style
4 years ago
Tako
7c8aa9e406
Merge branch 'master' into fix-fluent-loader
4 years ago
Jumar Macato
7064690a35
Merge pull request #8296 from AvaloniaUI/fix-typos-in-matrix.cs
Fix typos in Matrix.cs
4 years ago
Tako
68f9a44141
Merge branch 'master' into fix-typos-in-matrix.cs
4 years ago
Takoooooo
e2e5a75255
Fix typos in Matrix.cs
4 years ago
Max Katz
cc86b58c4c
Merge pull request #8275 from workgroupengineering/fixes/Warnings/ControlCatagol
fix some null annotation in ControlCatalog
4 years ago
Max Katz
669e004589
Merge branch 'master' into fixes/Warnings/ControlCatagol
4 years ago
Giuseppe Lippolis
2bf853aca9
fix some null annotation in ControlCatalog
4 years ago
Max Katz
717483653a
Merge pull request #8259 from timunie/feature/MakeNumericUpDownNullable-2
Make NumericUpDown's Value nullable
4 years ago
Max Katz
aa06a6b74d
Merge branch 'master' into feature/MakeNumericUpDownNullable-2
4 years ago
Max Katz
138beb0b46
Update FluentTheme.cs
4 years ago
Max Katz
912e71100b
Merge pull request #8285 from Oxc3/fix-web-mixing-pointer-touch-event
mixing touch and pointer breaks gestures
4 years ago
Max Katz
1315698585
Merge branch 'master' into fix-web-mixing-pointer-touch-event
4 years ago
Dariusz Komosiński
2aba5ac40a
Merge pull request #8284 from MarchingCube/fix-calendaritem-pooledlist
Fix missing PooledList usage in CalendarItem.
4 years ago
Oxc3
38b8882526
mixing touch and pointer breaks gestures
4 years ago
Dariusz Komosinski
040fe4a603
Fix missing PooledList usage in Calendar.
4 years ago