Re: [Gimp-developer] Translating The GIMP

2001-08-29 Thread Sven Neumann
Hi, Branko Collin [EMAIL PROTECTED] writes: On 29 Aug 2001, at 11:22, Sven Neumann wrote: I plan to merge translations from the stable gimp branch (gimp-1-2) to the HEAD branch very soon now and hereby ask all translators to assure that the translations in the stable branch are up

[Gimp-developer] Re: Translating The GIMP

2001-08-29 Thread Sven Neumann
Hi, Karl Eichwalder [EMAIL PROTECTED] writes: Sven Neumann [EMAIL PROTECTED] writes: I don't think release time is a good solution. First, we need this feature now and I don't want to require gettext from CVS. Sure, but a simple script calling iconv or recode will do it. we can

[Gimp-developer] Re: Translating The GIMP

2001-08-29 Thread Sven Neumann
again. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Re: Translating The GIMP

2001-08-29 Thread Sven Neumann
if I may have sounded harsh during this thread; I didn't want to step on anyone's feet. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Thin lines using pencil

2001-08-30 Thread Sven Neumann
Hi Jay, Jay Cox [EMAIL PROTECTED] writes: I have commited a fix for this bug to the 1.2 branch in CVS. will you fix this in the HEAD branch too? The code is now in app/tools/gimppainttool.c. Salut, Sven ___ Gimp-developer mailing list [EMAIL

Re: [Gimp-developer] suggestion for color to alpha

2001-08-31 Thread Sven Neumann
colours from palettes and the Gimp main window. and additionally you can right-click the color-area to get a small menu that allows to take the global FB or BG color. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] Patch for gimp HEAD

2001-08-31 Thread Sven Neumann
to your .emacs to suppress insertion of tabs: (setq c-mode-common-hook '(lambda () (setq indent-tabs-mode nil))) Here is a patch which replaces some depreciated GDK functions, Okay to commit?, looks good to me, go ahead. Salut, Sven ___ Gimp

Re: [Gimp-developer] Thin lines using pencil

2001-09-02 Thread Sven Neumann
Hi, [EMAIL PROTECTED] (Carsten Hammer) writes: I think there are more such obvious bugs that are revealed in special cases. here is what you should do about this: - file a bug-report on bugzilla.gnome.org so your report won't get lost - send a patch that fixes the problem Salut, Sven

Re: [Gimp-developer] Need quick development workstation

2001-09-03 Thread Sven Neumann
IMO not make sense to duplicate the same code all over the place. The code I'm speaking about can be found at ftp://ftp.gimp.org/pub/users/amundson/gimp_plugin_preview-0.29.tar.gz Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] Solaris 64bit compile

2001-09-05 Thread Sven Neumann
glib defines guint8, guint16 and guint32. I choose not to show off the code for RGB16 and RGB15 since the masks and shifting values used there make the code hard to understand, while the RGB32 and ARGB cases are more obvious. Also fortunately, we don't do RGB16 in gimp. Salut, Sven

Re: [Gimp-developer] suggestion for color to alpha

2001-09-06 Thread Sven Neumann
Hi, Daniel Egger [EMAIL PROTECTED] writes: Am 06 Sep 2001 12:56:46 +0200 schrieb Sven Neumann: I think Branko is right here. Color-To-Alpha is not suited for chroma-keying since it will remove all shades of blue from all colors in the image. Classic blue-boxing requires to clear only

Re: [Gimp-developer] Fix for the gif plugin.

2001-09-09 Thread Sven Neumann
? as stated in PLUGIN_MAINTAINERS Adam D. Moss [EMAIL PROTECTED] maintains the gif plug-ins. He should be able to tell you why he chose two separate plug-ins (licensing?!). Oh, and yes, Adam has this very special british humour that makes his code fun to read... Salut, Sven

Re: [Gimp-developer] configure error in cvs

2001-09-13 Thread Sven Neumann
-features.h which should be created from gdk-pixbuf-features.h.in when configure is run (or config.status more precisely). Try 'make clean -k' and rerun autogen.sh. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu

[Gimp-developer] new releases of GTK+ and friends

2001-09-19 Thread Sven Neumann
encourage the brave and curious among you to install the packages mentioned above and check gimp HEAD out of CVS. Any feedback and especially any help is very much appreciated. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] Script-Fu server parser bug?!...

2001-09-25 Thread Sven Neumann
with one of the scripts from the standard gimp distribution and report back. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] gimp HEAD and glib from CVS

