Steven Kirk
d75732699c
Added attributes describing API stability.
Adds two attributes which describe the stability of an API:
- `UnstableAttribute` indicates that we provide no API stability guarantees for the class between minor/patch versions. This is mostly applied to `*Impl` interfaces which describe the interface between core Avalonia and platform implementations
- `NotClientImplementableAttribute` indicates that an interface is stable for consumption by a client, but should not be implemented outside of Avalonia itself (either because custom implementations are not supported, or because as members may be added to its API)
4 years ago
Max Katz
4f0ad9921b
Merge pull request #7842 from robloo/colorspectrum
Add new ColorSpectrum Primitive
4 years ago
Max Katz
2a5b2cf90f
Use newer GetOldValue method
4 years ago
Max Katz
0e70741be2
Merge branch 'master' into colorspectrum
4 years ago
Max Katz
f47d6de811
Merge pull request #8029 from MarchingCube/property-read-fix
Fix double property reads.
4 years ago
Dariusz Komosinski
a81a2d908a
Fix double property reads.
4 years ago
Steven Kirk
f3324dc8e8
Merge pull request #7867 from AndrejBunjac/ResolutionScalingFix
Added fixes for Margin, Padding and Thickness properties with UseLayo…
4 years ago
Steven Kirk
982e2d5db0
Fix merge error due to changed API.
And moved fields to live with other field.
4 years ago
Steven Kirk
4ef89b013f
Merge branch 'master' into pr/7867
4 years ago
Max Katz
3bdb81d7e5
Merge pull request #8026 from kivarsen/master
Show margin in DevTools content/padding/margin adorner
4 years ago
Max Katz
ea7284ebc7
Merge branch 'master' into master
4 years ago
Dariusz Komosiński
43e0a08902
Merge pull request #8027 from MarchingCube/fix-weaklist
Another fix for WeakHashList. Added basic unit tests.
4 years ago
Dariusz Komosinski
066c81b1ac
Another fix for WeakHashList. Added basic unit tests.
4 years ago
kivarsen
df0fbc9bac
Merge branch 'master' into master
4 years ago
Kevin Ivarsen
30531df327
Disable clipping in DevTools content/padding/margin adorner so that the margin part is visible ( fixes #8025 )
4 years ago
Steven Kirk
4f8dfee9ac
Merge pull request #8022 from AvaloniaUI/refactor/remove-propertyvisitor
Remove IAvaloniaPropertyVisitor due to generic virtual methods.
4 years ago
Jumar Macato
a68bda04e1
Merge branch 'master' into refactor/remove-propertyvisitor
4 years ago
Nikita Tsukanov
5c00f8e128
Merge pull request #8023 from MarchingCube/fix-weaklist
Fix WeakHashList losing one item when upgrading storage.
4 years ago
Dariusz Komosinski
c53e5307a0
Fix WeakHashList losing one item when upgrading storage.
4 years ago
Steven Kirk
6df672e4c0
Remove IAvaloniaPropertyVisitor.
It was only used internally in creating `ISetterInstance`s so add a virtual method to `AvaloniaProperty` to do this explicitly without generic virtual methods.
4 years ago
Steven Kirk
fa44075d26
Make utility methods non-virtual.
Not sure why these method were virtual anyway: any customization should be done by overriding the non-generic `CreateItemContainerGenerator` method.
4 years ago
Steven Kirk
4ec36c97e2
Remove generic methods from IDispatcher.
4 years ago
Steven Kirk
7f469752d5
Remove generic methods from IInteractive.
4 years ago
Steven Kirk
f9dbbb3da1
Make UpdateDataValidation non-generic.
4 years ago
Dariusz Komosiński
8bd9cb17f8
Merge pull request #7980 from AvaloniaUI/refactor/valuestore-nongeneric
Remove virtual generic methods from ValueStore.
4 years ago
Steven Kirk
c50a915bfc
Merge branch 'master' into refactor/valuestore-nongeneric
4 years ago
Steven Kirk
94780b5bc5
Merge pull request #7892 from 0x0ade/recycledanchors
Fix IsRegisteredAsAnchorCandidate desync, mainly affecting recycled anchors
4 years ago
Steven Kirk
271011e8c1
Merge branch 'master' into recycledanchors
4 years ago
Dariusz Komosiński
ad2ae75187
Merge pull request #7372 from AvaloniaUI/feature/new-weak-events-for-visual
AffectsRender subscription optimization
4 years ago
Dariusz Komosiński
96922c9b79
Merge branch 'master' into feature/new-weak-events-for-visual
4 years ago
Nikita Tsukanov
9765a592eb
Merge pull request #8016 from kivarsen/fix-6603-pinvoke-stack-imbalance
Fix #6603 : PInvokeStackImbalance error caused by incorrect signature
4 years ago
Kevin Ivarsen
5bacd91443
Fix #6603 : PInvokeStackImbalance error caused by incorrect signature for WindowsDeleteString function.
When PreserveSig=false, a function that natively returns an HRESULT and has no final [out] parameter should instead be marked as void.
4 years ago
Max Katz
da6565a4f7
Merge pull request #8014 from MarchingCube/fix-macos-pointtoclient
Fix PointToClient not working on macOS.
4 years ago
Dariusz Komosinski
628ae788e4
Fix PointToClient not working on macOS.
4 years ago
AndrejBunjac
a3bad85821
Merge branch 'ResolutionScalingFix' of https://github.com/AndrejBunjac/Avalonia into ResolutionScalingFix
4 years ago
AndrejBunjac
a39de875aa
Added invalidation to LayoutThickness property in Border and ContentPresenter and implemented minor review fixes.
4 years ago
robloo
397fd5068f
Rename 'channel' to 'component'
4 years ago
robloo
a66e15e8a2
Add back PackageId for ColorPicker.csproj
4 years ago
robloo
8453b4a79a
Add AssemblyInfo for ColorPicker.csproj
4 years ago
robloo
60e0d12543
Revert "Use namespaces in XAML"
This reverts commit 9f1833030d .
4 years ago
robloo
a389f7b0d8
Fix ColorPicker project references
4 years ago
robloo
28fc9343ff
Merge branch 'master' into colorspectrum
4 years ago
Jade Macho
b92e001735
Merge branch 'master' into recycledanchors
4 years ago
robloo
8da297b300
Correct ColorPicker style loading in ControlCatalog
4 years ago
robloo
f13398506d
Fix Avalonia.Controls.ColorPicker.csproj
- Disable ApiDiff tool
- Enable nullable reference types
4 years ago
robloo
9f1833030d
Use namespaces in XAML
4 years ago
robloo
83402cb285
Make Color.ToHsv() internal again
4 years ago
robloo
cf654da43f
Add separate Avalonia.Controls.ColorPicker project
4 years ago
robloo
dd7cca3173
Move ColorPicker source into Avalonia.Controls.ColorPicker
4 years ago
Max Katz
6314f4f34a
Merge pull request #7889 from jp2masa/scroll-viewer-padding
Fixed ScrollViewer Padding
4 years ago