Cameron White
Cameron White
A quick screen recording might still be helpful, since the text tool has various code paths where the text can be "finalized" or still "re-editable".
- Do you have an image to show what you mean with the maximize / close buttons not matching the GTK theme? Pinta 2.2 is using Libadwaita so I don't...
Thanks! I think we can keep this open as a request to add an option to launch Pinta with a classic menubar layout, similar to what happens on macOS (assuming...
I wonder if this is something related to Windows 11 - I couldn't reproduce it in my Windows 10 test environment
Thanks! Yep, saving a couple times did the trick for me The stack trace looks very similar to #674 so this might be a similar underlying issue I was also...
Yeah this would be nice to add. It needs some investigation to see if the Cairo graphics API has a nice way to do this
This is pretty similar to bug #570 - this dialog is currently just using the standard system GTK color picker, so isn't any Pinta-specific code, but I agree it's not...
The `master` branch has been ported to GTK4, which also required porting to a different GTK binding library that supports GTK4. It's been quite a large project so there are...
Hmm, yeah it may be that `Gdk.Cursor` isn't doing any scaling, so they're just being loaded as a fixed pixel size. There are also still several cursors being loaded in...
It's been a while since I looked at this branch so I'll need to refresh my memory on what my thoughts were for future changes :) I think I wanted...