Mathew O'Dwyer

Results 27 issues of Mathew O'Dwyer

It would be super awesome if you could migrate to .NET 5. I've forked the repository and got it working fairly easily. Just hoping support from the official nuget package...

Here is just a place for me to list a few things that I'm going to hopefully fix up with GLWpfControl: - VSyncing - Should have the ability to turn...

Simply just added two new properties to help users determine whether they'd like to hook onto events directly with the EventManager or instead handle input themselves. This makes the control...

# Current Behavior Declaring a variable causes a warning to be shown if a macro is defined in place of `self`. This only occurs for constructors and events (ie, the...

enhancement

I'm not sure if this is something that's already supported but I couldn't find anything related too it. I think it would be a great addition to CodeMaid to allow...

I've changed all windows to use `MetroWindow` and also have this in my `App.Xaml` file: ```xaml ``` There isn't much documentation anywhere, however some of my controls are not styling...

Feature Request

I'm having a little trouble setting up my layout initializer following some of the examples and tutorials I've found online. Below is similar to how I'd like my layout to...

### Overview Assume a developer wants to call `Execute` on an `ICommand` from within another view model. Sure, bad practice but it's something that could happen in a larger project....

feature request :mailbox_with_mail:

# Description I propose we add support for commands in the control and not just hook onto events. We can still keep the events for backwards compatibility. ## The Why...