CPK

Results 39 issues of CPK

Currently, dropping a image open's it as a new image Maybe there could be options for: - Importing as a new layer - Add as a reference layer

extension

# General Extensions are code libraries which can add small features to PixiEditor without those features being included when downloading PixiEditor. This not only allows users to add features that...

design

* Saving reference layers (PixiEditor/PixiParser#9) * Moving and Resizing, preferably with tools * Reloading reference layers either manually or when the file system notices a change

There are currently only 3 view models that can be injected into tools. We should add the rest in the `ViewModelMain.ConfigureServices` method and use them in the `ViewModelMain.Setup` method

Only seems to affect MSIX version Probably just a limitation from MSIX so I would remove the toggle in the settings

bug
MSIX

Basically so that you can do something like this ```xaml idk ```

enhancement

How to reproduce: Change display scale setting to above 100% ![Screenshot (5)](https://user-images.githubusercontent.com/45312141/85451360-12030400-b59a-11ea-9566-f0db26d8c7e8.png) (Im talking about this setting)

Added periodic autosaving and upgraded to .NET 8 TODO - [x] Add periodic autosaving - [x] Allow disabling autosaving for the current document session - [x] Add icons to the...

enhancement