Steven Kirk
37df0abfb1
Merge pull request #3752 from Deadpikle/fixes/cut-undo-fails
TextBox: Fix a few keys being hit causing undo to fail
7 years ago
Steven Kirk
230886852d
Merge branch 'master' into fixes/cut-undo-fails
7 years ago
Steven Kirk
5b7f4500d7
Merge pull request #3764 from AvaloniaUI/fixes/3551-treeview-clear-index
Update TreeView index when not attached to logical tree.
7 years ago
Steven Kirk
b1d6d7fd49
Merge branch 'master' into fixes/3551-treeview-clear-index
7 years ago
Steven Kirk
798c1d7eb3
Merge pull request #3765 from pr8x/patch-1
Fixed typo
7 years ago
Luis v.d.Eltz
073bbb42e4
Fixed typo
7 years ago
Steven Kirk
3f3fb1a3f8
Update TreeView index when not attached to logical tree.
Fixes #3551 .
7 years ago
Steven Kirk
b80c61892e
Added failing test for #3551
Co-Authored-By: Dariusz Komosiński <marchingcube@users.noreply.github.com>
7 years ago
Steven Kirk
ef8a8b17d4
Merge pull request #3625 from jp2masa/update-obsolete-api-usages
Updated obsolete API usages in interfaces
7 years ago
Steven Kirk
0b303ee335
Merge branch 'master' into update-obsolete-api-usages
7 years ago
Deadpikle
9463e278a5
Fix undo not available for multiple key types
7 years ago
Deadpikle
3885a69ab1
Add more failing tests for other keys
7 years ago
Deadpikle
d8f74b7e41
Cut now triggers an undo
7 years ago
Deadpikle
99e5625ca6
Add failing test for cut not working with undo/redo
7 years ago
Benedikt Stebner
671d234d47
Merge pull request #3748 from Deadpikle/fix/selected-text-no-clear
Fix TextBox.SelectedText = "" not clearing text
7 years ago
Steven Kirk
a7ad472ebc
Merge branch 'master' into fix/selected-text-no-clear
7 years ago
Steven Kirk
0ddde989c6
Merge pull request #3678 from AvaloniaUI/fixes/2838-style-or
Fix XAML compiler handling of comma/or style selector.
7 years ago
Deadpikle
681911098c
SelectedText = null -> clear text
7 years ago
Steven Kirk
9d6847bc31
Merge branch 'master' into fixes/2838-style-or
7 years ago
Steven Kirk
1d23fd76a6
Merge pull request #3725 from AvaloniaUI/fixes/3245-scrollviewer-large-small-scroll
Fix large/small scroll in ScrollViewer.
7 years ago
Dariusz Komosiński
6a3e3bb91e
Merge branch 'master' into fixes/3245-scrollviewer-large-small-scroll
7 years ago
Steven Kirk
12fcf47b75
Merge branch 'master' into fixes/2838-style-or
7 years ago
Nikita Tsukanov
2d8df0cc49
Merge pull request #3750 from AvaloniaUI/fixes/2755-brush-opacity
Invalidate brush when Opacity changes.
7 years ago
Benedikt Stebner
8602ef8a9e
Merge branch 'master' into fixes/2755-brush-opacity
7 years ago
Steven Kirk
3fc21f30b4
Invalidate brush when Opacity changes.
Fixes #2755 .
7 years ago
Steven Kirk
9adbe33577
Added failing test for #2755 .
7 years ago
Steven Kirk
674ca8a0c1
Merge pull request #3693 from donandren/issues/3692
Multibinding issue #3692 fixed
7 years ago
Steven Kirk
b14e1a999b
Share default small change value across controls.
7 years ago
Steven Kirk
2cacd38ce5
Add missing access modifier.
7 years ago
Steven Kirk
d418d71d82
Merge branch 'master' into issues/3692
7 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.
7 years ago
Steven Kirk
8fe7e986f8
Merge branch 'master' into fixes/2838-style-or
7 years ago
Deadpikle
14b227037b
Delete selection if SelectedText = ""
7 years ago
Steven Kirk
40ee45d565
Merge pull request #3747 from AvaloniaUI/fixes/contextmenu-nre
Fix ContextMenu NullReferenceException
7 years ago
Deadpikle
d7ca28a443
Add failing test for clearing SelectedText
7 years ago
Steven Kirk
5ad8c41f37
Fix NRE in ContextMenu.
7 years ago
Steven Kirk
bc36330bc0
Added failing ContextMenu test.
Due to NRE introduced in #3745 .
7 years ago
Steven Kirk
3482ccc44e
Merge pull request #3745 from AvaloniaUI/fixes/3738-contextmenu-leak
Fix ContextMenu leak
7 years ago
Steven Kirk
c443336928
Fix leaks in attached context menu,
7 years ago
Steven Kirk
c4da0f75b8
Added another failing ContextMenu leak test.
7 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 .
7 years ago
Steven Kirk
323cfdca3a
Make ContextMenu leak tests fail again.
By adding focus/input manager.
7 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 .
7 years ago
Steven Kirk
b42458be76
Input manager subscription may be null.
As we accept a null `InputManager` for unit testing.
7 years ago
Steven Kirk
b0c79e3094
Added failing leak test for #3738 .
7 years ago
Steven Kirk
73884046d8
Merge pull request #3713 from AvaloniaUI/x11-immediate-renderer-shim
Immediate rendering support for X11 platform via render loop
7 years ago
Steven Kirk
474daaf7c6
Merge branch 'master' into x11-immediate-renderer-shim
7 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
7 years ago
Steven Kirk
5e50e5ecf1
Merge branch 'master' into x11-non-mapped-configure-events
7 years ago
Steven Kirk
a2aabd2ee6
Merge branch 'master' into issues/3692
7 years ago