Cameron White

Results 454 comments of Cameron White

I think comparing just the members is what I'd expect for a type like `Cairo.RectangleInt` since it is more like a struct, so I'd want to be able to see...

yep, I think it probably applies for any delegates that get passed into and then called by native code

One thing that I noticed in #862 is that return types (or out parameters) add some complexity for exception handling in callbacks. Since the exception is swallowed and then control...

Yeah, getting an `IEnumerable` that does casting if necessary sounds like a good way to go. Even for cases that don't hit this interface casting issue, it would be a...

There was recently some third-party work on packaging Pinta for Ubuntu at https://xtradeb.net/apps/pinta/ , so you could give that a try

Closing old pull requests - the previously-mentioned PPA should work for installing Pinta as a .deb package

Confirmed, it might be a more general issue with losing focus / moving the mouse outside of the canvas. I could reproduce something similar with the brush tool when adjusting...

I've rebased this on top of the latest changes - the `RectangleInt` struct is much more usable now without any manual bindings 👍 The two awkward things I encountered are:...

I think right click + drag will move the active text around, but this could be improved to be more discoverable (e.g. just left click + dragging around the border...

Here is it working for me - I'm on a laptop though so this is happening via two finger click and drag on the touchpad, so I'm not sure if...