David Capello

Results 245 comments of David Capello

Hi @zhengying, there were plans to add a `Image:pixels(selection)` but it wasn't implemented yet ([Image:pixels](https://www.aseprite.org/api/image#imagepixels)). I think there are two possible workarounds: 1. to create a temporary layer, fill it...

I think this problem might happen because you have a white space in your path. (e.g. `new folder`)

Hi @johnshadow23, are you using the compiler from the command line? or are you compiling from the Notepad++ editor? If you are compiling from Notepad++, you should take care about...

Hi @webroot, some time ago I was working in a big refactor of toolbars resize logic (mainly after this commit c71ead8d94435954f1d35e83d60ab122cd396029). Anyway I've never finished that refactor, and the current...

On Windows `ui::get_mouse_position` already use an internal mouse position from the last mouse/pointer event ([code](https://github.com/aseprite/laf/blob/14e0c17207868c2473571232b5f63d6ede9044a7/os/win/system.cpp#L244)), so the zoom issue is a problem because on Windows we receive the WM_MOUSEMOVE event...

https://github.com/aseprite/laf/commit/d76cc1af5564ed510fb31270d06f36dc1e426f40

Hi @snarlynarwhal, remember that you can associate data to non-empty cels only: ![image](https://user-images.githubusercontent.com/39654/103946644-a1769b80-5115-11eb-8f04-53e919dd7ca3.png)

I'll leave this issue open just to keep track that there is no warning or message that inform us about the empty cels problem 👍

Hi there @Creta5164, not sure if we're going to fix this (as Aseprite is a DPI-aware app, so needs the option checked). But we should investigate how to detect all...

Hi @thechubbypanda, could you please check the `master` version? (update submodules) this might be fixed.