Will Cosgrove
Will Cosgrove
**Describe the bug** When creating a wxToggleButton on macOS, the style is standard push button style. This isn't an appropriate use of the push button style on macOS. That style...
**Describe the bug** When calling `SetStyle()` on `wxTextCtrl` with a font that is 10 pt, the font size ends up being 5 pt on screen when using HiDPI (I'm on...
**Describe the proposed addition** Sometimes you'd like to link directly to a preference panel from some place in code, in the current API it's not possible. A solution would be...
**Describe the bug** I have a wxControl subclass which implements the paint event. When I call control->Enable(false) on it in GTK I get a repaint event in which I can...
**Describe the proposed addition** I was looking at adding linux support to `wxPowerResource` and the API that seems like it will work is `gtk_application_inhibit`. However, this API requires an instance...
**Describe the bug** When you put a wxButton or wxChoice into a horizontal box sizer with no top or bottom padding, the buttons will be clipped when drawn. wxChoice is...
**Describe the bug** On macOS, the OK and Cancel buttons in the wxTextEntryDialog are in unexpected locations when compared to macOS human interface guidelines. Looks like this can be tracked...
The `select()` call in `applyPortMapping:remove:natpmp:` is stalling until the timeout is reached when it's called from `stopBlocking` in `applicationWillTerminate`. This appears to have just started happening on 10.14.5/6, so it...
## What Happened When a contextual menu, window menu or application menu extends outside of the window frame and then is dismissed, it will leave part of the menu visible...
**Describe the bug** When calling UpdateText() on wxBusyInfo the text field doesn't recenter based on the new string length. Whatever the first string width is is what you end up...