wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

RAD tool used to create and maintain wxWidgets UI elements.

Results 110 wxUiEditor issues
Sort by recently updated
recently updated
newest added

### Description: The font property is not shown for this widget. Is it intentional? ![image](https://github.com/KeyWorksRW/wxUiEditor/assets/33904565/9cb05605-6e91-4f3f-876b-f0532ad9ba17)

bug

With the current version of wxUI only two events are available for wxPropertyGridManager widget ![image](https://github.com/KeyWorksRW/wxUiEditor/assets/33904565/01b5da5b-9f91-429b-984c-fba9f5741313) Could it be possible to add even the others?

enhancement

### Description: Internal builds have the ability to preview dialogs either using C++ or XRC. In addition, there is an XRC test dialog that also contains an XRC preview. It...

design change

### Description: I'm seeing a discrepancy between a dialog with a minimum size set built and displayed from a program, and the dialog as displayed both in the Mockup panel...

code review/refactor

### Description: Lambda event handlers with `\\n` in the string turn the double backslash into a single backslash when the lambda is re-edited.

bug

### Description: Support for the webp image format is being added to wxWidgets, however the actual source code is not included. Linux systems _may_ have the library as a system...

enhancement

### Description: While most SVG files will display correctly in wxWidgets 3.2, there are some that do not. That difference could become even more pronounced in the future if lunasvg...

enhancement

### Description: wxUiEditor is using lunasvg to display SVG files in the Mockup panel. Unless the dev has stated they are using wxWidgets 3.3, that display could potentially be wrong....

design change

### Discussed in https://github.com/KeyWorksRW/wxUiEditor/discussions/1434 Originally posted by **rossanoparis** March 12, 2024 It would be very helpful to add a way based on which the user should be able to add...

enhancement
approved

### Description: The inherit code in the Ruby panel needs to expose and implement the `prop_ruby_inherit_name` so that code generation can generate a working Ruby inherited class.

enhancement