robloo
509ebddcc4
Standardize Default member in Rect
4 years ago
robloo
5a743ad4c8
Standardize Default member in PixelRect
4 years ago
Giuseppe Lippolis
6b1160b76d
fix: Address review
4 years ago
Giuseppe Lippolis
2aa79269e8
fix: Address reviw
4 years ago
Kevin Ivarsen
00600f936f
Fix crash when launching ControlCatalog.Desktop (see #9599 )
4 years ago
Giuseppe Lippolis
b23756e48f
feat: Enable Rules from 1826 to 1829
4 years ago
Giuseppe Lippolis
44c9f2578a
fix: Address review
4 years ago
robloo
210390243f
Standardize IsDefault member in Thickness
4 years ago
robloo
acfc66eeb1
Add DirtyRects.IsEmpty comment
IsEmpty is allowed to stay here because it is an internal API. Empty also makes sense when working with collections.
4 years ago
robloo
b8a1aaa329
Standardize IsDefault member in Rect
4 years ago
robloo
1bb84cab7c
Ensure invariant culture in relevant string interpolation
4 years ago
robloo
06a6284ee4
Standardize IsDefault member in PixelRect
4 years ago
robloo
9634a2cccf
Standardize IsDefault member in BoxShadow
4 years ago
robloo
8fe2c5b7cb
Standardize IsDefault member in CornerRadius
4 years ago
Giuseppe Lippolis
5405e97602
feat: Address Rule CA1304
4 years ago
Giuseppe Lippolis
9be5c31bb0
fix: XML Document CA1574
4 years ago
Nikita Tsukanov
18781d62ce
Null check
4 years ago
zhouzj
4f472a10d6
if the slider is disabled while sliding, prevent the track sliding
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
zhouzj
f489866734
Replace ContentControl to ContentPresenter
4 years ago
Nikita Tsukanov
a2ba58c0f9
Added some tests for composition animations
4 years ago
Max Katz
c0c67d8bdd
Improve error messages and add type checking
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
26c54b2301
Other changes after review
4 years ago
Daniil Pavliuchyk
c884e38220
Fix typo
4 years ago
Max Katz
6982f6ae4f
Introduce a new NewServiceProviderNode
4 years ago
Dan Walmsley
7d6b79659c
fix logic.
4 years ago
robloo
149aae77ca
Only rotate the expander chevron path in animations
4 years ago
robloo
c5b8483a57
Support cancellation in Expanding and Collapsing events
4 years ago
robloo
adf5613aab
Fix formatting
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
Nikita Tsukanov
60b4963958
Update DispatcherPriority.cs
4 years ago
Nikita Tsukanov
141706f727
Changed the way DispatcherPriority values are defined, added PreComposition priority
4 years ago
Nikita Tsukanov
f19ba5507f
Implemented ElementComposition.SetElementChildVisual
4 years ago
Nikita Tsukanov
f820c866a0
Fixed composition key frame computation
4 years ago
Nikita Tsukanov
e895c91367
Fixed round rect regression in compositing renderer
4 years ago
Max Katz
bc70e796ca
Use main XamlX again
4 years ago
Max Katz
f88e75c179
Use XamlX fork with trimming fix
4 years ago
Max Katz
d764a6a5fb
Minor cleanup
4 years ago
Max Katz
6100fc319f
Fix build of BidningDemo
4 years ago
Max Katz
47b9112138
Make AvaloniaXamlIncludeTransformer a group transformer and remove old code with manual IL emit
4 years ago
Max Katz
a9e904b0d2
Support group transformations in the XAML Build Task
4 years ago
Max Katz
4460de529e
Implement multiple documents loading and transforming in AvaloniaRuntimeXamlLoader
4 years ago
dif-sam
6750692af7
Fix SelectionChanged event unsubscribtions
That change fix very tricky bug. Our case:
We have DataTemplate that contains DataGrid inside it. And Datagrid has an AttachedProperty (that deserve us to observe changes in Datagrid's SelectedItems). which work through event subscription. Memory leaks happen (and the logic for observe selected items breaks) when DataTemplate switches DataContext.
4 years ago