[Gimp-developer] Change size and ratio of Gimp Preview

2008-04-16 Thread Nicolás Serrano Martínez Santos
Hi! I'm trying to develop an interface of a plugin and I would like to use a rectangular gimp preview widget. Despite I've been looking over the documentation of this class and the parents in GTK+ the widgets is always square. In the code of gimppreview at gimp_preview_init i've find this:

[Gimp-developer] Assigned GSoc Mentors, final ranking, LGM invitations

2008-04-16 Thread Michael Schumacher
Hi, Assignment == I've just assigned the mentors to the projects they volunteered for. In most cases, this has been an easy choice :) Both Joao and Manish did volunteer for the same python project, so we have to get this sorted out. Final Ranking = We have now five

Re: [Gimp-developer] Change size and ratio of Gimp Preview

2008-04-16 Thread Nicolás Serrano Martínez Santos
Thanks for the advice. I've tried using ZoomPreview and it adjust to the drawable ratio. If i create a rectangular drawable the widget will be rectangular, what i want (let's see if i can be clear) is to adjust the width and height of the preview widget. It's adjusted to the drawable ratio