2001-10-05 Thread Sven Neumann
to the gimp CVS tree now and how many would prefer us to stay source compatible with the latest glib, pango, atk and gtk+ development releases. Salut, Sven Index: libgimpbase/gimpparasiteio.c === RCS file: /cvs/gnome/gimp/libgimpbase

[Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-05 Thread Sven Neumann
advantages? Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Bug week like thing for GIMP?

2001-10-24 Thread Sven Neumann
URLs): http://bugzilla.gnome.org/buglist.cgi?product=GIMPversion=1.1.xversion=1.2version=1.2.1version=1.2.2version=1.2.2-pre1version=1.2.2-pre2version=1.2.2-pre3version=unspecifiedbug_status=UNCONFIRMEDbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDform_name=query Salut, Sven

Re: [Gimp-developer] Retouching pictures...

2001-10-25 Thread Sven Neumann
a clue? It would save me the job o reading a few lines of code. you can get access to the projection of the image by calling gimp_image_projection(). It will return a TileManager that you can use to access individual tiles of the image projection. Salut, Sven

Re: [Gimp-developer] Retouching pictures...

2001-10-26 Thread Sven Neumann
will confuse most people. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Test

2001-11-08 Thread Sven Neumann
___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Segfault, jpeg plugin and default_comment

2001-11-14 Thread Sven Neumann
code. The default comment is corrupted the second time. More precisely, gimp-config-default_comment is corrupted. I've put a g_print() in get_default_comment_invoker() in order to watch this. my fault. I'm about to check in a fix. Thanks for spotting the bug. Salut, Sven

Re: [Gimp-developer] mng

2001-11-17 Thread Sven Neumann
.x version, probably not even in 1.4.x except if someone finds the time to do it. Of course a plug-in for 1.2 can be hacked. We won't include it into the official distribution because of the feature freeze, but of course a MNG plug-in for gimp-1.2 would be very much appreciated. Salut, Sven

Re: [Gimp-developer] One wrong string in gimp-1-2 branch

2001-11-19 Thread Sven Neumann
tree so it will certainly find its way into HEAD. I wouldn't mind if you commit it yourself however. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] gimp gphoto2

2001-11-19 Thread Sven Neumann
for? we'd really like to (optionally) support gnome-vfs for gimp-1.4. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] sf-dirname patch

2001-11-21 Thread Sven Neumann
. Thanks for the patch. It might be worth to check if some of the distributed scripts could benefit from this addition... Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Film grain: Grey addition and subtraction modes

2001-09-27 Thread Sven Neumann
with everyone I'll scratch the new files I created in CVS and start from the ground up. Sven, Mitch? of course. How could we object? I'm cursious however how your new concept looks like and why it needs a different file structure. Salut, Sven ___ Gimp-developer

Re: [Gimp-developer] Film grain: Grey addition and subtraction modes

2001-09-27 Thread Sven Neumann
(). Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] memory leak?

2001-11-26 Thread Sven Neumann
Hi, Kelly Martin [EMAIL PROTECTED] writes: Maybe I'm just losing it, but it looks very much to me like gimp_image_construct_layers in app/core/gimpimage.c leaks the reverse_list. very well spotted indeed. I'll check in a fix later for HEAD and gimp-1-2. Salut, Sven

Re: [Gimp-developer] Suggestion: Active bug list

2001-11-27 Thread Sven Neumann
Hi, Dave Neary [EMAIL PROTECTED] writes: Branko's talk of a bug week got me thinking recently, and I just noticed that one of the few mails which got left in my gimp-developer mailbox (usually RFCs followups, but not in this case) was a mail that Sven sent to the list in June with a list

Re: [Gimp-developer] Developers and users (was: Bug week like thing for GIMP?)

2001-11-27 Thread Sven Neumann
Hi, Rebecca J. Walter [EMAIL PROTECTED] writes: Mitch, Sven.. when you have time.. Can you make a to do for developers that want to help? http://developer.gimp.org/gimp-todo.html it's generated from TODO.xml as found in the source tree. Doesn't cover everything that needs to be done

Re: [Gimp-developer] Developers and users (was: Bug week like thing for GIMP?)

2001-11-28 Thread Sven Neumann
. the new code is self-explanatory ;-) No, fun aside, we plan to document the internal API using gtk-doc at some point (when it settles a bit). Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp

Re: [Gimp-developer] Developers and users (was: Bug week like thing for GIMP?)

