| .. |
|
Collections
|
Unify AddRange and InsertRange. Fix ranged versions causing multiple enumerations. Get rid of unnecessary allocations (notifications, enumerators).
|
7 years ago |
|
Data
|
Fix conflict
|
7 years ago |
|
Diagnostics
|
Make GetDiagnostic work again.
|
8 years ago |
|
Logging
|
Only log binding errors when attached to a tree.
|
7 years ago |
|
Metadata
|
WIP
|
7 years ago |
|
Platform
|
Entire control catalog is now loaded from precompiled xaml
|
7 years ago |
|
Properties
|
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
|
8 years ago |
|
Reactive
|
Merge branch 'master' into fix-animation-triggers
|
8 years ago |
|
Threading
|
More thread safety and ownsImpl argument for DrawingContext
|
7 years ago |
|
Utilities
|
Fix unsubscribe not doing anything due to wrong check.
|
7 years ago |
|
AttachedProperty.cs
|
Allow any property to be registered anywhere.
|
8 years ago |
|
Avalonia.Base.csproj
|
Switched to post-processing nuget packages from AggregatePackage SDK
|
8 years ago |
|
AvaloniaInternalException.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
AvaloniaLocator.cs
|
Spellchecks comments and code in Avalonia.Base
|
8 years ago |
|
AvaloniaObject.cs
|
Merge branch 'master' into perf-set-InheritanceParent
|
7 years ago |
|
AvaloniaObjectExtensions.cs
|
Added GetPropertyChangedObservable.
|
8 years ago |
|
AvaloniaProperty.cs
|
Avoid initializing properties if there is no observer. Optimize access.
|
7 years ago |
|
AvaloniaPropertyChangedEventArgs.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
AvaloniaPropertyRegistry.cs
|
reduce allocation, cache Inherited props,remove duplicate events
|
7 years ago |
|
AvaloniaProperty`1.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
BoxedValue.cs
|
Avoid constant boxing of StyledProperty default value.
|
7 years ago |
|
Contract.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
DirectProperty.cs
|
Allow any property to be registered anywhere.
|
8 years ago |
|
DirectPropertyMetadata`1.cs
|
Merge overridden direct property metadata.
|
9 years ago |
|
IAvaloniaObject.cs
|
Fix order of inherited property changed events.
|
7 years ago |
|
IDescription.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
IDirectPropertyAccessor.cs
|
Allow any property to be registered anywhere.
|
8 years ago |
|
IDirectPropertyMetadata.cs
|
Merge overridden direct property metadata.
|
9 years ago |
|
IPriorityValueOwner.cs
|
Fix PriorityValue usage of DeferredSetter. Implement slower path in DeferredSetter that deals with callbacks.
|
7 years ago |
|
IStyledPropertyAccessor.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
IStyledPropertyMetadata.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
PriorityBindingEntry.cs
|
Get rid of pointless allocations in PriorityBindingEntry.
|
7 years ago |
|
PriorityLevel.cs
|
Don't dispose completed binding.
|
8 years ago |
|
PriorityValue.cs
|
Allow for setting up deferred setter notify handlers without extra allocations.
|
7 years ago |
|
PropertyMetadata.cs
|
Spellchecks comments and code in Avalonia.Base
|
8 years ago |
|
Settings.StyleCop
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
StyledProperty.cs
|
Renamed Perspex -> Avalonia
|
10 years ago |
|
StyledPropertyBase.cs
|
Avoid constant boxing of StyledProperty default value.
|
7 years ago |
|
StyledPropertyMetadata`1.cs
|
Avoid constant boxing of StyledProperty default value.
|
7 years ago |
|
ValueStore.cs
|
Fix PriorityValue usage of DeferredSetter. Implement slower path in DeferredSetter that deals with callbacks.
|
7 years ago |