Re: [Gimp-developer] Trying to Make a Plug-In

2010-04-23 Thread Akkana Peck
Callie writes: > Hey guys, > > I have very limited experience in programming, and none at all with making > plugins, but I want to make a plugin that would make my life a whole lot > easier. > > Unfortunately, it seems that all the information regarding this process is > written for people who

Re: [Gimp-developer] project gimp on sourceforge

2010-04-23 Thread gg
On 04/23/10 10:36, Michael Schumacher wrote: >> Von: Liam R E Quin > >> Someone has registered gimp on souceforge - >> http://gimp.sourceforge.net/ >> >> I see there's a Donate Money link, and a non-working download link, >> both of which may be harmful; maybe it's worth asking >> sourceforge for t

Re: [Gimp-developer] Testing on NULL an unitialized values

2010-04-23 Thread Oliver Bandel
hehe, the segfault did not came from the char* mytext, but from wrong indexing in the vector. :( my fault :( Heheh... nevertheless valgrind is on my side ;-) Somehow I got no crash from the uninitialized char*, but that might only happen after release at the user's computer: It's unpredic

Re: [Gimp-developer] Testing on NULL an unitialized values

2010-04-23 Thread Tobias Ellinghaus
Am Freitag, 23. April 2010 schrub Oliver Bandel: > Zitat von "Tor Lillqvist" : > >> You are right, that in some seldom situations it might make sense > >> to initialize values to other start values. But they should always be > >> predictable. > > > > You didn't get the reasoning about letting the c

Re: [Gimp-developer] Testing on NULL an unitialized values

2010-04-23 Thread Oliver Bandel
Zitat von "Tor Lillqvist" : You are right, that in some seldom situations it might make sense to initialize values to other start values. But they should always be predictable. You didn't get the reasoning about letting the compiler, or valgrind, catch use of uninitialized variables, did you?

Re: [Gimp-developer] Testing on NULL an unitialized values

2010-04-23 Thread Oliver Bandel
Zitat von "Torsten Neuer" : > Am Freitag, 23. April 2010 08:39:52 schrieb Oliver Bandel: >> Zitat von "Sven Neumann" : >> > Hi, >> > >> > On Thu, 2010-04-22 at 14:38 +0200, Fredrik Alströmer wrote: >> >> For the record, I'm not necessarily against setting a predefined value >> >> to variables some

Re: [Gimp-developer] Testing on NULL an unitialized values

2010-04-23 Thread Oliver Bandel
Zitat von "Tor Lillqvist" : >> You are right, that in some seldom situations it might make sense >> to initialize values to other start values. But they should always be >> predictable. > > You didn't get the reasoning about letting the compiler, or valgrind, > catch use of uninitialized variables

Re: [Gimp-developer] GSoc - Brush Selector Widget

2010-04-23 Thread Cédric Gémy
when you talk, I guess you have to diffenriate the brish list in any tool option and the brush window. many thing you describe can be used in the first way. THis is somewhat a pity, since : - it is boring to have hundreds of window open - since the brush options have been enhanced, the use of the w

Re: [Gimp-developer] Testing on NULL an unitialized values

2010-04-23 Thread Torsten Neuer
Am Freitag, 23. April 2010 08:39:52 schrieb Oliver Bandel: > Zitat von "Sven Neumann" : > > Hi, > > > > On Thu, 2010-04-22 at 14:38 +0200, Fredrik Alströmer wrote: > >> For the record, I'm not necessarily against setting a predefined value > >> to variables sometimes. I'm just against doing it for

Re: [Gimp-developer] project gimp on sourceforge

2010-04-23 Thread Michael Schumacher
> Von: Liam R E Quin > Someone has registered gimp on souceforge - > http://gimp.sourceforge.net/ > > I see there's a Donate Money link, and a non-working download link, > both of which may be harmful; maybe it's worth asking > sourceforge for this not-gimp project to be deleted? For the momen