2001-11-29 Thread Sven Neumann
Hi, Lourens Veen [EMAIL PROTECTED] writes: On Wednesday 28 November 2001 15:17, Sven Neumann wrote: could you explain how you tried to find out? I can't really imagine what difficulties you had and it would be interesting to know. I browsed things for a bit, and I think I know

Re: [Gimp-developer] Common dir of plug-ins (patch about OK button)

2001-11-29 Thread Sven Neumann
as well as improve thos that look pretty bad (like five buttons, of which three just change things, but are not reset | cancel | ok, not anything in that line). The gz was done with cvs diff -u in the common dir, and does not include the patchs I already sent to sven mitch. please, don't

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-06 Thread Sven Neumann
alone will not solve any our problems. After all it's only a markup language and there's nothing really new to it that you couldn't have done years ago. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-06 Thread Sven Neumann
want gimp to depend on gtkhtml2 for the tips). Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-07 Thread Sven Neumann
. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-07 Thread Sven Neumann
feelings against depending on libxml2 however it it becomes necessary. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-07 Thread Sven Neumann
since it will only make it more difficult to a new insert tip. If your goal is to be able to refer to a certain tip, I'd suggest using unique names or ids instead. The order of tips is already well-defined by the order they appear in the file. Salut, Sven

Re: [Gimp-developer] Graphics, links in Tips of the Day

2001-10-07 Thread Sven Neumann
on the right?! By being able to use different images in the tips dialog, we could make the dialog more attractive and we could provide useful visual hints. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-07 Thread Sven Neumann
validate XML schema. I think you meant to say DTD here ?! Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] I18n of gimp tips

2001-10-07 Thread Sven Neumann
represent them? By adding a para.../para tag ?! Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-08 Thread Sven Neumann
manner?! Last, but not least, please try to respect others people's work and opinions. Thank you very much. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: GIMP Tip of the Day messages

2001-10-08 Thread Sven Neumann
Hi, [EMAIL PROTECTED] ( Marc) (A.) (Lehmann ) writes: On Mon, Oct 08, 2001 at 06:53:24PM +0200, Raphael Quinet [EMAIL PROTECTED] wrote: As Sven already mentioned, the solution would consist of adding a new I would also agree that the header idea is best, HOWEVER, Sven surprisingly

[Gimp-developer] Re: gimp HEAD and glib from CVS

2001-10-08 Thread Sven Neumann
the changes. At least not until the next gtk+ release is out... Anyhow, the GTK+ API should be frozen real soon now, no ? it doesn't change much and that's why we think this is a reasonable approach that will not cause too much trouble. Salut, Sven

Re: [Gimp-developer] Re: your so called optimizations and why we don't like them

2001-12-03 Thread Sven Neumann
using the value needs to be reviewed carefully. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: your so called optimizations and why we don't like them

2001-12-04 Thread Sven Neumann
be optimized now and if benchmarks proove that the use of unsigned variables speeds things up, then use them there for god's sake. But please, stop going over other peoples code that you don't understand and stop applying your so called optimizations to it. Thank you. Salut, Sven

Re: [Gimp-developer] XCF support added to ImageMagick

2001-12-04 Thread Sven Neumann
Hi, Leonard Rosenthol [EMAIL PROTECTED] writes: At 12:06 PM 12/4/2001 +0100, Sven Neumann wrote: Leonard Rosenthol [EMAIL PROTECTED] writes: I just thought I'd let you folks know that I just checked support for reading (writing will come later) XCF files to the ImageMagick library

Re: [Gimp-developer] XCF support added to ImageMagick

2001-12-04 Thread Sven Neumann
and the ImageMagick developers, probably including GNOME and KDE people. I promise I'll try to write down our thoughts on a better XCF format soon, but I have to get back to work now... Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] XCF support added to ImageMagick

2001-12-04 Thread Sven Neumann
at least read the new format (fortunately this can easily be achieved through plug-ins). Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: your so called optimizations and why we don't like them

2001-12-05 Thread Sven Neumann
the first release and didn't get caught because they only showed up when the plug-in was used on small images (width 64 || height 64). Such a bug could very well be caused by the use of an unsigned variable. Salut, Sven ___ Gimp-developer mailing list

[Gimp-developer] Re: backtrace of the 1.2.x cannot save and all save-menu entries are gray -bug

2001-12-05 Thread Sven Neumann
. Could you give us more information about the versions and origins of glib, gtk+ and gimp that are involved? Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Give me cool plugins !!!

