Re: [Gimp-developer] Unified Transform Tool - Hide the starting image

2015-03-07 Thread C R
While we're at it, can we set the default for "guides" to 0? It's another thing that persistently gets in the way of viewing the transform, every time, without fail. On Fri, Mar 6, 2015 at 11:11 AM, Joseph Bupe wrote: > Hi. > > Could we have an option to hide the original image while the transf

Re: [Gimp-developer] handle transform tool

2015-03-07 Thread scl
> With Peter's departure I don't really have a suggestion how to deal > with this kind of a situation. It's great that people contribute code, > and I'm thankful to them. But do we want to pile underdesigned >features up again? Personally, I wouldn't like to see the project to > go back to pre-200

Re: [Gimp-developer] Unified Transform Tool - Hide the starting image

2015-03-07 Thread Øyvind Kolås
The transform tool code is a straight port of how things were done in GIMP-2.8 to GEGL ways; and thus contains many optimizations and architectural details/constraints that no longer apply. Removing these, in particular the old way of doing previews; and manipulating a live GEGL graph instead; woul