[Gimp-developer] Why artificially constrain toolbox window size?

2010-05-27 Thread Martin Nordholts
Hi, Right now, we put an artificial constraint on the toolbox dock window to make it resizeable only in tool button sized increments. If there is a dockable dialog present, the constraint is only on the width. If there are no dockables, the constraint is both on the width and the height.

Re: [Gimp-developer] Why artificially constrain toolbox window size?

2010-05-27 Thread Thorsten Wilms
On Thu, 2010-05-27 at 09:18 +0200, Martin Nordholts wrote: The GtkToolPalette widget that hosts the buttons is able to nicely distribute available space among the buttons, so I would like to remove the resize constraint and make the toolbox dock window freely resizeable. The attached patch

[Gimp-developer] strange ) character in two strings

2010-05-27 Thread Cristian Secară
What is the purpose of the ending ) in these strings ? #: ../plug-ins/common/file-xmc.c:1512 #, c-format msgid Width of '%s' is too large. Please reduce more than %dpx) #: ../plug-ins/common/file-xmc.c:1519 #, c-format msgid Height of '%s' is too large. Please reduce more than %dpx) Cristi --

[Gimp-developer] Looking for guidance on implementing a plugin

2010-05-27 Thread Rob Antonishen
Hi- I am writing a c plugin to scale a layer. (This is much as an exercise for me as anything). I have looked at a few examples and they handle things differently - Create a new image with a new layer the new size - Create a new layer in the existing image just above the input layer -

Re: [Gimp-developer] Why artificially constrain toolbox window size?

2010-05-27 Thread Martin Nordholts
On 05/27/2010 09:36 AM, Thorsten Wilms wrote: On Thu, 2010-05-27 at 09:18 +0200, Martin Nordholts wrote: The GtkToolPalette widget that hosts the buttons is able to nicely distribute available space among the buttons, so I would like to remove the resize constraint and make the toolbox dock

Re: [Gimp-developer] Why artificially constrain toolbox window size?

2010-05-27 Thread Michael Natterer
On Thu, 2010-05-27 at 09:18 +0200, Martin Nordholts wrote: Hi, Right now, we put an artificial constraint on the toolbox dock window to make it resizeable only in tool button sized increments. If there is a dockable dialog present, the constraint is only on the width. If there are no

Re: [Gimp-developer] strange ) character in two strings

2010-05-27 Thread Martin Nordholts
On 05/27/2010 02:10 PM, Cristian Secară wrote: What is the purpose of the ending ) in these strings ? #: ../plug-ins/common/file-xmc.c:1512 #, c-format msgid Width of '%s' is too large. Please reduce more than %dpx) #: ../plug-ins/common/file-xmc.c:1519 #, c-format msgid Height of '%s' is

Re: [Gimp-developer] Why artificially constrain toolbox window size?

2010-05-27 Thread Christopher Curtis
On Thu, May 27, 2010 at 12:48 PM, Michael Natterer mi...@gimp.org wrote: On Thu, 2010-05-27 at 09:18 +0200, Martin Nordholts wrote: The GtkToolPalette widget that hosts the buttons is able to nicely distribute available space among the buttons, so I would like to remove the resize