robloo
1bb84cab7c
Ensure invariant culture in relevant string interpolation
4 years ago
Steven Kirk
18b1fb74fe
Merge pull request #9487 from AvaloniaUI/fixes/recalculate-children-for-parent-on-attachment
Recalculate parent's child render nodes on visual tree attachment
4 years ago
Nikita Tsukanov
18781d62ce
Null check
4 years ago
Dan Walmsley
82f8a52a01
Merge branch 'master' into fixes/recalculate-children-for-parent-on-attachment
4 years ago
ShadowMarker789
2f3c5ef98f
Add Support for low-latency Dxgi-swapchain based presentation model ( #9572 )
* Got the swapchain working
* Removed unneeded field
* Code cleanup
* Fixed and added custom control with smiles.
* Update DXGI_SWAP_CHAIN_FLAG.cs
All of the new members should be internal. Leaving the minimum (handles?) for the interoperability.
* > Please, use our COM interop codegen instead. It provides at least some safety with reference tracking / disposal
DONE
* Code cleanup, using statements for correct disposal, disposing of fields in the render-target.
* Further code refactoring, reorganized folder structure under DirectX
Co-authored-by: michael.david.howard@outlook.com <michael.david.howard@outlook.com>
4 years ago
Nikita Tsukanov
1d7233b72a
Merge branch 'master' into fixes/recalculate-children-for-parent-on-attachment
4 years ago
Max Katz
c5e2f0cec0
Merge pull request #9578 from AvaloniaUI/fixes/composition-keyframe-tests
Added some tests for composition animations
4 years ago
Max Katz
f157ebb5b0
Merge branch 'master' into fixes/composition-keyframe-tests
4 years ago
Nikita Tsukanov
a2ba58c0f9
Added some tests for composition animations
4 years ago
Max Katz
976172b137
Merge pull request #9571 from AvaloniaUI/xamlinclude-fix
Xamlinclude fix
4 years ago
Max Katz
6e960b6377
Merge remote-tracking branch 'origin/master' into xamlinclude-fix
4 years ago
Max Katz
c0c67d8bdd
Improve error messages and add type checking
4 years ago
Max Katz
dc5aa99d7a
Revert "Run xaml after CoreCompile"
This reverts commit 5e95e07ce2 .
4 years ago
Max Katz
21e78fd221
Merge pull request #9568 from AvaloniaUI/fix-typo-in-rect.cs
Fix typo in Rect.cs
4 years ago
Max Katz
cdf3eca1a9
Merge branch 'master' into fix-typo-in-rect.cs
4 years ago
Max Katz
5e95e07ce2
Run xaml after CoreCompile
4 years ago
Max Katz
2e6fc86194
Make error clear when Source is not set on xaml include ( #3788 )
4 years ago
Max Katz
98cf91c385
Properly support relative Uris in StyleInclude/ResourceInclude
4 years ago
Max Katz
fc0aa01c57
Merge pull request #9537 from AvaloniaUI/xaml-group-transfomers
New API for XAML group transformers and AvaloniaRuntimeXamlLoader.LoadGroup
4 years ago
Max Katz
e143d8a510
Merge remote-tracking branch 'origin/master' into xaml-group-transfomers
4 years ago
Max Katz
26c54b2301
Other changes after review
4 years ago
Daniil Pavliuchyk
c884e38220
Fix typo
4 years ago
Max Katz
1d7e5a2537
Merge pull request #9555 from robloo/expander-events
Add Expander Events
4 years ago
Max Katz
6982f6ae4f
Introduce a new NewServiceProviderNode
4 years ago
Max Katz
3819e656b2
Merge branch 'master' into xaml-group-transfomers
4 years ago
Max Katz
38a52fbb59
Merge branch 'master' into expander-events
4 years ago
Steven Kirk
2d4649ef36
Merge pull request #9567 from AvaloniaUI/fixes/default-menu-interaction-handler
fix logic that was broken accidentally in #9553
4 years ago
Dan Walmsley
7d6b79659c
fix logic.
4 years ago
robloo
dd60ea421b
Merge branch 'master' into expander-events
4 years ago
Max Katz
ca26912dde
Merge pull request #9553 from AvaloniaUI/refactor/remove-interfaces
The Great Interface Removal Part I
4 years ago
Max Katz
9825e51d73
Merge branch 'master' into refactor/remove-interfaces
4 years ago
robloo
149aae77ca
Only rotate the expander chevron path in animations
4 years ago
robloo
307142eedc
Add disabled Expander expanding/collapsing examples to the sample app
4 years ago
robloo
c5b8483a57
Support cancellation in Expanding and Collapsing events
4 years ago
robloo
adf5613aab
Fix formatting
4 years ago
Benedikt Stebner
a64f57df8a
Merge pull request #9558 from Gillibald/fixes/clearTypeRendering
Fix ClearType rendering
4 years ago
Benedikt Stebner
6a13d712f4
Merge branch 'fixes/clearTypeRendering' of https://github.com/Gillibald/Avalonia into fixes/clearTypeRendering
4 years ago
Benedikt Stebner
173f5e1b6e
Update test file
4 years ago
Benedikt Stebner
15d6bc71a3
Merge branch 'master' into fixes/clearTypeRendering
4 years ago
Benedikt Stebner
5e128bc731
Fix ClearType
4 years ago
robloo
12d8fe7906
Add Expander events
4 years ago
Steven Kirk
fb9fc1935e
Added IsAttachedToVisualTree extension method.
4 years ago
Steven Kirk
6f03f1c3d6
Removed ITemplatedControl.
4 years ago
Steven Kirk
8347093f90
Removed IInteractive.
4 years ago
Steven Kirk
ec74057151
Removed a number of interfaces.
`IAvaloniaObject`, `IControl`, `ILayoutable`, `IPanel`, `IStyledElement`, `IVisual`.
4 years ago
Jumar Macato
f886a13de7
Merge branch 'master' into xaml-group-transfomers
4 years ago
Max Katz
e6b8754541
Merge pull request #9546 from AvaloniaUI/dispatcher-priority++
Changed the way DispatcherPriority values are defined, added PreComposition priority
4 years ago
Nikita Tsukanov
60b4963958
Update DispatcherPriority.cs
4 years ago
Max Katz
c9bd8685b1
Merge branch 'master' into dispatcher-priority++
4 years ago
Max Katz
9a6fd086cd
Merge pull request #9543 from AvaloniaUI/fixes/border-corner-radius
Fixed round rect clipping regression in compositing renderer
4 years ago