[Gimp-developer] Game Engine

2011-09-24 Thread Fabio Gonzalez
A powerful game engine. With a really simple interface threads (which is improving all the time). This engine is focused on being very practical. In order to have a good performance in game programming. Contains entities, threads, light, sound, etc. *https://sourceforge.net/projects/fgc/*

Re: [Gimp-developer] Game Engine

2011-09-24 Thread Alexandre Prokoudine
On Sat, Sep 24, 2011 at 6:56 PM, Fabio Gonzalez wrote: A powerful game engine. With a really simple interface threads (which is improving all the time). This engine is focused on being very practical. In order to have a good performance in game programming. Contains entities, threads, light,

[Gimp-developer] Perspective tool - preserve aspect ratio?

2011-09-24 Thread Richard Gitschlag
I was using the Perspective tool (GIMP 2.6) on some photos to correct for some minor rotation/skew issues, and realized how easy it is to throw the image's aspect ratio out of proportion -- in my case, TOO easy. My photos were of some quilt squares, and I was using the edges of these

Re: [Gimp-developer] Perspective tool - preserve aspect ratio?

2011-09-24 Thread Nicolas Robidoux
Maybe this is useful? http://web.archive.org/web/20091027131421/http://geocities.com/evilsnack/matrix.htm ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] Usability Update - Interviews

2011-09-23 Thread Tobias Ehni
Dear List, there are five interviews scheduled for Mental Models for GIMP. You can see them here: http://gui.gimp.org/index.php/Interview_Partners Interviews will be held October 2nd-6th. Interviews will be recorded and transcribed and will be available online. There will be more interviews

[Gimp-developer] Saturation layer blend mode

2011-09-22 Thread Tom Hall
Colours with a saturation of zero (Greys) have no hue value (stored as RGB). When increasing the saturation of such colours, saturation layer blend mode assumes they have a hue of zero, i.e. red. I'm assuming using a HSV or HSL colour profile might avoid this (by having a redundant hue value even

[Gimp-developer] new foreground extraction tool

2011-09-20 Thread Jan Rüegg
Hello there I just wanted to mention that I created a little FAQ to the new gimp foreground extraction tool I created as a semester project. You can find a video of the tool in use here: http://www.youtube.com/watch?v=kkQ1r5g49d4 and the FAQ here:

Re: [Gimp-developer] new foreground extraction tool

2011-09-20 Thread Alexandre Prokoudine
On Tue, Sep 20, 2011 at 12:56 PM, Jan Rüegg wrote: Hello there I just wanted to mention that I created a little FAQ to the new gimp foreground extraction tool I created as a semester project. You can find a video of the tool in use here: http://www.youtube.com/watch?v=kkQ1r5g49d4 and the FAQ

Re: [Gimp-developer] Finding out what happens when compositing layers

2011-09-17 Thread Patrick Horgan
On 09/16/2011 09:31 PM, 丰 wrote: I came across this quite some time ago: http://www.simpelfilter.de/en/basics/mixmods.html That's wonderful! Even mentions GIMP a bit. Patrick ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Finding out what happens when compositing layers

2011-09-16 Thread Ofnuts
On 09/16/2011 02:20 AM, David Gowers (kampu) wrote: In GEGL, the layer mode code is autogenerated from formula strings -- see operations/generated/math.rb The opacity behaviour is not documented there, but my understanding is that the alpha of the underlying composite is preserved, and

Re: [Gimp-developer] Finding out what happens when compositing layers

2011-09-16 Thread David Gowers (kampu)
On Sat, Sep 17, 2011 at 8:36 AM, Ofnuts ofn...@laposte.net wrote: ** On 09/16/2011 02:20 AM, David Gowers (kampu) wrote: In GEGL, the layer mode code is autogenerated from formula strings -- see operations/generated/math.rb The opacity behaviour is not documented there, but my

Re: [Gimp-developer] Finding out what happens when compositing layers

2011-09-16 Thread
I came across this quite some time ago: http://www.simpelfilter.de/en/basics/mixmods.html -- 2.6.32.26-175.fc12.x86_64 ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Finding out what happens when compositing layers

2011-09-16 Thread
I came across this quite some time ago: http://www.simpelfilter.de/en/basics/mixmods.html PS: I thought I had type in my word before I send the mail. I did not know what had happened. Sorry to everybody for the spam and wish this mail is all right. -- 2.6.32.26-175.fc12.x86_64

Re: [Gimp-developer] Brush dynamics input and output mapping.

