Re: [Gimp-developer] GimpToolbox (Hacking GIMP)

2009-08-06 Thread Jordan Stinson
Thanks. On Wed, Aug 5, 2009 at 1:23 PM, Sven Neumann s...@gimp.org wrote: Hi, On Wed, 2009-08-05 at 10:16 -0400, Jordan Stinson wrote: I was wondering what property of the toolbox makes it stay above all other windows? The toolbox has the 'utility' window hint set and most window

[Gimp-developer] GimpToolbox (Hacking GIMP)

2009-08-05 Thread Jordan Stinson
Hi Everyone, I was wondering what property of the toolbox makes it stay above all other windows? Is it possible to have another window stay above the toolbox? I tried to do this using the gtk_window_set_keep_abovehttp://library.gnome.org/devel/gtk/2.15/GtkWindow.html#gtk-window-set-keep-above

Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-07-13 Thread Jordan Stinson
Hi, Could someone tell me the location of this file? I found it way back when I originally asked the question, but I can't find it anymore. Thanks, Jordan On Tue, Jun 16, 2009 at 9:36 PM, David Gowers 00a...@gmail.com wrote: toolrc On Wed, Jun 17, 2009 at 11:00 AM, Jordan

Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-07-13 Thread Jordan Stinson
Hi, I meant toolrc. Sorry if that wasn't clear. Thanks, Jordan On Mon, Jul 13, 2009 at 3:35 PM, Martin Nordholts ense...@gmail.com wrote: On 07/13/2009 09:27 PM, Jordan Stinson wrote: Hi, Could someone tell me the location of this file? Hi, Do you mean menus/image-menu.xml.in

Re: [Gimp-developer] connecting to update signal in uimanager

2009-07-01 Thread Jordan Stinson
Yes, this helps. Thanks! - Jordan On Wed, Jul 1, 2009 at 12:41 AM, Martin Nordholts ense...@gmail.com wrote: On 07/01/2009 12:08 AM, Jordan Stinson wrote: static void toolbox_create_commands (GimpToolbox *toolbox, GimpContext *context

Re: [Gimp-developer] connecting to update signal in uimanager

2009-06-30 Thread Jordan Stinson
reason why when I subscribe to the update signal in the UIManager, the update data I set doesn't make it back to my callback function? Thanks, Jordan On Tue, Jun 30, 2009 at 12:54 AM, Martin Nordholts ense...@gmail.comwrote: On 06/30/2009 02:02 AM, Jordan Stinson wrote: Hi there, I'm

[Gimp-developer] sensitive actions (Hacking GIMP)

2009-06-23 Thread Jordan Stinson
Hi all, I'm trying to figure out which menu items are sensitive. It looks to me as though this property is usually changed when the ui manager updates the actions groups which updates the actions. I'm adding some additional items to the toolbox (as a test, I'm adding some layer actions). At the

Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread Jordan Stinson
wrote: Jordan Stinson wrote: Thanks for the tips. Just one quick question though. What do you mean by installing the menu.xml.in http://xml.in file? What's the difference between that file and the menu.xml file? Look in menus/Makefile.am, *.xml.in is processed with xsltproc into *.xml

Re: [Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-16 Thread Jordan Stinson
, 2009 at 8:33 PM, Simon Budig si...@budig.de wrote: Jordan Stinson (jordan.stinso...@gmail.com) wrote: Hi,I'm trying (for starters) to make the hue saturation tool visible in the toolbox. Uhm, actually there is no need to start hacking for this: 1) Go to Windows - Dockable Dialogs - Tools

Re: [Gimp-developer] Hacking gimp

2009-06-02 Thread Jordan Stinson
Hi, Thanks! That's exactly what I needed. - Jordan On Mon, Jun 1, 2009 at 11:44 PM, Martin Nordholts ense...@gmail.com wrote: Jordan Stinson wrote: Hi, I'm attempting to add new files to the app/widgets directory. I've added a .h and a .c file and the compiler tries to compile it. I seem

[Gimp-developer] Hacking GIMP - Gimp top level menu

2009-06-02 Thread Jordan Stinson
Hi, I was wondering how the top level menu for GIMP is created (The one with these items: File, Edit, Select, View, Image, etc. ). I want to add a menu item to this menu and I'm kind of lost as to where to start. If someone could tell me where to hunt around in the code for this and give me an

[Gimp-developer] Hacking gimp

2009-06-01 Thread Jordan Stinson
Hi, I'm attempting to add new files to the app/widgets directory. I've added a .h and a .c file and the compiler tries to compile it. I seem to be able to compile code in these files however, when I try to include gimp.h, I get an error in gimpobject.h line 35 saying something like, expected