Andrey Kunchev
|
f9de2a9c82
|
add more tests for CompiledBinding Source with StaticResource
|
6 years ago |
Andrey Kunchev
|
06d81f6e23
|
make CompiledBinding work with x:Static and StaticResource
|
6 years ago |
Andrey Kunchev
|
80a87d7aa3
|
add failing tests for CompiledBidning with Source set to StaticResource and x:Static
|
6 years ago |
Dan Walmsley
|
ac681ec942
|
Merge pull request #5038 from donandren/issues/compiledbinding
support cast in binding + some related small fixes for compiled binding
|
6 years ago |
Dan Walmsley
|
abca18ee95
|
Merge pull request #5012 from AvaloniaUI/winrt-interop
Use MicroCom for WinRT interop
|
6 years ago |
Nikita Tsukanov
|
b2141717b5
|
Use the old DeferredRenderer threading mode by default
|
6 years ago |
Dan Walmsley
|
dbc4acc5c7
|
use our own nuget feed for stability.
|
6 years ago |
Dan Walmsley
|
19a8b222a5
|
force v3 protocol
|
6 years ago |
Dan Walmsley
|
8b5e2f9a01
|
Revert "remove package source."
This reverts commit e2c397ebf3.
|
6 years ago |
Dan Walmsley
|
e2c397ebf3
|
remove package source.
|
6 years ago |
Nikita Tsukanov
|
5a75154bc7
|
Don't wait for a frame to be rendered when renderer is stopped
|
6 years ago |
Nikita Tsukanov
|
4efcd7a326
|
Use ICompositor5.RequestAsync completion handler as the render timer
|
6 years ago |
Nikita Tsukanov
|
8fa841753a
|
Merge branch 'render-only-on-render-thread' into winrt-interop
|
6 years ago |
Nikita Tsukanov
|
0a880921a8
|
Added render-thread-only mode for DeferredRenderer
|
6 years ago |
Nikita Tsukanov
|
b9691dfe95
|
Merge pull request #5046 from AvaloniaUI/font-family-intrinsic
FontFamily and TimeSpan intrinsics
|
6 years ago |
Andrey Kunchev
|
d1cf6fc9be
|
fix failing test
|
6 years ago |
Nikita Tsukanov
|
c7da4bc8c3
|
Format
|
6 years ago |
Nikita Tsukanov
|
ee470af59a
|
FontFamily and TimeSpan intrinsics
|
6 years ago |
Andrey Kunchev
|
c16817aac5
|
add support for casting after indexer in binding path
|
6 years ago |
Andrey Kunchev
|
bf2dfff8f6
|
add test for casting after indexer
|
6 years ago |
Andrey Kunchev
|
2c4e23be84
|
add support for c# style casting in binding path
|
6 years ago |
Andrey Kunchev
|
ebe1af51a9
|
modify tests to c# style casting in binding path
|
6 years ago |
Andrey Kunchev
|
979a659b49
|
remove duplicate condition
|
6 years ago |
Andrey Kunchev
|
86492f5a75
|
support converter parameter in compiled binding should fix #5030
|
6 years ago |
Andrey Kunchev
|
fa754bcaa2
|
add test for converter with parameter in compiled binding
|
6 years ago |
Andrey Kunchev
|
9633300e5d
|
add few more tests for cast in binding path
|
6 years ago |
Andrey Kunchev
|
8535ee690e
|
second attempt make $parent work in compiled binding
|
6 years ago |
Andrey Kunchev
|
ffc82bf7e4
|
try make $parent work with compiled binding
|
6 years ago |
Andrey Kunchev
|
df95ba630d
|
add test for $parent as it look like not working for compiled binding
|
6 years ago |
Andrey Kunchev
|
0036bf22c4
|
add tests for reflection binding for casting in path
|
6 years ago |
Andrey Kunchev
|
74bbdc193b
|
actually compile cast in compiled binding
|
6 years ago |
Andrey Kunchev
|
4563c6cd24
|
Compiled path support for cast
|
6 years ago |
Andrey Kunchev
|
5500c2ed8c
|
support parse cast in binding path expression
|
6 years ago |
Andrey Kunchev
|
604a8b635f
|
add some tests for cast in path expression
|
6 years ago |
Max Katz
|
189305d3e0
|
Merge pull request #5034 from AvaloniaUI/fixes/3281-ws-clipchildren-again
Add WS_CLIPCHILDREN to PopupImpl.
|
6 years ago |
Steven Kirk
|
612b1c6c69
|
Add WS_CLIPCHILDREN to PopupImpl.
Needed for embedding chromium, see https://github.com/AvaloniaUI/Avalonia/issues/3281#issuecomment-557615525
|
6 years ago |
Dan Walmsley
|
54b6a3f279
|
Merge pull request #5026 from MarchingCube/fix-memory-issues
Fix a few not needed allocations
|
6 years ago |
Dariusz Komosinski
|
75824a0154
|
Remove not needed using.
|
6 years ago |
Dariusz Komosinski
|
380ada052f
|
Fix a few not needed allocations.
|
6 years ago |
Dan Walmsley
|
70a896b0ee
|
Merge remote-tracking branch 'origin/master' into winrt-interop
# Conflicts:
# src/Windows/Avalonia.Win32/Composition/CompositionConnector.cs
# src/Windows/Avalonia.Win32/Composition/SaturationEffect.cs
|
6 years ago |
Max Katz
|
c682895b2d
|
Merge pull request #5017 from MarchingCube/fix-font-family-parse
Add a single argument Parse function for FontFamily.
|
6 years ago |
Dariusz Komosinski
|
c52804cc0f
|
Add a single argument Parse function for FontFamily.
|
6 years ago |
Dan Walmsley
|
a2d6fbb59c
|
Merge pull request #5015 from MarchingCube/layout-visualizer
Add support for visualizing layout properties.
|
6 years ago |
Dariusz Komosinski
|
145d4a3ccb
|
Adjust sizing a bit.
|
6 years ago |
Dariusz Komosinski
|
77ecdc0013
|
Display control size accurately and add info about sizing constraints.
|
6 years ago |
Dariusz Komosinski
|
91fec98a75
|
Move field.
|
6 years ago |
Dariusz Komosinski
|
177d18463a
|
Add support for visualizing layout properties.
|
6 years ago |
Dan Walmsley
|
3098501943
|
Merge pull request #5013 from AvaloniaUI/fixes/osx-crash-when-popup-open-and-app-closes
prevent NRE when popup is open and main window closes.
|
6 years ago |
Dan Walmsley
|
eecc91feaa
|
cleaner fix.
|
6 years ago |
Dan Walmsley
|
8946f4f80d
|
prevent NRE when popup is open and main window closes.
|
6 years ago |