Re: [Gimp-user] Re: Windows file dialog

2005-06-08 Thread Sven Neumann
Hi, Olivier Ripoll <[EMAIL PROTECTED]> writes: > Longer answer: > If you are a skilled gtk programmer, you can provide a patch to change > the gimp to use the "common" one or to emulate its look. However, I am > not enough an expert to evaluate the possibility that it could > integrate well with

Re: [Gimp-user] rounding in gimp

2005-06-08 Thread Sven Neumann
Hi, Daniela Dyrynková <[EMAIL PROTECTED]> writes: > Can I ask how do I round numbers in gimp? Is there such a Script-Fu > function? Or should i write it? I have trouble determining what > functions exists in S-F and what not. (trunc (+ value 0.5)) should do the trick for positive numbers. There

Re: [Gimp-user] Windows file dialog

2005-06-08 Thread Timo Steuerwald
Wolfgang Bauer schrieb: Hi under windows, a long time ago i tested this one: http://registry.gimp.org/plugin?id=3908 this might be what you are searching Thanks! This should be the right thing :-) Bye, Timo ___ Gimp-user mailing list Gimp-user

[Gimp-user] Sony Ericsson Theme Creator

2005-06-08 Thread Adam Cooper
Hello all, I'm currently using the Theme Creator for my mobile phone on linux under wine. It works great. I've been following the guides provided to create the images necessary using the GIMP and have run into a small snag. The guide is available here: http://developer.sonyericsson.com/site/globa

Re: [Gimp-user] Windows file dialog

2005-06-08 Thread Wolfgang Bauer
On Tue, 07 Jun 2005 21:13:43 +0200 Timo Steuerwald <[EMAIL PROTECTED]> wrote: > Hello all, > > is there a way how I can get the common windows open and save file > dialog in the windows version of GIMP? > > Bye, > > Timo > ___ > Gimp-user mailing lis

RE: [Gimp-user]

2005-06-08 Thread Stacey Hawkins
THANK YOU! I will try the install tonight and let everyone know how it goes. >Eric P wrote: >There's a file called ps-menurc in (I think) a folder called 'etc' >in Gimp's install directory. This file will map 100+ Photoshop >key mappings for the Gimp. >Check here for directions on installing

[Gimp-user] test

2005-06-08 Thread Daniela Dyrynková
sorry, my posts got lost ___ Gimp-user mailing list Gimp-user@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

[Gimp-user] Re: Windows file dialog

2005-06-08 Thread Olivier Ripoll
Timo Steuerwald wrote: Hello all, is there a way how I can get the common windows open and save file dialog in the windows version of GIMP? Bye, Timo Hi Timo, Short answer: no. Longer answer: If you are a skilled gtk programmer, you can provide a patch to change the gimp to use the "comm