Skip to content

Tags: codeimpossible/aseprite

Tags

v1.3-beta14

Toggle v1.3-beta14's commit message
Revert "Fix multi layer movement in tilemap mode (fix aseprite#3144)"

This reverts commit bc050e8.

v1.3-beta13

Toggle v1.3-beta13's commit message
Merge branch 'main' into beta

v1.3-beta12

Toggle v1.3-beta12's commit message
Fix multi layer movement in tilemap mode (fix aseprite#3144)

Before this fix, a multi-layer mask move (with mixed layer types:
normal layer and tilemap layers with different grids) caused loss of
drawing areas.

The heart of this solution is to correctly align the 'selection mask'
and 'transform data' according to the layer's grid, and also, forcing
'site' TilemapMode/TilesetMode before each
reproduceAllTransformationsWithInnerCmds() iteration.

The scale transformation could have some things to improve in later
commits. Not fully tested yet.

v1.2.34.1

Toggle v1.2.34.1's commit message
Fix crash when showing the palette popup (fix aseprite#3189)

v1.2.34

Toggle v1.2.34's commit message
Fix forward declaration of os::Sampling

v1.3-beta11

Toggle v1.3-beta11's commit message
Merge branch 'main' into beta

v1.2.33

Toggle v1.2.33's commit message
Fix "Reset Scale" notification when there is enough workarea available

Instead of using the window size, we can use the available workarea to
know that the user can resize the main window to its full size and
there will be enough room to display some common dialogs like the
Preferences one.

v1.3-beta10

Toggle v1.3-beta10's commit message
Show selected index correctly in PaletteViews used from ColorPopups (…

…regression introduced in d164458)

v1.3-beta9

Toggle v1.3-beta9's commit message
Merge branch 'main' into beta

v1.2.32

Toggle v1.2.32's commit message
Fix crash using Shift key in Pencil tool

Bug introduced in f3fd0de