RSS/Atom feed Twitter
Site is read-only, email is disabled

Development methodology and bug 155733

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Development methodology and bug 155733 Ville Sokk 11 Feb 07:25
Ville Sokk
2012-02-11 07:25:11 UTC (almost 13 years ago)

Development methodology and bug 155733

Do I understand correctly that for this bugto be fixed, all
occurences of gimp_drawable_mask_bounds() must be replaced by gimp_drawable_mask_intersect() even if the plug-in doesn't actually screw up anything? And interactive plug-ins should show a dialog message when they return without doing anything?

How do I align variable definitions in Emacs? The tab key does indentation and will not do anything when the point is in between the variable type and name. I used manual spacing but that is a bit stupid I guess.

Is there a quicker way to test changes than make && make install? I can start the gimp binary from the source directory but it will still load old plug-ins from the installation directories.