Steven Kirk
|
ad0a813304
|
Nullability tweaks in lower-level libraries.
|
4 years ago |
Giuseppe Lippolis
|
2ac4eafdcf
|
fixes: WarningsAsErrors in Visual Studio
|
4 years ago |
Steven Kirk
|
c9c9d05098
|
Fix nullable reference errors.
The projects that have nullable reference types enabled are now generating errors instead of warnings, so fix those errors.
|
4 years ago |
Steven Kirk
|
691f93a1ed
|
Multi-target net6.0.
|
4 years ago |
Miha Markič
|
97c33f432a
|
Applies spell checking on mostly comments, but also non public members and arguments
|
5 years ago |
Max Katz
|
3984ba2ec5
|
Enable nullability for InputElement, Interactive, Visual
|
5 years ago |
Yoh Deadfall
|
b32cb382fb
|
Fixed popup positioning issue
|
5 years ago |
Jumar Macato
|
518d4022c8
|
Delete ApiCompatBaseline.txt
|
5 years ago |
Jumar Macato
|
ce655d715c
|
Apply suggestions from code review
|
5 years ago |
Jumar Macato
|
ceb170e472
|
add apicompat for the new api
|
5 years ago |
Dan Walmsley
|
f0c4e90c78
|
remove apicompat baselines.
|
6 years ago |
Dan Walmsley
|
7d92a5183e
|
add baselines.
|
6 years ago |
Dan Walmsley
|
451ee7c0b7
|
Revert "add baselines."
This reverts commit fd817c06b0.
|
6 years ago |
Dan Walmsley
|
fd817c06b0
|
add baselines.
|
6 years ago |
Dan Walmsley
|
26d68e9958
|
add api diff to most projects.
|
6 years ago |
Steven Kirk
|
4d01dacd77
|
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
|
6 years ago |
Dariusz Komosinski
|
35bce7b031
|
Avoid creating handler unsubscribe disposables unless explicitly requested.
|
6 years ago |
Steven Kirk
|
6f6522e287
|
Make EventSubscription a readonly struct.
|
6 years ago |
Dariusz Komosinski
|
bc938eabba
|
Let the compiler to emit handler lookup for us. Get rid of extra closure when removing handlers.
|
6 years ago |
Steven Kirk
|
0f7e3e1b82
|
Make EventSubscription a private class.
|
6 years ago |
Steven Kirk
|
cca4247c05
|
Added EventRoute.
Instead of traversing the tree while raising an event, instead first build an event route and then raise the event along it.
Fixes #3176
|
6 years ago |
Steven Kirk
|
b966bd390c
|
Enable NRT in Avalonia.Interactivity.
|
6 years ago |
Dariusz Komosinski
|
e249765d06
|
Remove TypeInfo usage from Avalonia.Interactivity.
|
6 years ago |
Dariusz Komosinski
|
a2c6bc1b7c
|
Remove usage of AddClassHandler that returns new lambda per invocation.
|
7 years ago |
Dariusz Komosinski
|
023fe1c839
|
Optimize interactive hierarchy traversal.
|
7 years ago |
Dariusz Komosinski
|
f5b317decb
|
Naming.
|
7 years ago |
Dariusz Komosinski
|
5cae6bee7b
|
Simplify creation of invoke adapters.
|
7 years ago |
Dariusz Komosinski
|
4a7f370fc5
|
Cleanup.
|
7 years ago |
Dariusz Komosinski
|
04c2dfcc54
|
Compiled expressions for RoutedEvent.
|
7 years ago |
Dariusz Komosinski
|
54399d2a51
|
Use ValueTuple instead of Tuple to reduce alocations. Invoke raise callback without reflection.
|
7 years ago |
Nikita Tsukanov
|
d532223a5a
|
Switched to post-processing nuget packages from AggregatePackage SDK
|
7 years ago |
Jeremy Koritzinsky
|
5a9e41364b
|
Convert project references to reference aggregate Avalonia.csproj
|
8 years ago |
Miha Markič
|
0a38876590
|
Spellchecks all projects except for Base, Controls, Samples and Testing
|
8 years ago |
Siegfried Pammer
|
158d2d31b3
|
Add RoutedEventRegistry. Fixes #1846.
|
8 years ago |
Jumar Macato
|
73f408de21
|
Fix Avalonia.Interactive to Avalonia.Interactivity
|
8 years ago |
Jumar Macato
|
b161593994
|
Moved version and xaml props to build directory.
added Directory.Build.Props to src & samples directory.
cleaned up Avalonia.Markup.csproj. Will do more test to do the same on
Avalonia.Markup.Xaml.
|
8 years ago |
Jumar Macato
|
7ae90eb7c5
|
Cleanup all the csproj's that can be cleaned. Ported RenderTest and VirtualizationTest samples to .NET Core.
|
8 years ago |
sdoroff
|
e52f966877
|
Made use of existing CancelEventArgs
Uses System.ComponentModel.CancelEventArgs
instead of custom CancelableEventArgs class
|
8 years ago |
sdoroff
|
2eafd111ec
|
Moved CancelableEventArgs to Avalonia.Interactivity
|
8 years ago |
sdoroff
|
7a1305f2d8
|
Moved CancelableEventArgs to Avalonia.Interactivity
|
8 years ago |
Unknown
|
ea65626a46
|
use lower case extensions for avalonia documentation files.
|
8 years ago |
Nikita Tsukanov
|
913149d093
|
Switched to .NET Standard 2.0
|
9 years ago |
Steven Kirk
|
4bba1ab0fb
|
Lazy initialize Interactive._eventHandlers.
|
9 years ago |
Nikita Tsukanov
|
6b91850579
|
Switched to netstandard1.3
|
9 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
9 years ago |
Steven Kirk
|
96d9cfa2fc
|
Use the default compile items in core libs.
Now we're using the new project system, we don't have to have a
`<Compile Include="..."/>` element for each file.
|
9 years ago |
Nikita Tsukanov
|
6cf037ad7c
|
One liners
|
9 years ago |
Nikita Tsukanov
|
66ac05b2c2
|
Removed <Name> elements from new projects
|
9 years ago |
Nikita Tsukanov
|
d1caaaca3e
|
Removed <Project>
|
9 years ago |
Nikita Tsukanov
|
25c7be5b7a
|
Removed packages.config from csproj.files
|
9 years ago |