2001-12-06 Thread Sven Neumann
numbers where they should use symbols (2 instead of GIMP_REPLACE). Those scripts will break awfully. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Trivial patch to create Erode Dilate menu items

2001-12-06 Thread Sven Neumann
useful names so they shoould be there IMHO. OK - since there's been no other objections, it's now committed. either your commit slipped through unseen without a ChangeLog or do you didn't commit yet... Salut, Sven ___ Gimp-developer mailing list

Re: [Gimp-developer] Another plugin question

2001-12-06 Thread Sven Neumann
Hi, [EMAIL PROTECTED] (Miles O'Neal) writes: Sven Neumann said... |It would really help if someone would go through the hassle of adding |more documentation to libgimp. I would help with gtk-doc questions |but I don't have time to do the full job... If someone will suggest a good

Re: [Gimp-developer] XCF support added to ImageMagick

2001-12-16 Thread Sven Neumann
-layered images instead of using XCF which isn't really well-suited for this task. Introducing XCF support into various other apps will make that even more difficult. Perhaps I'm thinking too idealistic here... Salut, Sven ___ Gimp-developer mailing list

Re: [Gimp-developer] XCF support added to ImageMagick

2001-12-16 Thread Sven Neumann
:) I personally don't think the Netscape people made a mistake here and I do believe that carefully rewriting an app piece by piece is the best thing that can be done for most apps. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] RFC: Tool Plug-ins

2001-12-17 Thread Sven Neumann
directly. Once this separation (that we've already started) is completed, we should have a reasonable tool API and it should be easy to define an interface that can be exported in order to allow plug-in and module tools. Salut, Sven ___ Gimp-developer

Re: [Gimp-developer] RFC: Tool Plug-ins

2001-12-18 Thread Sven Neumann
in GimpDrawTool. GimpDrawTool is the only object that knows about the ugly details of translating the passed image coordinates back into screen coordinates. Mitch has some more things planned here and I hope he will comment on this stuff... Salut, Sven

Re: [Gimp-developer] BW digital, compose w/weighted color channels?

2001-12-18 Thread Sven Neumann
, blue and alpha channels it would affect the projection thus allowing for easy interactive color-correction of the whole image. Is that a good idea or not? Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu

[Gimp-developer] what's up

2001-12-20 Thread Sven Neumann
://www.ccc.de/congress/2001/. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] what's up

2001-12-21 Thread Sven Neumann
Hi, Branko Collin [EMAIL PROTECTED] writes: On 20 Dec 2001, at 12:23, Sven Neumann wrote: a lot of you folks will go into XMas holidays soon and I thought it might be nice to give a status report on the current development so you have something to think about. So here's a short summary

Re: [Gimp-developer] Plugin Request/Hunt

2001-12-21 Thread Sven Neumann
-Perl hasn't been ported to Windows. there is a file-glob plug-in that translates file globs like folder/*.jpg into lists that can be very nicely used from Script-Fu. We should probably add it to the distribution ... Salut, Sven ___ Gimp-developer

Re: [Gimp-developer] adding a threshold to the magnify tool

2001-12-28 Thread Sven Neumann
, else a window-zoom is performed. It is usefull if your mouse isn't very accurate, or if your tablet is too sensible. Is it OK to commit, or does anyone object to the inclusion of this feature? I think it's fine. Go ahead and commit. Salut, Sven

[Gimp-developer] ANNOUNCE: GIMP 1.3.2

2001-12-29 Thread Sven Neumann
] - Cleanup of internal enums [Sven] - New config file framework (yet unused) [Sven] - Fixes to the Undo and PixelRegion code [Kelly] - Optimization and cleanup of the paint-funcs [Daniel] - Message proofreading [Bex] - Most stuff compiles with -DGTK_DISABLE_DEPRECATED [Mitch] - More stuff

Re: [Gimp-developer] Module or plug-in for embedded control of GIMP?

2001-12-30 Thread Sven Neumann
Script-Fu does it. Actually it is more than ugly: If a plug-in registers a procedure of the type GIMP_EXTENSION with 0 arguments and 0 return values it is automatically started on startup of The GIMP and will stay alive until GIMP is quit. Salut, Sven

Re: [Gimp-developer] Bugs in PSD Reader

2002-01-03 Thread Sven Neumann
anything else, I'll let you know... you should get in contact with Adam D. Moss, the maintainer of the PSD plug-in ([EMAIL PROTECTED]). If you could provide a patch and/or some test cases that show the problems you describe, that would help a lot. Salut, Sven

