Jeremy Koritzinsky
f9993e8980
Rename BindingExtension->ReflectionBindingExtension.
Implement x:CompileBindings directive to toggle between transforming Binding->ReflectionBindingExtension and Binding->CompiledBindingExtension.
Expose a property on AvaloniaXamlIlCompiler to set the default transformation.
7 years ago
Jeremy Koritzinsky
5e5e7e22ae
Support synthetic Source property.
7 years ago
Jeremy Koritzinsky
c0c1ccb544
Enable transforming old-style RelativeSource/ElementName properties in CompiledBindings to element path nodes during XamlIl compilation.
7 years ago
Jeremy Koritzinsky
70ae77e797
Fix ElementName bindings.
7 years ago
Jeremy Koritzinsky
b44cce0bd7
Merge branch 'compiled-bindings' of https://github.com/jkoritzinsky/Avalonia into compiled-bindings
7 years ago
Jeremy Koritzinsky
d89f5d019b
Fix assigning binding paths via the property.
7 years ago
Steven Kirk
f4740cf3ce
Merge branch 'master' into compiled-bindings
7 years ago
Steven Kirk
6e035c3d87
Merge pull request #2997 from MarchingCube/fix-weakevent-unsubscribe
Fix WeakEventHandlerManager unsubscribe
7 years ago
Jumar Macato
113ff7ecf4
Merge branch 'master' into fix-weakevent-unsubscribe
7 years ago
Jumar Macato
a36ac2c400
Merge pull request #2974 from AvaloniaUI/fixes/controlcatalog-overflow
Fix ItemsRepeater overflow in ControlCatalog.
7 years ago
Steven Kirk
c1c7f57ee6
Disable vertical scrollbar in ItemsRepeater page.
7 years ago
Dariusz Komosiński
b2feb8615e
Merge branch 'master' into fix-weakevent-unsubscribe
7 years ago
Jeremy Koritzinsky
7e371aa3d8
Merge pull request #2989 from jp2masa/net-framework-reference-assemblies
Use Microsoft.NETFramework.ReferenceAssemblies
7 years ago
Nikita Tsukanov
3855d84e58
Merge pull request #2999 from yatli/fix_linux_super
X11: map super to win key
7 years ago
Yatao Li
16a8ff862b
X11: map super to win key
7 years ago
Dariusz Komosinski
213600f6c2
Use Equals.
7 years ago
Dariusz Komosinski
3030427c07
Fix unsubscribe not doing anything due to wrong check.
7 years ago
Dariusz Komosinski
06a4a1af5b
Add failing unit test.
7 years ago
danwalmsley
b58c75fdac
Merge pull request #2995 from AvaloniaUI/fix-managed-dialog-enumeration
Fix managed dialog enumeration and volume label on Windows.
7 years ago
Dan Walmsley
2afa74e628
include drive letter on windows.
7 years ago
danwalmsley
e9e51d7f09
Merge branch 'master' into fix-managed-dialog-enumeration
7 years ago
Jumar Macato
badd3de0ea
Merge pull request #2990 from MarchingCube/cleanup-keygesture
Cleanup KeyGesture
7 years ago
Dariusz Komosiński
053bd23d11
Merge branch 'master' into cleanup-keygesture
7 years ago
Jumar Macato
f4100fd8a4
Set Path as name if there's no volume label.
7 years ago
Jumar Macato
9de04b3297
Fix drive enumeration crash on Windows's Managed File Dialog.
7 years ago
Nikita Tsukanov
be7b011b1f
Merge pull request #2993 from Keroosha/xfwm4-working-area-fix
Use screen bounds if woking area is empty
7 years ago
Keroosha
08976e81c7
Use screen bounds if woking area is empty
7 years ago
Dariusz Komosiński
d409090b90
Fix unit tests. Remove default ctor.
7 years ago
Dariusz Komosiński
2362b5a847
Cleanup KeyGesture code. Add constructor taking non-deprecated arguments.
7 years ago
José Pedro
3902730301
Use Microsoft.NETFramework.ReferenceAssemblies.
7 years ago
Jeremy Koritzinsky
7020def354
Throw exception if trying to compile a binding under an element with its DataContext bound via a non-compiled binding.
7 years ago
Jeremy Koritzinsky
5c91a14536
Fix failing test.
7 years ago
Jeremy Koritzinsky
c4fe5b957e
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into compiled-bindings
7 years ago
Nikita Tsukanov
b9118085e2
Merge pull request #2961 from MarchingCube/alloc-typeutilities
Remove closure allocations from TypeUtilities conversion functions.
7 years ago
Dariusz Komosiński
5a5a2907f1
Merge branch 'master' into alloc-typeutilities
7 years ago
Jeremy Koritzinsky
84b4b8c12e
x:DataContextType -> x:DataType to match Xamarin.Forms.
7 years ago
Jeremy Koritzinsky
f073b5755d
Fix test failures. Ensure that BindingExtension is detected as such an not mistaken for the actual DataContext type.
7 years ago
Steven Kirk
f9e7006206
Merge pull request #2979 from AvaloniaUI/fix/remove-accesskeyhandler-f10
dont handle f10 key in accesskey handler
7 years ago
Dan Walmsley
bdca92c16a
dont handle f10 key in accesskey handler, prevents people using f10 hotkey.
7 years ago
danwalmsley
4c557af078
Merge pull request #2976 from AvaloniaUI/fixes/stackpanel-layout
stackpanel copes with non-visible controls when arranging.
7 years ago
Dan Walmsley
91279db308
apply fix to reversible stackpanel.
7 years ago
Dan Walmsley
b80aa21610
add a unit test for stackpanel layout issue.
7 years ago
Dan Walmsley
69fa0f7f28
stackpanel copes with non-visible controls when arranging.
7 years ago
Dariusz Komosiński
ba905e1917
Merge branch 'master' into alloc-typeutilities
7 years ago
danwalmsley
6adf3174d1
Merge pull request #2950 from Gillibald/fixes/2903
Fixes RadioButton GroupName when reattached to visual tree
7 years ago
danwalmsley
b7b014f318
Merge branch 'master' into fixes/2903
7 years ago
danwalmsley
f1acef397b
Merge pull request #2968 from AvaloniaUI/fix/scroll-to-view-crash
fix crash scrolling to view when clearing list.
7 years ago
danwalmsley
d773c24e3b
Merge branch 'master' into fix/scroll-to-view-crash
7 years ago
danwalmsley
76c440934b
Merge pull request #2970 from AvaloniaUI/fixes/2969-binding-selectitem-selecteditems
Fix binding both SelectedItem and SelectedItems.
7 years ago
Dan Walmsley
4762b8ec33
fix whitespace.
7 years ago