Ninth Desert

Results 11 issues of Ninth Desert

I did a git clone of this repository today, then rebuilt the solution (which succeeded). I can run the XNA example without an error, but the Veldrid example fails to...

The TextBox control has a `KeyDown` event and it calls subscribers before Text is updated, but it only has this behavior when pressing backspace (as far as I've seen). Right...

Tried navigating to `D:/DeliveryOptimization` on my computer and that gave me an access denied exception that wasn't caught. It would be better if it produced a little dialog for the...

Please recalculate the filter only when switching or changing settings. From the QT window opened for a paint.net integration of gmic-qt, the filter is unnecessarily recomputed in all of these...

Clicking cancel on the effect preview dialog does not cancel it (it's just treated the same as clicking OK right now). The old effect token needs to be tracked so...

bug

This mainly affects pixel artists. Basically, brush density and minimum draw distance check that some length requirement has been met to draw, and that's based on the previous mouse position....

bug

When drawing with HSV locks, translucent pixels can have a darkening effect on the image, but only the first time you roll the brush over an area with the same...

bug

almost certainly because jagged mode snaps to pixels to avoid sub-pixel rendering. It must be snapping based on top-left corner of individual pixels, rather than their center. This would cause...

bug

It's not really symmetry if it's not rotated & flipped to be symmetrical. The symmetrical copies should be flipped depending on their quadrant and rotated based on angle. It could...

bug

These will be scratched off whenever addressed. 1. Turning default loaded brushes on or off changes the active brush unexpectedly (it has to do with the chosen brush index probably...

bug