Skip to content

Tags: dirtyarteaga/aseprite

Tags

v1.2.15

Toggle v1.2.15's commit message
Fix doc_api_tests.cpp compilation

v1.2.14

Toggle v1.2.14's commit message
Update libpng

v1.2.13

Toggle v1.2.13's commit message
Update laf module, fix aseprite#1835 and aseprite#1973

v1.2.12.1

Toggle v1.2.12.1's commit message
Fix rendering bug with new engine and zoom out (canvas is not updated…

… correctly)

v1.2.12

Toggle v1.2.12's commit message
Fix performance problem after viewing an huge sprite

When we were viewing an huge sprite, a temporal buffer (os::Surface*)
used to render it would increase its size to the size of the
canvas. After that, whatever other sprite that we saw (even for the
smallest one) we were unnecessary clearing the entire (huge) internal
buffer with os::Surface::clear() on each render.

This problem was visible only using the new render engine.

v1.2.11

Toggle v1.2.11's commit message
Fix contour tool (draw first pixel for contour tool)

v1.2.10

Toggle v1.2.10's commit message
Fix compilation error when ENABLE_UI is undefined

v1.2.10-beta4

Toggle v1.2.10-beta4's commit message
Add icon for .aseprite-extension

v1.2.10-beta3

Toggle v1.2.10-beta3's commit message
Fix compilation on Windows/MSVC 32-bit

v1.2.10-beta2

Toggle v1.2.10-beta2's commit message
Update laf module