Re: [Gimp-developer] Support for SpaceNavigator

2009-08-24 Thread Sven Neumann
Hi, On Sun, 2009-08-23 at 15:52 +0200, Håvard Tørring wrote: > It took me a little while to dig through the various layers, but I > think I am approaching something that might end up as useful. One > problem is that the events that are generated are qued up if the > actions does not perform fast

Re: [Gimp-developer] Support for SpaceNavigator

2009-08-23 Thread Håvard Tørring
Hi, It took me a little while to dig through the various layers, but I think I am approaching something that might end up as useful. One problem is that the events that are generated are qued up if the actions does not perform fast enough. The SpaceNavigator outputs a lot of events, and especially

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-29 Thread Sven Neumann
Hi, On Mon, 2009-06-29 at 22:58 +0200, Håvard Tørring wrote: > I am testing this with panning by mapping events from 3dconnexion to > view-scroll-up/down/left/ > right. In the mentioned function, the if test fails on > GIMP_ENUM_ACTION (action)->value_variable returning 0. I assume this > means th

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-29 Thread Håvard Tørring
I am testing this with panning by mapping events from 3dconnexion to view-scroll-up/down/left/right. In the mentioned function, the if test fails on GIMP_ENUM_ACTION (action)->value_variable returning 0. I assume this means that the view-scroll actions does not take any value. Is this correct? Are

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-22 Thread Sven Neumann
On Mon, 2009-06-22 at 21:41 +0200, Håvard Tørring wrote: > OK, I'll give it a try,.. > > I have a little problem getting into the code. I am new to the gtk > environment, the event handling and much of the gui stuff, so > unfortunately the learning curve is pretty steep. Anyhow, this is what > I h

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-22 Thread Håvard Tørring
OK, I'll give it a try,.. I have a little problem getting into the code. I am new to the gtk environment, the event handling and much of the gui stuff, so unfortunately the learning curve is pretty steep. Anyhow, this is what I have found. As far as I can see, the following line in gimpcontroller

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-16 Thread Alexandre Prokoudine
On Tue, Jun 16, 2009 at 12:48 AM, Sven Neumann wrote: > Not that I know of. Logitech sent me one of these devices a while ago > and promised they would contribute code to use it in GIMP. We fixed some > issues with the Linux Input code then, but never really finished this. > And there hasn't been

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-15 Thread Sven Neumann
Hi, On Mon, 2009-06-15 at 20:30 +0200, Håvard Tørring wrote: > The problem with this approach is that gimp ignores the value of the > events, making it unusable. Browsing around the source code, I have > identified that the events from the navigator are correctly identified > in controller_linux_

Re: [Gimp-developer] Support for SpaceNavigator

2009-06-15 Thread Simon Budig
Håvard Tørring (htoer...@gmail.com) wrote: > Hello, > > I have a 3dconnexion space navigator that I would love to be able to use to > pan and zoom the images in gimp. Yay, I have one of these as well. Please hack on that :-) > The problem with this approach is that gimp ignores the value of the

[Gimp-developer] Support for SpaceNavigator

2009-06-15 Thread Håvard Tørring
Hello, I have a 3dconnexion space navigator that I would love to be able to use to pan and zoom the images in gimp. Googling around, I have found a few references to the topic, but as far as I can see, there's no solution yet. The following link describes how to use the input controller module of