Julien Lebosquain
b7ab5ad57f
Fix popup tests randomly failing after logical scrollable tests ( #13098 )
2 years ago
Steven Kirk
6513cd4938
Fix initial logical scrollable state ( #13066 )
* Add failing test for #13064
* Remove Content binding from ScrollViewer template.
Since #10803 , the `ScrollContentPresenter.Content` binding is managed internally, not via a binding in the template.
* Assign owner before doing subscriptions.
Fixes #13064 .
2 years ago
Max Katz
a1721ba727
Merge pull request #13019 from AvaloniaUI/fixes/itemscontrol-logical-child-removal
Fix ItemsControl logical child removal
2 years ago
Julien Lebosquain
9f283995d2
Fix unit tests culture ( #13016 )
2 years ago
Simon Cropp
691b9102bb
csproj cleanup ( #12657 )
2 years ago
Julien Lebosquain
183e37d0fc
Fix HeadlessUnitTestSession creation race condition ( #12979 )
* Fix HeadlessUnitTestSession creation race condition
* Bind Compositor/MediaContext to a fixed UI thread
* Fix dead lock in AvaloniaTestCase
* Rename Compositor.UIThreadDispatcher to Dispatcher
2 years ago
Julien Lebosquain
2722f9bcfd
Fix VirtualizingStackPanel and nth-child for the currently realizing item container ( #12957 )
* Added failing tests for VirtualizingStackPanel and nth-child
* VirtualizingStackPanel: support index of currently realizing item
2 years ago
Vladimir Drobyshev
81a5220f2d
Fix - TextPresenter ignores FontStretch property ( #12947 )
* Test
* Fix
2 years ago
Benedikt Stebner
49f30410f6
Allow multiple font sources per FontFamily and make sure combinations of system and embedded fonts can be used ( #12871 )
2 years ago
Julien Lebosquain
64d091956e
Fix interpolator being called after last animation iteration ( #12781 )
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
2 years ago
Julien Lebosquain
d8655a4a9e
Ensure GlyphRunImpl has consistent bounds ( #12765 )
* Add GlyphRun InkBounds failing test
* Ensure GlyphRunImpl has consistent bounds
2 years ago
Benedikt Stebner
7dd81a1f21
Merge pull request #12695 from Gillibald/fixes/inlinesTrimming
Fix Inlines TextTrimming with embedded controls
2 years ago
Max Katz
2ec0e4ba77
Merge pull request #11575 from workgroupengineering/features/Issue_11334
feat: Also allows using string instead of {x:Type} in ControlTemplate.TargetType
2 years ago
Max Katz
6fd494ab16
Merge pull request #12666 from AvaloniaUI/gesture_cancel
Call CaptureLost on gestures when pointer loses capture
2 years ago
Benedikt Stebner
dfe2b33655
Merge pull request #12630 from AvaloniaUI/fixes/12620-itemcontainertheme-changes
Fix changing `ItemsControl.ItemContainerTheme`
2 years ago
Max Katz
a5a69f53af
Merge pull request #12624 from Actipro/fix-text-decorations
Fix for TextBlock.TextDecorations not inheriting down to inlines.
2 years ago
Dan Walmsley
f585dddc15
Merge pull request #12606 from AvaloniaUI/fixes/correct-render-bounds
When calculating geometry bounds take into account parameters that affect geometry bounds
3 years ago
Boyd Patterson
932b40b19b
Added unit tests for TextBox to verify MaxLines property assigns the ScrollViewer.MaxHeight based on line height.
3 years ago
stepan_govorko
f5c93a50ab
added more comments
3 years ago
stepan_govorko
77dc35bf46
Introduced counting of rendered visuals in ServerCompositionVisual and added relevant unit tests in CompositorInvalidationClippingTests. The new tests ensure that visuals that are not in dirty rect are rendered correctly with different ClipToBounds and Clip geometry parameters.
3 years ago
adirh
038c963750
Fixed unit test
3 years ago
adirh
5f7d823b59
Added unit test
3 years ago
flexxxxer
5b182890f3
Added unit tests for non-disposable DataContext issue ( #12123 )
3 years ago
flexxxxer
c418442d13
Revert "unit tests added"
This reverts commit b0f6d17c55 .
3 years ago
flexxxxer
b0f6d17c55
unit tests added
3 years ago
flexxxxer
9ba9414c22
unit test for issue added
3 years ago
daniel
953ec9b3ef
Remove BypassLogicalChildrenManagement and use OnPropertyChanged
3 years ago
Benedikt Stebner
bd3f097895
Adjust behavior to match what WPF expects
3 years ago
Benedikt Stebner
1e64c51879
Adjust test
3 years ago
Benedikt Stebner
9c94158ae7
Make sure TextLine.GetCharacterHitFromDistance for mixed buffers
3 years ago
mrxx99
0ce9a6ed87
Fix creating fields for attached properties called name. closes #12283
3 years ago
Julien Lebosquain
515e0843de
Handle ScrollContentPresenter extent rounding errors
3 years ago
Benedikt Stebner
250743d786
Rework GetNext/PreviousCharacterHit
3 years ago
Steven Kirk
f89a0b2ac9
Added failing test for #11220 .
3 years ago
daniel
abc7eea336
simplifies the first test
3 years ago
daniel
add676efab
Add failing tests
3 years ago
Julien Lebosquain
237e4cba69
Fix InlineDictionary enumeration when an array is used
3 years ago
Vladimir Kulikov
0013f44444
Setting child of TestRoot once
3 years ago
Daniil Pavliuchyk
0e038492f7
Do not set Window Startup Location multiple times
3 years ago
AtomCrafty
42ad2fd46e
add regression test for AutoCompleteBox with MinimumPrefixLegth=0
3 years ago
Nikita Tsukanov
8680c612fd
OSX rendering refactoring
3 years ago
Max Katz
fbca526f85
Seal CreateDefiningGeometry
3 years ago
Max Katz
4c0873eb9a
Fix build
3 years ago
Julien Lebosquain
862c175725
Fix ScrollContentPresenter's child margin with layout rounding
3 years ago
Giuseppe Lippolis
c7b92e2026
fix: AvaloniaPublicKey.props multiple import
Warning MSB4011 "C:\GitHub\Avalonia\build\AvaloniaPublicKey.props" cannot be imported again. It was already imported at "C:\GitHub\Avalonia\Directory.Build.props (2,3)". This is most likely a build authoring error. This subsequent import will be ignored. Avalonia.Markup.Xaml.UnitTests C:\GitHub\Avalonia\tests\Avalonia.UnitTests\Avalonia.UnitTests.csproj 25
3 years ago
Steven Kirk
9d051a6a64
Added failing test for #11484 .
3 years ago
Giuseppe Lippolis
c368048aef
test(LIstBox): Space handling
3 years ago
Julien Lebosquain
7c2062c102
Reset LayoutTransformControl matrix when transform is removed
3 years ago
Tim
ebb9bf5052
fix unit tests
3 years ago
Jumar Macato
bbade94d98
add new unit tests for fillmodes/delay behavior
3 years ago