دانتي باولا
دانتي باولا
Save the number of selected entries in `PaletteView` so that `ActiveToolManager` can access this value in `isToolAffectedByRightClickMode`. If the number of colors that were last manually selected is less than...
Fix #4484 Same as the old commit, I merely rebased to drop unrelated changes. I haven't been able to sign the document yet, due to what appears to be a...
Implements #2082. The cell index is displayed in the same way the tile index is shown for a tilemap layer, as both values serve more or less the same purpose....
Makes the slice tool behave similarly to rectangular marquee when tilemap mode is set to tiles. Fix #4306.
This adds a new tool loop for use with selection tools (and slice, too): it simply makes it so one can see their strokes no matter the zoom level. Fix...
Addresses copy/paste of tilemap layers from the timeline as well as copying a portion with the selection tool (and `site.tilemapMode() == TilemapMode::Tiles`). Fix #4872 in the immediate sense, but there's...