Andrey Kunchev
|
d1cf6fc9be
|
fix failing test
|
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 |
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 |
Dan Walmsley
|
6b71270280
|
Merge pull request #5007 from workgroupengineering/fixes/Issue_5006
Fixes Issue 5006
|
6 years ago |
Dariusz Komosiński
|
d1f75d2274
|
Merge branch 'master' into fixes/Issue_5006
|
6 years ago |
Dan Walmsley
|
e32e092e4e
|
WinUI Comp tweak backdrop blur.
|
6 years ago |
workgroupengineering
|
b71fc26a18
|
Merge branch 'master' into fixes/Issue_5006
|
6 years ago |
workgroupengineering
|
47d6ba61dd
|
Update tests/Avalonia.Markup.UnitTests/Extensions/IEnummerableExtension.cs
fixes code smell
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
|
6 years ago |
Nikita Tsukanov
|
5857a7c3a3
|
Merge pull request #5010 from AvaloniaUI/microcom-targets
Extract microcom generator stuff into a separate .targets file
|
6 years ago |
Nikita Tsukanov
|
08d3b9154d
|
Extract microcom generator stuff into a separate .targets file
|
6 years ago |
Giuseppe Lippolis
|
dd1941e6ec
|
used ReadOnlyCollection instead of ToArray ()
|
6 years ago |
Giuseppe Lippolis
|
dbd0e3648e
|
fix code smell
|
6 years ago |
Giuseppe Lippolis
|
8ed53d47be
|
fixes Should_Return_TargetNullValue_When_Value_Is_Null fails
|
6 years ago |
Giuseppe Lippolis
|
411b227834
|
Adding test
|
6 years ago |
Giuseppe Lippolis
|
760f13f093
|
fixed null reference exception when using MultiBinding without StringFormat and Converter
|
6 years ago |
Dan Walmsley
|
c575283ae3
|
Merge pull request #4973 from pr8x/hotfix-ctx-menu2
Throw NotSupportedException inside ContextMenu.Open(null)
|
6 years ago |
Steven Kirk
|
592af28ce4
|
Merge branch 'master' into hotfix-ctx-menu2
|
6 years ago |
Dan Walmsley
|
f7acecb2da
|
Merge pull request #4947 from donandren/issues/4945
fix notification for selecteditem in listbox
|
6 years ago |
Dan Walmsley
|
ea1a6f9029
|
Merge branch 'master' into issues/4945
|
6 years ago |
Benedikt Stebner
|
7ef18ddc52
|
Merge pull request #4998 from Gillibald/fixes/TextDecorationLocation
Fix TextDecoration location calculation
|
6 years ago |
Benedikt Schroeder
|
5be046e5ef
|
Fix TextDecoration location calculation
|
6 years ago |