Dan Walmsley
4e54fb2e46
somewhat working updating menus.
6 years ago
Dan Walmsley
fb9821ca77
Merge branch 'features/updatable-native-app-menu' of https://github.com/AvaloniaUI/Avalonia into features/updatable-native-app-menu
6 years ago
Dan Walmsley
30c0b1f0ac
update osx native proj file.
6 years ago
Dan Walmsley
06f57f7e44
Insert Native Menus by index instead of just adding them in order.
6 years ago
Dan Walmsley
5cc02c2d09
create dummy menu root.
6 years ago
Dan Walmsley
5a3c984b4d
allow DoLayoutReset to be called when menu is still null.
6 years ago
Dan Walmsley
0f35059055
move code to own files.
6 years ago
Dan Walmsley
aa94dc476c
subscript to events and notify of changes.
6 years ago
Dan Walmsley
9f209bb0b9
Merge remote-tracking branch 'origin/master' into features/updatable-native-app-menu
6 years ago
Dan Walmsley
2e682e292e
initial work towards updating menus with virtual DOM.
6 years ago
Steven Kirk
ef8a8b17d4
Merge pull request #3625 from jp2masa/update-obsolete-api-usages
Updated obsolete API usages in interfaces
6 years ago
Steven Kirk
0b303ee335
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Benedikt Stebner
671d234d47
Merge pull request #3748 from Deadpikle/fix/selected-text-no-clear
Fix TextBox.SelectedText = "" not clearing text
6 years ago
Steven Kirk
a7ad472ebc
Merge branch 'master' into fix/selected-text-no-clear
6 years ago
Steven Kirk
0ddde989c6
Merge pull request #3678 from AvaloniaUI/fixes/2838-style-or
Fix XAML compiler handling of comma/or style selector.
6 years ago
Deadpikle
681911098c
SelectedText = null -> clear text
6 years ago
Steven Kirk
9d6847bc31
Merge branch 'master' into fixes/2838-style-or
6 years ago
Steven Kirk
1d23fd76a6
Merge pull request #3725 from AvaloniaUI/fixes/3245-scrollviewer-large-small-scroll
Fix large/small scroll in ScrollViewer.
6 years ago
Dariusz Komosiński
6a3e3bb91e
Merge branch 'master' into fixes/3245-scrollviewer-large-small-scroll
6 years ago
Steven Kirk
12fcf47b75
Merge branch 'master' into fixes/2838-style-or
6 years ago
Nikita Tsukanov
2d8df0cc49
Merge pull request #3750 from AvaloniaUI/fixes/2755-brush-opacity
Invalidate brush when Opacity changes.
6 years ago
Benedikt Stebner
8602ef8a9e
Merge branch 'master' into fixes/2755-brush-opacity
6 years ago
Steven Kirk
3fc21f30b4
Invalidate brush when Opacity changes.
Fixes #2755 .
6 years ago
Steven Kirk
9adbe33577
Added failing test for #2755 .
6 years ago
Steven Kirk
674ca8a0c1
Merge pull request #3693 from donandren/issues/3692
Multibinding issue #3692 fixed
6 years ago
Steven Kirk
b14e1a999b
Share default small change value across controls.
6 years ago
Steven Kirk
2cacd38ce5
Add missing access modifier.
6 years ago
Steven Kirk
d418d71d82
Merge branch 'master' into issues/3692
6 years ago
Steven Kirk
ab67200954
Implement finding common base type.
Had to also change the unit test to use controls that all have the `Background` property in a common base type.
6 years ago
Steven Kirk
8fe7e986f8
Merge branch 'master' into fixes/2838-style-or
6 years ago
Deadpikle
14b227037b
Delete selection if SelectedText = ""
6 years ago
Steven Kirk
40ee45d565
Merge pull request #3747 from AvaloniaUI/fixes/contextmenu-nre
Fix ContextMenu NullReferenceException
6 years ago
Deadpikle
d7ca28a443
Add failing test for clearing SelectedText
6 years ago
Steven Kirk
5ad8c41f37
Fix NRE in ContextMenu.
6 years ago
Steven Kirk
bc36330bc0
Added failing ContextMenu test.
Due to NRE introduced in #3745 .
6 years ago
Steven Kirk
3482ccc44e
Merge pull request #3745 from AvaloniaUI/fixes/3738-contextmenu-leak
Fix ContextMenu leak
6 years ago
Steven Kirk
c443336928
Fix leaks in attached context menu,
6 years ago
Steven Kirk
c4da0f75b8
Added another failing ContextMenu leak test.
6 years ago
Steven Kirk
1cb7d830c7
Hack to reset focus when context menu closed.
Including a fix to `FocusManager` to ensure that it doesn't try to set focus to an invisble focus scope. Fixes #3738 .
6 years ago
Steven Kirk
323cfdca3a
Make ContextMenu leak tests fail again.
By adding focus/input manager.
6 years ago
Steven Kirk
76b4d17abf
Remove ContextMenu from logical tree.
When the `ContextMenu` is not attached to a control, i.e. it is shown using `Show(control)` then we need to detach it from the logical tree once hidden otherwise it will leak, causing #3738 .
6 years ago
Steven Kirk
b42458be76
Input manager subscription may be null.
As we accept a null `InputManager` for unit testing.
6 years ago
Steven Kirk
b0c79e3094
Added failing leak test for #3738 .
6 years ago
Steven Kirk
73884046d8
Merge pull request #3713 from AvaloniaUI/x11-immediate-renderer-shim
Immediate rendering support for X11 platform via render loop
6 years ago
Steven Kirk
474daaf7c6
Merge branch 'master' into x11-immediate-renderer-shim
6 years ago
Steven Kirk
faba21ef30
Merge pull request #3740 from AvaloniaUI/x11-non-mapped-configure-events
[X11] Emulate synchronous resize/move events until window is mapped for the first time
6 years ago
Steven Kirk
5e50e5ecf1
Merge branch 'master' into x11-non-mapped-configure-events
6 years ago
Steven Kirk
a2aabd2ee6
Merge branch 'master' into issues/3692
6 years ago
Steven Kirk
fb1f4a1bf2
Merge pull request #3705 from MarchingCube/refactor-win32-window
Refactor Win32 platform window.
6 years ago
Steven Kirk
54c736f13f
Merge branch 'master' into refactor-win32-window
6 years ago