Skip to content

Tags: drivehappy/aseprite

Tags

v1.2.9

Toggle v1.2.9's commit message
Compile only Skia library with INSTALL.md instructions

v1.2.8

Toggle v1.2.8's commit message
Update harfbuzz module

v1.2.7.3

Toggle v1.2.7.3's commit message
Fix syntax error in ASSERT() statement

v1.2.7.2

Toggle v1.2.7.2's commit message

v1.2.7

Toggle v1.2.7's commit message
file_selector_extras.xml doesn't exist anymore

v1.2.6

Toggle v1.2.6's commit message
Fix crash deleting undo states on macOS when running from the app bundle

This bug wasn't reproduced in other situations. Only when running
Aseprite from the app bundle. It looks like app bundles are dynamically
linked with a different free/delete implementation which zeroes/modify
the deallocated memory.

I've posted an answer to this kind of problem on macOS here:
https://stackoverflow.com/a/47817729

v1.2.5

Toggle v1.2.5's commit message
Fix X11 app icon

v1.2.5-beta2

Toggle v1.2.5-beta2's commit message
Don't allow shift pixels on locked layer

Discussion: https://community.aseprite.org/t/750

v1.2.5-beta1

Toggle v1.2.5-beta1's commit message
win8: the first touch w/fingers now move the mouse cursor

v1.2.4

Toggle v1.2.4's commit message
Use a obs::safe_list() for ui::Timers to avoid data races between thr…

…eads