diff --git a/ChangeLog b/ChangeLog index 88b0218b48..1d13e6ef56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ * app/core/gimpedit.c: don't include "app_procs.h" - * app/display/gimpdisplay-callbacks.c: moved the "grab_abd_scroll" + * app/display/gimpdisplay-callbacks.c: moved the "grab_and_scroll" stuff from gimpdisplay-scroll.* here (less complicated and easier to cleanup...) diff --git a/app/widgets/gimpbrushfactoryview.c b/app/widgets/gimpbrushfactoryview.c index d720a9a886..6ec01d44f6 100644 --- a/app/widgets/gimpbrushfactoryview.c +++ b/app/widgets/gimpbrushfactoryview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushfactoryview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbrushfactoryview.h b/app/widgets/gimpbrushfactoryview.h index b86d56cacd..a4de7b81f5 100644 --- a/app/widgets/gimpbrushfactoryview.h +++ b/app/widgets/gimpbrushfactoryview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushfactoryview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbrushpreview.c b/app/widgets/gimpbrushpreview.c index 08096f71e7..40e219b729 100644 --- a/app/widgets/gimpbrushpreview.c +++ b/app/widgets/gimpbrushpreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushpreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbrushpreview.h b/app/widgets/gimpbrushpreview.h index 26f7fb5f7b..52bbbca608 100644 --- a/app/widgets/gimpbrushpreview.h +++ b/app/widgets/gimpbrushpreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushpreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbufferpreview.c b/app/widgets/gimpbufferpreview.c index 41f3f4c253..f924fc9d08 100644 --- a/app/widgets/gimpbufferpreview.c +++ b/app/widgets/gimpbufferpreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbufferpreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbufferpreview.h b/app/widgets/gimpbufferpreview.h index 22f49661a8..569111c230 100644 --- a/app/widgets/gimpbufferpreview.h +++ b/app/widgets/gimpbufferpreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbufferpreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbufferview.c b/app/widgets/gimpbufferview.c index f5e14fea70..9bb04b5d8a 100644 --- a/app/widgets/gimpbufferview.c +++ b/app/widgets/gimpbufferview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbufferview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpbufferview.h b/app/widgets/gimpbufferview.h index 33a02e65eb..18aa777caa 100644 --- a/app/widgets/gimpbufferview.h +++ b/app/widgets/gimpbufferview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbufferview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpchannellistitem.c b/app/widgets/gimpchannellistitem.c index aa4c409fc5..730d43795a 100644 --- a/app/widgets/gimpchannellistitem.c +++ b/app/widgets/gimpchannellistitem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpchannellistitem.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpchannellistitem.h b/app/widgets/gimpchannellistitem.h index 4c2b7f4261..0858b9af8b 100644 --- a/app/widgets/gimpchannellistitem.h +++ b/app/widgets/gimpchannellistitem.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpchannellistitem.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpchannellistview.c b/app/widgets/gimpchannellistview.c index f67e9fa2ae..5d8576f80c 100644 --- a/app/widgets/gimpchannellistview.c +++ b/app/widgets/gimpchannellistview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpchannellistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -74,6 +74,8 @@ static void gimp_channel_list_view_clear_components static void gimp_channel_list_view_mode_changed (GimpImage *gimage, GimpChannelListView *view); +static void gimp_channel_list_view_alpha_changed (GimpImage *gimage, + GimpChannelListView *view); static void gimp_channel_list_view_component_toggle (GtkList *list, @@ -201,6 +203,9 @@ gimp_channel_list_view_set_image (GimpDrawableListView *view, g_signal_handlers_disconnect_by_func (G_OBJECT (view->gimage), gimp_channel_list_view_mode_changed, channel_view); + g_signal_handlers_disconnect_by_func (G_OBJECT (view->gimage), + gimp_channel_list_view_alpha_changed, + channel_view); } if (GIMP_DRAWABLE_LIST_VIEW_CLASS (parent_class)->set_image) @@ -216,6 +221,9 @@ gimp_channel_list_view_set_image (GimpDrawableListView *view, g_signal_connect (G_OBJECT (view->gimage), "mode_changed", G_CALLBACK (gimp_channel_list_view_mode_changed), channel_view); + g_signal_connect (G_OBJECT (view->gimage), "alpha_changed", + G_CALLBACK (gimp_channel_list_view_alpha_changed), + channel_view); } } @@ -433,6 +441,13 @@ gimp_channel_list_view_mode_changed (GimpImage *gimage, gimp_channel_list_view_create_components (view); } +static void +gimp_channel_list_view_alpha_changed (GimpImage *gimage, + GimpChannelListView *view) +{ + g_print ("gimp_channel_list_view_alpha_changed()\n"); +} + static void gimp_channel_list_view_component_toggle (GtkList *list, GtkWidget *child, diff --git a/app/widgets/gimpchannellistview.h b/app/widgets/gimpchannellistview.h index a030fc5f4c..02c4744362 100644 --- a/app/widgets/gimpchannellistview.h +++ b/app/widgets/gimpchannellistview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpchannellistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpchanneltreeview.c b/app/widgets/gimpchanneltreeview.c index f67e9fa2ae..5d8576f80c 100644 --- a/app/widgets/gimpchanneltreeview.c +++ b/app/widgets/gimpchanneltreeview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpchannellistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -74,6 +74,8 @@ static void gimp_channel_list_view_clear_components static void gimp_channel_list_view_mode_changed (GimpImage *gimage, GimpChannelListView *view); +static void gimp_channel_list_view_alpha_changed (GimpImage *gimage, + GimpChannelListView *view); static void gimp_channel_list_view_component_toggle (GtkList *list, @@ -201,6 +203,9 @@ gimp_channel_list_view_set_image (GimpDrawableListView *view, g_signal_handlers_disconnect_by_func (G_OBJECT (view->gimage), gimp_channel_list_view_mode_changed, channel_view); + g_signal_handlers_disconnect_by_func (G_OBJECT (view->gimage), + gimp_channel_list_view_alpha_changed, + channel_view); } if (GIMP_DRAWABLE_LIST_VIEW_CLASS (parent_class)->set_image) @@ -216,6 +221,9 @@ gimp_channel_list_view_set_image (GimpDrawableListView *view, g_signal_connect (G_OBJECT (view->gimage), "mode_changed", G_CALLBACK (gimp_channel_list_view_mode_changed), channel_view); + g_signal_connect (G_OBJECT (view->gimage), "alpha_changed", + G_CALLBACK (gimp_channel_list_view_alpha_changed), + channel_view); } } @@ -433,6 +441,13 @@ gimp_channel_list_view_mode_changed (GimpImage *gimage, gimp_channel_list_view_create_components (view); } +static void +gimp_channel_list_view_alpha_changed (GimpImage *gimage, + GimpChannelListView *view) +{ + g_print ("gimp_channel_list_view_alpha_changed()\n"); +} + static void gimp_channel_list_view_component_toggle (GtkList *list, GtkWidget *child, diff --git a/app/widgets/gimpchanneltreeview.h b/app/widgets/gimpchanneltreeview.h index a030fc5f4c..02c4744362 100644 --- a/app/widgets/gimpchanneltreeview.h +++ b/app/widgets/gimpchanneltreeview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpchannellistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcomponentlistitem.c b/app/widgets/gimpcomponentlistitem.c index ab62983744..38c6dede7b 100644 --- a/app/widgets/gimpcomponentlistitem.c +++ b/app/widgets/gimpcomponentlistitem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcomponentlistitem.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcomponentlistitem.h b/app/widgets/gimpcomponentlistitem.h index 3d5948b674..206a868bf8 100644 --- a/app/widgets/gimpcomponentlistitem.h +++ b/app/widgets/gimpcomponentlistitem.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcomponentlistitem.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainereditor.c b/app/widgets/gimpcontainereditor.c index 650cfb690a..86ab3c3d92 100644 --- a/app/widgets/gimpcontainereditor.c +++ b/app/widgets/gimpcontainereditor.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainereditor.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainereditor.h b/app/widgets/gimpcontainereditor.h index f53acbb902..ea584ad68b 100644 --- a/app/widgets/gimpcontainereditor.h +++ b/app/widgets/gimpcontainereditor.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainereditor.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainergridview.c b/app/widgets/gimpcontainergridview.c index c5a252df4f..ccd3c9a79b 100644 --- a/app/widgets/gimpcontainergridview.c +++ b/app/widgets/gimpcontainergridview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainergridview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainergridview.h b/app/widgets/gimpcontainergridview.h index 7b051ec69c..36334a465a 100644 --- a/app/widgets/gimpcontainergridview.h +++ b/app/widgets/gimpcontainergridview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainergridview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainerlistview.c b/app/widgets/gimpcontainerlistview.c index 6e348e7539..c5d31efdb5 100644 --- a/app/widgets/gimpcontainerlistview.c +++ b/app/widgets/gimpcontainerlistview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainerlistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainerlistview.h b/app/widgets/gimpcontainerlistview.h index e8ac1ea0f5..108fa8d52e 100644 --- a/app/widgets/gimpcontainerlistview.h +++ b/app/widgets/gimpcontainerlistview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainerlistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainermenu.c b/app/widgets/gimpcontainermenu.c index 9fbc9c0694..5e76c30658 100644 --- a/app/widgets/gimpcontainermenu.c +++ b/app/widgets/gimpcontainermenu.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainermenu.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainermenu.h b/app/widgets/gimpcontainermenu.h index 02201706f9..01b783142b 100644 --- a/app/widgets/gimpcontainermenu.h +++ b/app/widgets/gimpcontainermenu.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainermenu.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainermenuimpl.c b/app/widgets/gimpcontainermenuimpl.c index 0c95bbb9a7..b10f87293c 100644 --- a/app/widgets/gimpcontainermenuimpl.c +++ b/app/widgets/gimpcontainermenuimpl.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainermenuimpl.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainermenuimpl.h b/app/widgets/gimpcontainermenuimpl.h index ba2d259fa6..658269d876 100644 --- a/app/widgets/gimpcontainermenuimpl.h +++ b/app/widgets/gimpcontainermenuimpl.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainermenuimpl.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainerview-utils.h b/app/widgets/gimpcontainerview-utils.h index 22cc7846f1..e4fc291cde 100644 --- a/app/widgets/gimpcontainerview-utils.h +++ b/app/widgets/gimpcontainerview-utils.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainerview-utils.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainerview.c b/app/widgets/gimpcontainerview.c index a67304e22e..2aa3cbc8ef 100644 --- a/app/widgets/gimpcontainerview.c +++ b/app/widgets/gimpcontainerview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainerview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpcontainerview.h b/app/widgets/gimpcontainerview.h index faa73ee5dd..755eb084aa 100644 --- a/app/widgets/gimpcontainerview.h +++ b/app/widgets/gimpcontainerview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpcontainerview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdatafactoryview.c b/app/widgets/gimpdatafactoryview.c index b346ef3f96..7836f6bd31 100644 --- a/app/widgets/gimpdatafactoryview.c +++ b/app/widgets/gimpdatafactoryview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdatafactoryview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdatafactoryview.h b/app/widgets/gimpdatafactoryview.h index 9c0ef53b25..1b73a57765 100644 --- a/app/widgets/gimpdatafactoryview.h +++ b/app/widgets/gimpdatafactoryview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdatafactoryview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdialogfactory.c b/app/widgets/gimpdialogfactory.c index b04e0f712b..bee67450bc 100644 --- a/app/widgets/gimpdialogfactory.c +++ b/app/widgets/gimpdialogfactory.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdialogfactory.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdialogfactory.h b/app/widgets/gimpdialogfactory.h index 50b19d15ab..ae376867b6 100644 --- a/app/widgets/gimpdialogfactory.h +++ b/app/widgets/gimpdialogfactory.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdialogfactory.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdock.c b/app/widgets/gimpdock.c index 302358e6aa..6a3a2eb24b 100644 --- a/app/widgets/gimpdock.c +++ b/app/widgets/gimpdock.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdock.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdock.h b/app/widgets/gimpdock.h index a39193c965..d0b2969b38 100644 --- a/app/widgets/gimpdock.h +++ b/app/widgets/gimpdock.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdock.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdockable.c b/app/widgets/gimpdockable.c index f7b8d03772..cbc5ae85be 100644 --- a/app/widgets/gimpdockable.c +++ b/app/widgets/gimpdockable.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdockable.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdockable.h b/app/widgets/gimpdockable.h index b557955af5..0ce8e2cbbf 100644 --- a/app/widgets/gimpdockable.h +++ b/app/widgets/gimpdockable.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdockable.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdockbook.c b/app/widgets/gimpdockbook.c index a6310b6ed7..5b1b3b1af7 100644 --- a/app/widgets/gimpdockbook.c +++ b/app/widgets/gimpdockbook.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdockbook.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdockbook.h b/app/widgets/gimpdockbook.h index f5c4b2b485..b68bed5799 100644 --- a/app/widgets/gimpdockbook.h +++ b/app/widgets/gimpdockbook.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdockbook.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawablelistitem.c b/app/widgets/gimpdrawablelistitem.c index f3cdb4f727..1413515409 100644 --- a/app/widgets/gimpdrawablelistitem.c +++ b/app/widgets/gimpdrawablelistitem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistitem.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawablelistitem.h b/app/widgets/gimpdrawablelistitem.h index f78e396491..6c4fa5b064 100644 --- a/app/widgets/gimpdrawablelistitem.h +++ b/app/widgets/gimpdrawablelistitem.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistitem.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawablelistview.c b/app/widgets/gimpdrawablelistview.c index a268cc9fe3..1de6455081 100644 --- a/app/widgets/gimpdrawablelistview.c +++ b/app/widgets/gimpdrawablelistview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawablelistview.h b/app/widgets/gimpdrawablelistview.h index 8fe92668c2..c623544334 100644 --- a/app/widgets/gimpdrawablelistview.h +++ b/app/widgets/gimpdrawablelistview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawablepreview.c b/app/widgets/gimpdrawablepreview.c index fd7027d84d..1606b81477 100644 --- a/app/widgets/gimpdrawablepreview.c +++ b/app/widgets/gimpdrawablepreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablepreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawablepreview.h b/app/widgets/gimpdrawablepreview.h index aca7c3798b..5caa4b333c 100644 --- a/app/widgets/gimpdrawablepreview.h +++ b/app/widgets/gimpdrawablepreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablepreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawabletreeview.c b/app/widgets/gimpdrawabletreeview.c index a268cc9fe3..1de6455081 100644 --- a/app/widgets/gimpdrawabletreeview.c +++ b/app/widgets/gimpdrawabletreeview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpdrawabletreeview.h b/app/widgets/gimpdrawabletreeview.h index 8fe92668c2..c623544334 100644 --- a/app/widgets/gimpdrawabletreeview.h +++ b/app/widgets/gimpdrawabletreeview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpgradientpreview.c b/app/widgets/gimpgradientpreview.c index a2dcf0f3e2..f486d08cf8 100644 --- a/app/widgets/gimpgradientpreview.c +++ b/app/widgets/gimpgradientpreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpGradientPreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpgradientpreview.h b/app/widgets/gimpgradientpreview.h index 19566ee94e..f8488cd9c9 100644 --- a/app/widgets/gimpgradientpreview.h +++ b/app/widgets/gimpgradientpreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpGradientPreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpimagedock.c b/app/widgets/gimpimagedock.c index 23c9e1faed..9956107db2 100644 --- a/app/widgets/gimpimagedock.c +++ b/app/widgets/gimpimagedock.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpimagedock.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpimagedock.h b/app/widgets/gimpimagedock.h index e4e927fea8..02bdcd9d3f 100644 --- a/app/widgets/gimpimagedock.h +++ b/app/widgets/gimpimagedock.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpimagedock.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpimagepreview.c b/app/widgets/gimpimagepreview.c index 20efd15597..e70282db13 100644 --- a/app/widgets/gimpimagepreview.c +++ b/app/widgets/gimpimagepreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpImagePreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpimagepreview.h b/app/widgets/gimpimagepreview.h index a90166af89..ccda4cc877 100644 --- a/app/widgets/gimpimagepreview.h +++ b/app/widgets/gimpimagepreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpImagePreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpitemlistview.c b/app/widgets/gimpitemlistview.c index a268cc9fe3..1de6455081 100644 --- a/app/widgets/gimpitemlistview.c +++ b/app/widgets/gimpitemlistview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpitemlistview.h b/app/widgets/gimpitemlistview.h index 8fe92668c2..c623544334 100644 --- a/app/widgets/gimpitemlistview.h +++ b/app/widgets/gimpitemlistview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpitemtreeview.c b/app/widgets/gimpitemtreeview.c index a268cc9fe3..1de6455081 100644 --- a/app/widgets/gimpitemtreeview.c +++ b/app/widgets/gimpitemtreeview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpitemtreeview.h b/app/widgets/gimpitemtreeview.h index 8fe92668c2..c623544334 100644 --- a/app/widgets/gimpitemtreeview.h +++ b/app/widgets/gimpitemtreeview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablelistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplayerlistitem.c b/app/widgets/gimplayerlistitem.c index 36dcc66e99..03aba738f5 100644 --- a/app/widgets/gimplayerlistitem.c +++ b/app/widgets/gimplayerlistitem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplayerlistitem.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplayerlistitem.h b/app/widgets/gimplayerlistitem.h index 2de0c9721b..7b9887f387 100644 --- a/app/widgets/gimplayerlistitem.h +++ b/app/widgets/gimplayerlistitem.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplayerlistitem.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplayerlistview.c b/app/widgets/gimplayerlistview.c index e42ada5eb0..5985d1a3e0 100644 --- a/app/widgets/gimplayerlistview.c +++ b/app/widgets/gimplayerlistview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplayerlistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplayerlistview.h b/app/widgets/gimplayerlistview.h index c3f8fdfbeb..0df894ac15 100644 --- a/app/widgets/gimplayerlistview.h +++ b/app/widgets/gimplayerlistview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplayerlistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplayertreeview.c b/app/widgets/gimplayertreeview.c index e42ada5eb0..5985d1a3e0 100644 --- a/app/widgets/gimplayertreeview.c +++ b/app/widgets/gimplayertreeview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplayerlistview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplayertreeview.h b/app/widgets/gimplayertreeview.h index c3f8fdfbeb..0df894ac15 100644 --- a/app/widgets/gimplayertreeview.h +++ b/app/widgets/gimplayertreeview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplayerlistview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplistitem.c b/app/widgets/gimplistitem.c index f408f6b0bf..045709cb50 100644 --- a/app/widgets/gimplistitem.c +++ b/app/widgets/gimplistitem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplistitem.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimplistitem.h b/app/widgets/gimplistitem.h index 35e42c3cad..6e40884f81 100644 --- a/app/widgets/gimplistitem.h +++ b/app/widgets/gimplistitem.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimplistitem.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpmenudock.c b/app/widgets/gimpmenudock.c index 23c9e1faed..9956107db2 100644 --- a/app/widgets/gimpmenudock.c +++ b/app/widgets/gimpmenudock.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpimagedock.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpmenudock.h b/app/widgets/gimpmenudock.h index e4e927fea8..02bdcd9d3f 100644 --- a/app/widgets/gimpmenudock.h +++ b/app/widgets/gimpmenudock.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpimagedock.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpmenuitem.c b/app/widgets/gimpmenuitem.c index c9e3addbde..81365b4885 100644 --- a/app/widgets/gimpmenuitem.c +++ b/app/widgets/gimpmenuitem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpmenuitem.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpmenuitem.h b/app/widgets/gimpmenuitem.h index 644d89fadb..4064dde582 100644 --- a/app/widgets/gimpmenuitem.h +++ b/app/widgets/gimpmenuitem.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpmenuitem.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpnavigationpreview.c b/app/widgets/gimpnavigationpreview.c index 7cd1707c11..8b8fbb07da 100644 --- a/app/widgets/gimpnavigationpreview.c +++ b/app/widgets/gimpnavigationpreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpNavigationPreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpnavigationpreview.h b/app/widgets/gimpnavigationpreview.h index 22ac69b48d..eb8e913ed0 100644 --- a/app/widgets/gimpnavigationpreview.h +++ b/app/widgets/gimpnavigationpreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpNavigationPreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpnavigationview.c b/app/widgets/gimpnavigationview.c index 7cd1707c11..8b8fbb07da 100644 --- a/app/widgets/gimpnavigationview.c +++ b/app/widgets/gimpnavigationview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpNavigationPreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpnavigationview.h b/app/widgets/gimpnavigationview.h index 22ac69b48d..eb8e913ed0 100644 --- a/app/widgets/gimpnavigationview.h +++ b/app/widgets/gimpnavigationview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpNavigationPreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppalettepreview.c b/app/widgets/gimppalettepreview.c index 3560a509d7..1d8834f6e0 100644 --- a/app/widgets/gimppalettepreview.c +++ b/app/widgets/gimppalettepreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppalettepreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppalettepreview.h b/app/widgets/gimppalettepreview.h index 43da90cd94..0df7c76434 100644 --- a/app/widgets/gimppalettepreview.h +++ b/app/widgets/gimppalettepreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppalettepreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppatternpreview.c b/app/widgets/gimppatternpreview.c index a6da3a249d..e2ea0bf63f 100644 --- a/app/widgets/gimppatternpreview.c +++ b/app/widgets/gimppatternpreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppatternpreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppatternpreview.h b/app/widgets/gimppatternpreview.h index 2f14f6e8e2..308ff19d03 100644 --- a/app/widgets/gimppatternpreview.h +++ b/app/widgets/gimppatternpreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppatternpreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreview.c b/app/widgets/gimppreview.c index 84c0572d79..b26bf41b71 100644 --- a/app/widgets/gimppreview.c +++ b/app/widgets/gimppreview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreview.h b/app/widgets/gimppreview.h index 71d4940307..e575ec186b 100644 --- a/app/widgets/gimppreview.h +++ b/app/widgets/gimppreview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrenderer.c b/app/widgets/gimppreviewrenderer.c index 84c0572d79..b26bf41b71 100644 --- a/app/widgets/gimppreviewrenderer.c +++ b/app/widgets/gimppreviewrenderer.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrenderer.h b/app/widgets/gimppreviewrenderer.h index 71d4940307..e575ec186b 100644 --- a/app/widgets/gimppreviewrenderer.h +++ b/app/widgets/gimppreviewrenderer.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrendererbrush.c b/app/widgets/gimppreviewrendererbrush.c index 08096f71e7..40e219b729 100644 --- a/app/widgets/gimppreviewrendererbrush.c +++ b/app/widgets/gimppreviewrendererbrush.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushpreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrendererbrush.h b/app/widgets/gimppreviewrendererbrush.h index 26f7fb5f7b..52bbbca608 100644 --- a/app/widgets/gimppreviewrendererbrush.h +++ b/app/widgets/gimppreviewrendererbrush.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushpreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrendererdrawable.c b/app/widgets/gimppreviewrendererdrawable.c index fd7027d84d..1606b81477 100644 --- a/app/widgets/gimppreviewrendererdrawable.c +++ b/app/widgets/gimppreviewrendererdrawable.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablepreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrendererdrawable.h b/app/widgets/gimppreviewrendererdrawable.h index aca7c3798b..5caa4b333c 100644 --- a/app/widgets/gimppreviewrendererdrawable.h +++ b/app/widgets/gimppreviewrendererdrawable.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablepreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrendererimage.c b/app/widgets/gimppreviewrendererimage.c index 20efd15597..e70282db13 100644 --- a/app/widgets/gimppreviewrendererimage.c +++ b/app/widgets/gimppreviewrendererimage.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpImagePreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimppreviewrendererimage.h b/app/widgets/gimppreviewrendererimage.h index a90166af89..ccda4cc877 100644 --- a/app/widgets/gimppreviewrendererimage.h +++ b/app/widgets/gimppreviewrendererimage.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpImagePreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimptoolinfopreview.c b/app/widgets/gimptoolinfopreview.c index 4450e43789..075249d205 100644 --- a/app/widgets/gimptoolinfopreview.c +++ b/app/widgets/gimptoolinfopreview.c @@ -1,8 +1,8 @@ /* The GIMP -- an image manipulation program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * - * GimpToolInfoPreview Widget - * Copyright (C) 2001 Michael Natterer + * gimptoolinfopreview.c + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimptoolinfopreview.h b/app/widgets/gimptoolinfopreview.h index 51c4b26641..4a93cdc9a4 100644 --- a/app/widgets/gimptoolinfopreview.h +++ b/app/widgets/gimptoolinfopreview.h @@ -1,8 +1,8 @@ /* The GIMP -- an image manipulation program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * - * GimpToolInfoPreview Widget - * Copyright (C) 2001 Michael Natterer + * gimptoolinfopreview.h + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpview.c b/app/widgets/gimpview.c index 84c0572d79..b26bf41b71 100644 --- a/app/widgets/gimpview.c +++ b/app/widgets/gimpview.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpview.h b/app/widgets/gimpview.h index 71d4940307..e575ec186b 100644 --- a/app/widgets/gimpview.h +++ b/app/widgets/gimpview.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrenderer.c b/app/widgets/gimpviewrenderer.c index 84c0572d79..b26bf41b71 100644 --- a/app/widgets/gimpviewrenderer.c +++ b/app/widgets/gimpviewrenderer.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrenderer.h b/app/widgets/gimpviewrenderer.h index 71d4940307..e575ec186b 100644 --- a/app/widgets/gimpviewrenderer.h +++ b/app/widgets/gimpviewrenderer.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimppreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrendererbrush.c b/app/widgets/gimpviewrendererbrush.c index 08096f71e7..40e219b729 100644 --- a/app/widgets/gimpviewrendererbrush.c +++ b/app/widgets/gimpviewrendererbrush.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushpreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrendererbrush.h b/app/widgets/gimpviewrendererbrush.h index 26f7fb5f7b..52bbbca608 100644 --- a/app/widgets/gimpviewrendererbrush.h +++ b/app/widgets/gimpviewrendererbrush.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbrushpreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrendererdrawable.c b/app/widgets/gimpviewrendererdrawable.c index fd7027d84d..1606b81477 100644 --- a/app/widgets/gimpviewrendererdrawable.c +++ b/app/widgets/gimpviewrendererdrawable.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablepreview.c - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrendererdrawable.h b/app/widgets/gimpviewrendererdrawable.h index aca7c3798b..5caa4b333c 100644 --- a/app/widgets/gimpviewrendererdrawable.h +++ b/app/widgets/gimpviewrendererdrawable.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpdrawablepreview.h - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrendererimage.c b/app/widgets/gimpviewrendererimage.c index 20efd15597..e70282db13 100644 --- a/app/widgets/gimpviewrendererimage.c +++ b/app/widgets/gimpviewrendererimage.c @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpImagePreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/widgets/gimpviewrendererimage.h b/app/widgets/gimpviewrendererimage.h index a90166af89..ccda4cc877 100644 --- a/app/widgets/gimpviewrendererimage.h +++ b/app/widgets/gimpviewrendererimage.h @@ -2,7 +2,7 @@ * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * GimpImagePreview Widget - * Copyright (C) 2001 Michael Natterer + * Copyright (C) 2001 Michael Natterer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by