Re: [Gimp-developer] tile ref count balance warning

2008-02-27 Thread Liam R E Quin
On Wed, 2008-02-27 at 00:04 -0500, Brennan Sellner wrote: > > Basically this means that your plug-ins creates drawables and doesn't > > destroy them later nor does it attach them to any image. For what it's worth I've been getting these warnings, using only "core" plugins (gaussian blur, resize,

Re: [Gimp-developer] tile ref count balance warning

2008-02-27 Thread Bill Skaggs
It isn't tile *allocation* that matters here, it is tile *locking*, and locking only happens in one place, tile_lock() in app/base/tile.c. It should be pretty straightforward for you to throw some debugging code in there. As I wrote before, though, tile locking happens *a lot*. Many internal oper

[Gimp-developer] GEGL-0.0.16

2008-02-27 Thread Øyvind Kolås
GEGL 0.0.16 ⎺⎺⎺ GEGL is a graph based image processing framework offering non-destructive image processing and compositing on large images. GEGL is suitable for projects ranging from small one-off projects to interactive applications. Changes in this release ⎺⎺⎺ • Inst

Re: [Gimp-developer] Adding SpaceNavigator support

2008-02-27 Thread Ettore Pasquini
On 2/26/08 7:52 PM, "Ettore Pasquini" <[EMAIL PROTECTED]> wrote: > So, after building GIMP I noticed the presence of a "Linux Input" entry > under the available controllers. I added that to the Active list and I even > saw a "3Dconnexion SpacePilot" entry under the Device list. However when I >