2011-09-15 Thread Alexia Death
On Thu, Sep 15, 2011 at 1:49 AM, Brian Vanderburg II brianvanderbu...@aim.com wrote: Velocity - I may consider 10 pix/sec slow (0) and 100 pix/sec fast (1) while someone else may consider 50 pix/sec slow and 500 pix/sec fast. This is slightly compilcated as velocity is purely a derivative value

Re: [Gimp-developer] Brush dynamics input and output mapping.

2011-09-15 Thread Brian Vanderburg II
On 09/15/2011 03:15 AM, Alexia Death wrote: Inputs that mapping does not make sense: Direction (0-1 = 0-360 deg) Random Doesn't make sense how? Look at GPS. Random is made rather good use of in some presets and direction has its uses as well. What I mean is it doesn't make sense for the

Re: [Gimp-developer] More Brush dynamics?

2011-09-15 Thread Brian Vanderburg II
I've played with 2.7.3 on Windows a little bit. Here are some other ideas for new dynamic outputs: Hue, Saturation, and Value/Luminance Brian Allen Vanderburg II signature.asc Description: OpenPGP digital signature ___ Gimp-developer mailing list

Re: [Gimp-developer] More Brush dynamics?

2011-09-15 Thread Richard Gitschlag
Date: Thu, 15 Sep 2011 09:37:05 -0400 From: brianvanderbu...@aim.com To: gimp-developer@lists.XCF.Berkeley.EDU Subject: Re: [Gimp-developer] More Brush dynamics? I've played with 2.7.3 on Windows a little bit. Here are some other ideas for new dynamic outputs: Hue, Saturation, and

Re: [Gimp-developer] More Brush dynamics?

2011-09-15 Thread Brian Vanderburg II
On 09/15/2011 09:50 AM, Richard Gitschlag wrote: Date: Thu, 15 Sep 2011 09:37:05 -0400 From: brianvanderbu...@aim.com To: gimp-developer@lists.XCF.Berkeley.EDU Subject: Re: [Gimp-developer] More Brush dynamics? I've played with 2.7.3 on Windows a little bit. Here are some other

Re: [Gimp-developer] Porting the decompose/compose plugin

2011-09-15 Thread Kevin Cozens
On 11-08-14 05:11 PM, Alexander Hämmerle wrote: decompose.c: Including babl/babl.h and simply defining const Babl *rgb = babl_format (RGB u8); in the function extract_hsv without doing anything else brings me to: fatal error: segmentation fault Gimp-Base-WARNING **: 4 tile managers

[Gimp-developer] Finding out what happens when compositing layers

2011-09-15 Thread Ofnuts
I'll trying to find out what happens when a layer is in subtract mode with a global opacity not one or zero (i.e. what computations are done with the pixels values of the composite image of the layers below, the pixel values of the layer, and the general opacity). I have a git extract of the

Re: [Gimp-developer] Finding out what happens when compositing layers

2011-09-15 Thread David Gowers (kampu)
In GEGL, the layer mode code is autogenerated from formula strings -- see operations/generated/math.rb The opacity behaviour is not documented there, but my understanding is that the alpha of the underlying composite is preserved, and opacity only effects how much of the layer's COLOR channels

Re: [Gimp-developer] More Brush dynamics?

2011-09-14 Thread Richard Gitschlag
Date: Wed, 14 Sep 2011 02:42:14 +0400 From: alexandre.prokoud...@gmail.com To: gimp-developer@lists.xcf.berkeley.edu Subject: Re: [Gimp-developer] More Brush dynamics? Dunno about Increment, but Fade is already in the brush dynamics matrix for 2.8. The matrix is currently 7x10, and I

Re: [Gimp-developer] More Brush dynamics?

2011-09-14 Thread Alexia Death
On Wed, Sep 14, 2011 at 4:52 PM, Richard Gitschlag strata_ran...@hotmail.com wrote: Date: Wed, 14 Sep 2011 02:42:14 +0400 From: alexandre.prokoud...@gmail.com To: gimp-developer@lists.xcf.berkeley.edu Subject: Re: [Gimp-developer] More Brush dynamics? Dunno about Increment, but Fade is

[Gimp-developer] Brush dynamics input and output mapping.

2011-09-14 Thread Brian Vanderburg II
As the brush dynamics editor only supports inputs from 0 to 1 and outputs from 0 to 1, it seems like it could be a good idea to support mapping inputs and outputs based on user preferences. Inputs that could use mapping: Velocity - I may consider 10 pix/sec slow (0) and 100 pix/sec fast (1)

Re: [Gimp-developer] Brush dynamics input and output mapping.

2011-09-14 Thread Vincent Ardern
I would second this as a useful idea. -- Kind Regards, Vincent Ardern -Original Message- From: Brian Vanderburg II brianvanderbu...@aim.com Sender: gimp-developer-boun...@lists.xcf.berkeley.edu Date: Wed, 14 Sep 2011 18:49:34 To: GIMP Developers Listgimp-developer@lists.xcf.berkeley.edu

