Raphael Quinet wrote: > [...] Here is a summary of the changes [...] I may have missed some of the discussion on these, but here are some comments. > - Use the PDB for all interactive tools. All actions that can be > performed by clicking somewhere in the image window (painting, > selecting, picking a color, moving guides, panning, zooming, ...) > must be able to trigger a PDB call. To avoid horrible amounts of overhead, I'm guessing that it should be enough (in most cases) to trigger on button up, and send a vector of cursor positions.