Steven Kirk
7fe8d67374
Queue controls for another arrange after measure.
If an ancestor control results in a control not being arranged, then we need to queue that control for another arrange pass after the next measure pass.
Fixes #7706 .
3 years ago
Steven Kirk
3a250c86f3
Added failing test for #7706 .
3 years ago
Max Katz
8ffbbb7dca
Merge pull request #11219 from AvaloniaUI/MikeCodesDotNET-patch-1
Update readme.md
3 years ago
Max Katz
38951a0d63
Merge pull request #11217 from timunie/fix/wasm-cursor-hand
Fix WASM "Hand" cursor not showing
3 years ago
Mike James
f956aa10e7
Update readme.md
Tweaked images to look slightly better in dark mode.
3 years ago
Nikita Tsukanov
bae62a0818
Merge pull request #11213 from AvaloniaUI/MikeCodesDotNET-readme-update
Update readme.md
3 years ago
Mike James
d4d0202701
Merge branch 'master' into MikeCodesDotNET-readme-update
3 years ago
Benedikt Stebner
e416a8cfbf
Merge branch 'master' into fix/wasm-cursor-hand
3 years ago
Tim
1604dd701c
The default cursor is called "default" and not "pointer"
3 years ago
Max Katz
38320d1fc0
Merge pull request #11214 from AvaloniaUI/fixes/dispatcher-invoke-overloads
Fixes/dispatcher invoke overloads
3 years ago
Nikita Tsukanov
015768c5bd
Make sure that Dispatcher.InvokeAsync unwraps tasks and that correct overload is being chosen
3 years ago
Mike James
2f7c518f1e
Update readme.md
Refreshing the readme to match our current branding.
3 years ago
Nikita Tsukanov
f0ea1f1116
Fixed some potential threading issues
3 years ago
Max Katz
125c30c8f6
Merge pull request #11200 from hez2010/obs-hidden
Hide obsoleted members from listing in auto-completions
3 years ago
Max Katz
6837fedadb
Merge pull request #11066 from Gillibald/fixes/getTextBounds
[Text] fixes
3 years ago
Nikita Tsukanov
58ef07bc10
Merge pull request #11096 from Mikolaytis/InputTimeStampMacOSFix
[CRITICAL] [Input] [MacOS] fix timestamp overflow on objC side
3 years ago
Benedikt Stebner
8677eb6a4d
Merge branch 'master' into fixes/getTextBounds
3 years ago
Steven He
be14072ab2
Prevent all obsolete members from listing in auto-completions
3 years ago
Sergey Mikolaytis
62cc3994cf
Merge branch 'master' into InputTimeStampMacOSFix
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
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