Steven Kirk
11d60c8aff
Merge pull request #3761 from AvaloniaUI/fixes/3760-popup-swallow-click
Don't automatically handle Popup close click
7 years ago
Steven Kirk
c04c791a42
Merge branch 'master' into fixes/3760-popup-swallow-click
7 years ago
danwalmsley
8b323e77a3
Merge pull request #3787 from AvaloniaUI/fixes/3784-large-window-content
Fix Window/PopupRoot arrange.
7 years ago
Steven Kirk
c6860ceefa
Bypass ArrangeCore logic in top-level controls.
Top-level controls cannot have a `Bounds` offset, and their `(Min)/(Max)/Width` and `(Min)/(Max)/Height` reflects the client size of the actual window, so don't need to be applied at the layout level.
Fixes #3784
7 years ago
Steven Kirk
af950096cc
Added failing test for #3784 .
Had to refactor the `MockWindowingPlatform` a bit.
7 years ago
Dariusz Komosiński
c12ffa5290
Merge branch 'master' into fixes/3760-popup-swallow-click
7 years ago
Nikita Tsukanov
6c99236a03
Merge pull request #3783 from AvaloniaUI/x11-ignore-xi2-for-dialog-parent
[X11] Special handling for XI2 events when window is blocked by child dialog
7 years ago
Nikita Tsukanov
7a4518c7eb
Merge branch 'master' into x11-ignore-xi2-for-dialog-parent
7 years ago
Nikita Tsukanov
7a3aebe3fb
Freeze OSX castxml version to 0.2.0
7 years ago
Nikita Tsukanov
48abbcdf91
[X11] Special handling for XI2 events when window is blocked by child Dialog
7 years ago
Benedikt Stebner
9a0d88ab35
Merge pull request #3753 from FoggyFinder/issue3294
[ Skia ] Draw caret on center in case of empty TextBox
7 years ago
Benedikt Stebner
0e47394f1c
Merge branch 'master' into issue3294
7 years ago
Steven Kirk
07c78345a1
Merge pull request #3771 from AvaloniaUI/feature/attachedlayout-non-virtualizing
Added NonVirtualizingStackLayout.
7 years ago
Steven Kirk
1064971d55
Merge branch 'master' into feature/attachedlayout-non-virtualizing
7 years ago
Steven Kirk
1aad7fe21d
Merge pull request #3757 from AvaloniaUI/fixes/2680-path-geometry-invalidation
Invalidate Path on geometry change.
7 years ago
Dariusz Komosiński
795684af92
Merge branch 'master' into feature/attachedlayout-non-virtualizing
7 years ago
Steven Kirk
5104c375bc
Merge branch 'master' into fixes/2680-path-geometry-invalidation
7 years ago
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
faec3ae67f
Added NonVirtualizingStackLayout.
Required fixing/implementing a bunch of infrastructure around non-virtualizing layouts.
7 years ago
Benedikt Stebner
37bf6f73df
Merge branch 'master' into issue3294
7 years ago
Steven Kirk
f85f553fb5
Merge branch 'master' into fixes/2680-path-geometry-invalidation
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
Dariusz Komosiński
ebcc25ed40
Merge branch 'master' into fixes/2680-path-geometry-invalidation
7 years ago
Steven Kirk
a98b22c40c
Pass close event to Popup.Closed.
So that the event can be marked as handled if necessary. Mark the event as handled in `AutoCompleteBox`, `ComboBox` and `DatePicker`, but _not_ `ContextMenu`. Fixes #3760 .
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
d4977eaa46
Prevent handling closing click in Popup.
7 years ago
Steven Kirk
0b303ee335
Merge branch 'master' into update-obsolete-api-usages
7 years ago
Steven Kirk
252733e41f
Added failing test for #3760 .
7 years ago
FoggyFinder
f1d54de97f
revert last commit, use Text instead of rects in checks
7 years ago
FoggyFinder
0aa3053661
update
7 years ago
Steven Kirk
608efb1140
Invalidate path on geometry change.
Fixes #2680 .
7 years ago
Steven Kirk
804d70e448
Add failing test for #2680 .
7 years ago
FoggyFinder
94a5725a03
apply transformation to x with alignment in case of empty text
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