Max Katz
4a720367ff
Merge pull request #11768 from AvaloniaUI/feature/double-composition
Use double for compositor types
3 years ago
Steven Kirk
53d14ba3bd
Merge pull request #11752 from AvaloniaUI/emmauss/scroll-snappoints-update
IScrollSnapPointInfo improvements
3 years ago
Emmanuel Hansen
16c2bb7cd5
drop virtualizing enumerator class
3 years ago
Emmanuel Hansen
8f97ae8bbc
lazy get snapppoints using realized elements in VirtualizingStackPanel
3 years ago
Steven Kirk
41dd04e177
Add failing test for #11641 .
3 years ago
Emmanuel Hansen
fbe50fad7b
ensure snap points are updated on first measure.
3 years ago
Emmanuel Hansen
6b06e5c5fb
remove IScrollSnapPointsInfo implementation from ItemsControl
3 years ago
Emmanuel Hansen
dcb46d4d9a
report irregular snappoints in virtualizing stack panel based on itemsource count
3 years ago
Max Katz
012aa1555a
Merge pull request #11798 from JuliaEmp/fix-setDisableAppDelegate-before-Initialize
SetDisableAppDelegate before Initialize in native code is called
3 years ago
Jumar Macato
58ed081812
Merge pull request #11800 from AvaloniaUI/fixes/zero-dur-and-unittestfixes
Implement stopping animations with zero duration + UI Animations maintenance sweep
3 years ago
Jumar Macato
4f960a2801
Merge branch 'master' into fixes/zero-dur-and-unittestfixes
3 years ago
Max Katz
d41264e902
Merge pull request #11763 from Altua/fix-headless-layout
Break out of layout flip flop in Headless
3 years ago
Jumar Macato
80595873a2
Add tests for the zero duration stuff
3 years ago
Jumar Macato
a841b5b7e0
Implement zero duration stop support
3 years ago
Max Katz
07c154d369
Merge pull request #11654 from grifsun/master
Fix expression in CreateGetter
3 years ago
Jan Kristian Bjerke
579d5c6707
Merge branch 'master' into fix-headless-layout
3 years ago
Jumar Macato
5c60b525c8
more tests
3 years ago
Max Katz
8dacf2ad8e
Merge pull request #11794 from AvaloniaUI/fixes/11633-access-keys
Don't mark events as handled in AccessKeyHandler.
3 years ago
Jumar Macato
69941d8fc7
Fix and remove warnings on Animations code
3 years ago
JuliaEmp
f8a767f069
set Disable App Delegate before Initialize
3 years ago
Max Katz
8933e8ff0c
Merge pull request #11723 from Gillibald/windowsImeFixes
[Windows] IME Fixes
3 years ago
Steven Kirk
cdbb681e8b
Merge branch 'master' into master
3 years ago
Max Katz
23932dcb51
Merge pull request #11775 from Gillibald/fixes/fontManagerInfiniteLoop
Prevent an infinite loop if the default FontFamily lookup fails
3 years ago
Max Katz
32b3827615
Merge pull request #11777 from Gillibald/fixes/concurrentGlyphRunImpl
Use a thread safe collection for SKTextBlob caching
3 years ago
Steven Kirk
001c81d1af
Don't mark events as handled in AccessKeyHandler.
Fixes #11633
3 years ago
Steven Kirk
ca22dd8783
Get platform settings from TopLevel.
Allows easier unit testing.
3 years ago
Steven Kirk
8e9532a580
Added tests for AccessKeyHandler.
Some failing: tests are chosen to match UWP behavior, not WPF (which hides key press events for access keys).
3 years ago
Jan Kristian Bjerke
380f1292ea
Merge branch 'master' into fix-headless-layout
3 years ago
Max Katz
1ebdced2a5
Merge pull request #11783 from AvaloniaUI/fixes/11679-listbox-losing-selection-on-container-focus-lost
Fix ListBox losing selection on container focus lost
3 years ago
Steven Kirk
52f91e2151
Don't change selection when clearing a container.
Fixes #11679 .
3 years ago
Steven Kirk
18e0512d81
Added failing test for #11679 .
3 years ago
Max Katz
0e9bb723e5
Merge pull request #11782 from AvaloniaUI/fixes/11617-change-selection-in-selection-changed
Fix changing selection source in selection changed
3 years ago
Max Katz
8ae0bb2da6
Merge pull request #11749 from MrJul/fixes/previewer-transparent-frame
Previewer: fix transparent frame on update
3 years ago
Max Katz
00b905b217
Merge branch 'master' into fixes/fontManagerInfiniteLoop
3 years ago
Max Katz
c09784f477
Merge branch 'master' into fixes/concurrentGlyphRunImpl
3 years ago
Max Katz
5a9b3cd314
Merge branch 'master' into windowsImeFixes
3 years ago
Max Katz
1f2fe2b72e
Merge pull request #11721 from danielmayost/TCCUseTwoPresenters
Rework TransitioningContentControl
3 years ago
Max Katz
a5618c25be
Merge pull request #11744 from stogle/bugfix/avaloniatestattribute
Fix #11677 AvaloniaTestAttribute base class
3 years ago
Steven Kirk
1dc19f1627
Checking _operation for null isn't enough.
Instead check if `UpdateCount` is not 0 to allow recursive setting of `Source`.
I have a vague feeling that this isn't actually the correct solution, and that more issues are going to arise around this scenario but for now I'm unable to create a failing test so let's go with the simple solution for now.
Fixes #11617
3 years ago
Steven Kirk
3bb5b2e1ff
Merge pull request #11418 from workgroupengineering/fixes/Issue_6263
Fixes Issue #6263
3 years ago
Steven Kirk
5fb0cf7dda
Added failing test for #11617 .
3 years ago
Steven Kirk
c6ab46178c
Update ncrunch configuration.
3 years ago
Steven Kirk
2b00b1c145
Merge branch 'master' into fixes/Issue_6263
3 years ago
Benedikt Stebner
6744b0c819
Merge branch 'master' into windowsImeFixes
3 years ago
Benedikt Stebner
e9f655212f
Use a blocking collection for SKTextBlob caching
3 years ago
Benedikt Stebner
7d35f4e9ba
Merge branch 'fixes/fontManagerInfiniteLoop' of https://github.com/Gillibald/Avalonia into fixes/fontManagerInfiniteLoop
3 years ago
Benedikt Stebner
0ff67a4bb8
Don't use system font lookup for the test
3 years ago
Benedikt Stebner
996059434f
Merge branch 'master' into fixes/fontManagerInfiniteLoop
3 years ago
Benedikt Stebner
dd764e8c43
Prevent infinite loop if the default FontFamily lookup fails
3 years ago
Jumar Macato
d78dc2aa3b
Merge pull request #11773 from robloo/ellipse-geometry
EllipseGeometry Clone Fix
3 years ago