Cameron White
Cameron White
When porting some Pinta code to `Gtk.ListView` I couldn't find `Gtk.SingleSelection.OnSelectionChanged`. I think this is likely because this is an interface signal from `Gtk.SelectionModel` (https://docs.gtk.org/gtk4/signal.SelectionModel.selection-changed.html) which doesn't seem to have...
Currently the pixbuf loader only supports loading files - it would be great if it also supported saving files, which would enable applications like Pinta (https://github.com/PintaProject/Pinta/issues/653) to support editing `.heic`...
See https://bugs.launchpad.net/pinta/+bug/1198593 - once we figure out how to do so, we should provide an example of adding a custom icon for an effect.
### Discussed in https://github.com/PintaProject/Pinta/discussions/794 Originally posted by **steveman1123** May 5, 2024 I am using v2.1.2 I find the workflow to resize brush very clunky (having to move the cursor off...
### Description of Issue Hydra displays `UsdGeomTetMesh` by showing its surface triangles, but this appears to also pass along any primvars from the tet mesh to the triangle mesh without...
Currently there is just a manual list of dlls to copy during the build: https://github.com/PintaProject/Pinta/blob/master/installer/windows/bundle_gtk.targets If the dll dependencies change (e.g. as in #859) this can break the Windows installer...
This was noted as part of #935 When there is text that isn't being actively edited (e.g. the user pressed Esc) but hasn't been finalized yet, changes to the font...
### Discussed in https://github.com/PintaProject/Pinta/discussions/813 Originally posted by **Sunoctagram** May 25, 2024 A simple object align tool to center a layers content. Ive been using a Paint.net plugin that adds this...
This might cause bug https://bugs.launchpad.net/pinta/+bug/2072309 to be harder to reproduce, so I'm holding off on merging this for now Fixes: #918
Tools such as the shape tool and text tool can change the cursor based on the mouse position. This results in a lot of calls to properties such as `RectangleTool.DefaultCursor`...