691 Commits (98ba0f529bcbf708276b6fda48e4130e10a76751)

Author SHA1 Message Date
Steven Kirk 98ba0f529b Initial implementation of nested styles. 4 years ago
Max Katz 0ec26bcdc3 Make empty ChildIndexChangedEventArgs ctor private 4 years ago
Steven Kirk fb0da85ad3
Merge core libraries. (#5831) 4 years ago
Steven Kirk f682f5af7c Added generic virtual methods analyzer. 4 years ago
Yoh Deadfall 55710e8514 Used ToArray where it benefits over ToList 4 years ago
Dariusz Komosiński 9b8d78e66a Add support for property navigation from setter directly. 4 years ago
Max Katz 6a5bd396cb Rename fields 4 years ago
Rustam Sayfutdinov 04f9c0b5b6 Fix getting paths from Uri 4 years ago
Tim U ad9b7c1027 Switch disposing order for TwoWayBindingDisposable 4 years ago
Benedikt Stebner 95769ff007 Add TextBlock inlines support 4 years ago
Max Katz 4d866b544c Replace shared project with Avalonia.PlatformSupport 4 years ago
Benedikt Stebner b815a22d5a Port WPF's FormattedText to Avalonia and rework TextPresenter 4 years ago
Takoooooo 71c438a4a3 fix 4 years ago
Nikita Tsukanov 9c0964adf5 Added GetIntermediatePoints support for X11, libinput and evdev 4 years ago
Steven Kirk 2ae07d3277 Reduce the priority in AvaloniaSynchronizationContext. 4 years ago
Nikita Tsukanov a08c4888e0 WeakEvent: cache Compact() delegate 4 years ago
Nikita Tsukanov 059e367cbf Schedule weak event list Compact to be called later with Background dispatcher priority 4 years ago
Nikita Tsukanov e6c08a13d7 Added reflection-free API for weak events 4 years ago
Giuseppe Lippolis 509d7c06f7 fixes: Null Annotaion 4 years ago
Nikita Tsukanov 9e5050cab9 Fixed some of Rider's complaints 4 years ago
Giuseppe Lippolis 2ac4eafdcf fixes: WarningsAsErrors in Visual Studio 4 years ago
Jeremy Koritzinsky 09c1a1157b
Fix calls to Expression.GetDelegateType 4 years ago
Steven Kirk a0c10cd6bf Use GetRequiredService throughout. 4 years ago
Steven Kirk e84b5f8244 Added AvaloniaLocation.GetRequiredService. 4 years ago
Jeremy Koritzinsky e7afc15ca7
Implement the runtime side of the "method->Delegate" binding conversion for compiled bindings. 4 years ago
Steven Kirk e4b19743ca baseUri can be null. 4 years ago
Steven Kirk 76667dbd0d Finished adding nullable annotations to Avalonia.Base. 4 years ago
Steven Kirk 691f93a1ed Multi-target net6.0. 4 years ago
Steven Kirk 0bda763518
Added nullable annotations to Avalonia.Data. (#7105) 4 years ago
Giuseppe Lippolis 5f1b65a38d fixes(IDispatcher): Methods XML Documentation 4 years ago
Steven Kirk dc3415c090
Nullable annotations for AvaloniaObject/AvaloniaProperty etc. (#7078) 4 years ago
usUyGBx 05fdbd88ef
Send one notifi per seq range in RemoveAll method of AvaloniaList (optimized) (#5754) 4 years ago
Steven Kirk 4a78833430 Added nullable annotations to Avalonia.Collections. 4 years ago
Giuseppe Lippolis d5420d6b79 fixes: Unnecessary re throw 5 years ago
Giuseppe Lippolis 94eeb7d97c restore fix 5 years ago
Takoooooo 1e855bd738 cleanup 5 years ago
Giuseppe Lippolis 44225c6614 fixes: Revert the fix, because the fix throw error CS8627 on Linux and macOS 5 years ago
Giuseppe Lippolis 97a920db72 Review suggestions apply 5 years ago
Giuseppe Lippolis 22644028ca fixes: ValueStore Possible null reference argument for parameter 5 years ago
Giuseppe Lippolis 895fd718d9 fixes: ConstantValueEntry Possible null reference argument for parameter 5 years ago
Giuseppe Lippolis 0309dda390 fixes: Replace CS8600 warning suppression with null-forgiving operator 5 years ago
Giuseppe Lippolis 82729a1bd9 fixes: some null annotation 5 years ago
Dan Walmsley 40fef4976c fix comment. 5 years ago
Nikita Tsukanov 5ede6f9ae2 Added support for non-control templates in XAML 5 years ago
Jumar Macato fa6a12c5ef finally silence that good ol appmenu error in linux 5 years ago
Yoh Deadfall 0c20e122ba Code deduplication 5 years ago
Yoh Deadfall f14816144b Compiler intrinsic based type nullability check 5 years ago
Giuseppe Lippolis aa5df186f0 fixes: XML Code Comment 5 years ago
Giuseppe Lippolis 75bd449a69 feat: Implement Post<T> method of IDispatcher. 5 years ago
Giuseppe Lippolis e578c27287 feat: Added Post<T> to IDispatcher 5 years ago