Dan Walmsley

Results 63 issues of Dan Walmsley

It seems that generating code where a method is to return a utf8 string is not working as expected. I have tried: virtual HRESULT GetText(const char* outString)= 0; and set...

https://github.com/kekekeks/XamlX/blob/8d9fee734afaced9366774fda41b6aa2ab19875f/src/XamlX/Ast/Clr.cs#L643 This line causes random names everytime we compile... We could probably sort alphabetically the xaml files,and use a counter that would produce the same names each time.

I wanted to simply add a Getter only property to `VisualLayerManager` It was called `ChromeOverlayLayer` and of type Panel... only a getter was declared and the value set in the...

`IsVisible="{Binding !$parent[cont|MetroWindow].DataContext.LockScreen.IsLocked}"` gives a runtime error. but: `IsVisible="{Binding !$parent[Window].DataContext.LockScreen.IsLocked}"` works

![image](https://user-images.githubusercontent.com/4672627/62832203-cd40d980-bc22-11e9-81aa-063aa379ccec.png) PDB should embed the actual path.

Combined effort: @Gillibald @kekekeks @danwalmsley - win32 preedit support. - android pre edit - ios preedit - refactors and fixes to ime api, with working android and ios keyboard. -...

the instructions here are missing a lot of information: https://github.com/dotnet/docs-maui/blob/main/docs/ios/pair-to-mac.md Mac needs to have mono installed, installed using environment menu on rider. Mac needs to have xamarin sdk installed (I...

bug

On OSX if a dialog or parented window is shown, the minimise button should be disabled. This behavior was lost when we implemented our own window parenting due to multi...

@grokys @kekekeks @jkoritzinsky @mterwoord @wieslawsoltes @Seeker1437 I would like to record some walkthroughs / tutorials on Avalonia for youtube partly to help showcase Avalonstudio and Avalonia, but also I think...

question

If you have something like: ``` ``` the containing border will have round corners, but with the inner border overlaying the right hand corners. WPF would also produce the same...

enhancement
area-rendering