p9malino26

Results 8 issues of p9malino26

I have added an 'Apply' button to the preferences dialog to save the changes without quitting the dialog.

I have made the viewer text editor be clamped to edges of the screen so that it does not go out of view. Video demonstration attached (text not visible due...

Apologies for re-creating this but because I am still learning how to use GitHub, I've had to re-order my branches, forcing the previous pull request #1984 to be deleted and...

Changes are: - Ability to select multiple points of polygon by holding down CTRL and then dragging all the points at once - Bezier lines only show for selected gizmo...

Addresses issue #1844, although it solves the problem with text only and not polygon, shape, and transform

This PR fixes the bug where the gizmos for a polygon weren't aligned when the output of a polygon node was directly connected to the input of a transform node....

This PR causes non-POJO objects to be ignored from the POJO that we pass into qx.data.marshal.Json.createModel. This behaviour is almost always undesired because we may have third party library objects...

Hi. I am unable to get a Meteor app to work with Svelte + TypeScript. The issue is that if an outer (i.e. parent) component imports and uses an inner...