... Oh. If you really think so, I'll revert in back. Tig...
Tuomas Kuosmanen
tigert@...
Jul 1, 1999 4:08 pm
7651
Yay! It's cool to see a few more buttons to round out the toolbar. When playing with Dodge & Burn, I noticed it didn't apply incrementally, and there's no...
Zach Beane
xach@...
Jul 1, 1999 11:03 pm
7652
... Do not provide GtkXmHTML with the GIMP. It's not inherently part of GIMP anymore than it is part of GNOME. That kind of convinence is what made this...
Shawn T . Amundson
amundson@...
Jul 1, 1999 11:11 pm
7653
Hello all. Smudge and Dodge and Burn have made their appearance on the toolbar. Both of these use the opacity and spacing from the brush dialog but not the ...
Calvin Williamson
calvin@...
Jul 1, 1999 11:12 pm
7654
Hello Gimp Folks, Well, I don't know how much help you guys/girls want on the help system. Anyway my and Karins idea was to extract information out of the Gimp...
Olof S Kylander
olof@...
Jul 1, 1999 11:17 pm
7655
... Love replying to myself. Just ignore the above message; it seems that Calvin is aware of everything. Darn list hiccup! :) Zach -- Zachary Beane...
Zach Beane
xach@...
Jul 1, 1999 11:32 pm
7656
One more problem I came across recently can be fixed with the following patch: ... *************** ... mask->x1 = 0; mask->y1 = 0; mask->x2 =...
Spencer Kimball
spencer@...
Jul 1, 1999 11:38 pm
7657
I've been programming too much java the correct patch is: ... *************** ... if (! (gimage = drawable_gimage (drawable))) return; + /* If no shadow...
Spencer Kimball
spencer@...
Jul 1, 1999 11:39 pm
7658
Hi, I recently found a bug in the drawable.c file in version 1.0.4 of the gimp The following is a patch to fix it. Apparently, drawable_merge_shadow can be...
Spencer Kimball
spencer@...
Jul 1, 1999 11:39 pm
7659
... Hi, Thanks for the report. I have now (hopefully) fixed it (will be in CVS RSN). Andy. alt@......
Andy Thomas
alt@...
Jul 1, 1999 11:45 pm
7660
... Faster yes, but much less clean as it requires knowledge about what the called plug-in might or might not do, i.e. it requires knowledge about ...
Marc Lehmann
pcg@...
Jul 2, 1999 1:15 am
7661
Hi, gimp --no-interface --batch '(gimp-quit 0)' causes a fatal error. The solution is straightforward: Index: app_procs.c ...
Shuji Narazaki
narazaki@...
Jul 2, 1999 3:41 am
7662
Hi again, Bezier_stroke command crashes gimp, if paintbrush_options wasn't initialized, and if global_paint_options == FALSE. After some trials, I found the...
Shuji Narazaki
narazaki@...
Jul 2, 1999 3:41 am
7663
... Just a quick idea: What about special META-Tags in the HTML-Code to be evaluated by the Help-Browser to integrate navigation through the manual in the...
Simon Budig
Simon.Budig@...
Jul 2, 1999 9:03 am
7664
... Thanks for the patch! However, to really fix that I'll have to move the whole opacity and paint mode stuff to the context. The current impl. to have them...
Michael Natterer
mitschel@...
Jul 2, 1999 11:07 am
7665
The nifty-cool new thumbnails in the image menu at the top of the L&C&P dialog seem to get confused by grayscale images. Zach -- Zachary Beane...
Zach Beane
xach@...
Jul 2, 1999 11:11 am
7666
... They also appear to contain garbage while a file is being loaded (sometimes). It doesn't happen the first time 'round, but if I: - Start the GIMP and...
tomr@...
Jul 2, 1999 1:01 pm
7667
... Yes, happens also on my gimp. Tig...
Tuomas Kuosmanen
tigert@...
Jul 2, 1999 2:11 pm
7668
Dear Gimp Developers, I am writing to request that the Unsharp Mask plug-in written by Winston Chang (http://www.steppe.com/~winston/gimp/unsharp.html) be made...
Carey Bunks
cbunks@...
Jul 2, 1999 8:52 pm
7669
Hi, ... I think that I can explain this. Since the image is loading is not completely in memory when the first preview is rendered (this happens with the main...
Andy Thomas
alt@...
Jul 3, 1999 12:08 am
7670
Hi, ... Fixed (+ other couple of problems in that area). Unfortunately it might take a couple of days (even a week) before the changes get into CVS since I am...
Andy Thomas
alt@...
Jul 3, 1999 12:22 am
7671
Wilbertrons; Here's my first-ever patch to the GIMP! [1] My GIMP-impaired fiancee[2] was annoyed to find that Photoshop did not realign guides when resizing...
tomr@...
Jul 3, 1999 8:26 am
7672
Hi all, The German Chaos Computer Club (CCC) is going to organize an open air event called "Chaos Communication Camp" from the 6. to 8. of august near...
Michael Natterer
mitschel@...
Jul 3, 1999 12:13 pm
7673
Hi, ... Providing a PDF link to navigate through the GUM from the help browser's interface shouldn't be too hard. For the GIMP internal representation of...
Michael Natterer
mitschel@...
Jul 3, 1999 2:34 pm
7674
... Greetings, You will find it in the developer's version of GIMP. Regards, Jason http://www.electrografix.com/...
Jason Murray
lather@...
Jul 3, 1999 4:44 pm
7675
Hello Michael, ... Nice -> thanks! :-) What about navigation of the GUM pdf file as Simon suggested can that be done? I don't say that we should I just ask if...
Olof S Kylander
olof@...
Jul 3, 1999 6:39 pm
7676
Hello Michael, ... [snip] ... Sound really nice, we will be there if not something major happens. Since SIGGRAPH is 10-12 we will be able to be on both. Anyway...
Olof S Kylander
olof@...
Jul 3, 1999 7:06 pm
7677
... I've found myself using the exact same dialog_new function in the last several plug-ins I've patched together, so this makes a lot of sense to me. My...
Kevin Turner
Kevin.Turner@...
Jul 3, 1999 11:14 pm
7678
Hi all, Sunday afternoon CVS Gimp 1.1.6. compilation stops with these unfriendly words: tools.o: In function 'tools_options_reset_callback': ...