danwalmsley
0a7d61bb6d
Merge pull request #4296 from AvaloniaUI/fixes/tooltip-must-close-when-detached-from-visual-tree
Fixes/tooltip must close when detached from visual tree
6 years ago
danwalmsley
be1a568497
Merge pull request #3800 from AvaloniaUI/fixes/window-sizing-AGAIN
Fix window sizing AGAIN
7 years ago
danwalmsley
7d7c910346
Merge pull request #3797 from AvaloniaUI/fixes/3796-set-window-size
More window/popup sizing fixes.
# Conflicts:
# src/Avalonia.Layout/LayoutHelper.cs
7 years ago
Dariusz Komosiński
395b119e7b
Merge pull request #3571 from AvaloniaUI/update/net31
Update to .net core 3.1.
# Conflicts:
# azure-pipelines.yml
# global.json
7 years ago
Steven Kirk
2eabb99f83
Merge pull request #3747 from AvaloniaUI/fixes/contextmenu-nre
Fix ContextMenu NullReferenceException
7 years ago
Dan Walmsley
5b3c63c5ab
fix window tests
7 years ago
danwalmsley
114f77e1c0
Merge pull request #3787 from AvaloniaUI/fixes/3784-large-window-content
Fix Window/PopupRoot arrange.
# Conflicts:
# src/Avalonia.Controls/Window.cs
# tests/Avalonia.Controls.UnitTests/WindowTests.cs
# tests/Avalonia.Layout.UnitTests/FullLayoutTests.cs
# tests/Avalonia.UnitTests/MockWindowingPlatform.cs
7 years ago
Dan Walmsley
510d7ad123
Revert "Merge pull request #3570 from AvaloniaUI/fixes/3569-window-sizing"
This reverts commit 4f84e07418 .
7 years ago
Jumar Macato
4f84e07418
Merge pull request #3570 from AvaloniaUI/fixes/3569-window-sizing
Fix window sizing
7 years ago
Steven Kirk
8e452a1e4f
Merge pull request #3557 from AvaloniaUI/fixes/3426-selecting-disabled-control
Don't select disabled controls with keyboard
7 years ago
Steven Kirk
14ecd58393
Merge pull request #3480 from AvaloniaUI/fixes/3459-menu-keypress-nre
Fix NRE in Menu
7 years ago
Jumar Macato
39f0c30f23
Merge pull request #3373 from AvaloniaUI/fixes/3371-image-sizing
Added Image.StretchDirection and fix Image measurement
7 years ago
Steven Kirk
0a80b02539
Merge pull request #3444 from MarchingCube/fix-selecting-items-control-init
Fix SelectingItemsControl init behavior
7 years ago
Steven Kirk
55e43fadbe
Merge pull request #3427 from MarchingCube/improve-togglebutton
Implement ToggleButton events
7 years ago
Jumar Macato
ec670c4048
Merge pull request #3326 from AvaloniaUI/fixes/3321-item-virtualizer-clamp
Fix ItemsPresenter crash
7 years ago
danwalmsley
fcfeb12c25
Merge pull request #3306 from AvaloniaUI/fixes/double-detach-window-issue
Fix Exception when window is closed via Close() Method
7 years ago
danwalmsley
41bf8e590b
Merge pull request #3285 from AvaloniaUI/hackfix-rangebase-validatedouble
Hackfix for #3284
7 years ago
danwalmsley
080059ff6d
Merge pull request #3227 from AvaloniaUI/fix-listbox-template-init-order
set Scroll before calling base.OnTemplateApplied.
7 years ago
Steven Kirk
11f16d313e
Merge pull request #3186 from Gillibald/fixes/3180
Fix adding TabItem with IsSelected = true
7 years ago
Steven Kirk
e681efaf2b
Merge pull request #3196 from donandren/issues/3165
fix WrapPanel issue #3165 item width/height should trigger new measure
7 years ago
Steven Kirk
2c816a1bd6
Merge pull request #3191 from Gillibald/fixes/2699
Stop propagating the DataContext to a TabItem's content
7 years ago
Steven Kirk
8850926f70
Merge pull request #3190 from donandren/issues/3188
Fix occasional exception in tooltip
7 years ago
Steven Kirk
45bd271c93
Merge pull request #3177 from AvaloniaUI/fixes/3148-virtualization-out-of-range
Make sure ItemsPresenter is updated before selection change.
7 years ago
Steven Kirk
7f923ac066
Merge pull request #3140 from donandren/issues/3089
fix for selecteditem/index/itmes for listbox/combobox set before initialization
7 years ago
Steven Kirk
fca32c417c
Merge pull request #3159 from AvaloniaUI/fix-render-demo
Fix AppBuilderBase.Start<TMainWindow>
7 years ago
Jumar Macato
1604d9a2fc
Merge pull request #3175 from MarchingCube/fix-grid-sharedscope-resize
Fix Grid shared scope not being updated when resizing row/column definitions
7 years ago
Jumar Macato
cc66f42a3d
Merge pull request #3157 from donandren/issues/grid
fixed for few major issues with grid
7 years ago
danwalmsley
74b4206de6
Merge pull request #3129 from AvaloniaUI/fixes/3127-window-keypresses
Send key events to root Window
7 years ago
danwalmsley
86a1faff9a
Merge pull request #3096 from AvaloniaUI/fixes/3094-focusable-hang
Fix hang in ItemsControl.MoveSelection
7 years ago
danwalmsley
d23cc7942c
Merge pull request #3101 from AvaloniaUI/obsolete-mousebutton
Added InitialPressMouseButton to PointerReleasedEventArgs
7 years ago
Steven Kirk
55e9037383
Added failing test for #2980 .
7 years ago
Steven Kirk
8093716a36
Added tests for selection after initialization.
7 years ago
Steven Kirk
ea68915de6
Added failing test for #2971 .
And a passing test for normal TreeView.
7 years ago
Benedikt Schroeder
9a6cda66bc
Add failing test for #2987
7 years ago
Kermalis
2ee5a21dd7
Remove broken test for now
An issue will be made after merging because it's unrelated
7 years ago
Dan Walmsley
17c4c10404
fix unit test for window center location.
7 years ago
Dan Walmsley
2282c99c16
add dpi information to screens api.
7 years ago
Kermalis
9cc2d777ad
Update WrapPanelTests.cs
7 years ago
Kermalis
1cf93ad393
Add ItemWidth and ItemHeight properties to WrapPanel (with unit tests)
7 years ago
Dariusz Komosiński
d409090b90
Fix unit tests. Remove default ctor.
7 years ago
Dan Walmsley
b80aa21610
add a unit test for stackpanel layout issue.
7 years ago
Steven Kirk
33cf418779
Added failing test for #2969 .
7 years ago
Steven Kirk
6f44dfac5b
Added unit test for #2952 .
7 years ago
Steven Kirk
d7357ec876
Remove ContentControlMixin.
And implement the functionality in the content controls themselves. `ContentControlMixin` was too complex and even with its complexity had bugs (such as in #2821 ). By moving the functionality to the content controls there is some repeated code but it's much more straightforward.
7 years ago
Steven Kirk
5c407f966c
Added failing test for #2821 .
`ContentPresenter` doesn't set the logical parent of its child control after it has been removed from the logical tree and re-added.
7 years ago
Steven Kirk
bd354143ca
Notify MouseDevice when TopLevel closed.
So it can remove pointerover state.
7 years ago
Steven Kirk
8ebe1c1288
Added failing test for #2901 .
After the selected item is removed from a `ListBox` with `AlwaysSelected == true`, the container for the newly selected item does not get `:selected` applied.
7 years ago
Ben Carman
0486de87a6
MaxLength Property for TextBox
7 years ago
all.owing
a6b65a39de
Test fix
7 years ago
Steven Kirk
947598fcec
More tests forContentPresenter and InheritanceParent.
Make sure the inheritance parent is reset for non-rooted and standalone `ContentPresenter`s.
7 years ago