Re: [Gimp-developer] [PATCH 1/4] Tile caching performance patches

2009-06-03 Thread Sven Neumann
Hi, On Wed, 2009-06-03 at 11:41 +0930, David Gowers wrote: I'd like to mention also that there are also some minor problems with whitespace Right. I suggest to add the following lines to your .emacs file: (setq c-mode-common-hook '(lambda () (setq indent-tabs-mode nil)

Re: [Gimp-developer] [PATCH 1/4] Tile caching performance patches

2009-06-03 Thread Sven Neumann
Hi, On Tue, 2009-06-02 at 22:15 -0400, Christopher Montgomery wrote: For about a month I'd turned on emacs's trailing whitespace autotrim and it was a cure worse than the disease. How shall I kill my own whitespace without generating patches 4x larger than necessary due to others' trailing

Re: [Gimp-developer] [PATCH 1/4] Tile caching performance patches

2009-06-03 Thread Christopher Montgomery
On Wed, Jun 3, 2009 at 3:12 AM, Sven Neumann s...@gimp.org wrote: There should not be any trailing whitespace in the GIMP source code. We have several times trimmed away all trailing whitespace and committed these cleanups. If new trailing whitespace sneaked in, then we should probably do

[Gimp-developer] [GSoC] Request for Status Reports

2009-06-03 Thread Michael Schumacher
Hi, I'd like to see a short status report from each of our SoC mentors. We're now one week into SoC coding, and I want to be sure that everything is going as you expect - or if it does not, I'd like to be able to supply you with any assistance you need. Please do reply on the list, or mail me

Re: [Gimp-developer] [GSoC] Request for Status Reports

2009-06-03 Thread Alexia Death
Hi! From Dynamics Gui side things are progressing as expected. We are setting up work flow, getting accounts and reading code. Best, Alexia On Wed, Jun 3, 2009 at 12:12 PM, Michael Schumacher schum...@gmx.de wrote: Hi, I'd like to see a short status report from each of our SoC mentors.

[Gimp-developer] [GSoC] Request for Status Reports

2009-06-03 Thread Nicolas Robidoux
Hello Michael: Adam and Eric are moving as expected on their respective GSoCs. Nicolas ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] hackmeeting @milan 19-21 June 2009

2009-06-03 Thread Carlo Frinolli|nois3lab
Hi all, (sorry if some of you got two similar emails...) i just wrote on the inkscape-devel list too. It was choosen as first for a merely chronological list of events: we developed inkscapegallery some month before gimpgallery. But here i am too. Probably you might have read about my

Re: [Gimp-developer] Drawing a line in a GIMP plugin

2009-06-03 Thread Adam C Powell IV
Okay, one more bit of help should finish this. :-) On Sun, 2009-05-31 at 11:50 +1000, David Hodson wrote: On Sat, 2009-05-30 at 20:47 -0400, Adam C Powell IV wrote: I'm sorry, I'm developing a C plugin (tried Scheme first and it was DOG slow). Is there a C equivalent? All I'm seeing is

[Gimp-developer] resubmitted patches: tile-cache performance improvements

2009-06-03 Thread Christopher Montgomery
Updated patches attached, including all requested coding style changes. Unless, of course, I missed any. Monty 0001-Minor-change-to-TILE_DATA_POINTER-that-restricts-TIL.patch Description: Binary data 0002-Add-additional-profiling-to-tile-usage-in-order-to-a.patch Description: Binary data

[Gimp-developer] Please help with a syntax error.

2009-06-03 Thread Brent Hawkins
When i try to run this script in the console, it says Error: Bad syntax of binding spec in let* : (var-one 1) I already wrote a much bigger script using information from an old tutorial but without trying out this simple part of it first and now that doesn't work, except when you replace the

Re: [Gimp-developer] Please help with a syntax error.

2009-06-03 Thread Robert Krawitz
From: Brent Hawkins for...@gimpusers.com Date: Thu, 4 Jun 2009 01:46:20 +0200 (CEST) When i try to run this script in the console, it says Error: Bad syntax of binding spec in let* : (var-one 1) I already wrote a much bigger script using information from an old tutorial but