RE: [Gimp-developer] Tool API [LONG!]

2003-04-03 Thread Austin Donnelly
[...] the_gimp should not be accessed directly, and tile_manager is probably too ugly for tool developers with weak stomachs. Not clear; iscissors uses a custom tile manager which supplies tiles containing gradient/direction information. This way, the expensive calculation of this info is

Re: [Gimp-developer] Keybindings

2003-04-03 Thread Owen
On Wed, 2 Apr 2003 08:47:27 +1000 Owen [EMAIL PROTECTED] wrote: I've re-updated keybindings.txt,tex and pdf to match the cvs as at 31 Mar. The text file now lines up is ok in Mozilla and with less and it's is its The keybinding reassignment paragraph rewritten, thanks Raphaƫl

Re: [Gimp-developer] Plug-in preview API proposal

2003-04-03 Thread David Necas (Yeti)
On Thu, Apr 03, 2003 at 04:07:34AM +0200, Ernst Lippe wrote: On Thu, 03 Apr 2003 02:15:42 +0200 Excuse me, but which reentrancy problem has been eliminated? Does it mean the render function no longer needs to be reentrant? Yes, just added some book-keeping to preview, and it seems to

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Sven Neumann
Hi, as Nathan already pointed out, the name GimpPreview doesn't fit overly well for the core widget so we will most probably rename it soon and the plug-in preview can become GimpPreview. Now we just need a name for the core widget. GimpView seems to be a possible choice here. Salut, Sven

Re: [Gimp-developer] Tool API [LONG!]

2003-04-03 Thread Sven Neumann
Hi, Nathan Carl Summers [EMAIL PROTECTED] writes: Here is a list of all the symbols currently used by the current tools, courtesy of nm tools/*.o paint/*.o | cut -b 10- | grep ^T | cut -b 3- | sort | uniq this list clearly shows that tools use almost everything in the core API (if we can

Re: [Gimp-developer] Keybindings

2003-04-03 Thread Sven Neumann
Hi, Owen [EMAIL PROTECTED] writes: I've re-updated keybindings.txt,tex and pdf to match the cvs as at 31 Mar. http://www.webone.com.au/~oc/gimp/keybindings.pdf http://www.webone.com.au/~oc/gimp/keybindings.tex http://www.webone.com.au/~oc/gimp/keybindings.txt I've committed the

[Gimp-developer] [PATCH] MAXPATHLEN bug on GNU

2003-04-03 Thread Robert Millan
hello! MAXPATHLEN is used unconditionaly in gimp's sources. POSIX allows not to define it, so systems that don't have a path length limit, like GNU, break on building the gimp. please apply this little patch to fix it: --- gimp1.2-1.2.3/app/app_procs.c.old 2003-03-29 19:39:54.0 +0100

Re: [Gimp-developer] [Q] Future of Gimp

2003-04-03 Thread Jakub Steiner
V So, 29. 03. 2003 v 02.24, Daniel Carrera napsal: The main thing is that it can step through images. When you click on a different image it doesn't open a new window with the image, rather it replaces the image in the already-open window by the one you selected. In this way, you can step

Re: [Gimp-developer] [PATCH] MAXPATHLEN bug on GNU

2003-04-03 Thread Sven Neumann
Hi, Robert Millan [EMAIL PROTECTED] writes: MAXPATHLEN is used unconditionaly in gimp's sources. POSIX allows not to define it, so systems that don't have a path length limit, like GNU, break on building the gimp. generally, you should use Bugzilla (http://bugzilla.gnome.org/) to report such

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Branko Collin
On 3 Apr 2003, at 1:24, Ernst Lippe wrote: My Webster's lists prevue as a synonym for preview (to me this appears to be the original French root of the word). Does GimpPrevue sound very weird for native English speakers? What do the two different GimpPreviews do? If they are so alike, why

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Branko Collin
On 3 Apr 2003, at 4:13, Ernst Lippe wrote: On Wed, 02 Apr 2003 16:05:52 -0800 Jeshua Lacock [EMAIL PROTECTED] wrote: On Wednesday, April 2, 2003, at 03:41 PM, Kevin Myers wrote: Personally I don't think that it sounds too bad at all, especially considering the lack of other decent

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Ernst Lippe
On Thu, 03 Apr 2003 02:00:22 +0200 Branko Collin [EMAIL PROTECTED] wrote: What do the two different GimpPreviews do? If they are so alike, why are there two different versions? Please explain it to me as if I did not understand programming at all (which I don't, so it will be very easy for

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Ernst Lippe
On Fri, 04 Apr 2003 00:05:47 +0200 Branko Collin [EMAIL PROTECTED] wrote: Perhaps you two are using different meanings for 'amateur': one being 'unpaid', the other 'low-quality'. Of course, in the old days, amateur meant 'noble', 'high-quality', because an amateur was something who did

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Branko Collin
On 4 Apr 2003, at 2:41, Ernst Lippe wrote: On Thu, 03 Apr 2003 02:00:22 +0200 Branko Collin [EMAIL PROTECTED] wrote: What do the two different GimpPreviews do? If they are so alike, why are there two different versions? Please explain it to me as if I did not understand programming at

Re: [Gimp-developer] [PATCH] MAXPATHLEN bug on GNU

2003-04-03 Thread Patrick McFarland
On 03-Apr-2003, Sven Neumann wrote: well, actually this is just an initialization and MAXPATHLEN is a rather bad choice anyway. I'll just change it to some sane fixed value instead. So _what is_ a good sane fixed value? -- Patrick Diablo-D3 McFarland || [EMAIL PROTECTED] Computer games don't

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Sven Neumann
Hi, Branko Collin [EMAIL PROTECTED] writes: On 4 Apr 2003, at 2:41, Ernst Lippe wrote: On Thu, 03 Apr 2003 02:00:22 +0200 Branko Collin [EMAIL PROTECTED] wrote: What do the two different GimpPreviews do? If they are so alike, why are there two different versions? Please explain it

Re: [Gimp-developer] [PATCH] MAXPATHLEN bug on GNU

2003-04-03 Thread Sven Neumann
Hi, Patrick McFarland [EMAIL PROTECTED] writes: On 03-Apr-2003, Sven Neumann wrote: well, actually this is just an initialization and MAXPATHLEN is a rather bad choice anyway. I'll just change it to some sane fixed value instead. So _what is_ a good sane fixed value? any value is as

Re: [Gimp-developer] Preview widget name

2003-04-03 Thread Tino Schwarze
On Fri, Apr 04, 2003 at 08:39:41AM +0200, Sven Neumann wrote: What do the two different GimpPreviews do? If they are so alike, why are there two different versions? Please explain it to me as if I did not understand programming at all (which I don't, so it will be very easy for me

Re: [Gimp-developer] [PATCH] MAXPATHLEN bug on GNU

2003-04-03 Thread Robert Millan
On Thu, Apr 03, 2003 at 02:09:34PM +0200, Sven Neumann wrote: Hi, generally, you should use Bugzilla (http://bugzilla.gnome.org/) to report such problems. In this particular case, I'll take care of fixing it right now, so there's no need to open a bug report for it. Sorry. I looked for a