Re: [Gimp-developer] color management

2004-07-06 Thread Sven Neumann
Hi, Tor Lillqvist [EMAIL PROTECTED] writes: Er, what's linear about sRGB? It's gamma encoded (and that's a good thing). Doesn't the term linear in the context of colour spaces mean one with components that are linear in intensity, i.e. a linear transformation of the CIEXYZ colour space,

Re: [Gimp-developer] Image cut-n-paste; Mac clipboard plugin

2004-07-06 Thread Sven Neumann
Hi, Tor Lillqvist [EMAIL PROTECTED] writes: Sven Neumann writes: What is the state of support for the GDK clipboard in the win32 backend? For the *GDK* clipboard only cutpaste of text is supported. The winclipboard plug-in uses the Windows clipboard directly. Michael reported

Re: [Gimp-developer] Image cut-n-paste; Mac clipboard plugin

2004-07-06 Thread Tor Lillqvist
When I started to implement the GDK clipboard functionality I was hoping there was better support for it in the win32 GDK backend. Thinking a bit more on it, adding support for cutpaste of images to gdk/win32 would probably not be hard at all. Much code from winclipboard.c can be reused. For

Re: [Gimp-developer] Image cut-n-paste; Mac clipboard plugin

2004-07-06 Thread Sven Neumann
Hi, Tor Lillqvist [EMAIL PROTECTED] writes: When I started to implement the GDK clipboard functionality I was hoping there was better support for it in the win32 GDK backend. Thinking a bit more on it, adding support for cutpaste of images to gdk/win32 would probably not be hard at all.

[Gimp-developer] GUADEC, gimp convention and gimp developers

2004-07-06 Thread Carol Spears
the gimp convention was a wonderful event. not only are the gimp developers smart and fun, but they were gentlemen as well. thank you everyone who was involved in such a wonderful experience and who helped or contributed to include me. carol ___

[Gimp-developer] rearranging ToolboxXtns Menu

2004-07-06 Thread Carol Spears
hi, i took out a bug report on this: http://bugzilla.gnome.org/show_bug.cgi?id=145507 i am also still jet lagged from the very wonderful conference experience (OT, if we had had one more day in Norway, the plan was to WAR Drive Bergin and get beta back in action; we had a WiFi Sniffing gimp

[Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
Greetings, everyone. For some months now I have been working on a new plug-in for the 2.1 version of GIMP. I have been calling this new plug-in Tiny-Fu. Some of the people on this list who use the #gimp IRC channel have already heard about this plug-in. Tiny-Fu is a plug-in for the 2.1 (and

[Gimp-developer] Windows CE port?

2004-07-06 Thread Zack
Hi, Has anyone begun or even thought about a Windows CE port of The GIMP (and GTK+)? I think it would be a useful tool for use by hobbyists and photographers on the road, especially when WinCE devices come along that have actual hard drives. Thanks. Do you Yahoo!? Yahoo! Mail Address

Re: [Gimp-developer] rearranging ToolboxXtns Menu

2004-07-06 Thread Sven Neumann
Hi, Carol Spears [EMAIL PROTECTED] writes: I also attached a version of web-browser.scm that reflects some of these proposed changes. Before GIMP 2.0 we basically agreed that we should not have any external links in our menus. The reason for that is that we don't have any control over these

Re: [Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Sven Neumann
Hi, Kevin Cozens [EMAIL PROTECTED] writes: I have created a web page for Tiny-Fu. The URL for the page is: http://www.interlog.com/~kcozens/software/gimp/tiny-fu.html A tarball of Tiny-Fu is available but at the moment it must be hooked in to the GIMP 2.1 source tree using the supplied patch

Re: [Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Simon Budig
Sven Neumann ([EMAIL PROTECTED]) wrote: (1) Is Tiny-Fu supposed to run scripts written for Script-Fu? If so, will this be some kind of compatibility layer or perhaps just a script that helps to convert old scripts? There are a few small differences between Tiny-Scheme and SIOD, some of

[Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Markus Triska
You wrote: Tiny-Fu is a plug-in for the 2.1 (and later) series of the http://www.gimp.org/GIMP. It is essentially a modified version of the Script-Fu plug-in but with some major differences. The main difference is in the Scheme interpreter being used. TinyScheme does not support arrays at

Re: [Gimp-developer] rearranging ToolboxXtns Menu

2004-07-06 Thread David Neary
Hi Carol, Carol Spears wrote: the bug report suggests this rearrangement of the Xtns menu (which is a huge mess if you install all of the difference scripting options that the linux gimp has): Agreed :) The New Structure Toolbox/Xtns/: * Perl -- snip * Script-Fu -- snip

[Gimp-developer] Improving the mouse wheel zoom

2004-07-06 Thread Stan Gatchel
All, I really enjoy and use GIMPv2 a lot. One small improvement I recommend is when zooming with mouse wheel (shift key down) have it zoom in to the location of the cursor, i.e, instead of zooming into the frame at the center (which is what I think GIMP currently does). When I do this now, I

Re: [Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
At 01:18 PM 07/06/2004, Sven Neumann wrote: We talked about script-fu and tiny-fu at GIMPCon and agreed that we'd like to see Script-Fu removed from the GIMP source tree as soon as Tiny-Fu is available as a separate package that can replace it. The Tiny-Fu tarball can exist in the GIMP source tree

Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
At 02:18 PM 07/06/2004, Markus wrote: TinyScheme does not support arrays at the moment - do you plan to implement this feature (i.e., fork TinyScheme), or is such a feature planned by the TinyScheme developers? No, I do NOT want to fork TinyScheme. I am trying to keep patches to TinyScheme which

Re: [Gimp-developer] Improving the mouse wheel zoom

2004-07-06 Thread Joao S. O. Bueno
I like this idea. Stan, would you mind filling this as a request feature at GIMP bugzilla? It helps developers keep track of the features wanted, and you will have some feedback on it each time it is considered, or implemented, by the developers. http://bugs.gimp.org Thank you. JS

Re: [Gimp-developer] Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
At 03:27 PM 07/06/2004, Joao wrote: One of the major showstopers for script-fu as of lately is it inability to handle UTF-8 strings. Is tiny scheme able to do so? No, TinyScheme does not handle UTF-8 strings. UTF-8 support is already on the ToDo list since Sven already raised the issue on #gimp.

Re: [Gimp-developer] Improving the mouse wheel zoom

2004-07-06 Thread Philip Lafleur
Joao S. O. Bueno wrote: Stan, would you mind filling this as a request feature at GIMP bugzilla? There is already a report about this on bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=79384 Philip ___ Gimp-developer mailing list [EMAIL PROTECTED]

Re: [Gimp-developer] rearranging ToolboxXtns Menu

2004-07-06 Thread David Neary
Moin Mlle Spears, Carol Spears wrote: there are things that belong directly to the scripting things that get used when writing scripts. if you are writing script-fu, the python console is of no use to you, for instance. i put only things that would be useful for writing scripts into these

Re: [Gimp-developer] Improving the mouse wheel zoom

2004-07-06 Thread Michael Schumacher
Joao S. O. Bueno wrote: I like this idea. Stan, would you mind filling this as a request feature at GIMP bugzilla? It helps developers keep track of the features wanted, and you will have some feedback on it each time it is considered, or implemented, by the developers. http://bugs.gimp.org

Re: [Gimp-developer] rearranging ToolboxXtns Menu

2004-07-06 Thread Carol Spears
On Tue, Jul 06, 2004 at 09:47:50PM +0200, David Neary wrote: Moin Mlle Spears, Carol Spears wrote: there are things that belong directly to the scripting things that get used when writing scripts. if you are writing script-fu, the python console is of no use to you, for instance. i

Re: [Gimp-developer] Windows CE port?

2004-07-06 Thread Sven Neumann
Hi, Zack [EMAIL PROTECTED] writes: Has anyone begun or even thought about a Windows CE port of The GIMP (and GTK+)? I think it would be a useful tool for use by hobbyists and photographers on the road, especially when WinCE devices come along that have actual hard drives. Please propose

[Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Markus Triska
I have no objections if you would like to update some of the scripts which use arrays. I would suggest you contact me before hand so I can provide a list of the scripts which need to be updated to avoid duplicating work. These scripts (included with 2.0) currently use arrays: addborder.scm

[Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Markus Triska
Are any of them already ported? If not, I will change them to not use arrays. Well, at least the trivial cases (where the arrays are used only inside the script) - there are some PDB functions that use arrays as arguments or as return values, and I don't know what to do with them, for

[Gimp-developer] easy questions

2004-07-06 Thread Zack
Hi folks, I have a couple basic questions for the people who know the GIMP code well. The first is, how intimately is the GIMP tied to GTK+? The second is, I haven't looked at the code at all, but is the GIMP multithreaded and/or does it absolutely require a multitasking OS? Thank you... Do you

Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Sven Neumann
Hi, Markus Triska [EMAIL PROTECTED] writes: Are any of them already ported? If not, I will change them to not use arrays. Well, at least the trivial cases (where the arrays are used only inside the script) - there are some PDB functions that use arrays as arguments or as return

Re: [Gimp-developer] easy questions

2004-07-06 Thread Sven Neumann
Hi, Zack [EMAIL PROTECTED] writes: I have a couple basic questions for the people who know the GIMP code well. The first is, how intimately is the GIMP tied to GTK+? Most of the core code (but none of the plug-ins) has a clean separation of the GUI from the core functionality. However since

Re: [Gimp-developer] Re: Tiny-Fu: A new plug-in for GIMP

2004-07-06 Thread Kevin Cozens
On Tue, 2004-07-06 at 19:45, Sven Neumann wrote: The fact that the PDB uses arrays doesn't necessarily mean that a language binding such as Tiny-Fu needs to represent them as arrays. One of the most annoying bits of Script-Fu is that it forces you to work with arrays even though the natural