Re: [Gimp-developer] Gimp-git compile error on Mac OSX

2015-09-06 Thread Partha Bagchi
Yes, it did. Thanks. :) On Sun, Sep 6, 2015 at 7:45 PM, Michael Henning wrote: > Should be fixed, thanks. :) > > commit dbe598275366a92c2b4d32e376f75cee110d4047 > Author: Michael Henning > Date: Sun Sep 6 19:43:25 2015 -0400 > > app: Always return a value from

Re: [Gimp-developer] Brush + Paint Dynamic - performance problems and comparison between 2.9 and 2.8.14.

2015-09-06 Thread Michael Henning
Please update to latest gimp master and test. I think I fixed this. commit 3233a70bae756e8f62fb144cbce9d8f84ed25609 Author: Michael Henning Date: Sun Sep 6 00:05:32 2015 -0400 libgimpwidgets: Avoid updating the rulers too often. Ever since 72617e42b, whenever the user generated a lot

[Gimp-developer] Gimp-git compile error on Mac OSX

2015-09-06 Thread Partha Bagchi
Latest pull from today. Getting the following error ___ Making all in widgets CC gimpsearchpopup.o gimpsearchpopup.c:557:3: error: non-void function 'results_list_on_key_press_event' should return a value [-Wreturn-type]

Re: [Gimp-developer] Gimp-git compile error on Mac OSX

2015-09-06 Thread Michael Henning
Should be fixed, thanks. :) commit dbe598275366a92c2b4d32e376f75cee110d4047 Author: Michael Henning Date: Sun Sep 6 19:43:25 2015 -0400 app: Always return a value from results_list_on_key_press_event On Sun, Sep 6, 2015 at 6:55 PM, Partha Bagchi wrote: > Latest pull

Re: [Gimp-developer] Brush + Paint Dynamic - performance problems and comparison between 2.9 and 2.8.14.

2015-09-06 Thread Americo Gobbo
Michael, is working fine! I've tested with and no rulers and the performance is equal! Thanks. J. Americo Gobbo [Illustrator and Painter] Website | Blog | Flickr | Pinterest

Re: [Gimp-developer] Brush + Paint Dynamic - performance problems and comparison between 2.9 and 2.8.14.

2015-09-06 Thread Richard
IIRC, this was previously discussed on the mailing list (and bugzilla) and the cairo library was identified as a culprit/accessory to the lag -- as some users reported downgrading to a previous libcairo fixes the ruler lag. However, it also appears to have been properly fixed as of mid-August:

Re: [Gimp-developer] Brush + Paint Dynamic - performance problems and comparison between 2.9 and 2.8.14.

2015-09-06 Thread Americo Gobbo
Michael is necessary write a bug report? Thanks On Sat, Sep 5, 2015 at 3:30 PM, Americo Gobbo wrote: > > On Sat, Sep 5, 2015 at 2:55 PM, Michael Henning > wrote: > >> Does this issue clear up if you disable the rulers (by unchecking View -> >>

Re: [Gimp-developer] Brush + Paint Dynamic - performance problems and comparison between 2.9 and 2.8.14.

2015-09-06 Thread Americo Gobbo
On Sun, Sep 6, 2015 at 3:04 PM, Richard wrote: > IIRC, this was previously discussed on the mailing list (and bugzilla) and > the cairo library was identified as a culprit/accessory to the lag -- as > some users reported downgrading to a previous libcairo fixes the