David Capello
David Capello
I have done some work on this, a simple version was easy to implement, but there are several problems when custom brushes are used. It'll require some time to finish...
Thanks @Archonic944 for this PR. You're uncommenting the `DOC_USE_ALIGNED_PIXELS` flag, but there might be parts of code that stop working if we enable the flag as it is. I have...
@clarfonthey at the moment nobody is working on this in case you want to give a chance; as a side note, it'd be nice to have a way to consume...
I have to purchase a 2nd monitor to start testing these multiple monitor issues :sweat: I'll try this week :pray:
I'm not sure about merging this because it makes the palette popup too small if the window is resized (even menus are bigger / use more available screen space), e.g....
It looks like the part of updating all tiles is fixed :+1: but the pixel perfect tool is still failing in some way when it's used from a flipped tile...
In some way it's "fixed" in latest versions but the fallback font is antialiased. I'll check if adding some extra glyphs to the default font we can fix this.
The issue is that this widget uses the "mini" font, which is impossible to show that kind of tiny font. We need a bigger fallback. Probably we need some kind...
Thanks @winterheart for sharing this. At the moment we're not interested to change the way third-party libraries are handled, but we might check this later in a future if it's...
Something to check later (and might be another option to replace dependency management): https://github.blog/changelog/2025-08-12-dependabot-version-updates-now-support-vcpkg/ (it's something released today).