[Gimp-developer] Evaluation fo the project by SoC students

2006-09-01 Thread Dave Neary
Hi all, I plan to email the GIMP's Summer of Code students a small number of questions relating to their experiences of the Summer of Code with the GIMP. It's important for us as a project to evaluate how we're doing with new contributors, and accept criticism which helps us improve. The Summer

[Gimp-developer] Debugging GIMP using GDB

2006-09-01 Thread Massimo Perga
Hello all,   I'm currently debugging some issues in GIMP# framework under Win32: to do that I've built GIMP enabling the "--enable-debug" flag in the configuration phase. The problem is that gdb, when I try to attach the target or to run GIMP from it, writes that symbols aren't included in the exec

Re: [Gimp-developer] Evaluation fo the project by SoC students

2006-09-01 Thread Michael Schumacher
Von: Dave Neary <[EMAIL PROTECTED]> > * Which of the following ressources have you used during your SoC > project (Personal email to my mentor: public mailing lists: Wiki: CVS: > Bugzilla: IRC) Don't forget the websites, i.e. www.gimp.org and especially developer.gimp.org Michael -- Der GMX

Re: [Gimp-developer] contrast manipulation code in gimp

2006-09-01 Thread William Skaggs
From: Carlos Eduardo Rodrigues Diogenes <[EMAIL PROTECTED]> Date: Thu, 31 Aug 2006 22:02:09 -0300 >Hi, > >Where is the real contrast manipulation code in gimp? > >I look at the gimp_brightness_contrast, but I'm too lazy to see where >that wire code goes. This is definitely a reasonable question

Re: [Gimp-developer] Evaluation fo the project by SoC students

2006-09-01 Thread William Skaggs
From: Dave Neary <[EMAIL PROTECTED]> >I plan to email the GIMP's Summer of Code students a small number of >questions relating to their experiences ... One notable thing is that several students ended up working more closely with some other developer than with the person who was assigned as the

[Gimp-developer] Debugging GIMP using GDB

2006-09-01 Thread Massimo Perga
Hello all,   I'm currently debugging some issues in GIMP# framework under Win32: to do that I've built GIMP enabling the "--enable-debug" flag in the configuration phase. The problem is that gdb, when I try to attach the target or to run GIMP from it, writes that symbols aren't included in the exec

Re: [Gimp-developer] XCF spec

2006-09-01 Thread Florent Monnier
> Hi, > > now that the spec is in CVS, someone should review it and fix the places > where it is wrong with regard to the CVS version of GIMP. Like when it > states that only the bottom layer may be without an alpha channel. Hi, I'm searching through the CVS web viewer for the XCF specs without s

Re: [Gimp-developer] contrast manipulation code in gimp

2006-09-01 Thread Carlos Eduardo Rodrigues Diogenes
Hi, Em Sex, 2006-09-01 às 07:57 +0200, Sven Neumann escreveu: > Hi, > > On Thu, 2006-08-31 at 22:02 -0300, Carlos Eduardo Rodrigues Diogenes > wrote: > > > Where is the real contrast manipulation code in gimp? > > > > I look at the gimp_brightness_contrast, but I'm too lazy to see where > > tha