David Capello

Results 153 issues of David Capello

Related to the random bug in #2970, I thought the issue might be related to [the thread used in `app::Job`](https://github.com/aseprite/aseprite/blob/d7ddb7feed2e377a9d3069448047681d78fbe661/src/app/job.cpp#L74) class (but it wasn't related to that). Anyway it would...

maintenance

As `[NSWindow performWindowDragWithEvent]` is available since macOS 10.11, so it crashes when we try to move a window on macOS 10.9: https://github.com/aseprite/laf/blob/0d1ba15a6af387f4fb57889e59ffd3e8fab29eda/os/osx/window.mm#L435´ Ticket: https://igarastudio.zendesk.com/agent/tickets/2739

bug
critical priority
macos
crash report

This is a summary of the mouse wheel behavior on different software. ## Web Browsers (Chrome/Safari/Edge) | Action | Windows | macOS | |--------------------|---------|---------| | Scroll Up | ↑ |...

ui
native
time-8

We should create and publish some guidelines & logos available for material/scripts/extensions/articles that are related to Aseprite. Including some information about: 1. Allowed usage (YouTube tutorials / articles / Aseprite...

license
meta

Crash in some cases when OpenClipboard() fails to lock the clipboard.

bug
critical priority
windows
time-3

It would be nice to have a version available (at least from time to time / not on every release) for ARM architectures, Raspberry Pis, etc.

low priority
linux

Reported: > I was attempting to copy a 16x16 selection from one 16x16 canvas and paste it onto the Tilemap layer of a larger canvas (128x128) > > After pasting...

bug
time-8
crash report

```c++ // static Image* Image::createCopy(const Image* image, const ImageBufferPtr& buffer) { ASSERT(image); return crop_image(image, 0, 0, image->width(), image->height(), image->maskColor(), buffer); // image is nullptr } ``` ``` > Aseprite.exe!doc::Image::createCopy(const doc::Image...

bug
time-3
crash report

``` ASSERT(m_state); // Change to the new state. m_state->onEnterState(this); // Unhandled exception at 0x00007FF6BC4DC241 (Aseprite.exe) in 2412-Aseprite-crash-1.3-beta4-x64.dmp: 0xC0000005: Access violation reading location 0x0000000000000000 // Notify observers m_observers.notifyStateChanged(this); ``` ``` >...

bug
critical priority
sprite editor
crash report

``` void FileList::paintItem(ui::Graphics* g, IFileItem* fi, const int i) { ItemInfo info = getFileItemInfo(i); // Unhandled exception thrown: read access violation. this->m_info._Mypair._Myval2._Myfirst was 0x111029EE2399102. if ((g->getClipBounds() & info.bounds).isEmpty()) return; ```...

bug
high priority
time-3
crash report