Max Katz

Results 288 comments of Max Katz

> Could you fix? I think, you can. Because I am almost sure, that problem is same as here: https://stackoverflow.com/questions/33259763/uwp-enable-local-network-loopback

StyleInclude/ResourceInclude were fixed to work without reflection (with some remaining bugs, but I am working on it). So, this can be closed now.

Ah, that's a XamlX repository. Either way, `CompiledAvaloniaXaml` type was emitted by the Avalonia XAML extensions, and not by the XamlX itself. So same problem isn't actually related to the...

> Is there any solution now? It is very difficult to create a control library. Why? This issue is solvable if you reference Avalonia in the executable project. So, it...

We have pen and touch input support including pressure and tilt parameters. PointerMoved even has GetIntermediatePoints() information. All of this is necessary to create a custom ink control. Like we...

@Mikolaytis on 11.0 we use FreeDesktop/dBus picker by default, which should work better.

Should be fixed with 11.0 previews, as we use FreeDesktop dialogs instead, when available. Also, GTK initialization was [changed](https://github.com/AvaloniaUI/Avalonia/pull/8538), which might also solve old issue, if FreeDesktop is not available....

@AvaloniaUI/core and @amwx @SKProCH as maintainers of biggest third-party themes for Avalonia. This PR is again ready to review, now with updated description which should cover everything (and basically be...

The problem is, "ThemeVariant.Default" is used in two different ways depending on the context. `RequestedTheme="Default"` will reset variant on the current control. Basically, sets it to "Unset". `ResourceDictionary x:Key="Default"` will...