Re: [Gimp-developer] More Brush dynamics?

2011-09-14 Thread Richard Gitschlag
Date: Wed, 14 Sep 2011 19:32:47 +0300 Subject: Re: [Gimp-developer] More Brush dynamics? So what are all the dynamics on the plate for 2.8 anyway (compared to 2.6) ? Why not grab some 2.7.3 build and try it out? :) There is lots to discover:) -- --Alexia *shrugs* preference for

[Gimp-developer] More Brush dynamics?

2011-09-13 Thread Richard Gitschlag
I recently discovered I've misplaced my Wacom pen stylus -- the tablet equivalent of losing your car keys. Ouch. Anyway, it gave me an idea for GIMP: Can the Incremental and Fade Out brush options be incorporated into the Brush Dynamics grid? The options basically link opacity to stroke

Re: [Gimp-developer] More Brush dynamics?

2011-09-13 Thread Alexandre Prokoudine
On Tue, Sep 13, 2011 at 10:26 PM, Richard Gitschlag wrote: I recently discovered I've misplaced my Wacom pen stylus -- the tablet equivalent of losing your car keys.  Ouch. Anyway, it gave me an idea for GIMP: Can the Incremental and Fade Out brush options be incorporated into the Brush

Re: [Gimp-developer] Blog article about Scheme usage in GIMP

2011-09-06 Thread Martin Nordholts
2011/9/5 Ofnuts ofn...@laposte.net: On 09/05/2011 07:57 PM, Martin Nordholts wrote: If we look at what programming languages that are popular [1], we can see that the vast majority of languages in use today have a syntax where 1 + 1 is written 1 + 1 and not (+ 1 1). If we want to have a main

[Gimp-developer] GIMP for mobile phones

2011-09-06 Thread Noel Stoutenburg
Friends, I see there was a thread on this topic in May 2008. I'm frustrated by the inability to do some basic transformations of images on my Android smart phone, for example: rotating by just a degree or two, instead of a full 90 degrees; inability to change from RGB to grayscale; and

Re: [Gimp-developer] GIMP for mobile phones

2011-09-06 Thread Alexandre Prokoudine
On Tue, Sep 6, 2011 at 9:32 PM, Noel Stoutenburg wrote: Friends, I see there was a thread on this topic in May 2008. I'm frustrated by the inability to do some basic transformations of images on my Android smart phone, for example: rotating by just a degree or two, instead of a full 90

Re: [Gimp-developer] GIMP for mobile phones

2011-09-06 Thread Chris Mohler
On Tue, Sep 6, 2011 at 1:56 PM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: So, is there any progress on the idea of a GIMP ultra-ultra light for smart phones? In my not so humble opinion there is little to no point making a lighter version of GIMP for mobile devices. Simply

Re: [Gimp-developer] Blog article about Scheme usage in GIMP

2011-09-06 Thread Ofnuts
On 09/06/2011 10:55 AM, Martin Nordholts wrote: Haven't we got a quite nice Python interface already? Yes we do, which is nice, but Scheme still has higher status. In particular, the format of gimprc files etc are Scheme-ish, and the default batch interpreter is Script-Fu. The format of the

Re: [Gimp-developer] tool presets

2011-09-05 Thread Martin Nordholts
2011/9/5 Alexia Death alexiade...@gmail.com: Since when does adding default resources counts as a feature or involves significant amount of coding and risk of breakage? I would agree if this was a coding task. It is not. If it was, there would be something very wrong with the setup. We sort of

[Gimp-developer] A modest proposal...

2011-09-05 Thread Noel Stoutenburg
Friends, ...or maybe not, since I don't know the code involved. But may I suggest rearranging the left most pane in the dialog windows for the file operations open and save as? Presently, when I use either operation, and want to access a location to which I have a bookmark, I'm obliged to

Re: [Gimp-developer] tool presets

2011-09-05 Thread Alexia Death
On Mon, Sep 5, 2011 at 10:03 AM, Martin Nordholts ense...@gmail.com wrote: What I call feature is something that makes GIMP better and that we don't _have_ to do. Having default tool presets is better than not having default tool presets, but it is not something we _have_ to do before

Re: [Gimp-developer] tool presets

2011-09-05 Thread Martin Nordholts
2011/9/5 Alexia Death alexiade...@gmail.com: Of course, but I see no reason to actively discourage resource changes at a point when we dont even have a new splash set yet... Well, the reason we don't have a splash is because nobody had time to get us one yet. From the point of view of making a