Re: [Gimp-developer] 1.2.x CVS build

2002-01-07 Thread Sven Neumann
supposed to know that you are fighting with the gimp-1.2 tree if you don't tell us? Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Please help with research for my degree

2002-01-07 Thread Sven Neumann
participate my survey, as I need some responses from developers as well. Developer Survey: http://www.netcologne.de/~ralev/survey/devel.htm User Survey and Infos about my research: http://alev.info please announce the availability of the final report here. Salut, Sven

Re: [Gimp-developer] 1.2.x CVS build

2002-01-07 Thread Sven Neumann
Hi, Nick Lamb [EMAIL PROTECTED] writes: On Mon, Jan 07, 2002 at 10:15:23AM +0100, Sven Neumann wrote: Read your own words and thing again. If you were having problems to compile gimp-1.2 from CVS months ago, why didn't you go ahead and ask? There are only few people left working actively

Re: [Gimp-developer] 1.2.x CVS build

2002-01-07 Thread Sven Neumann
I forgot, you'll also need to get pkg-config in the unlikely case you don't already have it. It's available from http://www.freedesktop.org/software/pkgconfig/. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] PyGimp

2002-01-09 Thread Sven Neumann
but then I haven't used the Python bindings yet ... Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] intelligent scissors

2002-01-15 Thread Sven Neumann
to take over maintainance of the IScissors tool that would be very much appreciated. We can even arrange to give CVS write access if it helps development. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman

Re: [Gimp-developer] Tools vs. Plugins

2002-01-15 Thread Sven Neumann
everything, a plug-in is limited to the libgimp API. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] calculations in background?

2002-01-15 Thread Sven Neumann
otherwise. Idle functions can be added to the event loop very simply using g_idle_add(). I'd suggest to have a look at the GLib API Reference: http://developer.gnome.org/doc/API/2.0/glib/glib-the-main-event-loop.html Salut, Sven ___ Gimp-developer mailing

Re: [Gimp-developer] What is the status of the 16-bit GIMP ?

2002-01-18 Thread Sven Neumann
on this stuff takes place in the GEGL module while GIMP itself is still on the road to GIMP-1.4. This is explained more detailed in http://developer.gimp.org/gimp-future. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] test this howto now

2002-01-20 Thread Sven Neumann
Hi, Rebecca J. Walter [EMAIL PROTECTED] writes: Sven even made changes in autogen to make the tutorial simpler. this is not true. I tried to get some magic into acinclude.m4 to remove the need to have glib-1.3 and pkg-config installed to compile gimp-1.2 from CVS. However I haven't found

Re: [Gimp-developer] test this howto now

2002-01-20 Thread Sven Neumann
Hi, I have committed a rather inelegant change to gimp-1-2 that should remove the need to have glib-2.0 and pkg-config installed in order to compile the gimp-1-2 branch. Please let me know if you experience any problems with the build. Salut, Sven

Re: [Gimp-developer] Support for doing image preprocessing using Gimp library functions?

2002-01-21 Thread Sven Neumann
gdk_pixbuf_saturate_and_pixelate() which is part of GTK+-2.0. Other color corrections could be coded in a similar way. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] test this howto now

2002-01-21 Thread Sven Neumann
be wise to also mention that all these libraries need to be installed with headers. On most distributions only the libraries are installed by default and the respective developer packages need to be installed separately. Salut, Sven ___ Gimp-developer

Re: [Gimp-developer] Raphael's edits, was Re: test this howto now

2002-01-21 Thread Sven Neumann
The GIMP from CVS HOWTO should refer to the Compile The GIMP from source HOWTO and focus on the possible pitfalls that compiling from CVS adds (cvs, aclocal, autoconf, automake). Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] test this howto now

2002-01-21 Thread Sven Neumann
right. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: Raphael's edits, was Re: test this howto now

2002-01-21 Thread Sven Neumann
Hi, Branko Collin [EMAIL PROTECTED] writes: On 21 Jan 2002, at 13:32, Carol Spears wrote: On 2002-01-21 at 1920.13 +0100, Sven Neumann typed this mail: ack. The Compile The GIMP from CVS HOWTO should refer to the Compile The GIMP from source HOWTO and focus on the possible

Re: [Gimp-developer] plugin-announcement

2002-01-27 Thread Sven Neumann
. What do you think? Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] illusion and perl-fu

