Kacper Woźniak

Results 12 issues of Kacper Woźniak

When opening the Extensions list in Preferences for the first time, the scrollbar is missing. However, if the Preferences dialog will be opened exactly on the Extensions list the scrollbar...

bug
ui
high priority
wip

Uninstalling (or updating, I'm guessing it's an uninstall+install combo action) an extension that has subdirectories in its directory results in an error shown below. ![image](https://user-images.githubusercontent.com/10217876/174834148-3e4249d7-d4c7-416d-99cc-6c83a9a498ca.png) It leaves the extension directory...

bug

Color `background`, defined in the `theme.xml` is used outside of its perceivable context of an input background to highlight the disabled text of a button or a menu item. And...

ui
low priority
time-1

It seems like Aseprite doesn't use `toolbutton_pushed` graphic from the theme and still uses `toolbutton_hot` for buttons that are pressed. ### Aseprite and System version * Aseprite version: v1.2.35-x64 *...

bug
ui
low priority
time-2

I'd like to suggest adding a new event the global `app` that would be triggered every time the active tool is changed. I believe this would open new possibilities for...

feature
scripting

I'd like to suggest adding information about a cel being linked to the Aseprite's Lua API. I believe it's currently impossible to detect whether or not a cel is linked,...

feature
scripting

I wrote a script that would lock FG and BG colors leveraging `fgcolorchange` and `bgcolorchange` events: ```lua local dialog = nil local isLocked = false local lockedFgColor = nil local...

bug
low priority
scripting
time-3

Steps to reproduce with Aseprite v1.2.18: 1. Add `NxScale.lua` script to Aseprite. 2. Open `UR64N_N3.aseprite`. 2. Use any scaling algorithm on the image. Issue: For scaling a new image is...

Add missing pages for commands: - `LayerOpacity` - `CelOpacity`