Re: [Gimp-developer] Shifting rotation grid with center of rotation: need help/feedback

2009-04-06 Thread gg
Omari Stephens wrote: > Hi, all > > I'm working on a patch which shifts the rotation grid so that a grid > intersection always falls on the center of rotation. The simple use-case for > this functionality is when doing a corrective rotation in a photo with a > clear > horizontal or vertical o

Re: [Gimp-developer] Shifting rotation grid with center of rotation: need help/feedback

2009-04-06 Thread Martin Nordholts
Omari Stephens wrote: > Hi, all > > I'm working on a patch which shifts the rotation grid so that a grid > intersection always falls on the center of rotation. Hi! Here is my initial feedback on the patch: - k = tr_tool->ngx + tr_tool->ngy; + k = tr_tool->ngx + 2 + tr_tool->ng

Re: [Gimp-developer] mapping Wacom Bamboo buttons to GIMP functions

2009-04-06 Thread Michael J. Hammel
On Sun, 2009-04-05 at 16:33 -0600, Michael J. Hammel wrote: > How do you use the Configure Extended Input Devices dialog? The Bamboo > is recognized by xorg without any xorg.conf settings, but you have to > add some stuff to get the pad and eraser to be seen. That much appears > to be working. I