Re: [Gimp-developer] Mac native version of GIMP

2007-07-18 Thread Axel Wernicke
Hi, there are two projects that might interest you: - there is a project that "ported" the GTK+ backend to OS X, meaning there is hope to run any GTK application (e.g. GIMP) on OS X without X11 soon. For more information have a deeper look into the gtk devel mailinglist over at gtk.org - there

Re: [Gimp-developer] Script-Fu/tinyscheme: using scheme_call?

2007-07-18 Thread saulgoode
I have made some progress with calling Scheme functions from C but do not really understand the details and am uncertain if I am doing things correctly. I modified the 'scheme_call()' routine to the following: void scheme_call(scheme *sc, pointer func, pointer args) { pointer stack

[Gimp-developer] Mac native version of GIMP

2007-07-18 Thread Esteban Barahona
Hi all, Are there plans for porting GIMP to Mac OS X using Aqua and not X11? I'm interested in learning how to code user interfaces and in helping the free software community (since it has developed so many useful software that I use daily). I've used GIMP for Linux and Windows but not for Mac. I

Re: [Gimp-developer] 2.3 Memory usage and leaks

2007-07-18 Thread Sven Neumann
Hi, On Wed, 2007-07-18 at 13:10 -0700, Akkana Peck wrote: > That's a good point! But surprisingly, stripping the gimp-2.3 binary > and all the libraries in lib doesn't make much difference -- the > stripped 2.3 still takes 33M at startup. > > Top showed: > VIRT RES SHR

Re: [Gimp-developer] 2.3 Memory usage and leaks

2007-07-18 Thread Akkana Peck
Sven Neumann writes: > What does gmemusage display? Does it only look at malloc'ed pages or > does it also take code size into account? I'm not sure. I think it's all of the above. > On Fri, 2007-07-13 at 15:47 -0700, Akkana Peck wrote: > > I played around with gmemusage to get a feel for what wa

Re: [Gimp-developer] Gimp Ruby - there is huge interest!!

2007-07-18 Thread Danko Dolch
Hi Scott! Unfortunately I never found some Gimp Ruby news on a Ruby related site - and I've searched a lot. I'm a bit uncomfortable with Scheme - wrote some simple scripts but if it comes more complex I struggle with the Scheme syntax and get knots in my brain - outch ;-) Had a look to Python

Re: [Gimp-developer] Getting Screenshots directly into GIMP on different operationg systems

2007-07-18 Thread Sven Neumann
Hi, On Wed, 2007-07-18 at 12:26 +0200, Akki Nitsch wrote: > The thing is that it is NOT possible to get the screenshot into GIMP > via clipboard Please ask Apple to fix their X11 server then. This is basic functionality that should be supported. You paid for this operating system, didn't you?

Re: [Gimp-developer] Getting Screenshots directly into GIMP on different operationg systems

2007-07-18 Thread Akki Nitsch
Hi Sven, thanks for your reply. Of course it's possible to take screenshots under Mac OS - but in a very clumsy way: 1. Use the system-wide keyboard shortcuts for taking screenshots into the Clipboard: Control + Shift + Command + 3> a shot from the entire screen Control + Shift + Comman