Jorge Moraleda
Jorge Moraleda
This PR enables configuring horizontal alignment of the popup dialog with respect to the parent control in the python-only popup control. The default now is center, which was the previous...
The problem can be seen in the demo (see the vertical labels on the right)  This is a regression due to the recent update to 3.1.6. The problem was...
`HtmlWindow` offers two ways to be prepopulated: Reading a String directly as HTML source and reading a String as a path to a File containing HTML. These two possibilities are...
I have the following public library: https://github.com/jmoraleda/l2fprod-common This library uses maven to build several jar artifacts: One of the jars: `l2fprod-common-tasks` depends on another one: `l2fprod-common-shared` of the same version....
### Summary This PR adds support to the `wxAgg` backend to corrertly render plots in high DPI displays in all three platforms that the wx toolkit supports: Linux, MACOS and...
Hello, This is not a bug report is a _meta-feature_ request: ### Background I run debian bookworm. I was looking for a tool to do a mock design of a...
Add support to python only pdfviewer for displaying pdf files where not all pages are the same size
The current PDF viewer assumes all pages in the PDF document being displayed are of the same size. When this is not the case the PDF does not display correctly....
agw.aui includes the option to specify a pre-existing toolbar as the location where the _restore icon/tool_ should go when minimizing panes -- instead of the default behavior which is creating...
I think this project should update build system so that it does not assume everything is vendored and bundled. It should support normal methods (such as pkg-config) to detect the...
I run a web application that includes flowable inside an Apache Tomcat servlet container running under Linux debian. When reloading the application multiple errors identical to this one are reported...