Skip to content

Tags: Enzotekrennes/aseprite

Tags

v1.2.25

Toggle v1.2.25's commit message
[lua] Fix Dialog:file{ save=true } so 'save' field must be =true

Before this change if we used Dialog:file{ save=false } it would show
the save version of the dialog, which didn't make sense.

v1.2.24

Toggle v1.2.24's commit message
[win] Minor change to call CoInitialize()/CoUninitialize()

v1.2.23

Toggle v1.2.23's commit message
Fix crash adding new frames when there are tags present

v1.2.22

Toggle v1.2.22's commit message
Fix opening files from CLI with new OpenBatchOfFiles utility

v1.2.21

Toggle v1.2.21's commit message
Update laf

v1.2.20

Toggle v1.2.20's commit message
Fix compilation with g++

v1.2.19.2

Toggle v1.2.19.2's commit message
Fix Simple ink on indexed sprites when painting w/transparent index

v1.2.19.1

Toggle v1.2.19.1's commit message
[win] Add Tablet section on Edit > Preferences and restore old wintab…

… behavior

Now on Windows it's more clear the different APIs to use (Windows
Pointer vs Wintab), the Wintab API works as before (generates mouse
events on WM_MOUSE message instead for each packet), and there is a
new Wintab mode to create events directly from packets (still a little
buggy with some tablets, but might be useful in other tablets to get
more precision for fast strokes).

v1.2.19

Toggle v1.2.19's commit message
Fix recent files history order on home view when the file count is gr…

…eater than 10 (issue aseprite#2388)

This fix is backward compatible (it preserves Recent Files history of the older Aseprite versions)

v1.2.18

Toggle v1.2.18's commit message
Restore DynamicsField selected status when popup is closed