Oliver Stevns
Oliver Stevns
### Issue Summary While drawing (Yes, literally while drawing), moving to a different frame, means that the stroke you're currently drawing, will be painted to the frame where the stroke...
This PR sought to fix that a selection would be drawn correct, however to make this viable a lot of assumptions had to be changed about the current implementation. Demonstration:...
Hi I have edited the Invoke cs file so it should point towards the newest libraries, like you mentioned in the other issue post. I have been trying for ~12...
Here's a proposal for a new canvas and quick cursor implementation. The PR also introduces an arguably better way to interrupt a pointer events without potentially screwing up all our...
### Issue Summary There's been a small discussion going on, on the [forum](https://discuss.pencil2d.org/t/why-dont-pallet-files-have-an-file-extension/7761/4) about our current palette extension which is plain .xml. The user advocate for a custom file extension...
I'll use this issue for keeping tab on my ongoing work in improving painting performance. The list of changes I have on my roadmap: - [x] #1761 Only update the...
This PR introduces a new backup system, aka. the undo/redo system that I've tried to introduce a bunch of times over a few years but never completed or completed but...
We do this for now by introducing more mac os runners. This means that we deploy proper arm64 builds now as well as x86_64. Ideally we would build universal binaries...
Hi I've made some changes to the scraper to make it more robust against version numbering ie. 0.8.0 would work but 11.0 would not because the array would be out...
A follow up PR from #1824 I've adjusted the margin as well as the min width for all the dock widgets so they are aligned. In addition the font has...