I'd appreciate it if you could describe what bugs you encountered, as I'm afraid other people will experience them as well, and most won't write a comment about it. The issue is that I was developing on Linux, and porting the program to Windows caused many problems to arise, most of which I fixed, but some were left, like "hitting Esc before resizing the window causes the screen to go black".
Viewing post in Infinite Stamp jam comments
One bug I experienced is that, in fullscreen, the zoom buttons in the lower right corner don't align visually to their apparent boxes. It seems like the zoom in button box occupies the right half of the zoom in button visual, and the zoom out button box occupies the left half of the zoom IN button visual. It seems like the scaling for the "mouse inside rect" does not match the scaling for the visual buttons.
Another bug I encountered was backspacing to undo did not fully undo a paint operation. It seemed that portions of a paint operation was immune to undo if it was inside a stamp.
One last bug, I'm not sure if it is, was that on Windows 7 (feel free to ignore this one lol), the "fullscreen" was actually just fullscreen windowed, not fullscreen proper.