Luis v.d.Eltz
073bbb42e4
Fixed typo
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
Steven Kirk
4339b85740
Merge branch 'master' into x11-non-mapped-configure-events
6 years ago
Steven Kirk
a9f301d6ca
Merge pull request #3741 from hez2010/patch-1
Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT
6 years ago
Steve
90e9dfa0b6
Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT
6 years ago
Nikita Tsukanov
58a20b6109
[X11] Emulate synchronous resize/move events until window is mapped for the first time
6 years ago
danwalmsley
c3c5a73769
Merge pull request #3711 from AvaloniaUI/fix-gtk-initial-name
Fixed InitialFileName for GTK-based file dialog
6 years ago
danwalmsley
7be84ad4aa
Merge branch 'master' into fix-gtk-initial-name
6 years ago
danwalmsley
95f5001335
Merge pull request #3712 from AvaloniaUI/x11-remove-transient-hint
[X11, FlyWM] Completely remove WM_TRANSIENT_FOR property
6 years ago
danwalmsley
ad2a700450
Merge branch 'master' into x11-remove-transient-hint
6 years ago
Nikita Tsukanov
1eb32a9369
Merge pull request #3728 from MarcusWichelmann/fix-remote-widget-memory-leak
Fixed memory leak in RemoteWidget
6 years ago