Emmanuel Hansen
Emmanuel Hansen
Adds post processing effects using shaders. Currently only FXAA and SMAA shaders are supported. 2x No AA  2x FXAA  Fixes #2729 as scaling can be done in post...
Fixes updater on the avalonia ui. It was incomplete previously. The window has also been replaced for a task dialog.
Update the android xplat template. This requires updated packages, so it shouldn't be merge until the next preview is available.
## What does the pull request do? Adds Status Bar api through `ITopLevelWithPlatformStatusBar`, with color and visibility properties. The Api can be accessed on any Control instance, but is only...
## What does the pull request do? Adds a NotificationManager property to TopLevel named `NotificationManager`, and change the host for `WindowNotificationManager` to `TopLevel` from `Window`. This allows managed notifications to...
## What does the pull request do? Add sharing api and support for the following platforms; Web and Android ```csharp public interface IShare { /// /// Shares text using platform's...
Adds a source generator to generate enum values for the Locale keys. This enables intellisense for the locale markup extension, and error checking, ie invalid or unknown keys will cause...
This pr aims to add a osd for the performance statistics that's shown on the status bar on the render. Default hotkey to toggle it is F1. - [x] Support...