Jumar Macato
43ed3e2964
Fix transitions since the last PR.
7 years ago
Jumar Macato
bc52a31643
Merge pull request #2984 from AvaloniaUI/fixes/2912-onewaytosource-stackoverflow
Fix some issues in OneWayToSource and OneTime bindings
7 years ago
Jumar Macato
aad8ea12b3
Merge branch 'master' into fixes/2912-onewaytosource-stackoverflow
7 years ago
Jumar Macato
21585a5f21
Merge pull request #2960 from MarchingCube/render-allocations
Remove extra lambda allocations from render loop.
7 years ago
Dariusz Komosiński
0a2647bc2a
Merge branch 'master' into render-allocations
7 years ago
Jumar Macato
1a1b583917
Merge branch 'master' into fixes/2912-onewaytosource-stackoverflow
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
Steven Kirk
de4e69b0ba
Remove OneWayToSource binding from BindingDemo.
Until #2983 is fixed.
7 years ago
Steven Kirk
d3f8d08a47
Make sure OneTime bindings unsubscribe.
`OneTime` bindings unsubscribe when the first value is pushed, meaning that they unsubscribe _during_ `ExpressionNode.StartListeningCore`. Make sure we handle this by:
- Setting `_listening = true` before calling `StartListeningCore`
- Subscribe to current value in `InpcPropertyAccessorPlugin` before sending current value, because we're unsubscribed when `SendCurrentValue` exits
7 years ago
Steven Kirk
15e388da75
Adding failing binding tests.
- `OneTime` bindings are failing to release their subscription if the `DataContext` is unset when the binding is made.
- Combining `OneTime` and `OneWayToSource` bindings are causing an NRE. The NRE is being caught but it too results in a subscription being leaked.
7 years ago
Steven Kirk
65e457a38b
Added OneWayToSource binding to BindingDemo.
Now crashing with an NRE.
7 years ago
Steven Kirk
661254c9cf
Add issue number to test.
7 years ago
Dariusz Komosiński
9acf82d47b
!B Fix expression nodes not knowing if last value is actually null or dead.
7 years ago
Steven Kirk
49f54b5275
Added failing test for #2912 .
7 years ago
Dariusz Komosiński
b2981dcf70
Merge branch 'master' into render-allocations
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
Dariusz Komosiński
df65c3ffee
Merge branch 'master' into render-allocations
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
4999d292a3
Merge branch 'master' into render-allocations
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
d6c683658d
Merge branch 'master' into render-allocations
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