2002-02-02 Thread Sven Neumann
type). Looks like somebody is growing arguments here. we try not to do this in a stable series, but in this case I felt that correcting the PDB arguments would outweight the risk of breaking scripts: 2001-10-19 Sven Neumann [EMAIL PROTECTED] * plug-ins/FractalExplorer/FractalExplorer.c

Re: [Gimp-developer] GIMP Video Menu (GAP)

2002-02-04 Thread Sven Neumann
) - I am the author of gap Who can help ? I can easily set up nightly CVS snapshots for you. The question is, do I put them up only for you or is there general interest for CVS snapshots? I'd probably put them on up on ftp.gimp.org then. Salut, Sven

Re: [Gimp-developer] EXIF information in JPEG files

2002-02-04 Thread Sven Neumann
and bigger as more widgets are added. Therefore my question: Is it ok to introduce a (conditional --enable-exif) dependency on libexif(-gtk) for gimp? if it solves our problems and works for non-JPEG images too, I don't see any problem in adding such a dependency to gimp-1.3. Salut, Sven

Re: [Gimp-developer] How's CVS-HEAD?

2002-02-06 Thread Sven Neumann
to a working GTK+-1.3.13 installation and the usual autofoo tools. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] How's CVS-HEAD?

2002-02-06 Thread Sven Neumann
a working gimp-1.3 installation, so please try to investigate the problem further and report back. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] EXIF information in JPEG files

2002-02-06 Thread Sven Neumann
to see a real usage case before we consider doing such a change. Is the EXIF data such a usage case? Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: [Gimp-user] Opening Photoshop Files

2002-02-07 Thread Sven Neumann
try to add sophisticated stuff like vector layers to 1.4 since it would probably delay the release too much. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: [Gimp-user] Opening Photoshop Files

2002-02-07 Thread Sven Neumann
is fighting to keep up with the amount of layers and the scrollbar already shows that GTK+-1.2 has a problem with X coordinates being limited to 16bit. Let's see how far I can get, but I guess 8000 layers shouldn't be a problem with enough RAM and if you bring enough time. Salut, Sven

Re: [Gimp-developer] Re: [Gimp-user] Opening Photoshop Files

2002-02-08 Thread Sven Neumann
Hi, Leonard Rosenthol [EMAIL PROTECTED] writes: At 8:37 PM +0100 2/7/02, Sven Neumann wrote: I hope do be able to complete the new text tool anytime soon and it is supposed to give you even better rendering than gimp-freetype combined with the features of GDynText. Will it still

[Gimp-developer] Re: [Gimp-user] Opening Photoshop Files

2002-02-10 Thread Sven Neumann
is pretty straightforward. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Non-interactive plug-in calls (cross-posted to comp.graphics.apps.gimp)

2002-02-10 Thread Sven Neumann
are getting GIMP_PDB_EXECUTION_ERROR, since that should be GIMP_PDB_CALLING_ERROR then. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Re: [Gimp-web] Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball

2002-02-12 Thread Sven Neumann
that the code would be 100% Ansi C compliant. Perhaps we should remove the option from configure. As long as gimp compiles for you with the standard configuration everything is fine. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http

Re: [Gimp-developer] TODOs for GIMP-1.3

2002-02-12 Thread Sven Neumann
requests into bugzilla. Someone would have to go through TODO and file bug-reports for all reasonable ideas in there. We can then decide if and when we want to implement the feature and set a suitable target milestone on the request. Salut, Sven ___ Gimp

Re: [Gimp-developer] TODOs for GIMP-1.3

2002-02-13 Thread Sven Neumann
/gimp_plugin_preview-0.29.1.tar.gz So if anyone wants to have a look at porting this stuff to 1.3, this should be a good starting point. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp

Re: [Gimp-developer] gimp-1.2.3 on hp-ux 10.20: 'd_color' isn't known

2002-02-13 Thread Sven Neumann
. Another solution is to remove the old libgimp headers from the include path. Salut, Sven ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Re: TODOs for GIMP-1.3

2002-02-13 Thread Sven Neumann
Hi, Carol Spears [EMAIL PROTECTED] writes: On 2002-02-13 at 0058.58 +0100, Sven Neumann typed this mail: I'd also like to remove TODO.xml and TODO from the source tree and put all feature requests into bugzilla. Someone would have to go through TODO and file bug-reports for all

<    1   2   3   4   5   6   7   8   9   10   >