| .. |
|
Animation
|
Update Rotate3DTransition.cs
|
3 years ago |
|
Collections
|
Fix spelling mistake.
|
3 years ago |
|
Compatibility
|
Test NativeLibraryEx with non net6
|
3 years ago |
|
Controls
|
Make ChildNameScope internal.
|
3 years ago |
|
Data
|
Fix expression in CreateGetter
|
3 years ago |
|
Diagnostics
|
Fix spelling mistake.
|
3 years ago |
|
Input
|
Merge branch 'master' into textInputMethodClientRework
|
3 years ago |
|
Interactivity
|
Removed redundant Source check
|
3 years ago |
|
Layout
|
Make some interfaces/classes a PrivateApi.
|
3 years ago |
|
Logging
|
Make TraceLogSink internal.
|
3 years ago |
|
LogicalTree
|
Remove TotalCountChanged.
|
3 years ago |
|
Media
|
Adjust behavior to match what WPF expects
|
3 years ago |
|
Metadata
|
Borking changes
|
3 years ago |
|
Platform
|
Minor doc fix
|
3 years ago |
|
Properties
|
Move TemplateBinding to Avalonia.Base.
|
3 years ago |
|
PropertyStore
|
Don't set uncoerced value to coerced default val.
|
3 years ago |
|
Reactive
|
Make SingleSubscriberObservableBase internal.
|
3 years ago |
|
Rendering
|
Started to move composition sync logic to the visual itself
|
3 years ago |
|
Styling
|
Fixed style activator not publishing changes
|
3 years ago |
|
Threading
|
Make dispatcher more usable on non-ui threads
|
3 years ago |
|
Utilities
|
Fix InlineDictionary enumeration when an array is used
|
3 years ago |
|
VisualTree
|
Make GetVisualRoot trimmable + some other helper methods
|
3 years ago |
|
ApiCompatBaseline.txt
|
Update api compat baselines.
|
4 years ago |
|
AttachedProperty.cs
|
Make some AvaloniaProperty APIs internal.
|
3 years ago |
|
Avalonia.Base.csproj
|
remove duplicates in InternalsVisibleTo
|
3 years ago |
|
AvaloniaInternalException.cs
|
Finished adding nullable annotations to Avalonia.Base.
|
4 years ago |
|
AvaloniaLocator.cs
|
Borking changes
|
3 years ago |
|
AvaloniaObject.cs
|
Initial impl of data validation for styled properties.
|
3 years ago |
|
AvaloniaObjectExtensions.cs
|
Add an overload for GetObservable that accepts an untyped AvaloniaProperty and a converter to a typed value
|
3 years ago |
|
AvaloniaProperty.cs
|
Fix spelling mistake.
|
3 years ago |
|
AvaloniaPropertyChangedEventArgs.cs
|
Removed a number of interfaces.
|
3 years ago |
|
AvaloniaPropertyChangedEventArgs`1.cs
|
Removed a number of interfaces.
|
3 years ago |
|
AvaloniaPropertyChangedExtensions.cs
|
Make OnPropertyChanged non-generic.
|
4 years ago |
|
AvaloniaPropertyExtensions.cs
|
Make CanValueAffectRender internal.
|
3 years ago |
|
AvaloniaPropertyMetadata.cs
|
Added GenerateTypeSafeMetadata to property metadata
|
3 years ago |
|
AvaloniaPropertyRegistry.cs
|
fix: Misc XML Document issue
|
3 years ago |
|
AvaloniaProperty`1.cs
|
Fix spelling mistake.
|
3 years ago |
|
ClassBindingManager.cs
|
Suppress warnings that are expected behavior
|
3 years ago |
|
CombinedGeometry.cs
|
Seal CreateDefiningGeometry
|
3 years ago |
|
CornerRadius.cs
|
Fixes for animation registry
|
3 years ago |
|
DirectProperty.cs
|
Make some AvaloniaProperty APIs internal.
|
3 years ago |
|
DirectPropertyBase.cs
|
Make some AvaloniaProperty APIs internal.
|
3 years ago |
|
DirectPropertyMetadata`1.cs
|
Added GenerateTypeSafeMetadata to property metadata
|
3 years ago |
|
EnumExtensions.cs
|
Make EnumExtensions internal.
|
3 years ago |
|
IDataContextProvider.cs
|
Removed a number of interfaces.
|
3 years ago |
|
IDescription.cs
|
Finished adding nullable annotations to Avalonia.Base.
|
4 years ago |
|
IDirectPropertyAccessor.cs
|
Removed a number of interfaces.
|
3 years ago |
|
IDirectPropertyMetadata.cs
|
Added attributes describing API stability.
|
4 years ago |
|
INamed.cs
|
Merge core libraries. (#5831)
|
4 years ago |
|
IStyledPropertyAccessor.cs
|
Initial refactor of AvaloniaObject value store.
|
4 years ago |
|
IStyledPropertyMetadata.cs
|
Added attributes describing API stability.
|
4 years ago |
|
Matrix.cs
|
feat: Address Rule CA1815
|
3 years ago |
|
PixelPoint.cs
|
Merge core libraries. (#5831)
|
4 years ago |
|
PixelRect.cs
|
Remove the IsDefault property
|
3 years ago |
|
PixelSize.cs
|
Merge core libraries. (#5831)
|
4 years ago |
|
PixelVector.cs
|
Remove JetBrains.Annotations from the repo
|
3 years ago |
|
Point.cs
|
Add Distance method to Point
|
3 years ago |
|
Points.cs
|
Cleanup Points collection usage, make it use IList
|
3 years ago |
|
Rect.cs
|
Fixes for animation registry
|
3 years ago |
|
RelativePoint.cs
|
Fixes for animation registry
|
3 years ago |
|
RelativeRect.cs
|
Merge core libraries. (#5831)
|
4 years ago |
|
RenderTargetCorruptedException.cs
|
Merge core libraries. (#5831)
|
4 years ago |
|
RenderTargetNotReadyException.cs
|
OSX rendering refactoring
|
3 years ago |
|
Rotate3DTransform.cs
|
Media system refactoring
|
3 years ago |
|
RoundedRect.cs
|
Composition aware resources
|
3 years ago |
|
Size.cs
|
Fixes for animation registry
|
3 years ago |
|
StyledElement.cs
|
Merge branch 'master' into refactor/grokys-internalize
|
3 years ago |
|
StyledElementExtensions.cs
|
Removed a number of interfaces.
|
3 years ago |
|
StyledProperty.cs
|
Fix spelling mistake.
|
3 years ago |
|
StyledPropertyMetadata`1.cs
|
Added GenerateTypeSafeMetadata to property metadata
|
3 years ago |
|
Thickness.cs
|
Fixes for animation registry
|
3 years ago |
|
Vector.cs
|
Add Distance method to Point
|
3 years ago |
|
Vector3D.cs
|
Use double for compositor types
|
3 years ago |
|
Visual.Composition.cs
|
Started to move composition sync logic to the visual itself
|
3 years ago |
|
Visual.cs
|
Started to move composition sync logic to the visual itself
|
3 years ago |
|
VisualExtensions.cs
|
Removed a number of interfaces.
|
3 years ago |
|
VisualTreeAttachmentEventArgs.cs
|
Removed a number of interfaces.
|
3 years ago |
|
composition-schema.xml
|
Use double for compositor types
|
3 years ago |