[Gimp-developer] Loaded image's title becomes Untitled

2008-09-03 Thread tks
anyone fix this? Here is my source code. http://www.sutv.zaq.ne.jp/linuz/tks/item/file-xmc.c I also want to make my source code more readable and easy to maintain. So, if you have any idea, please let me know. Thanks for reading. tks ___ Gimp-developer

Re: [Gimp-developer] Loaded image's title becomes Untitled

2008-09-03 Thread tks
handling. -- tks [EMAIL PROTECTED] ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Loaded image's title becomes Untitled

2008-09-03 Thread tks
correct my English mistakes especially in _(*). Please help me everybody. -- tks [EMAIL PROTECTED] ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] ANNOUNCE: GIMP 2.6.1

2008-10-09 Thread tks
It seems that patch-2.6.1.bz2 includes patches for nonexistent files. $ LANG=C md5sum -c patch-2.6.1.bz2.md5 patch-2.6.1.bz2: OK $ bzcat patch-2.6.1.bz2 |patch -p0 --dry-run -f |fgrep 'find' -A4 can't find file to patch at input line 1559 Perhaps you used the wrong -p or --strip option? The text

Re: [Gimp-developer] ANNOUNCE: GIMP 2.6.1

2008-10-12 Thread tks
Hi , thank you for reply. Sven Neumann wrote Just as the error message suggests, you are using the wrong -p option with the patch command. Please refer to the patch manual page or use the full tarball instead. I don't think so. What I exactly meant in last post is that patch-2.6.1.bz2

[Gimp-developer] How can I set the number of layers of thumbnail?

2008-10-21 Thread tks
source code is here. http://www.sutv.zaq.ne.jp/linuz/tks/item/file-xmc.c ) The result is here. http://www.sutv.zaq.ne.jp/linuz/tks/item/preview.png If things go well, preview showld become 777 x 888 pixels 666 layers but actual result is 666 x 777 pixels It seems that image-num-layers

Re: [Gimp-developer] How can I set the number of layers of thumbnail?

2008-10-22 Thread tks
of layers. Currently it is not possible though. I see. If I can write a patch, I will send it to bugzilla... tks ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] merging new Xcursor plug-in

2008-11-01 Thread tks
Hi! I'm writing X11 Mouse Cursor plug-in which enable GIMP to import and export a Xcursor file. Current release is here. http://registry.gimp.org/node/10764 I have implemented almost everything which I think is necessary and it is ready for being merged in GIMP itself. So, if I write a patch to

Re: [Gimp-developer] merging new Xcursor plug-in

2008-11-02 Thread tks
is easy to maintain? tks ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] merging new Xcursor plug-in

2008-11-04 Thread tks
And the various Makefile.am:s under the plug-ins directory. I appreciate your kindly teaching. It was well worth to ask here. - tks ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp

Re: [Gimp-developer] How can I set the number of layers of thumbnail?

2008-11-07 Thread tks
to optionally the specify number of layers. Currently it is not possible though. I see. If I can write a patch, I will send it to bugzilla... tks tks ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU