Jeremy

Results 32 issues of Jeremy

I don't have reproducible steps. I was saving screenshots (using the Window menu), and after fewer than 5 I saw this: ![Screen Shot 2019-12-31 at 1 11 48 AM](https://user-images.githubusercontent.com/7669569/71611916-be73a880-2b6a-11ea-95e7-7241a5d177de.png)

If I drag the magnification window outside of the bounds of my frame: I can't drag it back. It looks like I have to click on a pixel that also...

The focus looks off-balanced in this screenshot. (Probably because this UI uses a 2-pixel stroke for the track?) ![image](https://user-images.githubusercontent.com/7669569/71569213-9bc68e80-2a9b-11ea-9da4-04cee092fd60.png)

The borders for the color well and palette should look/behave the same, including focus. They were developed separately for separate projects and they look odd side-by-side. ![image](https://user-images.githubusercontent.com/7669569/71569160-1fcc4680-2a9b-11ea-94a2-7efbef275370.png)

This may (?) be especially pronounced on Windows. When painting internal focus: we may need to switch to a BufferedImage and use AlphaComposites to clear shapes away. I think the...

When I opened the customized toolbar demo: I saw it animate to fill the available width on my Mac. Animations should only show change. The first showing should not animate.

Currently the AnimationManager uses a timer to continually nudge a value towards a target. - [x] I'd rather we instead (or also) support setting a target time. - [ ]...

There is a static Timer used to purge CachePools. Once it is activated it keeps a thread running forever. Instead: we shut down the timer when it is empty, or...

The renderer the FontComboBox uses doesn't match the other renderers: ![image](https://user-images.githubusercontent.com/7669569/69896291-a6aac980-130b-11ea-9091-8fb31be41ed9.png)

Issue #43 focused on nudging elements to the right so everything in the leftmost column would be right-aligned. This issue focuses on nudging elements to the left so everything in...