Max Katz
a3df4ad3b4
Reset application after each test
3 years ago
Max Katz
eabb408009
Merge remote-tracking branch 'origin/master' into nunit-headless-intergration
3 years ago
Max Katz
e621edbe0e
Merge pull request #11196 from robloo/fix-method-name
Fix incorrect `Color.ToUint32` to `ToUInt32`
3 years ago
Max Katz
3b2c7135c2
Merge pull request #11195 from robloo/progressbar-updates
Progressbar Updates
3 years ago
robloo
b083eb26f5
Update HslColor property comments
These were desynced from HsvColor so instead of copy/pasting again HslColor now inherits the docs where possible directly from HsvColor.
3 years ago
Max Katz
3cf1e9c1e7
Merge pull request #11194 from robloo/comment-fixes
Fix several issues with comments in Dispatcher.Invoke.cs
3 years ago
robloo
9d76cdd3dd
Rename incorrect `Color.ToUint32` to `ToUInt32`
3 years ago
robloo
24a92e73e7
Update SplitView comments based on ProgressBar changes
3 years ago
robloo
b96f9abd06
Update ProgressBar TemplateSettings and comments
3 years ago
robloo
8c31885a3d
Fix several issues with comments in Dispatcher.Invoke.cs
3 years ago
Nikita Tsukanov
0495f10174
Merge pull request #11192 from AvaloniaUI/add-message-arg-to-the-unstable-attr
Add message to the Unstable attribute
3 years ago
Nikita Tsukanov
017d332d7f
Merge pull request #11191 from AvaloniaUI/fix-screens-api
Fix Screens.ScreenFromWindow API
3 years ago
Nikita Tsukanov
a65343cbca
Merge pull request #11193 from AvaloniaUI/CaptureRenderedFrame-writeable-bitmap
Return WriteableBitmap from the GetLastRenderedFrame API
3 years ago
Nikita Tsukanov
5d9d05bdef
Merge pull request #11189 from AvaloniaUI/ICustomDrawOperation-update
Make ICustomDrawOperation to use ImmediateDrawingContext
3 years ago
Nikita Tsukanov
c4da74a798
Merge pull request #11190 from AvaloniaUI/stable-AssetLoader
Introduce static AssetLoader
3 years ago
Max Katz
04ff14f0cd
Return WriteableBitmap from the GetLastRenderedFrame API
3 years ago
Max Katz
bbeef11aed
Adjust some Unstable attr usages
3 years ago
Max Katz
a11bef715b
Add Message parameter to the Unstable attribute
3 years ago
Max Katz
009000123f
Update Screens docs
3 years ago
Max Katz
8ba233b23f
Fix Screens.ScreenFromWindow API
3 years ago
Max Katz
ae3931faa7
Since git decided to mark StandardAssetLoader file as a new, why not fix formatting in here anyway
3 years ago
Max Katz
810558140f
Introduce static AssetLoader
3 years ago
Max Katz
cc0e2302e7
Remove ICustomDrawOperation from the IDrawingContextImpl as it seems useless there now
3 years ago
Max Katz
bc79b388b5
Use ImmediateDrawingContext in the ICustomDrawOperation interface
3 years ago
Max Katz
6e2e17997a
Merge pull request #11158 from AvaloniaUI/onformfactor_fix
Fix OnFormFactor use in DataTemplates
3 years ago
Emmanuel Hansen
75cbab78ad
only store runtime platform when requested
3 years ago
Emmanuel Hansen
b9fd35051f
store IRuntimePlatform in DeferredParentServiceProvider
3 years ago
Max Katz
4455d373ec
Merge pull request #11029 from AvaloniaUI/include-analyzers-in-the-main-package
Include analyzers in the main package
3 years ago
Max Katz
32937f6dda
Merge remote-tracking branch 'origin/master' into include-analyzers-in-the-main-package
3 years ago
Max Katz
b1ce3bca07
Merge branch 'master' into nunit-headless-intergration
3 years ago
Max Katz
f456ea21c5
Merge pull request #11175 from AvaloniaUI/fixes/11161-layout-invalidation
Fix another layout invalidation problem.
3 years ago
Max Katz
8a23ed7665
Merge pull request #11174 from workgroupengineering/fixes/Issue_11156
fix(Animation): fix Issue #11156 Call from invalid thread
3 years ago
Max Katz
2056ad5310
Merge pull request #11178 from MrJul/fixes/issue-11149
Correctly remove ContentPresenter's content from its parent host
3 years ago
Julien Lebosquain
9a06290142
Correctly remove ContentPresenter's content from its parent host
When the content is updated while being detached from the visual tree.
3 years ago
Steven Kirk
a03b73a734
Always add control in measure queue to arrange queue.
And also removed the checks for `IsAttachedToVisualTree`: that's going to be checked in `Arrange` and `Measure`.
Fixes #11161
3 years ago
Steven Kirk
c4a5567090
Added failing test for #11161 .
3 years ago
Max Katz
5a742ea2c4
Run jobs after headless input
3 years ago
Max Katz
35782d9a1b
Make sure callback are on the UI thread
3 years ago
Max Katz
0547001f3b
Cleanup
3 years ago
Giuseppe Lippolis
110b536738
fix(Animation): fix Issue #11156 System.InvalidOperationException: Call from invalid thread
3 years ago
Max Katz
73d726a9f5
Make AvaloniaTestAssemblyRunner use existing test case runners
3 years ago
Max Katz
bb893b189c
Make HeadlessUnitTestSession run individual frames per test
3 years ago
Max Katz
99f4739e85
Fix scenario when application attribute is not used
3 years ago
Max Katz
8b6311710e
Check for SupportsRunLoops
3 years ago
Max Katz
629900d6d8
Instead of creating a fake test command, try to iterate over existing commands structure and replace only what's needed
3 years ago
Max Katz
8e18e66077
Merge remote-tracking branch 'origin/master' into nunit-headless-intergration
3 years ago
Max Katz
9f64bad365
Merge pull request #11127 from AvaloniaUI/fixes/11076-layout-invalidation
Fix layout invalidation when controls made effectively visible.
3 years ago
Max Katz
1d03f8f653
Merge pull request #11168 from AvaloniaUI/fixes/selection-clearing-on-unrealized
Fix selection being clearing when recycling containers.
3 years ago
Steven Kirk
3d693beffa
Clarify `ClearItemContainer` docs.
And change usages of "should" to "must" as it's not optional.
3 years ago
Steven Kirk
8a5a5c8d44
Remove element from list before recycling.
Remove the element from the realized element list before recycling it, so that `IndexFromContainer` and `ContainerFromIndex` report the container as not found during `ClearItemContainer`. Fixes selection being reset when a container is unrealized.
3 years ago