Re: [Gimp-developer] tool presets

2011-09-05 Thread Alexia Death
On Mon, Sep 5, 2011 at 11:30 AM, Martin Nordholts ense...@gmail.com wrote: 2011/9/5 Alexia Death alexiade...@gmail.com: Of course, but I see no reason to actively discourage resource changes at a point when we dont even have a new splash set yet... Well, the reason we don't have a splash is

Re: [Gimp-developer] A modest proposal...

2011-09-05 Thread Mikael Magnusson
On 5 September 2011 09:18, Noel Stoutenburg mjol...@ticnet.com wrote: Friends, ...or maybe not, since I don't know the code involved. But may I suggest rearranging the left most pane in the dialog windows for the file operations open and save as? Presently, when I use either operation, and

Re: [Gimp-developer] A modest proposal...

2011-09-05 Thread gg
On 09/05/11 10:45, Mikael Magnusson wrote: On 5 September 2011 09:18, Noel Stoutenburgmjol...@ticnet.com wrote: Friends, ...or maybe not, since I don't know the code involved. But may I suggest rearranging the left most pane in the dialog windows for the file operations open and save as?

Re: [Gimp-developer] tool presets

2011-09-05 Thread Michael Natterer
On Mon, 2011-09-05 at 11:36 +0300, Alexia Death wrote: On Mon, Sep 5, 2011 at 11:30 AM, Martin Nordholts ense...@gmail.com wrote: 2011/9/5 Alexia Death alexiade...@gmail.com: Of course, but I see no reason to actively discourage resource changes at a point when we dont even have a new

Re: [Gimp-developer] tool presets

2011-09-05 Thread Alexia Death
On Mon, Sep 5, 2011 at 1:25 PM, Michael Natterer mi...@gimp.org wrote: Now can you guys stop this silly thread and move on to what gives you the kicks? :P I think its appropriate to remind people of the preset converter, that as it stands lacks any feedback:

Re: [Gimp-developer] usability update

2011-09-05 Thread Alexia Death
On Mon, Sep 5, 2011 at 12:21 PM, Martin Nordholts ense...@gmail.com wrote: I think it would be good to keep the discussion on this list rather than moving to IRC as we don't have central archives of discussions on IRC. Meetings can be transcribed/copied to the list and the wiki, if they are

[Gimp-developer] Blog article about Scheme usage in GIMP

2011-09-05 Thread Michael Schumacher
Moin, I've come across the following blog post in my feed: http://benjisimon.blogspot.com/2011/09/how-guile-and-scheme-could-really-win.html The author obviously favors Scheme over other programming languages, and has a clearly defined goal for the level of Scheme support in GIMP: The API

[Gimp-developer] CCCAMP11 Reimbursements - please send documents

2011-09-05 Thread Michael Schumacher
Hi, I'd like everyone who wants to be reimbursed for the GIMP meeting at Chaos Communication Camp 2011 to send the amount and receipts (camp, train, plane tickets, ...) directly to me. If you haven't requested any reimbursements for previous events, please include your bank account details

Re: [Gimp-developer] usability update

2011-09-05 Thread Tobias Ehni
Well, I'd like to have a meeting, too. Especially, I need your help in recruiting. I'd also like to find consensus about where and how to recruit. I'd definately feel better and more comfortable if there had been a meeting before embarking on a method without having your approval. We're

Re: [Gimp-developer] Blog article about Scheme usage in GIMP

2011-09-05 Thread Martin Nordholts
2011/9/5 Michael Schumacher schum...@gmx.de: I'd like to comment on the blog post, or see comments by someone else, but I'd like to clarify our plans for Scheme in GIMP first. If we look at what programming languages that are popular [1], we can see that the vast majority of languages in use

[Gimp-developer] existig translation don't show translated

2011-09-05 Thread Cristian Secară
In the Brushes / Patterns / Gradients panel there is the enter tags field, with a drop down arrow. For some languages [*], by default, in the tags.xml file, the /brushes/Round.vbr has the round tag associated and the /brushes/Round-Fuzzy.vbr has the fuzzy and round tags associated. These tags

Re: [Gimp-developer] Blog article about Scheme usage in GIMP

2011-09-05 Thread Ofnuts
On 09/05/2011 07:57 PM, Martin Nordholts wrote: If we look at what programming languages that are popular [1], we can see that the vast majority of languages in use today have a syntax where 1 + 1 is written 1 + 1 and not (+ 1 1). If we want to have a main scripting language that as many as

Re: [Gimp-developer] existig translation don't show translated

