David Capello

Results 701 comments of David Capello

@ElderlyGlek we'll give some priority for the upcoming versions :+1:

Just in case, this is not a generic issue that affects the whole UI, but a lot of scattered bugs that still exist because the UI code wasn't completely refactored...

> it seems that excluding some of these functions themselves from compilation altogether via such a switch may be more appropriate, since they're only needed by UI elements in the...

At the moment I think one possibility would be to choose the Display color profile from Sprite > Properties (this is available in [v1.2.10-beta4](https://community.aseprite.org/t/get-aseprite-beta-version/22)) that is assigned to your HDR...

Hi @germandiagogomez, from what you've commented, it looks like the misalignment can happen only if the memory assigned to the `Image::pixels` member is misaligned and the `Image::rowstride` contains an invalid/unaligned...

Hi @muno777, we should bring `os.remove` and `os.rename` back 👍 (with a security alert just like `io.open` / etc.)

Thanks for the PR @LeSnow-Ye, it needs some work, (check our [pre-commit configuration](https://github.com/aseprite/aseprite/blob/main/CONTRIBUTING.md#pre-commit-hooks)) to fix GitHub actions checks.

Thanks @LeSnow-Ye! We'll merge this for the next release v1.3.14.3 👍

@Cerallin I've updated the main branch of aseprite to include laf changes, if you rebase your PR and force push the commits, you should have the required changes to pass...