Re: [Gimp-developer] Extending GPConfig

2004-09-09 Thread Sven Neumann
Hi, here's another preview update for you. A while ago this has been written here: > (1) Add a popup menu (to GimpPreview) that allows to configure the > checkerboard per preview instance. This has been done in the meantime. The menu API might need some changes to allow for these menu items

Re: [Gimp-developer] Extending GPConfig

2004-09-03 Thread Sven Neumann
Hi, just FYI: we've by now done the discussed changes to the GPConfig struct. GimpPreviewArea has been changed to make the checkerboard pattern configurable and GimpDrawablePreview already passes the config values to the preview area. What remains to be done is: (1) Add a popup menu (to GimpPrevi

Re: [Gimp-developer] Extending GPConfig (was: Should the checkerboard be linked to the window or to the image?)

2004-09-02 Thread Manish Singh
On Thu, Sep 02, 2004 at 08:08:23PM +0200, Michael Natterer wrote: > struct _GPConfig > { > guint32 version; > guint32 tile_width; > guint32 tile_height; > gint32 shm_ID; > gdouble gamma; > gint8install_cmap; > gint8show_tool_tips; > gint32 min_colors; > gint32 gd