Martin Fox
Martin Fox
The Win10 API for customizing the title bar is so limited that a standard approach is to remove the platform title bar and build a new one from scratch, buttons...
@tsayao I'm taking a different approach. With #1022 you are taking an undecorated window and manually implementing all the decorations including the drop shadow and resize corners. None of that...
> There's the case where a user might want to have rounded corners and shadows. How does mac and windows handle this? I'm not sure if you're asking about my...
I'm not sure what to do with this PR. The breakdown is this: Mac: The easiest platform since the OS "stoplight" controls look the same in all windows. The only...
> I Understand that Mac and Windows will drawn the window controls over the window rendered content The Mac will but Windows will not. Now that I've looked into a...
I see that this PR changes the behavior of dead keys. You may be aware of this but I thought I would write this up for others to review. In...
@tsayao The bogus RELEASED event happens on every platform after an InputMethodEvent that commits. I suppose the key press event is swallowed by the IM context which then commits the...
@tsayao You should expand your test app to show TYPED KeyEvents or use the KeyEventViewer app I just attached to the original bug report. Then run it against an unmodified...
I ran into similar failures when I added a method to a core class but did not add it to the Stub version of the same class. In my case...