KeyWorksRW
KeyWorksRW
### Description: VeraCrypt (https://github.com/veracrypt/VeraCrypt) places all of their forms into a single project which then generates a single source and header file for all of the forms. Each derived class...
### Description: The custom_mockup custom editor has a dropdown, but only one entry. This should get flushed out with other controls, and possibly with a wxStaticText control as the default.
### Description: With auto-add on, only the first file of a set of png files is added the the Image list, leaving 1_5x and 2x in the node where it...
### Description: Code generation for menus is not DPI-aware. It would be useful if `wxMenuBar` had an option to force image size which we could automatically convert to DPI-aware size....
### Description: It would be helpful to have a dialog under the Tools menu that could be used for Image list maintenance. I'm envisioning two lists -- the list on...
### Description: When a wxStaticBitmap has `wxStaticBitmap::Scale_Fill` set and an SVG file is specified for the bitmap's bundle, it would make sense to set the SVG file to the size...
### Description: in wxWidgets 3.3, wxAnimationCtrl accepts a wxAnimationBundle. To support that, we're going to need to add a 3.3.0 option to the wxWidgets version selector.
### Description: wxWidgets 3.3 adds wxStatusBar::AddFieldControl() making it possible to add controls to the various status bar fields. Support for this should be added, with conditionals for 3.3. Note that...
### Description: 3.3 will be adding XRC support for wxPropertyGrid, so we'll need to add support for that in wxUiEditor as well once the new branch gets checked in.
### Description: clang-diagnostics will complain about the use of any wxWidgets class that we use without directly including a header file. It's a valid complaint if a precompiled header is...