tslater2006

Results 12 issues of tslater2006

While SingleStep is present and seems to work for some cases, it has not been heavily tested. Need to ensure that it works as it should.

pending

Currently VersionController does not support push/pull to a remote repository. This could be a desirable feature.

Currently the PeopleCodeProcessor does a full select on the table and then filters out the results in the program. It would be nice to craft more specific select statements to...

enhancement

Would be nice if we could set a config property that would run each solution N number of times and take the average timing across those runs. Where N is...

enhancement

This adds 2 new menu options in the Layer menu, both allow you to create a new layer based on the active selection. "Layer via Copy" will leave the selected...

This adds a polygonal selection tool where the user can make an initial click for the starting point of the shape and then subsequent clicks add vertexes. Double clicking completes...

👀 pr-needs-review
⚠️ pr-has-conflicts

This PR adds a lasso type selection tool. The user can click and hold and draw an arbitrary shape, when the mouse button is released the end of the shape...

⏳ pr-waiting-for-author

Vectorscope and Histogram are now hidden by default. New menu "Scopes" allows for them to be toggled on/off. ![image](https://user-images.githubusercontent.com/1731714/198031335-d73bde04-a2fa-4f38-af7c-44fcf9f499af.png)

👀 pr-needs-review

This PR allows for an application to tell the Window "I am in some text entry mode", which then causes any single letter/number or Shift + single letter/number shortcuts to...

👀 pr-needs-review

This adds a Text Tool to PixelPaint. Fonts are selected by the GUI::FontPicker dialog. User's can click to start a new text entry, the color of the text will match...