| .. |
|
Collections
|
Unify AddRange and InsertRange. Fix ranged versions causing multiple enumerations. Get rid of unnecessary allocations (notifications, enumerators).
|
7 years ago |
|
Data
|
Remove direct logging functions.
|
7 years ago |
|
Diagnostics
|
Make GetDiagnostic work again.
|
8 years ago |
|
Logging
|
Remove direct logging functions.
|
7 years ago |
|
Metadata
|
WIP
|
8 years ago |
|
Platform
|
Reduced array allocations.
|
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
|
8 years ago |
|
Utilities
|
Validate min/max in MathUtilities.Clamp.
|
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
|
Final review fixes.
|
7 years ago |
|
AvaloniaObjectExtensions.cs
|
Remove usage of AddClassHandler that returns new lambda per invocation.
|
7 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.
|
10 years ago |
|
IAvaloniaObject.cs
|
Fix order of inherited property changed events.
|
8 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.
|
10 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
|
Add comments.
|
7 years ago |
|
PriorityLevel.cs
|
Fix double dispose of bindings caused by animations. Add assertion for double dispose.
|
7 years ago |
|
PriorityValue.cs
|
Remove direct logging functions.
|
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
|
Fixed a bug where ValueStore.Changed could be called with pre-validation value
|
7 years ago |