2011-09-05 Thread Cristian Secară
On Mon, 5 Sep 2011 21:31:00 +0300, Cristian Secară wrote: [...] For some languages [*], by default, in the tags.xml file, the /brushes/Round.vbr has the round tag associated and the /brushes/Round-Fuzzy.vbr has the fuzzy and round tags associated. Hmm. Something strange occurs there. For

[Gimp-developer] tool presets

2011-09-04 Thread Alexandre Prokoudine
Hi, We currently have the new Tool Presets dockable dialog that has zero factory preset. Maybe we should should opulate it a bit? Some cropping presets for popular photo paper formats, DVD and whatnot? Steal some presets for painting tools from G-P-S? Oh, and will those be translatable?

Re: [Gimp-developer] tool presets

2011-09-04 Thread Liam R E Quin
On Mon, 2011-09-05 at 07:38 +0400, Alexandre Prokoudine wrote: Hi, We currently have the new Tool Presets dockable dialog that has zero factory preset. Maybe we should should opulate it a bit? Can you bind presets to keystrokes? If not, I don't think it's worth it. A minimum of three

Re: [Gimp-developer] tool presets

2011-09-04 Thread Martin Nordholts
2011/9/5 Alexandre Prokoudine alexandre.prokoud...@gmail.com: Hi, We currently have the new Tool Presets dockable dialog that has zero factory preset. Maybe we should should opulate it a bit? Some cropping presets for popular photo paper formats, DVD and whatnot? Steal some presets for

Re: [Gimp-developer] tool presets

2011-09-04 Thread Martin Nordholts
2011/9/5 Alexandre Prokoudine alexandre.prokoud...@gmail.com: On Mon, Sep 5, 2011 at 9:00 AM, Martin Nordholts wrote: This is not something that blocks a 2.8 release and we badly badly need to make a release. This should wait until after 2.8. How does it prevent you from releasing 2.8? Any

Re: [Gimp-developer] tool presets

2011-09-04 Thread Alexia Death
On Mon, Sep 5, 2011 at 6:38 AM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: Hi, We currently have the new Tool Presets dockable dialog that has zero factory preset. Maybe we should should opulate it a bit? I agree. It should have at least something in it. Some cropping

Re: [Gimp-developer] tool presets

2011-09-04 Thread Alexandre Prokoudine
On Mon, Sep 5, 2011 at 9:24 AM, Martin Nordholts wrote: Any feature we add at this point will delay the 2.8 release because someone needs to actually write the code, test the feature, fix bugs, take feedback into account etc. Are we still talking about a single resource file and a patch to

[Gimp-developer] usability update

2011-09-02 Thread Tobias Ehni
Dear list, there have been some updates on the usability wiki as work is progressing. Method description has moved a bit: http://gui.gimp.org/index.php/Mental_Models_for_GIMP Please let me know if there is something to clarify or to discuss in more detail here. Next, I've posted some ideas of

[Gimp-developer] (python) string don't appear translated

2011-09-02 Thread Cristian Secară
In GIMP 2.7.3 (testing on Windows with the latest development version from Sourceforge) there is a menu File - New Brush from Text... The New Brush from _Text... string is present in python template http://l10n.gnome.org/POT/gimp.master/gimp-python.master.pot and is already translated in my

Re: [Gimp-developer] (python) string don't appear translated

2011-09-02 Thread Joao S. O. Bueno
2011/9/2 Cristian Secară li...@secarica.ro: In GIMP 2.7.3 (testing on Windows with the latest development version from Sourceforge) there is a menu File - New Brush from Text... The New Brush from _Text... string is present in python template

Re: [Gimp-developer] [Gegl-developer] Difference between c2g from Gimp and from Gegl command line

2011-08-28 Thread Jon Nordby
On 28 August 2011 08:47, Thomas Baruchel baruc...@gmx.com wrote: Hi, I am new to GEGL but I would be interested by writing XML scripts in order to perform some complex actions from the command line. I managed to make c2g work with XML scripts, but obviously the output is not the same than what

[Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Robert Sasu
Hello, Here is the list of op's I ported (made): 1. Color rotate 2. Color to alpha 3. Convolution matrix 4. Cubism 5. Deinterlace 6. Emboss 7. Fractal-trace 8. Lens correct (with Lensfun library) 9. Lens-distortion 10. Plasma 11. Polar-coordinates 12. Red-eye-removal 13. Ripple I also made a

Re: [Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Martin Nordholts
2011/8/26 Robert Sasu sasu.rob...@gmail.com: Hello, Here is the list of op's I ported (made): 1. Color rotate 2. Color to alpha 3. Convolution matrix 4. Cubism 5. Deinterlace 6. Emboss 7. Fractal-trace 8. Lens correct (with Lensfun library) 9. Lens-distortion 10. Plasma 11.

[Gimp-developer] Could you please tell me the implementation of gimp_image_get_colormap function?

2011-08-26 Thread Zhenxing Zhou
Hi All, I read the code of GIMP v2.6.11 and I want to find the code of *gimp_image_get_colormap *declared in* *libgimp\gimpimage.h. gimp_image_get_colormap calls _gimp_image_get_colormap in libgimp\gimpimage_pdb.c _gimp_image_get_colormap calls gimp_run_procedure (gimp-image-get-colormap... in

Re: [Gimp-developer] Could you please tell me the implementation of gimp_image_get_colormap function?

2011-08-26 Thread Tobias Ellinghaus
Am Freitag, 26. August 2011 schrub Zhenxing Zhou: Hi All, Hi. I read the code of GIMP v2.6.11 and I want to find the code of *gimp_image_get_colormap *declared in* *libgimp\gimpimage.h. gimp_image_get_colormap calls _gimp_image_get_colormap in libgimp\gimpimage_pdb.c

Re: [Gimp-developer] Could you please tell me the implementation of gimp_image_get_colormap function?

2011-08-26 Thread Mikael Magnusson
On 26 August 2011 13:18, Zhenxing Zhou aboutmat...@gmail.com wrote: Hi All, I read the code of GIMP v2.6.11 and I want to find the code of gimp_image_get_colormap declared in libgimp\gimpimage.h. gimp_image_get_colormap calls _gimp_image_get_colormap in libgimp\gimpimage_pdb.c

Re: [Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Alexandre Prokoudine
On Fri, Aug 26, 2011 at 2:17 PM, Robert Sasu wrote: I also made a showcase: http://sasurobert.github.com/GSoC-2011/ Thanks! Unfortunately with --enable-workshop your branch doesn't build here: CC convolution-matrix.c convolution-matrix.c: In function ‘convolve_pixel’:

[Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Cristian Secară
There are some stings that are english-only, such as the name of brushes, patterns, gradients, brush dynamics. As far as I can tell this is an old problem, not specific to latest GIMP releases. See this snapshot http://www.secarica.ro/misc/gimp_english_only_strings_1_ro.png or this

Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Alexia Death
On Friday, August 26, 2011 17:30:51 Cristian Secară wrote: See this snapshot http://www.secarica.ro/misc/gimp_english_only_strings_1_ro.png or this http://www.secarica.ro/misc/gimp_english_only_strings_2_ro.png Any chance to make them available in the .po files ? Most of the tings you point

Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Cristian Secară
On Fri, 26 Aug 2011 22:01:03 +0300, Alexia Death wrote: Any chance to make them available in the .po files ? Most of the tings you point to are resource names contained within the resources. It's not possible to translate them. :( (bad design of code ? lack of i18n support is a bit strange)

Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Alexia Death
2011/8/27 Cristian Secară li...@secarica.ro: On Fri, 26 Aug 2011 22:01:03 +0300, Alexia Death wrote: Any chance to make them available in the .po files ? Most of the tings you point to are resource names contained within the resources. It's not possible to translate them. :( (bad design

[Gimp-developer] interface_graphical

2011-08-24 Thread daniel daniel
Hello everybody, I´d like to know how to develop a user interface in Linux with GTK.For example, in GIMP, the user interface wrote it directly by GTK or use Glade with XML, or another IDE? Thank you very much!!! ___ Gimp-developer mailing list

Re: [Gimp-developer] interface_graphical

2011-08-24 Thread Alexandre Prokoudine
On Wed, Aug 24, 2011 at 9:14 PM, daniel daniel wrote: Hello everybody, I´d like to know how to develop a user interface in Linux with GTK.For example, in GIMP, the user interface wrote it directly by GTK or use Glade with XML, or another IDE? Hi Daniel, 99,99% of GIMP's user interface is

Re: [Gimp-developer] Improving undo strings (work in progress)

2011-08-24 Thread Liam R E Quin
[oops, resending from the right account, sorry!] Here is a slightly improved version, v2 - space before ( for functions other than C_ and friends; - command context is undo-type not command (it was command before, but this change adds new strings anyway) - somewhat friendlier descriptions

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread Ramón Miranda
Thanks a lot for the offer cc5 inator. These icons are very well made. i like them. And i like the idea of a serie of interviews with different artists. I think this could be very interesting for averybody, coders, designers etc. i would suggest some names because i can´t suggest mine (it is not

Re: [Gimp-developer] [PATCH] Fix deprecated usage of gimp-free-select

2011-08-23 Thread Nelson A. de Oliveira
Hi Martin! On Tue, Aug 23, 2011 at 1:44 AM, Martin Nordholts ense...@gmail.com wrote: There is already a patch that does this that no one have had time yet (due to priorities) to commit: https://bugzilla.gnome.org/show_bug.cgi?id=647834 Hummm... Next time I need to give a better look at the

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread gg
On 08/23/11 14:22, Tobias Ehni wrote: Thanks for suggesting some names from the artist scene. That's very helpful for me and the entire project. 2011/8/23 Ramón Mirandamirandagrap...@gmail.com: Thanks a lot for the offer cc5 inator. These icons are very well made. i like them. And i like

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread c55 inator
@Tobias: Glad you like my work. I'd love to conduct an interview but unfortunately, VoiP is not an option, and it would have to be done via a text-based platform like Google Talk or email. I realize that this is rather inconvenient, so I won't trouble you by insisting on an interview–if you are

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread c55 inator
@Tobias Ah. The usability guy? I'd love to talk usability, noticed a few usability issues in 2.7.1 [the only one available to me on OSX, don't know how many issues have been fixed] if you're interested, send me an email :) I asked on #gimp and the one person who responded told me to ask the

[Gimp-developer] Patch for cppcheck error Common realloc mistake

2011-08-23 Thread serval2412
Hello, With cppcheck, I've got this : [libgimpbase/gimpreloc.c:248]: (error) Common realloc mistake: 'address_string' nulled but not freed upon failure With this patch, it's ok : index 7461bed..238797f 100644 --- a/libgimpbase/gimpreloc.c +++ b/libgimpbase/gimpreloc.c @@ -245,7 +245,7 @@

[Gimp-developer] Improving undo strings (work in progress)

2011-08-23 Thread Liam R E Quin
Thanks to help from Mitch to get me started, I've had another go at improving the gimp undo strings for the transform tools. This patch changes the labels shown under Edit-Undo, Edit-Redo and also the undo history. If this goes down well I could do it for more cases. Right now it affects the

[Gimp-developer] GIMP 2.8 icon

2011-08-22 Thread c55 inator
Hello. I'm a graphic designer with experience in creating Application icons [Like this http://cl.ly/2P0H2k3P1c3X0H3F0L0T/o, thishttp://fc07.deviantart.net/fs71/i/2011/047/b/7/wesnoth_by_c55inator-d39pckd.jpg, or

[Gimp-developer] [PATCH] Fix deprecated usage of gimp-free-select

2011-08-22 Thread Nelson A. de Oliveira
Hi! Can somebody review and commit it, please? http://people.debian.org/~naoliv/misc/0001-Fix-deprecated-usage-of-gimp-free-select.txt Thank you! Best regards, Nelson ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Thales Oliveira - WeAreLinux.com
I'm sorry, hasn't it been available for a while? At least I have been using 2.7.3 for months. Great news anyway. Thales On Mon, Aug 22, 2011 at 4:10 PM, Michael Natterer mi...@gimp.org wrote: Hi, We are pleased to announce the availability of a new development version that brings us closer

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Dominic Canare
I know my proposed patch for bug 335975https://bugzilla.gnome.org/show_bug.cgi?id=335975is probably very low priority, but I'd like to see it included soon. If there are issues, I'd like to get some feedback so that it can be fixed and included. Please let me know if there is something I need to

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Alexia Death
On Mon, Aug 22, 2011 at 10:33 PM, Thales Oliveira - WeAreLinux.com tha...@wearelinux.com wrote: I'm sorry, hasn't it been available for a while? At least I have been using 2.7.3 for months. Great news anyway. The running git has the next version number. All git builds up to the release were

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Thales Oliveira - WeAreLinux.com
Thanks Alexia, nice to know that :) Thales On Mon, Aug 22, 2011 at 4:52 PM, Alexia Death alexiade...@gmail.com wrote: On Mon, Aug 22, 2011 at 10:33 PM, Thales Oliveira - WeAreLinux.com tha...@wearelinux.com wrote: I'm sorry, hasn't it been available for a while? At least I have been using

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Martin Nordholts
2011/8/22 Thales Oliveira - WeAreLinux.com tha...@wearelinux.com: I'm sorry, hasn't it been available for a while? At least I have been using 2.7.3 for months. Great news anyway. There is lot of confusion regarding this, which is why I think we should start with GEGL-like version numbering,

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Thales Oliveira - WeAreLinux.com
Lemme guess. That aging build from Ubuntu PPA that said 2.7.3 even when GIMP was 2.7.1 in Git? :) hahaha, exactly! LOL There is lot of confusion regarding this, which is why I think we should start with GEGL-like version numbering, i.e. odd micro numbers for code in git, even micro numbers

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Michael Natterer
On Mon, 2011-08-22 at 22:27 +0200, Martin Nordholts wrote: 2011/8/22 Thales Oliveira - WeAreLinux.com tha...@wearelinux.com: I'm sorry, hasn't it been available for a while? At least I have been using 2.7.3 for months. Great news anyway. There is lot of confusion regarding this, which is

Re: [Gimp-developer] minor typo in one string

2011-08-20 Thread Michael Natterer
On Fri, 2011-08-19 at 16:02 +0300, Cristian Secară wrote: An extra s on dynamics: #: ../app/actions/dynamics-actions.c:70 msgctxt dynamics-action msgid _Refresh Dynamicss Thanks, fixed in GIT. --Mitch ___ Gimp-developer mailing list

Re: [Gimp-developer] [PATCH] Fix some memleaks

2011-08-18 Thread Kevin Cozens
On 11-08-17 01:16 PM, Nelson A. de Oliveira wrote: Updated patch available at http://people.debian.org/~naoliv/misc/0001-Fix-some-memleaks-2.txt Patch was committed as revision ce3db28f5abe3667a97be3ad2d44a0794efecb16. Thanks again for spotting the leaks and the patch.

[Gimp-developer] Editing GIMP 'About' version string

2011-08-18 Thread trapDoor
Hello, I failed to figure this out myself and couldn't find any information on Internet hence my e-mail. I build gimp from git and I'd like to include last git commit followed by date in the 'About' version string. Where should I make the alteration? -- Thanks, Tomasz

Re: [Gimp-developer] Editing GIMP 'About' version string

2011-08-18 Thread trapDoor
In gimp-repo/app/dialogs/about-dialog.c I've got this: #include config.h #include string.h [...] #include about.h So I run autogen.sh to generate config.h and about.h and edited the following two lines in the first file: #define PACKAGE_STRING GIMP 2.7.3 #define PACKAGE_STRING GIMP 2.7.3+

Re: [Gimp-developer] [PATCH] Fix some memleaks

2011-08-17 Thread Kevin Cozens
On 11-08-16 07:14 PM, Nelson A. de Oliveira wrote: Can somebody verify and commit it, please? http://people.debian.org/~naoliv/misc/0001-Fix-some-memleaks.txt Thank you for the patch. There are some minor changes needed before the patch can be applied. The patch file should not contain tabs.

Re: [Gimp-developer] [PATCH] Fix some memleaks

2011-08-17 Thread Nelson A. de Oliveira
Hi! On Wed, Aug 17, 2011 at 1:43 PM, Kevin Cozens ke...@ve3syb.ca wrote: After you make the above mentioned changes, send a link to the updated patch file. Updated patch available at http://people.debian.org/~naoliv/misc/0001-Fix-some-memleaks-2.txt Thank you! Best regards, Nelson

[Gimp-developer] minor typo in one string

2011-08-16 Thread Cristian Secară
An additional space is required after or in this string: #: ../app/tools/gimptextoptions.c:188 msgid Whether text flows into rectangular shape ormoves into a new line when you press Enter Cristi -- Cristian Secară http://www.secarica.ro ___

Re: [Gimp-developer] minor typo in one string

2011-08-16 Thread Mikael Magnusson
2011/8/16 Cristian Secară li...@secarica.ro: An additional space is required after or in this string: #: ../app/tools/gimptextoptions.c:188 msgid Whether text flows into rectangular shape ormoves into a new line when you press Enter fixed, thanks -- Mikael Magnusson

Re: [Gimp-developer] Usability Session @ CCC

2011-08-15 Thread Tobias Ehni
The wiki is going to be updated with the results, see http://gui.gimp.org/index.php/GIMP_UI_Redesign http://gui.gimp.org/index.php/Usability There will be an executive overview of what is planned for the next months for GIMP concerning usability, which will also be used for a season of usability,

[Gimp-developer] Usability for GIMP - Executive Summary Project Description

2011-08-15 Thread Tobias Ehni
I've posted an executive summary of the usability project for GIMP on the wiki (http://gui.gimp.org/index.php/Usability), based on our discussion at Chaos Camp. This will be used as the project description for a Season of Usability on OpenUsability (http://www.openusability.org/) as well. Please

Re: [Gimp-developer] Usability for GIMP - Executive Summary Project Description

2011-08-15 Thread Alexandre Prokoudine
On Mon, Aug 15, 2011 at 2:03 PM, Tobias Ehni wrote: I've posted an executive summary of the usability project for GIMP on the wiki (http://gui.gimp.org/index.php/Usability), based on our discussion at Chaos Camp. This will be used as the project description for a Season of Usability on

  1   2   3   4   5   6   7   8   9   10   >