Mon May 7 08:40:08 2012 UTC ()
Changes 2.8.0:
Core:
- Add our own GimpOperationBrightnessContrast because GEGL one is different
Plug-ins:
- Fix some GFig rendering issues
Source and build system:
- Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions
General:
- Bug fixes
- Translation updates


(adam)
diff -r1.211 -r1.212 pkgsrc/graphics/gimp/Makefile
diff -r1.48 -r1.49 pkgsrc/graphics/gimp/PLIST
diff -r1.66 -r1.67 pkgsrc/graphics/gimp/distinfo
diff -r1.27 -r1.28 pkgsrc/graphics/gimp/patches/patch-aa
diff -r1.33 -r1.34 pkgsrc/graphics/gimp/patches/patch-ab
diff -r1.18 -r0 pkgsrc/graphics/gimp/patches/patch-ac
diff -r1.11 -r1.12 pkgsrc/graphics/gimp/patches/patch-ad
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-app_Makefile.in
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-app_config_Makefile.in
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-devel-docs_app_Makefile.in
diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c
diff -r0 -r1.1 pkgsrc/graphics/gimp/patches/patch-app_base_base-utils.c

cvs diff -r1.211 -r1.212 pkgsrc/graphics/gimp/Makefile (switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2012/03/03 00:12:14 1.211
+++ pkgsrc/graphics/gimp/Makefile 2012/05/07 08:40:07 1.212
@@ -1,83 +1,82 @@ @@ -1,83 +1,82 @@
1# $NetBSD: Makefile,v 1.211 2012/03/03 00:12:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.212 2012/05/07 08:40:07 adam Exp $
2 2
3DISTNAME= gimp-2.6.12 3DISTNAME= gimp-2.8.0
4PKGREVISION= 2 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ 5MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
7 ${MASTER_SITE_GNU:=gimp/v2.6/} \ 6 ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \
8 ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.6/ 7 ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
12HOMEPAGE= http://www.gimp.org/ 11HOMEPAGE= http://www.gimp.org/
13COMMENT= The GNU image manipulation program 12COMMENT= The GNU image manipulation program
14LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 13LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
15 14
16BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser 15BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
17 16
18PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
19 18
20CONFLICTS+= gimp<=1.2.3 19CONFLICTS+= gimp<=1.2.3
21 20
22PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
23 22
24USE_LIBTOOL= yes 23USE_LIBTOOL= yes
25USE_PKGLOCALEDIR= yes 24USE_PKGLOCALEDIR= yes
26USE_TOOLS+= gmake intltool msgfmt pkg-config 25USE_TOOLS+= gmake intltool msgfmt pkg-config
27 26
28PKG_SYSCONFSUBDIR= gimp/2.0 27PKG_SYSCONFSUBDIR= gimp/2.0
29 28
30PKGCONFIG_OVERRIDE= gimp.pc.in 29PKGCONFIG_OVERRIDE= gimp.pc.in
31 30
32.include "../../mk/bsd.prefs.mk" 31.include "../../mk/bsd.prefs.mk"
33 32
34BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0 33BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0
35BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 34BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
36 35
37GNU_CONFIGURE= yes 36GNU_CONFIGURE= yes
38CONFIGURE_ARGS+= --disable-perl 37CONFIGURE_ARGS+= --disable-perl
39CONFIGURE_ARGS+= --disable-python 38CONFIGURE_ARGS+= --disable-python
40CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 39CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
41CONFIGURE_ARGS+= --without-linux-input 40CONFIGURE_ARGS+= --without-linux-input
42 41
43UNLIMIT_RESOURCES+= datasize 42UNLIMIT_RESOURCES+= datasize
44 43
45EGDIR= ${PREFIX}/share/examples/gimp-2.0 44EGDIR= ${PREFIX}/share/examples/gimp-2.0
46.for f in controllerrc gimprc gtkrc menurc ps-menurc sessionrc templaterc unitrc 45.for f in controllerrc gimprc gtkrc menurc sessionrc templaterc unitrc
47CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} 46CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
48.endfor 47.endfor
49 48
50# Ensure we export symbols in the linked shared object. 49# Ensure we export symbols in the linked shared object.
51LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} 50LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
52 51
53PLIST_VARS+= remote twain 52PLIST_VARS+= remote twain
54.if exists(/System/Library/Frameworks/TWAIN.framework) 53.if exists(/System/Library/Frameworks/TWAIN.framework)
55PLIST.twain= yes 54PLIST.twain= yes
56.endif 55.endif
57 56
58.include "options.mk" 57.include "options.mk"
59 58
60.include "../../sysutils/desktop-file-utils/desktopdb.mk" 59.include "../../sysutils/desktop-file-utils/desktopdb.mk"
61.include "../../databases/shared-mime-info/mimedb.mk" 60.include "../../databases/shared-mime-info/mimedb.mk"
62.include "../../devel/gettext-lib/buildlink3.mk" 61.include "../../devel/gettext-lib/buildlink3.mk"
63.include "../../fonts/fontconfig/buildlink3.mk" 62.include "../../fonts/fontconfig/buildlink3.mk"
64.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 63.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
65.include "../../graphics/babl/buildlink3.mk" 64.include "../../graphics/babl/buildlink3.mk"
66.include "../../graphics/gegl/buildlink3.mk" 65.include "../../graphics/gegl/buildlink3.mk"
67.include "../../mk/jpeg.buildlink3.mk" 66.include "../../mk/jpeg.buildlink3.mk"
68.include "../../graphics/lcms/buildlink3.mk" 67.include "../../graphics/lcms/buildlink3.mk"
69.include "../../graphics/libart/buildlink3.mk" 68.include "../../graphics/libart/buildlink3.mk"
70.include "../../graphics/libexif/buildlink3.mk" 69.include "../../graphics/libexif/buildlink3.mk"
71.include "../../graphics/png/buildlink3.mk" 70.include "../../graphics/png/buildlink3.mk"
72.include "../../graphics/tiff/buildlink3.mk" 71.include "../../graphics/tiff/buildlink3.mk"
73.include "../../graphics/libwmf/buildlink3.mk" 72.include "../../graphics/libwmf/buildlink3.mk"
74.include "../../x11/gtk2/buildlink3.mk" 73.include "../../x11/gtk2/buildlink3.mk"
75.if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11) 74.if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11)
76PLIST.remote= yes 75PLIST.remote= yes
77.include "../../x11/libICE/buildlink3.mk" 76.include "../../x11/libICE/buildlink3.mk"
78.include "../../x11/libSM/buildlink3.mk" 77.include "../../x11/libSM/buildlink3.mk"
79.include "../../x11/libXmu/buildlink3.mk" 78.include "../../x11/libXmu/buildlink3.mk"
80.include "../../x11/libXpm/buildlink3.mk" 79.include "../../x11/libXpm/buildlink3.mk"
81.endif 80.endif
82.include "../../mk/pthread.buildlink3.mk" 81.include "../../mk/pthread.buildlink3.mk"
83.include "../../mk/bsd.pkg.mk" 82.include "../../mk/bsd.pkg.mk"

cvs diff -r1.48 -r1.49 pkgsrc/graphics/gimp/PLIST (switch to unified diff)

--- pkgsrc/graphics/gimp/PLIST 2012/02/04 21:10:43 1.48
+++ pkgsrc/graphics/gimp/PLIST 2012/05/07 08:40:08 1.49
@@ -1,2022 +1,2159 @@ @@ -1,2022 +1,2159 @@
1@comment $NetBSD: PLIST,v 1.48 2012/02/04 21:10:43 adam Exp $ 1@comment $NetBSD: PLIST,v 1.49 2012/05/07 08:40:08 adam Exp $
2bin/gimp 2bin/gimp
3bin/gimp-2.6 3bin/gimp-2.8
4bin/gimp-console 4bin/gimp-console
5bin/gimp-console-2.6 5bin/gimp-console-2.8
6bin/gimptool-2.0 6bin/gimptool-2.0
7include/gimp-2.0/libgimp/gimp.h 7include/gimp-2.0/libgimp/gimp.h
8include/gimp-2.0/libgimp/gimp_pdb.h 8include/gimp-2.0/libgimp/gimp_pdb.h
 9include/gimp-2.0/libgimp/gimp_pdb_headers.h
9include/gimp-2.0/libgimp/gimpaspectpreview.h 10include/gimp-2.0/libgimp/gimpaspectpreview.h
10include/gimp-2.0/libgimp/gimpbrush_pdb.h 11include/gimp-2.0/libgimp/gimpbrush_pdb.h
11include/gimp-2.0/libgimp/gimpbrushes.h 12include/gimp-2.0/libgimp/gimpbrushes.h
12include/gimp-2.0/libgimp/gimpbrushes_pdb.h 13include/gimp-2.0/libgimp/gimpbrushes_pdb.h
13include/gimp-2.0/libgimp/gimpbrushmenu.h 14include/gimp-2.0/libgimp/gimpbrushmenu.h
14include/gimp-2.0/libgimp/gimpbrushselect.h 15include/gimp-2.0/libgimp/gimpbrushselect.h
15include/gimp-2.0/libgimp/gimpbrushselect_pdb.h 16include/gimp-2.0/libgimp/gimpbrushselect_pdb.h
16include/gimp-2.0/libgimp/gimpbrushselectbutton.h 17include/gimp-2.0/libgimp/gimpbrushselectbutton.h
17include/gimp-2.0/libgimp/gimpbuffer_pdb.h 18include/gimp-2.0/libgimp/gimpbuffer_pdb.h
18include/gimp-2.0/libgimp/gimpchannel.h 19include/gimp-2.0/libgimp/gimpchannel.h
19include/gimp-2.0/libgimp/gimpchannel_pdb.h 20include/gimp-2.0/libgimp/gimpchannel_pdb.h
20include/gimp-2.0/libgimp/gimpcolor_pdb.h 21include/gimp-2.0/libgimp/gimpcolor_pdb.h
21include/gimp-2.0/libgimp/gimpcompat.h 22include/gimp-2.0/libgimp/gimpcompat.h
22include/gimp-2.0/libgimp/gimpcontext_pdb.h 23include/gimp-2.0/libgimp/gimpcontext_pdb.h
23include/gimp-2.0/libgimp/gimpconvert_pdb.h 24include/gimp-2.0/libgimp/gimpconvert_pdb.h
24include/gimp-2.0/libgimp/gimpdisplay_pdb.h 25include/gimp-2.0/libgimp/gimpdisplay_pdb.h
25include/gimp-2.0/libgimp/gimpdrawable.h 26include/gimp-2.0/libgimp/gimpdrawable.h
26include/gimp-2.0/libgimp/gimpdrawable_pdb.h 27include/gimp-2.0/libgimp/gimpdrawable_pdb.h
27include/gimp-2.0/libgimp/gimpdrawablepreview.h 28include/gimp-2.0/libgimp/gimpdrawablepreview.h
28include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h 29include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h
 30include/gimp-2.0/libgimp/gimpdynamics_pdb.h
29include/gimp-2.0/libgimp/gimpedit_pdb.h 31include/gimp-2.0/libgimp/gimpedit_pdb.h
30include/gimp-2.0/libgimp/gimpenums.h 32include/gimp-2.0/libgimp/gimpenums.h
31include/gimp-2.0/libgimp/gimpexport.h 33include/gimp-2.0/libgimp/gimpexport.h
32include/gimp-2.0/libgimp/gimpfileops_pdb.h 34include/gimp-2.0/libgimp/gimpfileops_pdb.h
33include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h 35include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h
34include/gimp-2.0/libgimp/gimpfontmenu.h 36include/gimp-2.0/libgimp/gimpfontmenu.h
35include/gimp-2.0/libgimp/gimpfonts_pdb.h 37include/gimp-2.0/libgimp/gimpfonts_pdb.h
36include/gimp-2.0/libgimp/gimpfontselect.h 38include/gimp-2.0/libgimp/gimpfontselect.h
37include/gimp-2.0/libgimp/gimpfontselect_pdb.h 39include/gimp-2.0/libgimp/gimpfontselect_pdb.h
38include/gimp-2.0/libgimp/gimpfontselectbutton.h 40include/gimp-2.0/libgimp/gimpfontselectbutton.h
39include/gimp-2.0/libgimp/gimpgimprc.h 41include/gimp-2.0/libgimp/gimpgimprc.h
40include/gimp-2.0/libgimp/gimpgimprc_pdb.h 42include/gimp-2.0/libgimp/gimpgimprc_pdb.h
41include/gimp-2.0/libgimp/gimpgradient_pdb.h 43include/gimp-2.0/libgimp/gimpgradient_pdb.h
42include/gimp-2.0/libgimp/gimpgradientmenu.h 44include/gimp-2.0/libgimp/gimpgradientmenu.h
43include/gimp-2.0/libgimp/gimpgradients.h 45include/gimp-2.0/libgimp/gimpgradients.h
44include/gimp-2.0/libgimp/gimpgradients_pdb.h 46include/gimp-2.0/libgimp/gimpgradients_pdb.h
45include/gimp-2.0/libgimp/gimpgradientselect.h 47include/gimp-2.0/libgimp/gimpgradientselect.h
46include/gimp-2.0/libgimp/gimpgradientselect_pdb.h 48include/gimp-2.0/libgimp/gimpgradientselect_pdb.h
47include/gimp-2.0/libgimp/gimpgradientselectbutton.h 49include/gimp-2.0/libgimp/gimpgradientselectbutton.h
48include/gimp-2.0/libgimp/gimpgrid_pdb.h 50include/gimp-2.0/libgimp/gimpgrid_pdb.h
49include/gimp-2.0/libgimp/gimpguides_pdb.h 51include/gimp-2.0/libgimp/gimpguides_pdb.h
50include/gimp-2.0/libgimp/gimphelp_pdb.h 52include/gimp-2.0/libgimp/gimphelp_pdb.h
51include/gimp-2.0/libgimp/gimpimage.h 53include/gimp-2.0/libgimp/gimpimage.h
52include/gimp-2.0/libgimp/gimpimage_pdb.h 54include/gimp-2.0/libgimp/gimpimage_pdb.h
53include/gimp-2.0/libgimp/gimpimagecombobox.h 55include/gimp-2.0/libgimp/gimpimagecombobox.h
 56include/gimp-2.0/libgimp/gimpimageselect_pdb.h
 57include/gimp-2.0/libgimp/gimpitem_pdb.h
54include/gimp-2.0/libgimp/gimpitemcombobox.h 58include/gimp-2.0/libgimp/gimpitemcombobox.h
 59include/gimp-2.0/libgimp/gimpitemtransform_pdb.h
55include/gimp-2.0/libgimp/gimplayer.h 60include/gimp-2.0/libgimp/gimplayer.h
56include/gimp-2.0/libgimp/gimplayer_pdb.h 61include/gimp-2.0/libgimp/gimplayer_pdb.h
57include/gimp-2.0/libgimp/gimpmenu.h 62include/gimp-2.0/libgimp/gimpmenu.h
58include/gimp-2.0/libgimp/gimpmessage_pdb.h 63include/gimp-2.0/libgimp/gimpmessage_pdb.h
59include/gimp-2.0/libgimp/gimpmisc_pdb.h 
60include/gimp-2.0/libgimp/gimppainttools_pdb.h 64include/gimp-2.0/libgimp/gimppainttools_pdb.h
61include/gimp-2.0/libgimp/gimppalette.h 65include/gimp-2.0/libgimp/gimppalette.h
62include/gimp-2.0/libgimp/gimppalette_pdb.h 66include/gimp-2.0/libgimp/gimppalette_pdb.h
63include/gimp-2.0/libgimp/gimppalettemenu.h 67include/gimp-2.0/libgimp/gimppalettemenu.h
64include/gimp-2.0/libgimp/gimppalettes.h 68include/gimp-2.0/libgimp/gimppalettes.h
65include/gimp-2.0/libgimp/gimppalettes_pdb.h 69include/gimp-2.0/libgimp/gimppalettes_pdb.h
66include/gimp-2.0/libgimp/gimppaletteselect.h 70include/gimp-2.0/libgimp/gimppaletteselect.h
67include/gimp-2.0/libgimp/gimppaletteselect_pdb.h 71include/gimp-2.0/libgimp/gimppaletteselect_pdb.h
68include/gimp-2.0/libgimp/gimppaletteselectbutton.h 72include/gimp-2.0/libgimp/gimppaletteselectbutton.h
69include/gimp-2.0/libgimp/gimpparasite_pdb.h 
70include/gimp-2.0/libgimp/gimppaths_pdb.h 73include/gimp-2.0/libgimp/gimppaths_pdb.h
71include/gimp-2.0/libgimp/gimppattern_pdb.h 74include/gimp-2.0/libgimp/gimppattern_pdb.h
72include/gimp-2.0/libgimp/gimppatternmenu.h 75include/gimp-2.0/libgimp/gimppatternmenu.h
73include/gimp-2.0/libgimp/gimppatterns.h 76include/gimp-2.0/libgimp/gimppatterns.h
74include/gimp-2.0/libgimp/gimppatterns_pdb.h 77include/gimp-2.0/libgimp/gimppatterns_pdb.h
75include/gimp-2.0/libgimp/gimppatternselect.h 78include/gimp-2.0/libgimp/gimppatternselect.h
76include/gimp-2.0/libgimp/gimppatternselect_pdb.h 79include/gimp-2.0/libgimp/gimppatternselect_pdb.h
77include/gimp-2.0/libgimp/gimppatternselectbutton.h 80include/gimp-2.0/libgimp/gimppatternselectbutton.h
78include/gimp-2.0/libgimp/gimppixbuf.h 81include/gimp-2.0/libgimp/gimppixbuf.h
79include/gimp-2.0/libgimp/gimppixelfetcher.h 82include/gimp-2.0/libgimp/gimppixelfetcher.h
80include/gimp-2.0/libgimp/gimppixelrgn.h 83include/gimp-2.0/libgimp/gimppixelrgn.h
81include/gimp-2.0/libgimp/gimpplugin.h 84include/gimp-2.0/libgimp/gimpplugin.h
82include/gimp-2.0/libgimp/gimpplugin_pdb.h 85include/gimp-2.0/libgimp/gimpplugin_pdb.h
83include/gimp-2.0/libgimp/gimpprocbrowserdialog.h 86include/gimp-2.0/libgimp/gimpprocbrowserdialog.h
84include/gimp-2.0/libgimp/gimpproceduraldb.h 87include/gimp-2.0/libgimp/gimpproceduraldb.h
85include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h 88include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h
86include/gimp-2.0/libgimp/gimpprocview.h 89include/gimp-2.0/libgimp/gimpprocview.h
87include/gimp-2.0/libgimp/gimpprogress.h 90include/gimp-2.0/libgimp/gimpprogress.h
88include/gimp-2.0/libgimp/gimpprogress_pdb.h 91include/gimp-2.0/libgimp/gimpprogress_pdb.h
89include/gimp-2.0/libgimp/gimpprogressbar.h 92include/gimp-2.0/libgimp/gimpprogressbar.h
90include/gimp-2.0/libgimp/gimpregioniterator.h 93include/gimp-2.0/libgimp/gimpregioniterator.h
91include/gimp-2.0/libgimp/gimpselectbutton.h 94include/gimp-2.0/libgimp/gimpselectbutton.h
92include/gimp-2.0/libgimp/gimpselection.h 95include/gimp-2.0/libgimp/gimpselection.h
93include/gimp-2.0/libgimp/gimpselection_pdb.h 96include/gimp-2.0/libgimp/gimpselection_pdb.h
94include/gimp-2.0/libgimp/gimpselectiontools_pdb.h 97include/gimp-2.0/libgimp/gimpselectiontools_pdb.h
95include/gimp-2.0/libgimp/gimptextlayer_pdb.h 98include/gimp-2.0/libgimp/gimptextlayer_pdb.h
96include/gimp-2.0/libgimp/gimptexttool_pdb.h 99include/gimp-2.0/libgimp/gimptexttool_pdb.h
97include/gimp-2.0/libgimp/gimptile.h 100include/gimp-2.0/libgimp/gimptile.h
98include/gimp-2.0/libgimp/gimptransformtools_pdb.h 101include/gimp-2.0/libgimp/gimptransformtools_pdb.h
99include/gimp-2.0/libgimp/gimptypes.h 102include/gimp-2.0/libgimp/gimptypes.h
100include/gimp-2.0/libgimp/gimpui.h 103include/gimp-2.0/libgimp/gimpui.h
101include/gimp-2.0/libgimp/gimpuitypes.h 104include/gimp-2.0/libgimp/gimpuitypes.h
102include/gimp-2.0/libgimp/gimpundo_pdb.h 105include/gimp-2.0/libgimp/gimpundo_pdb.h
103include/gimp-2.0/libgimp/gimpunit_pdb.h 106include/gimp-2.0/libgimp/gimpunit_pdb.h
 107include/gimp-2.0/libgimp/gimpvectors.h
104include/gimp-2.0/libgimp/gimpvectors_pdb.h 108include/gimp-2.0/libgimp/gimpvectors_pdb.h
105include/gimp-2.0/libgimp/gimpzoompreview.h 109include/gimp-2.0/libgimp/gimpzoompreview.h
106include/gimp-2.0/libgimpbase/gimpbase.h 110include/gimp-2.0/libgimpbase/gimpbase.h
107include/gimp-2.0/libgimpbase/gimpbaseenums.h 111include/gimp-2.0/libgimpbase/gimpbaseenums.h
108include/gimp-2.0/libgimpbase/gimpbasetypes.h 112include/gimp-2.0/libgimpbase/gimpbasetypes.h
109include/gimp-2.0/libgimpbase/gimpchecks.h 113include/gimp-2.0/libgimpbase/gimpchecks.h
110include/gimp-2.0/libgimpbase/gimpcpuaccel.h 114include/gimp-2.0/libgimpbase/gimpcpuaccel.h
111include/gimp-2.0/libgimpbase/gimpdatafiles.h 115include/gimp-2.0/libgimpbase/gimpdatafiles.h
112include/gimp-2.0/libgimpbase/gimpenv.h 116include/gimp-2.0/libgimpbase/gimpenv.h
113include/gimp-2.0/libgimpbase/gimplimits.h 117include/gimp-2.0/libgimpbase/gimplimits.h
114include/gimp-2.0/libgimpbase/gimpmemsize.h 118include/gimp-2.0/libgimpbase/gimpmemsize.h
115include/gimp-2.0/libgimpbase/gimpparam.h 119include/gimp-2.0/libgimpbase/gimpparam.h
116include/gimp-2.0/libgimpbase/gimpparasite.h 120include/gimp-2.0/libgimpbase/gimpparasite.h
117include/gimp-2.0/libgimpbase/gimpparasiteio.h 121include/gimp-2.0/libgimpbase/gimpparasiteio.h
118include/gimp-2.0/libgimpbase/gimprectangle.h 122include/gimp-2.0/libgimpbase/gimprectangle.h
119include/gimp-2.0/libgimpbase/gimpsignal.h 123include/gimp-2.0/libgimpbase/gimpsignal.h
120include/gimp-2.0/libgimpbase/gimpunit.h 124include/gimp-2.0/libgimpbase/gimpunit.h
121include/gimp-2.0/libgimpbase/gimputils.h 125include/gimp-2.0/libgimpbase/gimputils.h
122include/gimp-2.0/libgimpbase/gimpversion.h 126include/gimp-2.0/libgimpbase/gimpversion.h
123include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h 127include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h
124include/gimp-2.0/libgimpcolor/gimpbilinear.h 128include/gimp-2.0/libgimpcolor/gimpbilinear.h
 129include/gimp-2.0/libgimpcolor/gimpcairocolor.h
125include/gimp-2.0/libgimpcolor/gimpcmyk.h 130include/gimp-2.0/libgimpcolor/gimpcmyk.h
126include/gimp-2.0/libgimpcolor/gimpcolor.h 131include/gimp-2.0/libgimpcolor/gimpcolor.h
127include/gimp-2.0/libgimpcolor/gimpcolormanaged.h 132include/gimp-2.0/libgimpcolor/gimpcolormanaged.h
128include/gimp-2.0/libgimpcolor/gimpcolorspace.h 133include/gimp-2.0/libgimpcolor/gimpcolorspace.h
129include/gimp-2.0/libgimpcolor/gimpcolortypes.h 134include/gimp-2.0/libgimpcolor/gimpcolortypes.h
130include/gimp-2.0/libgimpcolor/gimphsl.h 135include/gimp-2.0/libgimpcolor/gimphsl.h
131include/gimp-2.0/libgimpcolor/gimphsv.h 136include/gimp-2.0/libgimpcolor/gimphsv.h
132include/gimp-2.0/libgimpcolor/gimprgb.h 137include/gimp-2.0/libgimpcolor/gimprgb.h
133include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h 138include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h
134include/gimp-2.0/libgimpconfig/gimpcolorconfig.h 139include/gimp-2.0/libgimpconfig/gimpcolorconfig.h
135include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h 140include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h
136include/gimp-2.0/libgimpconfig/gimpconfig-error.h 141include/gimp-2.0/libgimpconfig/gimpconfig-error.h
137include/gimp-2.0/libgimpconfig/gimpconfig-iface.h 142include/gimp-2.0/libgimpconfig/gimpconfig-iface.h
138include/gimp-2.0/libgimpconfig/gimpconfig-params.h 143include/gimp-2.0/libgimpconfig/gimpconfig-params.h
139include/gimp-2.0/libgimpconfig/gimpconfig-path.h 144include/gimp-2.0/libgimpconfig/gimpconfig-path.h
140include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h 145include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h
141include/gimp-2.0/libgimpconfig/gimpconfig-utils.h 146include/gimp-2.0/libgimpconfig/gimpconfig-utils.h
142include/gimp-2.0/libgimpconfig/gimpconfig.h 147include/gimp-2.0/libgimpconfig/gimpconfig.h
143include/gimp-2.0/libgimpconfig/gimpconfigtypes.h 148include/gimp-2.0/libgimpconfig/gimpconfigtypes.h
144include/gimp-2.0/libgimpconfig/gimpconfigwriter.h 149include/gimp-2.0/libgimpconfig/gimpconfigwriter.h
145include/gimp-2.0/libgimpconfig/gimpscanner.h 150include/gimp-2.0/libgimpconfig/gimpscanner.h
146include/gimp-2.0/libgimpmath/gimpmath.h 151include/gimp-2.0/libgimpmath/gimpmath.h
147include/gimp-2.0/libgimpmath/gimpmathtypes.h 152include/gimp-2.0/libgimpmath/gimpmathtypes.h
148include/gimp-2.0/libgimpmath/gimpmatrix.h 153include/gimp-2.0/libgimpmath/gimpmatrix.h
149include/gimp-2.0/libgimpmath/gimpmd5.h 154include/gimp-2.0/libgimpmath/gimpmd5.h
150include/gimp-2.0/libgimpmath/gimpvector.h 155include/gimp-2.0/libgimpmath/gimpvector.h
151include/gimp-2.0/libgimpmodule/gimpmodule.h 156include/gimp-2.0/libgimpmodule/gimpmodule.h
152include/gimp-2.0/libgimpmodule/gimpmoduledb.h 157include/gimp-2.0/libgimpmodule/gimpmoduledb.h
153include/gimp-2.0/libgimpmodule/gimpmoduletypes.h 158include/gimp-2.0/libgimpmodule/gimpmoduletypes.h
154include/gimp-2.0/libgimpthumb/gimpthumb-enums.h 159include/gimp-2.0/libgimpthumb/gimpthumb-enums.h
155include/gimp-2.0/libgimpthumb/gimpthumb-error.h 160include/gimp-2.0/libgimpthumb/gimpthumb-error.h
156include/gimp-2.0/libgimpthumb/gimpthumb-types.h 161include/gimp-2.0/libgimpthumb/gimpthumb-types.h
157include/gimp-2.0/libgimpthumb/gimpthumb-utils.h 162include/gimp-2.0/libgimpthumb/gimpthumb-utils.h
158include/gimp-2.0/libgimpthumb/gimpthumb.h 163include/gimp-2.0/libgimpthumb/gimpthumb.h
159include/gimp-2.0/libgimpthumb/gimpthumbnail.h 164include/gimp-2.0/libgimpthumb/gimpthumbnail.h
 165include/gimp-2.0/libgimpwidgets/gimp3migration.h
160include/gimp-2.0/libgimpwidgets/gimpbrowser.h 166include/gimp-2.0/libgimpwidgets/gimpbrowser.h
161include/gimp-2.0/libgimpwidgets/gimpbutton.h 167include/gimp-2.0/libgimpwidgets/gimpbutton.h
162include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h 168include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h
163include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h 169include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h
164include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h 170include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h
165include/gimp-2.0/libgimpwidgets/gimpchainbutton.h 171include/gimp-2.0/libgimpwidgets/gimpchainbutton.h
166include/gimp-2.0/libgimpwidgets/gimpcolorarea.h 172include/gimp-2.0/libgimpwidgets/gimpcolorarea.h
167include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h 173include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h
168include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h 174include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h
169include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h 175include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h
170include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h 176include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h
171include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h 177include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h
172include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h 178include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h
173include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h 179include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h
174include/gimp-2.0/libgimpwidgets/gimpcolorscale.h 180include/gimp-2.0/libgimpwidgets/gimpcolorscale.h
175include/gimp-2.0/libgimpwidgets/gimpcolorscales.h 181include/gimp-2.0/libgimpwidgets/gimpcolorscales.h
176include/gimp-2.0/libgimpwidgets/gimpcolorselect.h 182include/gimp-2.0/libgimpwidgets/gimpcolorselect.h
177include/gimp-2.0/libgimpwidgets/gimpcolorselection.h 183include/gimp-2.0/libgimpwidgets/gimpcolorselection.h
178include/gimp-2.0/libgimpwidgets/gimpcolorselector.h 184include/gimp-2.0/libgimpwidgets/gimpcolorselector.h
179include/gimp-2.0/libgimpwidgets/gimpcontroller.h 185include/gimp-2.0/libgimpwidgets/gimpcontroller.h
180include/gimp-2.0/libgimpwidgets/gimpdialog.h 186include/gimp-2.0/libgimpwidgets/gimpdialog.h
181include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h 187include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h
182include/gimp-2.0/libgimpwidgets/gimpenumlabel.h 188include/gimp-2.0/libgimpwidgets/gimpenumlabel.h
183include/gimp-2.0/libgimpwidgets/gimpenumstore.h 189include/gimp-2.0/libgimpwidgets/gimpenumstore.h
184include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h 190include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h
185include/gimp-2.0/libgimpwidgets/gimpfileentry.h 191include/gimp-2.0/libgimpwidgets/gimpfileentry.h
186include/gimp-2.0/libgimpwidgets/gimpframe.h 192include/gimp-2.0/libgimpwidgets/gimpframe.h
187include/gimp-2.0/libgimpwidgets/gimphelpui.h 193include/gimp-2.0/libgimpwidgets/gimphelpui.h
188include/gimp-2.0/libgimpwidgets/gimphintbox.h 194include/gimp-2.0/libgimpwidgets/gimphintbox.h
189include/gimp-2.0/libgimpwidgets/gimpintcombobox.h 195include/gimp-2.0/libgimpwidgets/gimpintcombobox.h
190include/gimp-2.0/libgimpwidgets/gimpintstore.h 196include/gimp-2.0/libgimpwidgets/gimpintstore.h
191include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h 197include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h
192include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h 198include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h
193include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h 199include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h
194include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h 200include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h
195include/gimp-2.0/libgimpwidgets/gimppageselector.h 201include/gimp-2.0/libgimpwidgets/gimppageselector.h
196include/gimp-2.0/libgimpwidgets/gimppatheditor.h 202include/gimp-2.0/libgimpwidgets/gimppatheditor.h
197include/gimp-2.0/libgimpwidgets/gimppickbutton.h 203include/gimp-2.0/libgimpwidgets/gimppickbutton.h
198include/gimp-2.0/libgimpwidgets/gimppixmap.h 204include/gimp-2.0/libgimpwidgets/gimppixmap.h
199include/gimp-2.0/libgimpwidgets/gimppreview.h 205include/gimp-2.0/libgimpwidgets/gimppreview.h
200include/gimp-2.0/libgimpwidgets/gimppreviewarea.h 206include/gimp-2.0/libgimpwidgets/gimppreviewarea.h
201include/gimp-2.0/libgimpwidgets/gimppropwidgets.h 207include/gimp-2.0/libgimpwidgets/gimppropwidgets.h
202include/gimp-2.0/libgimpwidgets/gimpquerybox.h 208include/gimp-2.0/libgimpwidgets/gimpquerybox.h
203include/gimp-2.0/libgimpwidgets/gimpruler.h 209include/gimp-2.0/libgimpwidgets/gimpruler.h
204include/gimp-2.0/libgimpwidgets/gimpscaleentry.h 210include/gimp-2.0/libgimpwidgets/gimpscaleentry.h
205include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h 211include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
206include/gimp-2.0/libgimpwidgets/gimpsizeentry.h 212include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
207include/gimp-2.0/libgimpwidgets/gimpstock.h 213include/gimp-2.0/libgimpwidgets/gimpstock.h
208include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h 214include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h
 215include/gimp-2.0/libgimpwidgets/gimpunitcombobox.h
209include/gimp-2.0/libgimpwidgets/gimpunitmenu.h 216include/gimp-2.0/libgimpwidgets/gimpunitmenu.h
 217include/gimp-2.0/libgimpwidgets/gimpunitstore.h
 218include/gimp-2.0/libgimpwidgets/gimpwidgets-error.h
210include/gimp-2.0/libgimpwidgets/gimpwidgets.h 219include/gimp-2.0/libgimpwidgets/gimpwidgets.h
211include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h 220include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h
212include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h 221include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h
213include/gimp-2.0/libgimpwidgets/gimpzoommodel.h 222include/gimp-2.0/libgimpwidgets/gimpzoommodel.h
214lib/gimp/2.0/environ/default.env 223lib/gimp/2.0/environ/default.env
215lib/gimp/2.0/interpreters/default.interp 224lib/gimp/2.0/interpreters/default.interp
216lib/gimp/2.0/modules/libcolor-selector-cmyk.la 225lib/gimp/2.0/modules/libcolor-selector-cmyk.la
217lib/gimp/2.0/modules/libcolor-selector-water.la 226lib/gimp/2.0/modules/libcolor-selector-water.la
218lib/gimp/2.0/modules/libcolor-selector-wheel.la 227lib/gimp/2.0/modules/libcolor-selector-wheel.la
219lib/gimp/2.0/modules/libcontroller-midi.la 228lib/gimp/2.0/modules/libcontroller-midi.la
220lib/gimp/2.0/modules/libdisplay-filter-color-blind.la 229lib/gimp/2.0/modules/libdisplay-filter-color-blind.la
221lib/gimp/2.0/modules/libdisplay-filter-gamma.la 230lib/gimp/2.0/modules/libdisplay-filter-gamma.la
222lib/gimp/2.0/modules/libdisplay-filter-high-contrast.la 231lib/gimp/2.0/modules/libdisplay-filter-high-contrast.la
223lib/gimp/2.0/modules/libdisplay-filter-lcms.la 232lib/gimp/2.0/modules/libdisplay-filter-lcms.la
224lib/gimp/2.0/modules/libdisplay-filter-proof.la 233lib/gimp/2.0/modules/libdisplay-filter-proof.la
225lib/gimp/2.0/plug-ins/alien-map 234lib/gimp/2.0/plug-ins/alien-map
226lib/gimp/2.0/plug-ins/align-layers 235lib/gimp/2.0/plug-ins/align-layers
227lib/gimp/2.0/plug-ins/animation-optimize 236lib/gimp/2.0/plug-ins/animation-optimize
228lib/gimp/2.0/plug-ins/animation-play 237lib/gimp/2.0/plug-ins/animation-play
229lib/gimp/2.0/plug-ins/antialias 238lib/gimp/2.0/plug-ins/antialias
230lib/gimp/2.0/plug-ins/apply-canvas 239lib/gimp/2.0/plug-ins/apply-canvas
231lib/gimp/2.0/plug-ins/blinds 240lib/gimp/2.0/plug-ins/blinds
232lib/gimp/2.0/plug-ins/blur 241lib/gimp/2.0/plug-ins/blur
233lib/gimp/2.0/plug-ins/blur-gauss 242lib/gimp/2.0/plug-ins/blur-gauss
234lib/gimp/2.0/plug-ins/blur-gauss-selective 243lib/gimp/2.0/plug-ins/blur-gauss-selective
235lib/gimp/2.0/plug-ins/blur-motion 244lib/gimp/2.0/plug-ins/blur-motion
236lib/gimp/2.0/plug-ins/border-average 245lib/gimp/2.0/plug-ins/border-average
237lib/gimp/2.0/plug-ins/bump-map 246lib/gimp/2.0/plug-ins/bump-map
238lib/gimp/2.0/plug-ins/cartoon 247lib/gimp/2.0/plug-ins/cartoon
239lib/gimp/2.0/plug-ins/channel-mixer 248lib/gimp/2.0/plug-ins/channel-mixer
240lib/gimp/2.0/plug-ins/checkerboard 249lib/gimp/2.0/plug-ins/checkerboard
241lib/gimp/2.0/plug-ins/cml-explorer 250lib/gimp/2.0/plug-ins/cml-explorer
242lib/gimp/2.0/plug-ins/color-cube-analyze 251lib/gimp/2.0/plug-ins/color-cube-analyze
243lib/gimp/2.0/plug-ins/color-enhance 252lib/gimp/2.0/plug-ins/color-enhance
244lib/gimp/2.0/plug-ins/color-exchange 253lib/gimp/2.0/plug-ins/color-exchange
245lib/gimp/2.0/plug-ins/color-rotate 254lib/gimp/2.0/plug-ins/color-rotate
246lib/gimp/2.0/plug-ins/color-to-alpha 255lib/gimp/2.0/plug-ins/color-to-alpha
247lib/gimp/2.0/plug-ins/colorify 256lib/gimp/2.0/plug-ins/colorify
248lib/gimp/2.0/plug-ins/colormap-remap 257lib/gimp/2.0/plug-ins/colormap-remap
249lib/gimp/2.0/plug-ins/compose 258lib/gimp/2.0/plug-ins/compose
250lib/gimp/2.0/plug-ins/contrast-normalize 259lib/gimp/2.0/plug-ins/contrast-normalize
251lib/gimp/2.0/plug-ins/contrast-retinex 260lib/gimp/2.0/plug-ins/contrast-retinex
252lib/gimp/2.0/plug-ins/contrast-stretch 261lib/gimp/2.0/plug-ins/contrast-stretch
253lib/gimp/2.0/plug-ins/contrast-stretch-hsv 262lib/gimp/2.0/plug-ins/contrast-stretch-hsv
254lib/gimp/2.0/plug-ins/convolution-matrix 263lib/gimp/2.0/plug-ins/convolution-matrix
255lib/gimp/2.0/plug-ins/crop-auto 264lib/gimp/2.0/plug-ins/crop-auto
256lib/gimp/2.0/plug-ins/crop-zealous 265lib/gimp/2.0/plug-ins/crop-zealous
257lib/gimp/2.0/plug-ins/cubism 266lib/gimp/2.0/plug-ins/cubism
258lib/gimp/2.0/plug-ins/curve-bend 267lib/gimp/2.0/plug-ins/curve-bend
259lib/gimp/2.0/plug-ins/decompose 268lib/gimp/2.0/plug-ins/decompose
260lib/gimp/2.0/plug-ins/deinterlace 269lib/gimp/2.0/plug-ins/deinterlace
261lib/gimp/2.0/plug-ins/depth-merge 270lib/gimp/2.0/plug-ins/depth-merge
262lib/gimp/2.0/plug-ins/despeckle 271lib/gimp/2.0/plug-ins/despeckle
263lib/gimp/2.0/plug-ins/destripe 272lib/gimp/2.0/plug-ins/destripe
264lib/gimp/2.0/plug-ins/diffraction 273lib/gimp/2.0/plug-ins/diffraction
265lib/gimp/2.0/plug-ins/displace 274lib/gimp/2.0/plug-ins/displace
266lib/gimp/2.0/plug-ins/edge 275lib/gimp/2.0/plug-ins/edge
267lib/gimp/2.0/plug-ins/edge-dog 276lib/gimp/2.0/plug-ins/edge-dog
268lib/gimp/2.0/plug-ins/edge-laplace 277lib/gimp/2.0/plug-ins/edge-laplace
269lib/gimp/2.0/plug-ins/edge-neon 278lib/gimp/2.0/plug-ins/edge-neon
270lib/gimp/2.0/plug-ins/edge-sobel 279lib/gimp/2.0/plug-ins/edge-sobel
271lib/gimp/2.0/plug-ins/emboss 280lib/gimp/2.0/plug-ins/emboss
272lib/gimp/2.0/plug-ins/engrave 281lib/gimp/2.0/plug-ins/engrave
273${PLIST.aalib}lib/gimp/2.0/plug-ins/file-aa 282${PLIST.aalib}lib/gimp/2.0/plug-ins/file-aa
274lib/gimp/2.0/plug-ins/file-bmp 283lib/gimp/2.0/plug-ins/file-bmp
275lib/gimp/2.0/plug-ins/file-cel 284lib/gimp/2.0/plug-ins/file-cel
276lib/gimp/2.0/plug-ins/file-compressor 285lib/gimp/2.0/plug-ins/file-compressor
277lib/gimp/2.0/plug-ins/file-csource 286lib/gimp/2.0/plug-ins/file-csource
278lib/gimp/2.0/plug-ins/file-desktop-link 287lib/gimp/2.0/plug-ins/file-desktop-link
279lib/gimp/2.0/plug-ins/file-dicom 288lib/gimp/2.0/plug-ins/file-dicom
280lib/gimp/2.0/plug-ins/file-faxg3 289lib/gimp/2.0/plug-ins/file-faxg3
281lib/gimp/2.0/plug-ins/file-fits 290lib/gimp/2.0/plug-ins/file-fits
282lib/gimp/2.0/plug-ins/file-fli 291lib/gimp/2.0/plug-ins/file-fli
283lib/gimp/2.0/plug-ins/file-gbr 292lib/gimp/2.0/plug-ins/file-gbr
284lib/gimp/2.0/plug-ins/file-gif-load 293lib/gimp/2.0/plug-ins/file-gif-load
285lib/gimp/2.0/plug-ins/file-gif-save 294lib/gimp/2.0/plug-ins/file-gif-save
286lib/gimp/2.0/plug-ins/file-gih 295lib/gimp/2.0/plug-ins/file-gih
287lib/gimp/2.0/plug-ins/file-glob 296lib/gimp/2.0/plug-ins/file-glob
288lib/gimp/2.0/plug-ins/file-header 297lib/gimp/2.0/plug-ins/file-header
289lib/gimp/2.0/plug-ins/file-html-table 298lib/gimp/2.0/plug-ins/file-html-table
290lib/gimp/2.0/plug-ins/file-ico 299lib/gimp/2.0/plug-ins/file-ico
291lib/gimp/2.0/plug-ins/file-jpeg 300lib/gimp/2.0/plug-ins/file-jpeg
292${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng 301${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng
293lib/gimp/2.0/plug-ins/file-pat 302lib/gimp/2.0/plug-ins/file-pat
294lib/gimp/2.0/plug-ins/file-pcx 303lib/gimp/2.0/plug-ins/file-pcx
 304lib/gimp/2.0/plug-ins/file-pdf-save
295lib/gimp/2.0/plug-ins/file-pix 305lib/gimp/2.0/plug-ins/file-pix
296lib/gimp/2.0/plug-ins/file-png 306lib/gimp/2.0/plug-ins/file-png
297lib/gimp/2.0/plug-ins/file-pnm 307lib/gimp/2.0/plug-ins/file-pnm
298lib/gimp/2.0/plug-ins/file-ps 
299lib/gimp/2.0/plug-ins/file-psd-load 308lib/gimp/2.0/plug-ins/file-psd-load
300lib/gimp/2.0/plug-ins/file-psd-save 309lib/gimp/2.0/plug-ins/file-psd-save
301lib/gimp/2.0/plug-ins/file-psp 310lib/gimp/2.0/plug-ins/file-psp
302lib/gimp/2.0/plug-ins/file-raw 311lib/gimp/2.0/plug-ins/file-raw
303lib/gimp/2.0/plug-ins/file-sgi 312lib/gimp/2.0/plug-ins/file-sgi
304lib/gimp/2.0/plug-ins/file-sunras 313lib/gimp/2.0/plug-ins/file-sunras
305${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg 314${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg
306lib/gimp/2.0/plug-ins/file-tga 315lib/gimp/2.0/plug-ins/file-tga
307lib/gimp/2.0/plug-ins/file-tiff-load 316lib/gimp/2.0/plug-ins/file-tiff-load
308lib/gimp/2.0/plug-ins/file-tiff-save 317lib/gimp/2.0/plug-ins/file-tiff-save
309lib/gimp/2.0/plug-ins/file-uri 318lib/gimp/2.0/plug-ins/file-uri
310lib/gimp/2.0/plug-ins/file-wmf 319lib/gimp/2.0/plug-ins/file-wmf
311lib/gimp/2.0/plug-ins/file-xbm 320lib/gimp/2.0/plug-ins/file-xbm
312lib/gimp/2.0/plug-ins/file-xjt 321lib/gimp/2.0/plug-ins/file-xjt
 322${PLIST.remote}lib/gimp/2.0/plug-ins/file-xmc
313${PLIST.remote}lib/gimp/2.0/plug-ins/file-xpm 323${PLIST.remote}lib/gimp/2.0/plug-ins/file-xpm
314lib/gimp/2.0/plug-ins/file-xwd 324lib/gimp/2.0/plug-ins/file-xwd
315lib/gimp/2.0/plug-ins/film 325lib/gimp/2.0/plug-ins/film
316lib/gimp/2.0/plug-ins/filter-pack 326lib/gimp/2.0/plug-ins/filter-pack
317lib/gimp/2.0/plug-ins/flame 327lib/gimp/2.0/plug-ins/flame
318lib/gimp/2.0/plug-ins/fractal-explorer 328lib/gimp/2.0/plug-ins/fractal-explorer
319lib/gimp/2.0/plug-ins/fractal-trace 329lib/gimp/2.0/plug-ins/fractal-trace
320lib/gimp/2.0/plug-ins/gee 
321lib/gimp/2.0/plug-ins/gee-zoom 
322lib/gimp/2.0/plug-ins/gfig 330lib/gimp/2.0/plug-ins/gfig
323lib/gimp/2.0/plug-ins/gimpressionist 331lib/gimp/2.0/plug-ins/gimpressionist
324lib/gimp/2.0/plug-ins/gradient-flare 332lib/gimp/2.0/plug-ins/gradient-flare
325lib/gimp/2.0/plug-ins/gradient-map 333lib/gimp/2.0/plug-ins/gradient-map
326lib/gimp/2.0/plug-ins/grid 334lib/gimp/2.0/plug-ins/grid
327lib/gimp/2.0/plug-ins/guillotine 335lib/gimp/2.0/plug-ins/guillotine
328lib/gimp/2.0/plug-ins/help 336lib/gimp/2.0/plug-ins/help
329lib/gimp/2.0/plug-ins/hot 337lib/gimp/2.0/plug-ins/hot
330lib/gimp/2.0/plug-ins/ifs-compose 338lib/gimp/2.0/plug-ins/ifs-compose
331lib/gimp/2.0/plug-ins/illusion 339lib/gimp/2.0/plug-ins/illusion
332lib/gimp/2.0/plug-ins/imagemap 340lib/gimp/2.0/plug-ins/imagemap
333lib/gimp/2.0/plug-ins/iwarp 341lib/gimp/2.0/plug-ins/iwarp
334lib/gimp/2.0/plug-ins/jigsaw 342lib/gimp/2.0/plug-ins/jigsaw
335lib/gimp/2.0/plug-ins/lcms 343lib/gimp/2.0/plug-ins/lcms
336lib/gimp/2.0/plug-ins/lens-apply 344lib/gimp/2.0/plug-ins/lens-apply
337lib/gimp/2.0/plug-ins/lens-distortion 345lib/gimp/2.0/plug-ins/lens-distortion
338lib/gimp/2.0/plug-ins/lens-flare 346lib/gimp/2.0/plug-ins/lens-flare
339lib/gimp/2.0/plug-ins/lighting 347lib/gimp/2.0/plug-ins/lighting
340lib/gimp/2.0/plug-ins/mail 348lib/gimp/2.0/plug-ins/mail
341lib/gimp/2.0/plug-ins/map-object 349lib/gimp/2.0/plug-ins/map-object
342lib/gimp/2.0/plug-ins/max-rgb 350lib/gimp/2.0/plug-ins/max-rgb
343lib/gimp/2.0/plug-ins/maze 351lib/gimp/2.0/plug-ins/maze
344lib/gimp/2.0/plug-ins/metadata 352lib/gimp/2.0/plug-ins/metadata
345lib/gimp/2.0/plug-ins/mosaic 353lib/gimp/2.0/plug-ins/mosaic
346lib/gimp/2.0/plug-ins/newsprint 354lib/gimp/2.0/plug-ins/newsprint
347lib/gimp/2.0/plug-ins/nl-filter 355lib/gimp/2.0/plug-ins/nl-filter
348lib/gimp/2.0/plug-ins/noise-hsv 356lib/gimp/2.0/plug-ins/noise-hsv
349lib/gimp/2.0/plug-ins/noise-randomize 357lib/gimp/2.0/plug-ins/noise-randomize
350lib/gimp/2.0/plug-ins/noise-rgb 358lib/gimp/2.0/plug-ins/noise-rgb
351lib/gimp/2.0/plug-ins/noise-solid 359lib/gimp/2.0/plug-ins/noise-solid
352lib/gimp/2.0/plug-ins/noise-spread 360lib/gimp/2.0/plug-ins/noise-spread
353lib/gimp/2.0/plug-ins/nova 361lib/gimp/2.0/plug-ins/nova
354lib/gimp/2.0/plug-ins/oilify 362lib/gimp/2.0/plug-ins/oilify
355lib/gimp/2.0/plug-ins/pagecurl 363lib/gimp/2.0/plug-ins/pagecurl
356lib/gimp/2.0/plug-ins/photocopy 364lib/gimp/2.0/plug-ins/photocopy
357lib/gimp/2.0/plug-ins/pixelize 365lib/gimp/2.0/plug-ins/pixelize
358lib/gimp/2.0/plug-ins/plasma 366lib/gimp/2.0/plug-ins/plasma
359lib/gimp/2.0/plug-ins/plugin-browser 367lib/gimp/2.0/plug-ins/plugin-browser
360lib/gimp/2.0/plug-ins/polar-coords 368lib/gimp/2.0/plug-ins/polar-coords
361lib/gimp/2.0/plug-ins/print 369lib/gimp/2.0/plug-ins/print
362lib/gimp/2.0/plug-ins/procedure-browser 370lib/gimp/2.0/plug-ins/procedure-browser
363lib/gimp/2.0/plug-ins/qbist 371lib/gimp/2.0/plug-ins/qbist
364lib/gimp/2.0/plug-ins/red-eye-removal 372lib/gimp/2.0/plug-ins/red-eye-removal
365lib/gimp/2.0/plug-ins/ripple 373lib/gimp/2.0/plug-ins/ripple
366lib/gimp/2.0/plug-ins/rotate 374lib/gimp/2.0/plug-ins/rotate
367lib/gimp/2.0/plug-ins/sample-colorize 375lib/gimp/2.0/plug-ins/sample-colorize
368lib/gimp/2.0/plug-ins/screenshot 376lib/gimp/2.0/plug-ins/screenshot
369lib/gimp/2.0/plug-ins/script-fu 377lib/gimp/2.0/plug-ins/script-fu
370lib/gimp/2.0/plug-ins/selection-to-path 378lib/gimp/2.0/plug-ins/selection-to-path
371lib/gimp/2.0/plug-ins/semi-flatten 379lib/gimp/2.0/plug-ins/semi-flatten
372lib/gimp/2.0/plug-ins/sharpen 380lib/gimp/2.0/plug-ins/sharpen
373lib/gimp/2.0/plug-ins/shift 381lib/gimp/2.0/plug-ins/shift
374lib/gimp/2.0/plug-ins/sinus 382lib/gimp/2.0/plug-ins/sinus
375lib/gimp/2.0/plug-ins/smooth-palette 383lib/gimp/2.0/plug-ins/smooth-palette
376lib/gimp/2.0/plug-ins/softglow 384lib/gimp/2.0/plug-ins/softglow
377lib/gimp/2.0/plug-ins/sparkle 385lib/gimp/2.0/plug-ins/sparkle
378lib/gimp/2.0/plug-ins/sphere-designer 386lib/gimp/2.0/plug-ins/sphere-designer
379lib/gimp/2.0/plug-ins/threshold-alpha 387lib/gimp/2.0/plug-ins/threshold-alpha
380lib/gimp/2.0/plug-ins/tile 388lib/gimp/2.0/plug-ins/tile
381lib/gimp/2.0/plug-ins/tile-glass 389lib/gimp/2.0/plug-ins/tile-glass
382lib/gimp/2.0/plug-ins/tile-paper 390lib/gimp/2.0/plug-ins/tile-paper
383lib/gimp/2.0/plug-ins/tile-seamless 391lib/gimp/2.0/plug-ins/tile-seamless
384lib/gimp/2.0/plug-ins/tile-small 392lib/gimp/2.0/plug-ins/tile-small
385${PLIST.twain}lib/gimp/2.0/plug-ins/twain 
386lib/gimp/2.0/plug-ins/unit-editor 393lib/gimp/2.0/plug-ins/unit-editor
387lib/gimp/2.0/plug-ins/unsharp-mask 394lib/gimp/2.0/plug-ins/unsharp-mask
388lib/gimp/2.0/plug-ins/value-invert 395lib/gimp/2.0/plug-ins/value-invert
389lib/gimp/2.0/plug-ins/value-propagate 396lib/gimp/2.0/plug-ins/value-propagate
390lib/gimp/2.0/plug-ins/van-gogh-lic 397lib/gimp/2.0/plug-ins/van-gogh-lic
391lib/gimp/2.0/plug-ins/video 398lib/gimp/2.0/plug-ins/video
392lib/gimp/2.0/plug-ins/warp 399lib/gimp/2.0/plug-ins/warp
393lib/gimp/2.0/plug-ins/waves 400lib/gimp/2.0/plug-ins/waves
394lib/gimp/2.0/plug-ins/web-browser 401lib/gimp/2.0/plug-ins/web-browser
395lib/gimp/2.0/plug-ins/whirl-pinch 402lib/gimp/2.0/plug-ins/whirl-pinch
396lib/gimp/2.0/plug-ins/wind 403lib/gimp/2.0/plug-ins/wind
397lib/libgimp-2.0.la 404lib/libgimp-2.0.la
398lib/libgimpbase-2.0.la 405lib/libgimpbase-2.0.la
399lib/libgimpcolor-2.0.la 406lib/libgimpcolor-2.0.la
400lib/libgimpconfig-2.0.la 407lib/libgimpconfig-2.0.la
401lib/libgimpmath-2.0.la 408lib/libgimpmath-2.0.la
402lib/libgimpmodule-2.0.la 409lib/libgimpmodule-2.0.la
403lib/libgimpthumb-2.0.la 410lib/libgimpthumb-2.0.la
404lib/libgimpui-2.0.la 411lib/libgimpui-2.0.la
405lib/libgimpwidgets-2.0.la 412lib/libgimpwidgets-2.0.la
406lib/pkgconfig/gimp-2.0.pc 413lib/pkgconfig/gimp-2.0.pc
407lib/pkgconfig/gimpthumb-2.0.pc 414lib/pkgconfig/gimpthumb-2.0.pc
408lib/pkgconfig/gimpui-2.0.pc 415lib/pkgconfig/gimpui-2.0.pc
409man/man1/gimp-2.6.1 416man/man1/gimp-2.8.1
410man/man1/gimp-console-2.6.1 417man/man1/gimp-console-2.8.1
411man/man1/gimp-console.1 418man/man1/gimp-console.1
412man/man1/gimp.1 419man/man1/gimp.1
413man/man1/gimptool-2.0.1 420man/man1/gimptool-2.0.1
414man/man5/gimprc-2.6.5 421man/man5/gimprc-2.8.5
415man/man5/gimprc.5 422man/man5/gimprc.5
416share/aclocal/gimp-2.0.m4 423share/aclocal/gimp-2.0.m4
417share/applications/gimp.desktop 424share/applications/gimp.desktop
418share/examples/gimp-2.0/controllerrc 425share/examples/gimp-2.0/controllerrc
419share/examples/gimp-2.0/gimprc 426share/examples/gimp-2.0/gimprc
420share/examples/gimp-2.0/gtkrc 427share/examples/gimp-2.0/gtkrc
421share/examples/gimp-2.0/menurc 428share/examples/gimp-2.0/menurc
422share/examples/gimp-2.0/ps-menurc 
423share/examples/gimp-2.0/sessionrc 429share/examples/gimp-2.0/sessionrc
424share/examples/gimp-2.0/templaterc 430share/examples/gimp-2.0/templaterc
425share/examples/gimp-2.0/unitrc 431share/examples/gimp-2.0/unitrc
426share/gimp/2.0/brushes/10x10square.gbr 432share/gimp/2.0/brushes/Basic/1-pixel.vbr
427share/gimp/2.0/brushes/10x10squareBlur.gbr 433share/gimp/2.0/brushes/Basic/Block-01.vbr
428share/gimp/2.0/brushes/20x20square.gbr 434share/gimp/2.0/brushes/Basic/Block-02.vbr
429share/gimp/2.0/brushes/20x20squareBlur.gbr 435share/gimp/2.0/brushes/Basic/Block-03.vbr
430share/gimp/2.0/brushes/5x5square.gbr 436share/gimp/2.0/brushes/Basic/Hardness-025.vbr
431share/gimp/2.0/brushes/5x5squareBlur.gbr 437share/gimp/2.0/brushes/Basic/Hardness-050.vbr
432share/gimp/2.0/brushes/Calligraphic-Brush-0.vbr 438share/gimp/2.0/brushes/Basic/Hardness-075.vbr
433share/gimp/2.0/brushes/Calligraphic-Brush-1.vbr 439share/gimp/2.0/brushes/Basic/Hardness-100.vbr
434share/gimp/2.0/brushes/Calligraphic-Brush-2.vbr 440share/gimp/2.0/brushes/Basic/Star.vbr
435share/gimp/2.0/brushes/Calligraphic-Brush-3.vbr 441share/gimp/2.0/brushes/Basic/pixel.gbr
436share/gimp/2.0/brushes/Circle-1.vbr 442share/gimp/2.0/brushes/Legacy/confetti.gbr
437share/gimp/2.0/brushes/Circle-11.vbr 443share/gimp/2.0/brushes/Legacy/confetti.gih
438share/gimp/2.0/brushes/Circle-13.vbr 444share/gimp/2.0/brushes/Legacy/dunes.gbr
439share/gimp/2.0/brushes/Circle-15.vbr 445share/gimp/2.0/brushes/Legacy/galaxy-big.gbr
440share/gimp/2.0/brushes/Circle-17.vbr 446share/gimp/2.0/brushes/Legacy/galaxy.gbr
441share/gimp/2.0/brushes/Circle-19.vbr 447share/gimp/2.0/brushes/Legacy/pepper.gbr
442share/gimp/2.0/brushes/Circle-3.vbr 448share/gimp/2.0/brushes/Legacy/vine.gih
443share/gimp/2.0/brushes/Circle-5.vbr 449share/gimp/2.0/brushes/Media/Acrylic-01.gih
444share/gimp/2.0/brushes/Circle-7.vbr 450share/gimp/2.0/brushes/Media/Acrylic-02.gih
445share/gimp/2.0/brushes/Circle-9.vbr 451share/gimp/2.0/brushes/Media/Acrylic-03.gih
446share/gimp/2.0/brushes/Circle-Fuzzy-11.vbr 452share/gimp/2.0/brushes/Media/Acrylic-04.gih
447share/gimp/2.0/brushes/Circle-Fuzzy-13.vbr 453share/gimp/2.0/brushes/Media/Acrylic-05.gih
448share/gimp/2.0/brushes/Circle-Fuzzy-15.vbr 454share/gimp/2.0/brushes/Media/Bristles-01.gbr
449share/gimp/2.0/brushes/Circle-Fuzzy-17.vbr 455share/gimp/2.0/brushes/Media/Bristles-02.gbr
450share/gimp/2.0/brushes/Circle-Fuzzy-19.vbr 456share/gimp/2.0/brushes/Media/Bristles-03.gbr
451share/gimp/2.0/brushes/Circle-Fuzzy-3.vbr 457share/gimp/2.0/brushes/Media/Oils-01.gbr
452share/gimp/2.0/brushes/Circle-Fuzzy-5.vbr 458share/gimp/2.0/brushes/Media/Oils-02.gbr
453share/gimp/2.0/brushes/Circle-Fuzzy-7.vbr 459share/gimp/2.0/brushes/Media/Oils-03.gbr
454share/gimp/2.0/brushes/Circle-Fuzzy-9.vbr 460share/gimp/2.0/brushes/Sketch/Chalk-01.gih
455share/gimp/2.0/brushes/Diagonal-Star-11.vbr 461share/gimp/2.0/brushes/Sketch/Chalk-02.gih
456share/gimp/2.0/brushes/Diagonal-Star-17.vbr 462share/gimp/2.0/brushes/Sketch/Chalk-03.gih
457share/gimp/2.0/brushes/Diagonal-Star-25.vbr 463share/gimp/2.0/brushes/Sketch/Charcoal-01.gbr
458share/gimp/2.0/brushes/SketchBrush-16.gih 464share/gimp/2.0/brushes/Sketch/Charcoal-02.gbr
459share/gimp/2.0/brushes/SketchBrush-32.gih 465share/gimp/2.0/brushes/Sketch/Pencil-01.gih
460share/gimp/2.0/brushes/SketchBrush-64.gih 466share/gimp/2.0/brushes/Sketch/Pencil-02.gih
461share/gimp/2.0/brushes/confetti.gbr 467share/gimp/2.0/brushes/Sketch/Pencil-Scratch.gbr
462share/gimp/2.0/brushes/confetti.gih 468share/gimp/2.0/brushes/Splatters/Sparks-Hose.gih
463share/gimp/2.0/brushes/dunes.gbr 469share/gimp/2.0/brushes/Splatters/Splats-01.gih
464share/gimp/2.0/brushes/feltpen.gih 470share/gimp/2.0/brushes/Splatters/Splats-02.gih
465share/gimp/2.0/brushes/galaxy.gbr 471share/gimp/2.0/brushes/Splatters/Sponge-01.gbr
466share/gimp/2.0/brushes/galaxy_big.gbr 472share/gimp/2.0/brushes/Splatters/Sponge-02.gbr
467share/gimp/2.0/brushes/galaxy_small.gbr 473share/gimp/2.0/brushes/Texture/Cell-01.gbr
468share/gimp/2.0/brushes/hsparks.gih 474share/gimp/2.0/brushes/Texture/Cell-02.gbr
469share/gimp/2.0/brushes/pepper.gbr 475share/gimp/2.0/brushes/Texture/Grass.gih
470share/gimp/2.0/brushes/pixel.gbr 476share/gimp/2.0/brushes/Texture/Smoke.gbr
471share/gimp/2.0/brushes/vine.gih 477share/gimp/2.0/brushes/Texture/Structure.gbr
 478share/gimp/2.0/brushes/Texture/Texture-01.gbr
 479share/gimp/2.0/brushes/Texture/Texture-02.gbr
 480share/gimp/2.0/brushes/Texture/Texture-Hose-01.gih
 481share/gimp/2.0/brushes/Texture/Texture-Hose-02.gih
 482share/gimp/2.0/brushes/Texture/Texture-Hose-03.gih
 483share/gimp/2.0/brushes/Texture/Vegetation-01.gbr
 484share/gimp/2.0/brushes/Texture/Vegetation-02.gih
 485share/gimp/2.0/brushes/gimp-obsolete-files/10x10square.gbr
 486share/gimp/2.0/brushes/gimp-obsolete-files/10x10squareBlur.gbr
 487share/gimp/2.0/brushes/gimp-obsolete-files/20x20square.gbr
 488share/gimp/2.0/brushes/gimp-obsolete-files/20x20squareBlur.gbr
 489share/gimp/2.0/brushes/gimp-obsolete-files/5x5square.gbr
 490share/gimp/2.0/brushes/gimp-obsolete-files/5x5squareBlur.gbr
 491share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-0.vbr
 492share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-1.vbr
 493share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-2.vbr
 494share/gimp/2.0/brushes/gimp-obsolete-files/Calligraphic-Brush-3.vbr
 495share/gimp/2.0/brushes/gimp-obsolete-files/Circle-1.vbr
 496share/gimp/2.0/brushes/gimp-obsolete-files/Circle-11.vbr
 497share/gimp/2.0/brushes/gimp-obsolete-files/Circle-13.vbr
 498share/gimp/2.0/brushes/gimp-obsolete-files/Circle-15.vbr
 499share/gimp/2.0/brushes/gimp-obsolete-files/Circle-17.vbr
 500share/gimp/2.0/brushes/gimp-obsolete-files/Circle-19.vbr
 501share/gimp/2.0/brushes/gimp-obsolete-files/Circle-3.vbr
 502share/gimp/2.0/brushes/gimp-obsolete-files/Circle-5.vbr
 503share/gimp/2.0/brushes/gimp-obsolete-files/Circle-7.vbr
 504share/gimp/2.0/brushes/gimp-obsolete-files/Circle-9.vbr
 505share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-11.vbr
 506share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-13.vbr
 507share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-15.vbr
 508share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-17.vbr
 509share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-19.vbr
 510share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-3.vbr
 511share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-5.vbr
 512share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-7.vbr
 513share/gimp/2.0/brushes/gimp-obsolete-files/Circle-Fuzzy-9.vbr
 514share/gimp/2.0/brushes/gimp-obsolete-files/Diagonal-Star-11.vbr
 515share/gimp/2.0/brushes/gimp-obsolete-files/Diagonal-Star-17.vbr
 516share/gimp/2.0/brushes/gimp-obsolete-files/Diagonal-Star-25.vbr
 517share/gimp/2.0/brushes/gimp-obsolete-files/Grass1.gih
 518share/gimp/2.0/brushes/gimp-obsolete-files/SketchBrush-16.gih
 519share/gimp/2.0/brushes/gimp-obsolete-files/SketchBrush-32.gih
 520share/gimp/2.0/brushes/gimp-obsolete-files/SketchBrush-64.gih
 521share/gimp/2.0/brushes/gimp-obsolete-files/feltpen.gih
 522share/gimp/2.0/brushes/gimp-obsolete-files/galaxy_small.gbr
 523share/gimp/2.0/brushes/gimp-obsolete-files/pepper.gbr
 524share/gimp/2.0/brushes/gimp-obsolete-files/pixel.gbr
 525share/gimp/2.0/dynamics/Basic-Dynamics.gdyn
 526share/gimp/2.0/dynamics/Basic/Basic-Simple.gdyn
 527share/gimp/2.0/dynamics/Basic/Dynamics-Random.gdyn
 528share/gimp/2.0/dynamics/Basic/Negative-Size-Pressure.gdyn
 529share/gimp/2.0/dynamics/Basic/Pen-Generic.gdyn
 530share/gimp/2.0/dynamics/Basic/Pencil-Generic.gdyn
 531share/gimp/2.0/dynamics/Basic/Pencil-Shader.gdyn
 532share/gimp/2.0/dynamics/Basic/Pressure-Opacity.gdyn
 533share/gimp/2.0/dynamics/Dynamics-Off.gdyn
 534share/gimp/2.0/dynamics/FX/Confetti.gdyn
 535share/gimp/2.0/dynamics/FX/Perspective.gdyn
 536share/gimp/2.0/dynamics/FX/Speed_Size_Opacity.gdyn
 537share/gimp/2.0/dynamics/Fade-Tapering.gdyn
 538share/gimp/2.0/dynamics/Random-Color.gdyn
 539share/gimp/2.0/dynamics/Tilt-Angle.gdyn
 540share/gimp/2.0/dynamics/Track-Direction.gdyn
 541share/gimp/2.0/dynamics/Velocity-Tapering.gdyn
472share/gimp/2.0/fractalexplorer/Asteroid_Field 542share/gimp/2.0/fractalexplorer/Asteroid_Field
473share/gimp/2.0/fractalexplorer/Bar_Code_Label 543share/gimp/2.0/fractalexplorer/Bar_Code_Label
474share/gimp/2.0/fractalexplorer/Beauty_of_Nature 544share/gimp/2.0/fractalexplorer/Beauty_of_Nature
475share/gimp/2.0/fractalexplorer/Blue_Curtain 545share/gimp/2.0/fractalexplorer/Blue_Curtain
476share/gimp/2.0/fractalexplorer/Car_Track 546share/gimp/2.0/fractalexplorer/Car_Track
477share/gimp/2.0/fractalexplorer/Energetic_Diamond 547share/gimp/2.0/fractalexplorer/Energetic_Diamond
478share/gimp/2.0/fractalexplorer/Explosive 548share/gimp/2.0/fractalexplorer/Explosive
479share/gimp/2.0/fractalexplorer/Flower 549share/gimp/2.0/fractalexplorer/Flower
480share/gimp/2.0/fractalexplorer/Fragments 550share/gimp/2.0/fractalexplorer/Fragments
481share/gimp/2.0/fractalexplorer/Hemp 551share/gimp/2.0/fractalexplorer/Hemp
482share/gimp/2.0/fractalexplorer/High_Voltage 552share/gimp/2.0/fractalexplorer/High_Voltage
483share/gimp/2.0/fractalexplorer/Hoops 553share/gimp/2.0/fractalexplorer/Hoops
484share/gimp/2.0/fractalexplorer/Ice_Crystal 554share/gimp/2.0/fractalexplorer/Ice_Crystal
485share/gimp/2.0/fractalexplorer/Leaves 555share/gimp/2.0/fractalexplorer/Leaves
486share/gimp/2.0/fractalexplorer/Lightning 556share/gimp/2.0/fractalexplorer/Lightning
487share/gimp/2.0/fractalexplorer/Mandelbrot 557share/gimp/2.0/fractalexplorer/Mandelbrot
488share/gimp/2.0/fractalexplorer/Marble 558share/gimp/2.0/fractalexplorer/Marble
489share/gimp/2.0/fractalexplorer/Marble2 559share/gimp/2.0/fractalexplorer/Marble2
490share/gimp/2.0/fractalexplorer/Medusa 560share/gimp/2.0/fractalexplorer/Medusa
491share/gimp/2.0/fractalexplorer/Nautilus 561share/gimp/2.0/fractalexplorer/Nautilus
492share/gimp/2.0/fractalexplorer/Nebula 562share/gimp/2.0/fractalexplorer/Nebula
493share/gimp/2.0/fractalexplorer/Plant 563share/gimp/2.0/fractalexplorer/Plant
494share/gimp/2.0/fractalexplorer/Rose 564share/gimp/2.0/fractalexplorer/Rose
495share/gimp/2.0/fractalexplorer/Saturn 565share/gimp/2.0/fractalexplorer/Saturn
496share/gimp/2.0/fractalexplorer/Snow_Crystal 566share/gimp/2.0/fractalexplorer/Snow_Crystal
497share/gimp/2.0/fractalexplorer/Soma 567share/gimp/2.0/fractalexplorer/Soma
498share/gimp/2.0/fractalexplorer/Spark 568share/gimp/2.0/fractalexplorer/Spark
499share/gimp/2.0/fractalexplorer/Suns 569share/gimp/2.0/fractalexplorer/Suns
500share/gimp/2.0/fractalexplorer/Tentacles 570share/gimp/2.0/fractalexplorer/Tentacles
501share/gimp/2.0/fractalexplorer/The_Green_Place 571share/gimp/2.0/fractalexplorer/The_Green_Place
502share/gimp/2.0/fractalexplorer/Wave 572share/gimp/2.0/fractalexplorer/Wave
503share/gimp/2.0/fractalexplorer/Wood 573share/gimp/2.0/fractalexplorer/Wood
504share/gimp/2.0/fractalexplorer/Zooming_Circle 574share/gimp/2.0/fractalexplorer/Zooming_Circle
505share/gimp/2.0/gfig/A_star 575share/gimp/2.0/gfig/A_star
506share/gimp/2.0/gfig/curves 576share/gimp/2.0/gfig/curves
507share/gimp/2.0/gfig/polys 577share/gimp/2.0/gfig/polys
508share/gimp/2.0/gfig/ring 578share/gimp/2.0/gfig/ring
509share/gimp/2.0/gfig/ring+star 579share/gimp/2.0/gfig/ring+star
510share/gimp/2.0/gfig/simily 580share/gimp/2.0/gfig/simily
511share/gimp/2.0/gfig/spirals_and_stars 581share/gimp/2.0/gfig/spirals_and_stars
512share/gimp/2.0/gfig/sprial 582share/gimp/2.0/gfig/sprial
513share/gimp/2.0/gfig/star2 583share/gimp/2.0/gfig/star2
514share/gimp/2.0/gfig/stars 584share/gimp/2.0/gfig/stars
515share/gimp/2.0/gflare/Bright_Star 585share/gimp/2.0/gflare/Bright_Star
516share/gimp/2.0/gflare/Classic 586share/gimp/2.0/gflare/Classic
517share/gimp/2.0/gflare/Default 587share/gimp/2.0/gflare/Default
518share/gimp/2.0/gflare/Distant_Sun 588share/gimp/2.0/gflare/Distant_Sun
519share/gimp/2.0/gflare/GFlare_101 589share/gimp/2.0/gflare/GFlare_101
520share/gimp/2.0/gflare/GFlare_102 590share/gimp/2.0/gflare/GFlare_102
521share/gimp/2.0/gflare/Hidden_Planet 591share/gimp/2.0/gflare/Hidden_Planet
522share/gimp/2.0/gimpressionist/Brushes/arrow01.pgm 592share/gimp/2.0/gimpressionist/Brushes/arrow01.pgm
523share/gimp/2.0/gimpressionist/Brushes/ball.ppm 593share/gimp/2.0/gimpressionist/Brushes/ball.ppm
524share/gimp/2.0/gimpressionist/Brushes/blob.ppm 594share/gimp/2.0/gimpressionist/Brushes/blob.ppm
525share/gimp/2.0/gimpressionist/Brushes/box.ppm 595share/gimp/2.0/gimpressionist/Brushes/box.ppm
526share/gimp/2.0/gimpressionist/Brushes/chalk01.pgm 596share/gimp/2.0/gimpressionist/Brushes/chalk01.pgm
527share/gimp/2.0/gimpressionist/Brushes/cone.ppm 597share/gimp/2.0/gimpressionist/Brushes/cone.ppm
528share/gimp/2.0/gimpressionist/Brushes/crayon01.pgm 598share/gimp/2.0/gimpressionist/Brushes/crayon01.pgm
529share/gimp/2.0/gimpressionist/Brushes/crayon02.pgm 599share/gimp/2.0/gimpressionist/Brushes/crayon02.pgm
530share/gimp/2.0/gimpressionist/Brushes/crayon03.pgm 600share/gimp/2.0/gimpressionist/Brushes/crayon03.pgm
531share/gimp/2.0/gimpressionist/Brushes/crayon04.pgm 601share/gimp/2.0/gimpressionist/Brushes/crayon04.pgm
532share/gimp/2.0/gimpressionist/Brushes/crayon05.pgm 602share/gimp/2.0/gimpressionist/Brushes/crayon05.pgm
533share/gimp/2.0/gimpressionist/Brushes/crayon06.pgm 603share/gimp/2.0/gimpressionist/Brushes/crayon06.pgm
534share/gimp/2.0/gimpressionist/Brushes/crayon07.pgm 604share/gimp/2.0/gimpressionist/Brushes/crayon07.pgm
535share/gimp/2.0/gimpressionist/Brushes/crayon08.pgm 605share/gimp/2.0/gimpressionist/Brushes/crayon08.pgm
536share/gimp/2.0/gimpressionist/Brushes/defaultbrush.pgm 606share/gimp/2.0/gimpressionist/Brushes/defaultbrush.pgm
537share/gimp/2.0/gimpressionist/Brushes/dribble.pgm 607share/gimp/2.0/gimpressionist/Brushes/dribble.pgm
538share/gimp/2.0/gimpressionist/Brushes/fabric.pgm 608share/gimp/2.0/gimpressionist/Brushes/fabric.pgm
539share/gimp/2.0/gimpressionist/Brushes/fabric01.pgm 609share/gimp/2.0/gimpressionist/Brushes/fabric01.pgm
540share/gimp/2.0/gimpressionist/Brushes/fabric02.pgm 610share/gimp/2.0/gimpressionist/Brushes/fabric02.pgm
541share/gimp/2.0/gimpressionist/Brushes/fabric03.pgm 611share/gimp/2.0/gimpressionist/Brushes/fabric03.pgm
542share/gimp/2.0/gimpressionist/Brushes/flower01.pgm 612share/gimp/2.0/gimpressionist/Brushes/flower01.pgm
543share/gimp/2.0/gimpressionist/Brushes/flower02.pgm 613share/gimp/2.0/gimpressionist/Brushes/flower02.pgm
544share/gimp/2.0/gimpressionist/Brushes/flower03.pgm 614share/gimp/2.0/gimpressionist/Brushes/flower03.pgm
545share/gimp/2.0/gimpressionist/Brushes/flower04.pgm 615share/gimp/2.0/gimpressionist/Brushes/flower04.pgm
546share/gimp/2.0/gimpressionist/Brushes/grad01.pgm 616share/gimp/2.0/gimpressionist/Brushes/grad01.pgm
547share/gimp/2.0/gimpressionist/Brushes/grad02.pgm 617share/gimp/2.0/gimpressionist/Brushes/grad02.pgm
548share/gimp/2.0/gimpressionist/Brushes/grad03.pgm 618share/gimp/2.0/gimpressionist/Brushes/grad03.pgm
549share/gimp/2.0/gimpressionist/Brushes/heart.ppm 619share/gimp/2.0/gimpressionist/Brushes/heart.ppm
550share/gimp/2.0/gimpressionist/Brushes/leaf01.pgm 620share/gimp/2.0/gimpressionist/Brushes/leaf01.pgm
551share/gimp/2.0/gimpressionist/Brushes/paintbrush.pgm 621share/gimp/2.0/gimpressionist/Brushes/paintbrush.pgm
552share/gimp/2.0/gimpressionist/Brushes/paintbrush01.pgm 622share/gimp/2.0/gimpressionist/Brushes/paintbrush01.pgm
553share/gimp/2.0/gimpressionist/Brushes/paintbrush02.pgm 623share/gimp/2.0/gimpressionist/Brushes/paintbrush02.pgm
554share/gimp/2.0/gimpressionist/Brushes/paintbrush03.pgm 624share/gimp/2.0/gimpressionist/Brushes/paintbrush03.pgm
555share/gimp/2.0/gimpressionist/Brushes/paintbrush04.pgm 625share/gimp/2.0/gimpressionist/Brushes/paintbrush04.pgm
556share/gimp/2.0/gimpressionist/Brushes/paper01.pgm 626share/gimp/2.0/gimpressionist/Brushes/paper01.pgm
557share/gimp/2.0/gimpressionist/Brushes/paper02.pgm 627share/gimp/2.0/gimpressionist/Brushes/paper02.pgm
558share/gimp/2.0/gimpressionist/Brushes/paper03.pgm 628share/gimp/2.0/gimpressionist/Brushes/paper03.pgm
559share/gimp/2.0/gimpressionist/Brushes/paper04.pgm 629share/gimp/2.0/gimpressionist/Brushes/paper04.pgm
560share/gimp/2.0/gimpressionist/Brushes/pentagram.pgm 630share/gimp/2.0/gimpressionist/Brushes/pentagram.pgm
561share/gimp/2.0/gimpressionist/Brushes/scribble.pgm 631share/gimp/2.0/gimpressionist/Brushes/scribble.pgm
562share/gimp/2.0/gimpressionist/Brushes/shape01.pgm 632share/gimp/2.0/gimpressionist/Brushes/shape01.pgm
563share/gimp/2.0/gimpressionist/Brushes/shape02.pgm 633share/gimp/2.0/gimpressionist/Brushes/shape02.pgm
564share/gimp/2.0/gimpressionist/Brushes/shape03.pgm 634share/gimp/2.0/gimpressionist/Brushes/shape03.pgm
565share/gimp/2.0/gimpressionist/Brushes/shape04.pgm 635share/gimp/2.0/gimpressionist/Brushes/shape04.pgm
566share/gimp/2.0/gimpressionist/Brushes/snow1.pgm 636share/gimp/2.0/gimpressionist/Brushes/snow1.pgm
567share/gimp/2.0/gimpressionist/Brushes/sphere.ppm 637share/gimp/2.0/gimpressionist/Brushes/sphere.ppm
568share/gimp/2.0/gimpressionist/Brushes/splat1.pgm 638share/gimp/2.0/gimpressionist/Brushes/splat1.pgm
569share/gimp/2.0/gimpressionist/Brushes/splat2.pgm 639share/gimp/2.0/gimpressionist/Brushes/splat2.pgm
570share/gimp/2.0/gimpressionist/Brushes/splat3.pgm 640share/gimp/2.0/gimpressionist/Brushes/splat3.pgm
571share/gimp/2.0/gimpressionist/Brushes/spunge01.pgm 641share/gimp/2.0/gimpressionist/Brushes/spunge01.pgm
572share/gimp/2.0/gimpressionist/Brushes/spunge02.pgm 642share/gimp/2.0/gimpressionist/Brushes/spunge02.pgm
573share/gimp/2.0/gimpressionist/Brushes/spunge03.pgm 643share/gimp/2.0/gimpressionist/Brushes/spunge03.pgm
574share/gimp/2.0/gimpressionist/Brushes/spunge04.pgm 644share/gimp/2.0/gimpressionist/Brushes/spunge04.pgm
575share/gimp/2.0/gimpressionist/Brushes/spunge05.pgm 645share/gimp/2.0/gimpressionist/Brushes/spunge05.pgm
576share/gimp/2.0/gimpressionist/Brushes/strange01.pgm 646share/gimp/2.0/gimpressionist/Brushes/strange01.pgm
577share/gimp/2.0/gimpressionist/Brushes/thegimp.pgm 647share/gimp/2.0/gimpressionist/Brushes/thegimp.pgm
578share/gimp/2.0/gimpressionist/Brushes/torus.ppm 648share/gimp/2.0/gimpressionist/Brushes/torus.ppm
579share/gimp/2.0/gimpressionist/Brushes/wavy.pgm 649share/gimp/2.0/gimpressionist/Brushes/wavy.pgm
580share/gimp/2.0/gimpressionist/Brushes/weave.pgm 650share/gimp/2.0/gimpressionist/Brushes/weave.pgm
581share/gimp/2.0/gimpressionist/Brushes/worm.pgm 651share/gimp/2.0/gimpressionist/Brushes/worm.pgm
582share/gimp/2.0/gimpressionist/Paper/bricks.pgm 652share/gimp/2.0/gimpressionist/Paper/bricks.pgm
583share/gimp/2.0/gimpressionist/Paper/bricks2.pgm 653share/gimp/2.0/gimpressionist/Paper/bricks2.pgm
584share/gimp/2.0/gimpressionist/Paper/burlap.pgm 654share/gimp/2.0/gimpressionist/Paper/burlap.pgm
585share/gimp/2.0/gimpressionist/Paper/canvas2.pgm 655share/gimp/2.0/gimpressionist/Paper/canvas2.pgm
586share/gimp/2.0/gimpressionist/Paper/defaultpaper.pgm 656share/gimp/2.0/gimpressionist/Paper/defaultpaper.pgm
587share/gimp/2.0/gimpressionist/Paper/marble.pgm 657share/gimp/2.0/gimpressionist/Paper/marble.pgm
588share/gimp/2.0/gimpressionist/Paper/marble2.pgm 658share/gimp/2.0/gimpressionist/Paper/marble2.pgm
589share/gimp/2.0/gimpressionist/Paper/stone.pgm 659share/gimp/2.0/gimpressionist/Paper/stone.pgm
590share/gimp/2.0/gimpressionist/Paper/struc.pgm 660share/gimp/2.0/gimpressionist/Paper/struc.pgm
591share/gimp/2.0/gimpressionist/Presets/ApplyCanvas 661share/gimp/2.0/gimpressionist/Presets/ApplyCanvas
592share/gimp/2.0/gimpressionist/Presets/Ballpark 662share/gimp/2.0/gimpressionist/Presets/Ballpark
593share/gimp/2.0/gimpressionist/Presets/Canvas 663share/gimp/2.0/gimpressionist/Presets/Canvas
594share/gimp/2.0/gimpressionist/Presets/Crosshatch 664share/gimp/2.0/gimpressionist/Presets/Crosshatch
595share/gimp/2.0/gimpressionist/Presets/Cubism 665share/gimp/2.0/gimpressionist/Presets/Cubism
596share/gimp/2.0/gimpressionist/Presets/Dotify 666share/gimp/2.0/gimpressionist/Presets/Dotify
597share/gimp/2.0/gimpressionist/Presets/Embroidery 667share/gimp/2.0/gimpressionist/Presets/Embroidery
598share/gimp/2.0/gimpressionist/Presets/Feathers 668share/gimp/2.0/gimpressionist/Presets/Feathers
599share/gimp/2.0/gimpressionist/Presets/Felt-marker 669share/gimp/2.0/gimpressionist/Presets/Felt-marker
600share/gimp/2.0/gimpressionist/Presets/Flowerbed 670share/gimp/2.0/gimpressionist/Presets/Flowerbed
601share/gimp/2.0/gimpressionist/Presets/Furry 671share/gimp/2.0/gimpressionist/Presets/Furry
602share/gimp/2.0/gimpressionist/Presets/Line-art 672share/gimp/2.0/gimpressionist/Presets/Line-art
603share/gimp/2.0/gimpressionist/Presets/Line-art-2 673share/gimp/2.0/gimpressionist/Presets/Line-art-2
604share/gimp/2.0/gimpressionist/Presets/Maggot-invasion 674share/gimp/2.0/gimpressionist/Presets/Maggot-invasion
605share/gimp/2.0/gimpressionist/Presets/MarbleMadness 675share/gimp/2.0/gimpressionist/Presets/MarbleMadness
606share/gimp/2.0/gimpressionist/Presets/Mossy 676share/gimp/2.0/gimpressionist/Presets/Mossy
607share/gimp/2.0/gimpressionist/Presets/Painted_Rock 677share/gimp/2.0/gimpressionist/Presets/Painted_Rock
608share/gimp/2.0/gimpressionist/Presets/Parquette 678share/gimp/2.0/gimpressionist/Presets/Parquette
609share/gimp/2.0/gimpressionist/Presets/Patchwork 679share/gimp/2.0/gimpressionist/Presets/Patchwork
610share/gimp/2.0/gimpressionist/Presets/Ringworks 680share/gimp/2.0/gimpressionist/Presets/Ringworks
611share/gimp/2.0/gimpressionist/Presets/Sample 681share/gimp/2.0/gimpressionist/Presets/Sample
612share/gimp/2.0/gimpressionist/Presets/Smash 682share/gimp/2.0/gimpressionist/Presets/Smash
613share/gimp/2.0/gimpressionist/Presets/Straws 683share/gimp/2.0/gimpressionist/Presets/Straws
614share/gimp/2.0/gimpressionist/Presets/Weave 684share/gimp/2.0/gimpressionist/Presets/Weave
615share/gimp/2.0/gimpressionist/Presets/Wormcan 685share/gimp/2.0/gimpressionist/Presets/Wormcan
616share/gimp/2.0/gradients/Abstract_1.ggr 686share/gimp/2.0/gradients/Abstract_1.ggr
617share/gimp/2.0/gradients/Abstract_2.ggr 687share/gimp/2.0/gradients/Abstract_2.ggr
618share/gimp/2.0/gradients/Abstract_3.ggr 688share/gimp/2.0/gradients/Abstract_3.ggr
619share/gimp/2.0/gradients/Aneurism.ggr 689share/gimp/2.0/gradients/Aneurism.ggr
620share/gimp/2.0/gradients/Blinds.ggr 690share/gimp/2.0/gradients/Blinds.ggr
621share/gimp/2.0/gradients/Blue_Green.ggr 691share/gimp/2.0/gradients/Blue_Green.ggr
622share/gimp/2.0/gradients/Browns.ggr 692share/gimp/2.0/gradients/Browns.ggr
623share/gimp/2.0/gradients/Brushed_Aluminium.ggr 693share/gimp/2.0/gradients/Brushed_Aluminium.ggr
624share/gimp/2.0/gradients/Burning_Paper.ggr 694share/gimp/2.0/gradients/Burning_Paper.ggr
625share/gimp/2.0/gradients/Burning_Transparency.ggr 695share/gimp/2.0/gradients/Burning_Transparency.ggr
626share/gimp/2.0/gradients/CD.ggr 696share/gimp/2.0/gradients/CD.ggr
627share/gimp/2.0/gradients/CD_Half.ggr 697share/gimp/2.0/gradients/CD_Half.ggr
628share/gimp/2.0/gradients/Caribbean_Blues.ggr 698share/gimp/2.0/gradients/Caribbean_Blues.ggr
629share/gimp/2.0/gradients/Coffee.ggr 699share/gimp/2.0/gradients/Coffee.ggr
630share/gimp/2.0/gradients/Cold_Steel.ggr 700share/gimp/2.0/gradients/Cold_Steel.ggr
631share/gimp/2.0/gradients/Cold_Steel_2.ggr 701share/gimp/2.0/gradients/Cold_Steel_2.ggr
632share/gimp/2.0/gradients/Crown_molding.ggr 702share/gimp/2.0/gradients/Crown_molding.ggr
633share/gimp/2.0/gradients/Dark_1.ggr 703share/gimp/2.0/gradients/Dark_1.ggr
634share/gimp/2.0/gradients/Deep_Sea.ggr 704share/gimp/2.0/gradients/Deep_Sea.ggr
635share/gimp/2.0/gradients/Default.ggr 705share/gimp/2.0/gradients/Default.ggr
636share/gimp/2.0/gradients/Flare_Glow_Angular_1.ggr 706share/gimp/2.0/gradients/Flare_Glow_Angular_1.ggr
637share/gimp/2.0/gradients/Flare_Glow_Radial_1.ggr 707share/gimp/2.0/gradients/Flare_Glow_Radial_1.ggr
638share/gimp/2.0/gradients/Flare_Glow_Radial_2.ggr 708share/gimp/2.0/gradients/Flare_Glow_Radial_2.ggr
639share/gimp/2.0/gradients/Flare_Glow_Radial_3.ggr 709share/gimp/2.0/gradients/Flare_Glow_Radial_3.ggr
640share/gimp/2.0/gradients/Flare_Glow_Radial_4.ggr 710share/gimp/2.0/gradients/Flare_Glow_Radial_4.ggr
641share/gimp/2.0/gradients/Flare_Radial_101.ggr 711share/gimp/2.0/gradients/Flare_Radial_101.ggr
642share/gimp/2.0/gradients/Flare_Radial_102.ggr 712share/gimp/2.0/gradients/Flare_Radial_102.ggr
643share/gimp/2.0/gradients/Flare_Radial_103.ggr 713share/gimp/2.0/gradients/Flare_Radial_103.ggr
644share/gimp/2.0/gradients/Flare_Rays_Radial_1.ggr 714share/gimp/2.0/gradients/Flare_Rays_Radial_1.ggr
645share/gimp/2.0/gradients/Flare_Rays_Radial_2.ggr 715share/gimp/2.0/gradients/Flare_Rays_Radial_2.ggr
646share/gimp/2.0/gradients/Flare_Rays_Size_1.ggr 716share/gimp/2.0/gradients/Flare_Rays_Size_1.ggr
647share/gimp/2.0/gradients/Flare_Sizefac_101.ggr 717share/gimp/2.0/gradients/Flare_Sizefac_101.ggr
648share/gimp/2.0/gradients/Four_bars.ggr 718share/gimp/2.0/gradients/Four_bars.ggr
649share/gimp/2.0/gradients/French_flag.ggr 
650share/gimp/2.0/gradients/French_flag_smooth.ggr 
651share/gimp/2.0/gradients/Full_saturation_spectrum_CCW.ggr 719share/gimp/2.0/gradients/Full_saturation_spectrum_CCW.ggr
652share/gimp/2.0/gradients/Full_saturation_spectrum_CW.ggr 720share/gimp/2.0/gradients/Full_saturation_spectrum_CW.ggr
653share/gimp/2.0/gradients/German_flag.ggr 
654share/gimp/2.0/gradients/German_flag_smooth.ggr 
655share/gimp/2.0/gradients/Golden.ggr 721share/gimp/2.0/gradients/Golden.ggr
656share/gimp/2.0/gradients/Greens.ggr 722share/gimp/2.0/gradients/Greens.ggr
657share/gimp/2.0/gradients/Horizon_1.ggr 723share/gimp/2.0/gradients/Horizon_1.ggr
658share/gimp/2.0/gradients/Horizon_2.ggr 724share/gimp/2.0/gradients/Horizon_2.ggr
659share/gimp/2.0/gradients/Incandescent.ggr 725share/gimp/2.0/gradients/Incandescent.ggr
660share/gimp/2.0/gradients/Land_1.ggr 726share/gimp/2.0/gradients/Land_1.ggr
661share/gimp/2.0/gradients/Land_and_Sea.ggr 727share/gimp/2.0/gradients/Land_and_Sea.ggr
662share/gimp/2.0/gradients/Metallic_Something.ggr 728share/gimp/2.0/gradients/Metallic_Something.ggr
663share/gimp/2.0/gradients/Mexican_flag.ggr 
664share/gimp/2.0/gradients/Mexican_flag_smooth.ggr 
665share/gimp/2.0/gradients/Nauseating_Headache.ggr 729share/gimp/2.0/gradients/Nauseating_Headache.ggr
666share/gimp/2.0/gradients/Neon_Cyan.ggr 730share/gimp/2.0/gradients/Neon_Cyan.ggr
667share/gimp/2.0/gradients/Neon_Green.ggr 731share/gimp/2.0/gradients/Neon_Green.ggr
668share/gimp/2.0/gradients/Neon_Yellow.ggr 732share/gimp/2.0/gradients/Neon_Yellow.ggr
669share/gimp/2.0/gradients/Pastel_Rainbow.ggr 733share/gimp/2.0/gradients/Pastel_Rainbow.ggr
670share/gimp/2.0/gradients/Pastels.ggr 734share/gimp/2.0/gradients/Pastels.ggr
671share/gimp/2.0/gradients/Purples.ggr 735share/gimp/2.0/gradients/Purples.ggr
672share/gimp/2.0/gradients/Radial_Eyeball_Blue.ggr 736share/gimp/2.0/gradients/Radial_Eyeball_Blue.ggr
673share/gimp/2.0/gradients/Radial_Eyeball_Brown.ggr 737share/gimp/2.0/gradients/Radial_Eyeball_Brown.ggr
674share/gimp/2.0/gradients/Radial_Eyeball_Green.ggr 738share/gimp/2.0/gradients/Radial_Eyeball_Green.ggr
675share/gimp/2.0/gradients/Radial_Glow_1.ggr 739share/gimp/2.0/gradients/Radial_Glow_1.ggr
676share/gimp/2.0/gradients/Radial_Rainbow_Hoop.ggr 740share/gimp/2.0/gradients/Radial_Rainbow_Hoop.ggr
677share/gimp/2.0/gradients/Romanian_flag.ggr 
678share/gimp/2.0/gradients/Romanian_flag_smooth.ggr 
679share/gimp/2.0/gradients/Rounded_edge.ggr 741share/gimp/2.0/gradients/Rounded_edge.ggr
680share/gimp/2.0/gradients/Shadows_1.ggr 742share/gimp/2.0/gradients/Shadows_1.ggr
681share/gimp/2.0/gradients/Shadows_2.ggr 743share/gimp/2.0/gradients/Shadows_2.ggr
682share/gimp/2.0/gradients/Shadows_3.ggr 744share/gimp/2.0/gradients/Shadows_3.ggr
683share/gimp/2.0/gradients/Skyline.ggr 745share/gimp/2.0/gradients/Skyline.ggr
684share/gimp/2.0/gradients/Skyline_polluted.ggr 746share/gimp/2.0/gradients/Skyline_polluted.ggr
685share/gimp/2.0/gradients/Square_Wood_Frame.ggr 747share/gimp/2.0/gradients/Square_Wood_Frame.ggr
686share/gimp/2.0/gradients/Sunrise.ggr 748share/gimp/2.0/gradients/Sunrise.ggr
687share/gimp/2.0/gradients/Three_bars_sin.ggr 749share/gimp/2.0/gradients/Three_bars_sin.ggr
688share/gimp/2.0/gradients/Tropical_Colors.ggr 750share/gimp/2.0/gradients/Tropical_Colors.ggr
689share/gimp/2.0/gradients/Tube_Red.ggr 751share/gimp/2.0/gradients/Tube_Red.ggr
690share/gimp/2.0/gradients/Wood_1.ggr 752share/gimp/2.0/gradients/Wood_1.ggr
691share/gimp/2.0/gradients/Wood_2.ggr 753share/gimp/2.0/gradients/Wood_2.ggr
692share/gimp/2.0/gradients/Yellow_Contrast.ggr 754share/gimp/2.0/gradients/Yellow_Contrast.ggr
693share/gimp/2.0/gradients/Yellow_Orange.ggr 755share/gimp/2.0/gradients/Yellow_Orange.ggr
 756share/gimp/2.0/gradients/gimp-obsolete-files/French_flag.ggr
 757share/gimp/2.0/gradients/gimp-obsolete-files/French_flag_smooth.ggr
 758share/gimp/2.0/gradients/gimp-obsolete-files/German_flag.ggr
 759share/gimp/2.0/gradients/gimp-obsolete-files/German_flag_smooth.ggr
 760share/gimp/2.0/gradients/gimp-obsolete-files/Mexican_flag.ggr
 761share/gimp/2.0/gradients/gimp-obsolete-files/Mexican_flag_smooth.ggr
 762share/gimp/2.0/gradients/gimp-obsolete-files/Romanian_flag.ggr
 763share/gimp/2.0/gradients/gimp-obsolete-files/Romanian_flag_smooth.ggr
694share/gimp/2.0/images/gimp-logo.png 764share/gimp/2.0/images/gimp-logo.png
695share/gimp/2.0/images/gimp-splash.png 765share/gimp/2.0/images/gimp-splash.png
696share/gimp/2.0/images/wilber.png 766share/gimp/2.0/images/wilber.png
697share/gimp/2.0/menus/brush-editor-menu.xml 767share/gimp/2.0/menus/brush-editor-menu.xml
698share/gimp/2.0/menus/brushes-menu.xml 768share/gimp/2.0/menus/brushes-menu.xml
699share/gimp/2.0/menus/buffers-menu.xml 769share/gimp/2.0/menus/buffers-menu.xml
700share/gimp/2.0/menus/channels-menu.xml 770share/gimp/2.0/menus/channels-menu.xml
701share/gimp/2.0/menus/colormap-menu.xml 771share/gimp/2.0/menus/colormap-menu.xml
702share/gimp/2.0/menus/cursor-info-menu.xml 772share/gimp/2.0/menus/cursor-info-menu.xml
703share/gimp/2.0/menus/dockable-menu.xml 773share/gimp/2.0/menus/dockable-menu.xml
704share/gimp/2.0/menus/documents-menu.xml 774share/gimp/2.0/menus/documents-menu.xml
 775share/gimp/2.0/menus/dynamics-editor-menu.xml
 776share/gimp/2.0/menus/dynamics-menu.xml
705share/gimp/2.0/menus/error-console-menu.xml 777share/gimp/2.0/menus/error-console-menu.xml
706share/gimp/2.0/menus/fonts-menu.xml 778share/gimp/2.0/menus/fonts-menu.xml
707share/gimp/2.0/menus/gradient-editor-menu.xml 779share/gimp/2.0/menus/gradient-editor-menu.xml
708share/gimp/2.0/menus/gradients-menu.xml 780share/gimp/2.0/menus/gradients-menu.xml
709share/gimp/2.0/menus/image-menu.xml 781share/gimp/2.0/menus/image-menu.xml
710share/gimp/2.0/menus/images-menu.xml 782share/gimp/2.0/menus/images-menu.xml
711share/gimp/2.0/menus/layers-menu.xml 783share/gimp/2.0/menus/layers-menu.xml
712share/gimp/2.0/menus/palette-editor-menu.xml 784share/gimp/2.0/menus/palette-editor-menu.xml
713share/gimp/2.0/menus/palettes-menu.xml 785share/gimp/2.0/menus/palettes-menu.xml
714share/gimp/2.0/menus/patterns-menu.xml 786share/gimp/2.0/menus/patterns-menu.xml
715share/gimp/2.0/menus/quick-mask-menu.xml 787share/gimp/2.0/menus/quick-mask-menu.xml
716share/gimp/2.0/menus/sample-points-menu.xml 788share/gimp/2.0/menus/sample-points-menu.xml
717share/gimp/2.0/menus/selection-menu.xml 789share/gimp/2.0/menus/selection-menu.xml
718share/gimp/2.0/menus/templates-menu.xml 790share/gimp/2.0/menus/templates-menu.xml
719share/gimp/2.0/menus/text-editor-toolbar.xml 791share/gimp/2.0/menus/text-editor-toolbar.xml
 792share/gimp/2.0/menus/text-tool-menu.xml
720share/gimp/2.0/menus/tool-options-menu.xml 793share/gimp/2.0/menus/tool-options-menu.xml
721share/gimp/2.0/menus/tools-menu.xml 794share/gimp/2.0/menus/tool-preset-editor-menu.xml
 795share/gimp/2.0/menus/tool-presets-menu.xml
722share/gimp/2.0/menus/undo-menu.xml 796share/gimp/2.0/menus/undo-menu.xml
723share/gimp/2.0/menus/vectors-menu.xml 797share/gimp/2.0/menus/vectors-menu.xml
724share/gimp/2.0/palettes/Bears.gpl 798share/gimp/2.0/palettes/Bears.gpl
725share/gimp/2.0/palettes/Bgold.gpl 799share/gimp/2.0/palettes/Bgold.gpl
726share/gimp/2.0/palettes/Blues.gpl 800share/gimp/2.0/palettes/Blues.gpl
727share/gimp/2.0/palettes/Borders.gpl 801share/gimp/2.0/palettes/Borders.gpl
728share/gimp/2.0/palettes/Browns_And_Yellows.gpl 802share/gimp/2.0/palettes/Browns_And_Yellows.gpl
729share/gimp/2.0/palettes/Caramel.gpl 803share/gimp/2.0/palettes/Caramel.gpl
730share/gimp/2.0/palettes/Cascade.gpl 804share/gimp/2.0/palettes/Cascade.gpl
731share/gimp/2.0/palettes/China.gpl 805share/gimp/2.0/palettes/China.gpl
732share/gimp/2.0/palettes/Coldfire.gpl 806share/gimp/2.0/palettes/Coldfire.gpl
733share/gimp/2.0/palettes/Cool_Colors.gpl 807share/gimp/2.0/palettes/Cool_Colors.gpl
734share/gimp/2.0/palettes/Cranes.gpl 808share/gimp/2.0/palettes/Cranes.gpl
735share/gimp/2.0/palettes/Dark_pastels.gpl 809share/gimp/2.0/palettes/Dark_pastels.gpl
736share/gimp/2.0/palettes/Default.gpl 810share/gimp/2.0/palettes/Default.gpl
737share/gimp/2.0/palettes/Ega.gpl 811share/gimp/2.0/palettes/Ega.gpl
738share/gimp/2.0/palettes/Firecode.gpl 812share/gimp/2.0/palettes/Firecode.gpl
739share/gimp/2.0/palettes/Gold.gpl 813share/gimp/2.0/palettes/Gold.gpl
740share/gimp/2.0/palettes/GrayViolet.gpl 814share/gimp/2.0/palettes/GrayViolet.gpl
741share/gimp/2.0/palettes/Grayblue.gpl 815share/gimp/2.0/palettes/Grayblue.gpl
742share/gimp/2.0/palettes/Grays.gpl 816share/gimp/2.0/palettes/Grays.gpl
743share/gimp/2.0/palettes/Greens.gpl 817share/gimp/2.0/palettes/Greens.gpl
744share/gimp/2.0/palettes/Hilite.gpl 818share/gimp/2.0/palettes/Hilite.gpl
745share/gimp/2.0/palettes/Khaki.gpl 819share/gimp/2.0/palettes/Khaki.gpl
746share/gimp/2.0/palettes/Lights.gpl 820share/gimp/2.0/palettes/Lights.gpl
747share/gimp/2.0/palettes/Muted.gpl 821share/gimp/2.0/palettes/Muted.gpl
748share/gimp/2.0/palettes/Named_Colors.gpl 822share/gimp/2.0/palettes/Named_Colors.gpl
749share/gimp/2.0/palettes/News3.gpl 823share/gimp/2.0/palettes/News3.gpl
750share/gimp/2.0/palettes/Op2.gpl 824share/gimp/2.0/palettes/Op2.gpl
751share/gimp/2.0/palettes/Paintjet.gpl 825share/gimp/2.0/palettes/Paintjet.gpl
752share/gimp/2.0/palettes/Pastels.gpl 826share/gimp/2.0/palettes/Pastels.gpl
753share/gimp/2.0/palettes/Plasma.gpl 827share/gimp/2.0/palettes/Plasma.gpl
754share/gimp/2.0/palettes/Reds.gpl 828share/gimp/2.0/palettes/Reds.gpl
755share/gimp/2.0/palettes/Reds_And_Purples.gpl 829share/gimp/2.0/palettes/Reds_And_Purples.gpl
756share/gimp/2.0/palettes/Royal.gpl 830share/gimp/2.0/palettes/Royal.gpl
757share/gimp/2.0/palettes/Tango.gpl 831share/gimp/2.0/palettes/Tango.gpl
758share/gimp/2.0/palettes/Topographic.gpl 832share/gimp/2.0/palettes/Topographic.gpl
759share/gimp/2.0/palettes/Visibone.gpl 833share/gimp/2.0/palettes/Visibone.gpl
760share/gimp/2.0/palettes/Visibone_2.gpl 834share/gimp/2.0/palettes/Visibone_2.gpl
761share/gimp/2.0/palettes/Volcano.gpl 835share/gimp/2.0/palettes/Volcano.gpl
762share/gimp/2.0/palettes/Warm_Colors.gpl 836share/gimp/2.0/palettes/Warm_Colors.gpl
763share/gimp/2.0/palettes/Web.gpl 837share/gimp/2.0/palettes/Web.gpl
764share/gimp/2.0/patterns/3dgreen.pat 838share/gimp/2.0/patterns/3dgreen.pat
765share/gimp/2.0/patterns/Craters.pat 839share/gimp/2.0/patterns/Craters.pat
766share/gimp/2.0/patterns/Moonfoot.pat 840share/gimp/2.0/patterns/Moonfoot.pat
767share/gimp/2.0/patterns/Stripes1px.pat 841share/gimp/2.0/patterns/Stripes1px.pat
768share/gimp/2.0/patterns/Stripes2px.pat 842share/gimp/2.0/patterns/Stripes2px.pat
769share/gimp/2.0/patterns/amethyst.pat 843share/gimp/2.0/patterns/amethyst.pat
770share/gimp/2.0/patterns/bark.pat 844share/gimp/2.0/patterns/bark.pat
771share/gimp/2.0/patterns/blue.pat 845share/gimp/2.0/patterns/blue.pat
772share/gimp/2.0/patterns/bluegrid.pat 846share/gimp/2.0/patterns/bluegrid.pat
773share/gimp/2.0/patterns/bluesquares.pat 847share/gimp/2.0/patterns/bluesquares.pat
774share/gimp/2.0/patterns/blueweb.pat 848share/gimp/2.0/patterns/blueweb.pat
775share/gimp/2.0/patterns/brick.pat 849share/gimp/2.0/patterns/brick.pat
776share/gimp/2.0/patterns/burlap.pat 850share/gimp/2.0/patterns/burlap.pat
777share/gimp/2.0/patterns/burlwood.pat 851share/gimp/2.0/patterns/burlwood.pat
778share/gimp/2.0/patterns/choc_swirl.pat 852share/gimp/2.0/patterns/choc_swirl.pat
779share/gimp/2.0/patterns/corkboard.pat 853share/gimp/2.0/patterns/corkboard.pat
780share/gimp/2.0/patterns/cracked.pat 854share/gimp/2.0/patterns/cracked.pat
781share/gimp/2.0/patterns/crinklepaper.pat 855share/gimp/2.0/patterns/crinklepaper.pat
782share/gimp/2.0/patterns/electric.pat 856share/gimp/2.0/patterns/electric.pat
783share/gimp/2.0/patterns/fibers.pat 857share/gimp/2.0/patterns/fibers.pat
784share/gimp/2.0/patterns/granite1.pat 858share/gimp/2.0/patterns/granite1.pat
785share/gimp/2.0/patterns/ground1.pat 859share/gimp/2.0/patterns/ground1.pat
786share/gimp/2.0/patterns/ice.pat 860share/gimp/2.0/patterns/ice.pat
787share/gimp/2.0/patterns/java.pat 861share/gimp/2.0/patterns/java.pat
788share/gimp/2.0/patterns/leather.pat 862share/gimp/2.0/patterns/leather.pat
789share/gimp/2.0/patterns/leaves.pat 863share/gimp/2.0/patterns/leaves.pat
790share/gimp/2.0/patterns/leopard.pat 864share/gimp/2.0/patterns/leopard.pat
791share/gimp/2.0/patterns/lightning.pat 865share/gimp/2.0/patterns/lightning.pat
792share/gimp/2.0/patterns/marble1.pat 866share/gimp/2.0/patterns/marble1.pat
793share/gimp/2.0/patterns/marble2.pat 867share/gimp/2.0/patterns/marble2.pat
794share/gimp/2.0/patterns/marble3.pat 868share/gimp/2.0/patterns/marble3.pat
795share/gimp/2.0/patterns/nops.pat 869share/gimp/2.0/patterns/nops.pat
796share/gimp/2.0/patterns/paper.pat 870share/gimp/2.0/patterns/paper.pat
797share/gimp/2.0/patterns/parque1.pat 871share/gimp/2.0/patterns/parque1.pat
798share/gimp/2.0/patterns/parque2.pat 872share/gimp/2.0/patterns/parque2.pat
799share/gimp/2.0/patterns/parque3.pat 873share/gimp/2.0/patterns/parque3.pat
800share/gimp/2.0/patterns/pastel.pat 874share/gimp/2.0/patterns/pastel.pat
801share/gimp/2.0/patterns/pine.pat 875share/gimp/2.0/patterns/pine.pat
802share/gimp/2.0/patterns/pink_marble.pat 876share/gimp/2.0/patterns/pink_marble.pat
803share/gimp/2.0/patterns/pool.pat 877share/gimp/2.0/patterns/pool.pat
804share/gimp/2.0/patterns/qube1.pat 878share/gimp/2.0/patterns/qube1.pat
805share/gimp/2.0/patterns/rain.pat 879share/gimp/2.0/patterns/rain.pat
806share/gimp/2.0/patterns/recessed.pat 880share/gimp/2.0/patterns/recessed.pat
807share/gimp/2.0/patterns/redcube.pat 881share/gimp/2.0/patterns/redcube.pat
808share/gimp/2.0/patterns/rock.pat 882share/gimp/2.0/patterns/rock.pat
809share/gimp/2.0/patterns/sky.pat 883share/gimp/2.0/patterns/sky.pat
810share/gimp/2.0/patterns/slate.pat 884share/gimp/2.0/patterns/slate.pat
811share/gimp/2.0/patterns/sm_squares.pat 885share/gimp/2.0/patterns/sm_squares.pat
812share/gimp/2.0/patterns/starfield.pat 886share/gimp/2.0/patterns/starfield.pat
813share/gimp/2.0/patterns/stone33.pat 887share/gimp/2.0/patterns/stone33.pat
814share/gimp/2.0/patterns/terra.pat 888share/gimp/2.0/patterns/terra.pat
815share/gimp/2.0/patterns/walnut.pat 889share/gimp/2.0/patterns/walnut.pat
816share/gimp/2.0/patterns/warning.pat 890share/gimp/2.0/patterns/warning.pat
817share/gimp/2.0/patterns/wood1.pat 891share/gimp/2.0/patterns/wood1.pat
818share/gimp/2.0/patterns/wood2.pat 892share/gimp/2.0/patterns/wood2.pat
819share/gimp/2.0/patterns/wood3.pat 893share/gimp/2.0/patterns/wood3.pat
820share/gimp/2.0/patterns/wood4.pat 894share/gimp/2.0/patterns/wood4.pat
821share/gimp/2.0/patterns/wood5.pat 895share/gimp/2.0/patterns/wood5.pat
822share/gimp/2.0/scripts/3d-outline.scm 896share/gimp/2.0/scripts/3d-outline.scm
823share/gimp/2.0/scripts/3dTruchet.scm 897share/gimp/2.0/scripts/3dTruchet.scm
824share/gimp/2.0/scripts/add-bevel.scm 898share/gimp/2.0/scripts/add-bevel.scm
825share/gimp/2.0/scripts/addborder.scm 899share/gimp/2.0/scripts/addborder.scm
826share/gimp/2.0/scripts/alien-glow-arrow.scm 900share/gimp/2.0/scripts/alien-glow-arrow.scm
827share/gimp/2.0/scripts/alien-glow-bar.scm 901share/gimp/2.0/scripts/alien-glow-bar.scm
828share/gimp/2.0/scripts/alien-glow-bullet.scm 902share/gimp/2.0/scripts/alien-glow-bullet.scm
829share/gimp/2.0/scripts/alien-glow-button.scm 903share/gimp/2.0/scripts/alien-glow-button.scm
830share/gimp/2.0/scripts/alien-glow-logo.scm 904share/gimp/2.0/scripts/alien-glow-logo.scm
831share/gimp/2.0/scripts/alien-neon-logo.scm 905share/gimp/2.0/scripts/alien-neon-logo.scm
832share/gimp/2.0/scripts/basic1-logo.scm 906share/gimp/2.0/scripts/basic1-logo.scm
833share/gimp/2.0/scripts/basic2-logo.scm 907share/gimp/2.0/scripts/basic2-logo.scm
834share/gimp/2.0/scripts/beveled-button.scm 908share/gimp/2.0/scripts/beveled-button.scm
835share/gimp/2.0/scripts/beveled-pattern-arrow.scm 909share/gimp/2.0/scripts/beveled-pattern-arrow.scm
836share/gimp/2.0/scripts/beveled-pattern-bullet.scm 910share/gimp/2.0/scripts/beveled-pattern-bullet.scm
837share/gimp/2.0/scripts/beveled-pattern-button.scm 911share/gimp/2.0/scripts/beveled-pattern-button.scm
838share/gimp/2.0/scripts/beveled-pattern-heading.scm 912share/gimp/2.0/scripts/beveled-pattern-heading.scm
839share/gimp/2.0/scripts/beveled-pattern-hrule.scm 913share/gimp/2.0/scripts/beveled-pattern-hrule.scm
840share/gimp/2.0/scripts/blend-anim.scm 914share/gimp/2.0/scripts/blend-anim.scm
841share/gimp/2.0/scripts/blended-logo.scm 915share/gimp/2.0/scripts/blended-logo.scm
842share/gimp/2.0/scripts/bovinated-logo.scm 916share/gimp/2.0/scripts/bovinated-logo.scm
843share/gimp/2.0/scripts/burn-in-anim.scm 917share/gimp/2.0/scripts/burn-in-anim.scm
844share/gimp/2.0/scripts/camo.scm 918share/gimp/2.0/scripts/camo.scm
845share/gimp/2.0/scripts/carve-it.scm 919share/gimp/2.0/scripts/carve-it.scm
846share/gimp/2.0/scripts/carved-logo.scm 920share/gimp/2.0/scripts/carved-logo.scm
847share/gimp/2.0/scripts/chalk.scm 921share/gimp/2.0/scripts/chalk.scm
848share/gimp/2.0/scripts/chip-away.scm 922share/gimp/2.0/scripts/chip-away.scm
849share/gimp/2.0/scripts/chrome-it.scm 923share/gimp/2.0/scripts/chrome-it.scm
850share/gimp/2.0/scripts/chrome-logo.scm 924share/gimp/2.0/scripts/chrome-logo.scm
851share/gimp/2.0/scripts/circuit.scm 925share/gimp/2.0/scripts/circuit.scm
852share/gimp/2.0/scripts/clothify.scm 926share/gimp/2.0/scripts/clothify.scm
853share/gimp/2.0/scripts/coffee.scm 927share/gimp/2.0/scripts/coffee.scm
854share/gimp/2.0/scripts/comic-logo.scm 928share/gimp/2.0/scripts/comic-logo.scm
855share/gimp/2.0/scripts/coolmetal-logo.scm 929share/gimp/2.0/scripts/coolmetal-logo.scm
856share/gimp/2.0/scripts/copy-visible.scm 930share/gimp/2.0/scripts/copy-visible.scm
857share/gimp/2.0/scripts/crystal-logo.scm 931share/gimp/2.0/scripts/crystal-logo.scm
858share/gimp/2.0/scripts/difference-clouds.scm 932share/gimp/2.0/scripts/difference-clouds.scm
859share/gimp/2.0/scripts/distress-selection.scm 933share/gimp/2.0/scripts/distress-selection.scm
860share/gimp/2.0/scripts/drop-shadow.scm 934share/gimp/2.0/scripts/drop-shadow.scm
861share/gimp/2.0/scripts/erase-rows.scm 935share/gimp/2.0/scripts/erase-rows.scm
862share/gimp/2.0/scripts/flatland.scm 936share/gimp/2.0/scripts/flatland.scm
863share/gimp/2.0/scripts/font-map.scm 937share/gimp/2.0/scripts/font-map.scm
864share/gimp/2.0/scripts/frosty-logo.scm 938share/gimp/2.0/scripts/frosty-logo.scm
865share/gimp/2.0/scripts/fuzzyborder.scm 939share/gimp/2.0/scripts/fuzzyborder.scm
866share/gimp/2.0/scripts/gimp-headers.scm 940share/gimp/2.0/scripts/gimp-online.scm
867share/gimp/2.0/scripts/gimp-labels.scm 
868share/gimp/2.0/scripts/glossy.scm 941share/gimp/2.0/scripts/glossy.scm
869share/gimp/2.0/scripts/glowing-logo.scm 942share/gimp/2.0/scripts/glowing-logo.scm
870share/gimp/2.0/scripts/gradient-bevel-logo.scm 943share/gimp/2.0/scripts/gradient-bevel-logo.scm
871share/gimp/2.0/scripts/gradient-example.scm 944share/gimp/2.0/scripts/gradient-example.scm
872share/gimp/2.0/scripts/grid-system.scm 945share/gimp/2.0/scripts/grid-system.scm
873share/gimp/2.0/scripts/guides-from-selection.scm 946share/gimp/2.0/scripts/guides-from-selection.scm
874share/gimp/2.0/scripts/guides-new-percent.scm 947share/gimp/2.0/scripts/guides-new-percent.scm
875share/gimp/2.0/scripts/guides-new.scm 948share/gimp/2.0/scripts/guides-new.scm
876share/gimp/2.0/scripts/guides-remove-all.scm 949share/gimp/2.0/scripts/guides-remove-all.scm
877share/gimp/2.0/scripts/i26-gunya2.scm 950share/gimp/2.0/scripts/i26-gunya2.scm
878share/gimp/2.0/scripts/images/beavis.jpg 951share/gimp/2.0/scripts/images/beavis.jpg
879share/gimp/2.0/scripts/images/texture.jpg 952share/gimp/2.0/scripts/images/texture.jpg
880share/gimp/2.0/scripts/images/texture1.jpg 953share/gimp/2.0/scripts/images/texture1.jpg
881share/gimp/2.0/scripts/images/texture2.jpg 954share/gimp/2.0/scripts/images/texture2.jpg
882share/gimp/2.0/scripts/images/texture3.jpg 955share/gimp/2.0/scripts/images/texture3.jpg
883share/gimp/2.0/scripts/land.scm 956share/gimp/2.0/scripts/land.scm
884share/gimp/2.0/scripts/lava.scm 957share/gimp/2.0/scripts/lava.scm
885share/gimp/2.0/scripts/line-nova.scm 958share/gimp/2.0/scripts/line-nova.scm
886share/gimp/2.0/scripts/mkbrush.scm 959share/gimp/2.0/scripts/mkbrush.scm
887share/gimp/2.0/scripts/neon-logo.scm 960share/gimp/2.0/scripts/neon-logo.scm
888share/gimp/2.0/scripts/news-text.scm 961share/gimp/2.0/scripts/news-text.scm
889share/gimp/2.0/scripts/old-photo.scm 962share/gimp/2.0/scripts/old-photo.scm
 963share/gimp/2.0/scripts/palette-export.scm
890share/gimp/2.0/scripts/paste-as-brush.scm 964share/gimp/2.0/scripts/paste-as-brush.scm
891share/gimp/2.0/scripts/paste-as-pattern.scm 965share/gimp/2.0/scripts/paste-as-pattern.scm
892share/gimp/2.0/scripts/perspective-shadow.scm 966share/gimp/2.0/scripts/perspective-shadow.scm
893share/gimp/2.0/scripts/plug-in-compat.init 967share/gimp/2.0/scripts/plug-in-compat.init
894share/gimp/2.0/scripts/predator.scm 968share/gimp/2.0/scripts/predator.scm
895share/gimp/2.0/scripts/pupi-button.scm 969share/gimp/2.0/scripts/pupi-button.scm
896share/gimp/2.0/scripts/rendermap.scm 970share/gimp/2.0/scripts/rendermap.scm
897share/gimp/2.0/scripts/reverse-layers.scm 971share/gimp/2.0/scripts/reverse-layers.scm
898share/gimp/2.0/scripts/ripply-anim.scm 972share/gimp/2.0/scripts/ripply-anim.scm
899share/gimp/2.0/scripts/round-corners.scm 973share/gimp/2.0/scripts/round-corners.scm
900share/gimp/2.0/scripts/script-fu-compat.init 974share/gimp/2.0/scripts/script-fu-compat.init
901share/gimp/2.0/scripts/script-fu-set-cmap.scm 975share/gimp/2.0/scripts/script-fu-set-cmap.scm
902share/gimp/2.0/scripts/script-fu-util.scm 976share/gimp/2.0/scripts/script-fu-util.scm
903share/gimp/2.0/scripts/script-fu.init 977share/gimp/2.0/scripts/script-fu.init
904share/gimp/2.0/scripts/select-to-brush.scm 978share/gimp/2.0/scripts/select-to-brush.scm
905share/gimp/2.0/scripts/select-to-image.scm 979share/gimp/2.0/scripts/select-to-image.scm
906share/gimp/2.0/scripts/select-to-pattern.scm 980share/gimp/2.0/scripts/select-to-pattern.scm
907share/gimp/2.0/scripts/selection-round.scm 981share/gimp/2.0/scripts/selection-round.scm
908share/gimp/2.0/scripts/slide.scm 982share/gimp/2.0/scripts/slide.scm
909share/gimp/2.0/scripts/sota-chrome-logo.scm 983share/gimp/2.0/scripts/sota-chrome-logo.scm
910share/gimp/2.0/scripts/speed-text.scm 984share/gimp/2.0/scripts/speed-text.scm
911share/gimp/2.0/scripts/spinning-globe.scm 985share/gimp/2.0/scripts/spinning-globe.scm
912share/gimp/2.0/scripts/spyrogimp.scm 986share/gimp/2.0/scripts/spyrogimp.scm
913share/gimp/2.0/scripts/starscape-logo.scm 987share/gimp/2.0/scripts/starscape-logo.scm
914share/gimp/2.0/scripts/swirltile.scm 988share/gimp/2.0/scripts/swirltile.scm
915share/gimp/2.0/scripts/swirly-pattern.scm 989share/gimp/2.0/scripts/swirly-pattern.scm
916share/gimp/2.0/scripts/t-o-p-logo.scm 990share/gimp/2.0/scripts/t-o-p-logo.scm
917share/gimp/2.0/scripts/text-circle.scm 991share/gimp/2.0/scripts/text-circle.scm
918share/gimp/2.0/scripts/textured-logo.scm 992share/gimp/2.0/scripts/textured-logo.scm
919share/gimp/2.0/scripts/tileblur.scm 993share/gimp/2.0/scripts/tileblur.scm
920share/gimp/2.0/scripts/title-header.scm 994share/gimp/2.0/scripts/title-header.scm
921share/gimp/2.0/scripts/truchet.scm 995share/gimp/2.0/scripts/truchet.scm
922share/gimp/2.0/scripts/unsharp-mask.scm 996share/gimp/2.0/scripts/unsharp-mask.scm
923share/gimp/2.0/scripts/waves-anim.scm 997share/gimp/2.0/scripts/waves-anim.scm
924share/gimp/2.0/scripts/weave.scm 998share/gimp/2.0/scripts/weave.scm
925share/gimp/2.0/scripts/web-browser.scm 
926share/gimp/2.0/scripts/xach-effect.scm 999share/gimp/2.0/scripts/xach-effect.scm
 1000share/gimp/2.0/tags/gimp-tags-default.xml
927share/gimp/2.0/themes/Default/gtkrc 1001share/gimp/2.0/themes/Default/gtkrc
928share/gimp/2.0/themes/Default/images/preferences/color-management-22.png 1002share/gimp/2.0/themes/Default/images/preferences/color-management-22.png
929share/gimp/2.0/themes/Default/images/preferences/color-management.png 1003share/gimp/2.0/themes/Default/images/preferences/color-management.png
930share/gimp/2.0/themes/Default/images/preferences/controllers-22.png 1004share/gimp/2.0/themes/Default/images/preferences/controllers-22.png
931share/gimp/2.0/themes/Default/images/preferences/controllers.png 1005share/gimp/2.0/themes/Default/images/preferences/controllers.png
932share/gimp/2.0/themes/Default/images/preferences/default-comment.png 1006share/gimp/2.0/themes/Default/images/preferences/default-comment.png
933share/gimp/2.0/themes/Default/images/preferences/default-grid-22.png 1007share/gimp/2.0/themes/Default/images/preferences/default-grid-22.png
934share/gimp/2.0/themes/Default/images/preferences/default-grid.png 1008share/gimp/2.0/themes/Default/images/preferences/default-grid.png
935share/gimp/2.0/themes/Default/images/preferences/display-22.png 1009share/gimp/2.0/themes/Default/images/preferences/display-22.png
936share/gimp/2.0/themes/Default/images/preferences/display.png 1010share/gimp/2.0/themes/Default/images/preferences/display.png
937share/gimp/2.0/themes/Default/images/preferences/environment-22.png 1011share/gimp/2.0/themes/Default/images/preferences/environment-22.png
938share/gimp/2.0/themes/Default/images/preferences/environment.png 1012share/gimp/2.0/themes/Default/images/preferences/environment.png
939share/gimp/2.0/themes/Default/images/preferences/folders-22.png 1013share/gimp/2.0/themes/Default/images/preferences/folders-22.png
940share/gimp/2.0/themes/Default/images/preferences/folders-brushes-22.png 1014share/gimp/2.0/themes/Default/images/preferences/folders-brushes-22.png
941share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png 1015share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png
 1016share/gimp/2.0/themes/Default/images/preferences/folders-dynamics-22.png
 1017share/gimp/2.0/themes/Default/images/preferences/folders-dynamics.png
942share/gimp/2.0/themes/Default/images/preferences/folders-environ-22.png 1018share/gimp/2.0/themes/Default/images/preferences/folders-environ-22.png
943share/gimp/2.0/themes/Default/images/preferences/folders-environ.png 1019share/gimp/2.0/themes/Default/images/preferences/folders-environ.png
944share/gimp/2.0/themes/Default/images/preferences/folders-fonts-22.png 1020share/gimp/2.0/themes/Default/images/preferences/folders-fonts-22.png
945share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png 1021share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png
946share/gimp/2.0/themes/Default/images/preferences/folders-gradients-22.png 1022share/gimp/2.0/themes/Default/images/preferences/folders-gradients-22.png
947share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png 1023share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png
948share/gimp/2.0/themes/Default/images/preferences/folders-interp-22.png 1024share/gimp/2.0/themes/Default/images/preferences/folders-interp-22.png
949share/gimp/2.0/themes/Default/images/preferences/folders-interp.png 1025share/gimp/2.0/themes/Default/images/preferences/folders-interp.png
950share/gimp/2.0/themes/Default/images/preferences/folders-modules-22.png 1026share/gimp/2.0/themes/Default/images/preferences/folders-modules-22.png
951share/gimp/2.0/themes/Default/images/preferences/folders-modules.png 1027share/gimp/2.0/themes/Default/images/preferences/folders-modules.png
952share/gimp/2.0/themes/Default/images/preferences/folders-palettes-22.png 1028share/gimp/2.0/themes/Default/images/preferences/folders-palettes-22.png
953share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png 1029share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png
954share/gimp/2.0/themes/Default/images/preferences/folders-patterns-22.png 1030share/gimp/2.0/themes/Default/images/preferences/folders-patterns-22.png
955share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png 1031share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png
956share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins-22.png 1032share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins-22.png
957share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png 1033share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png
958share/gimp/2.0/themes/Default/images/preferences/folders-scripts-22.png 1034share/gimp/2.0/themes/Default/images/preferences/folders-scripts-22.png
959share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png 1035share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png
960share/gimp/2.0/themes/Default/images/preferences/folders-themes-22.png 1036share/gimp/2.0/themes/Default/images/preferences/folders-themes-22.png
961share/gimp/2.0/themes/Default/images/preferences/folders-themes.png 1037share/gimp/2.0/themes/Default/images/preferences/folders-themes.png
962share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins-22.png 1038share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins-22.png
963share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png 1039share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png
 1040share/gimp/2.0/themes/Default/images/preferences/folders-tool-presets-22.png
 1041share/gimp/2.0/themes/Default/images/preferences/folders-tool-presets.png
964share/gimp/2.0/themes/Default/images/preferences/folders-tools-22.png 1042share/gimp/2.0/themes/Default/images/preferences/folders-tools-22.png
965share/gimp/2.0/themes/Default/images/preferences/folders.png 1043share/gimp/2.0/themes/Default/images/preferences/folders.png
966share/gimp/2.0/themes/Default/images/preferences/help-system-22.png 1044share/gimp/2.0/themes/Default/images/preferences/help-system-22.png
967share/gimp/2.0/themes/Default/images/preferences/help-system.png 1045share/gimp/2.0/themes/Default/images/preferences/help-system.png
968share/gimp/2.0/themes/Default/images/preferences/image-title-22.png 1046share/gimp/2.0/themes/Default/images/preferences/image-title-22.png
969share/gimp/2.0/themes/Default/images/preferences/image-title.png 1047share/gimp/2.0/themes/Default/images/preferences/image-title.png
970share/gimp/2.0/themes/Default/images/preferences/image-windows-22.png 1048share/gimp/2.0/themes/Default/images/preferences/image-windows-22.png
971share/gimp/2.0/themes/Default/images/preferences/image-windows.png 1049share/gimp/2.0/themes/Default/images/preferences/image-windows.png
972share/gimp/2.0/themes/Default/images/preferences/input-devices-22.png 1050share/gimp/2.0/themes/Default/images/preferences/input-devices-22.png
973share/gimp/2.0/themes/Default/images/preferences/input-devices.png 1051share/gimp/2.0/themes/Default/images/preferences/input-devices.png
974share/gimp/2.0/themes/Default/images/preferences/interface-22.png 1052share/gimp/2.0/themes/Default/images/preferences/interface-22.png
975share/gimp/2.0/themes/Default/images/preferences/interface.png 1053share/gimp/2.0/themes/Default/images/preferences/interface.png
976share/gimp/2.0/themes/Default/images/preferences/new-image-22.png 1054share/gimp/2.0/themes/Default/images/preferences/new-image-22.png
977share/gimp/2.0/themes/Default/images/preferences/new-image.png 1055share/gimp/2.0/themes/Default/images/preferences/new-image.png
978share/gimp/2.0/themes/Default/images/preferences/session-22.png 1056share/gimp/2.0/themes/Default/images/preferences/session-22.png
979share/gimp/2.0/themes/Default/images/preferences/session.png 1057share/gimp/2.0/themes/Default/images/preferences/session.png
980share/gimp/2.0/themes/Default/images/preferences/theme-22.png 1058share/gimp/2.0/themes/Default/images/preferences/theme-22.png
981share/gimp/2.0/themes/Default/images/preferences/theme.png 1059share/gimp/2.0/themes/Default/images/preferences/theme.png
982share/gimp/2.0/themes/Default/images/preferences/tool-options-22.png 1060share/gimp/2.0/themes/Default/images/preferences/tool-options-22.png
983share/gimp/2.0/themes/Default/images/preferences/tool-options.png 1061share/gimp/2.0/themes/Default/images/preferences/tool-options.png
984share/gimp/2.0/themes/Default/images/preferences/toolbox-22.png 1062share/gimp/2.0/themes/Default/images/preferences/toolbox-22.png
985share/gimp/2.0/themes/Default/images/preferences/toolbox.png 1063share/gimp/2.0/themes/Default/images/preferences/toolbox.png
986share/gimp/2.0/themes/Default/images/preferences/window-management-22.png 1064share/gimp/2.0/themes/Default/images/preferences/window-management-22.png
987share/gimp/2.0/themes/Default/images/preferences/window-management.png 1065share/gimp/2.0/themes/Default/images/preferences/window-management.png
988share/gimp/2.0/themes/Default/images/stock-error-64.png 1066share/gimp/2.0/themes/Default/images/stock-error-64.png
989share/gimp/2.0/themes/Default/images/stock-info-64.png 1067share/gimp/2.0/themes/Default/images/stock-info-64.png
990share/gimp/2.0/themes/Default/images/stock-question-64.png 1068share/gimp/2.0/themes/Default/images/stock-question-64.png
991share/gimp/2.0/themes/Default/images/stock-warning-64.png 1069share/gimp/2.0/themes/Default/images/stock-warning-64.png
992share/gimp/2.0/themes/Small/gtkrc 1070share/gimp/2.0/themes/Small/gtkrc
993share/gimp/2.0/tips/gimp-tips.xml 1071share/gimp/2.0/tips/gimp-tips.xml
994${PLIST.twain}share/gimp/2.0/twain/gimp-twain.png 1072share/gimp/2.0/tool-presets/FX/Crop-16-9.gtp
 1073share/gimp/2.0/tool-presets/FX/Crop-Composition.gtp
 1074share/gimp/2.0/tool-presets/FX/FX-Confetti.gtp
 1075share/gimp/2.0/tool-presets/FX/FX-Radial-Softlight.gtp
 1076share/gimp/2.0/tool-presets/FX/Fill-Paper.gtp
 1077share/gimp/2.0/tool-presets/FX/Glow-Lights.gtp
 1078share/gimp/2.0/tool-presets/FX/Smooth-Clone.gtp
 1079share/gimp/2.0/tool-presets/FX/Vignette.gtp
 1080share/gimp/2.0/tool-presets/Paint/Airbrush.gtp
 1081share/gimp/2.0/tool-presets/Paint/Basic-Knife.gtp
 1082share/gimp/2.0/tool-presets/Paint/Basic-Round-Detail.gtp
 1083share/gimp/2.0/tool-presets/Paint/Basic-Round.gtp
 1084share/gimp/2.0/tool-presets/Paint/Bristles.gtp
 1085share/gimp/2.0/tool-presets/Paint/Eraser-Hard.gtp
 1086share/gimp/2.0/tool-presets/Paint/Noise.gtp
 1087share/gimp/2.0/tool-presets/Paint/Smudge-Rough.gtp
 1088share/gimp/2.0/tool-presets/Paint/Smudge-Soft.gtp
 1089share/gimp/2.0/tool-presets/Paint/Soft-Oil.gtp
 1090share/gimp/2.0/tool-presets/Paint/Splatters.gtp
 1091share/gimp/2.0/tool-presets/Paint/Structure.gtp
 1092share/gimp/2.0/tool-presets/Paint/Vegetal.gtp
 1093share/gimp/2.0/tool-presets/Selection/Circle-200px.gtp
 1094share/gimp/2.0/tool-presets/Selection/Feathered-Selection.gtp
 1095share/gimp/2.0/tool-presets/Sketch/Blue-Pen.gtp
 1096share/gimp/2.0/tool-presets/Sketch/Eraser-Soft.gtp
 1097share/gimp/2.0/tool-presets/Sketch/Ink-Smooth.gtp
 1098share/gimp/2.0/tool-presets/Sketch/Ink-Thin.gtp
 1099share/gimp/2.0/tool-presets/Sketch/Pencil-Soft.gtp
 1100share/gimp/2.0/tool-presets/Sketch/Pencil.gtp
 1101share/gimp/2.0/ui/plug-ins/plug-in-file-gif.ui
 1102share/gimp/2.0/ui/plug-ins/plug-in-file-png.ui
995share/gtk-doc/html/libgimp/GimpAspectPreview.html 1103share/gtk-doc/html/libgimp/GimpAspectPreview.html
996share/gtk-doc/html/libgimp/GimpBrushSelectButton.html 1104share/gtk-doc/html/libgimp/GimpBrushSelectButton.html
997share/gtk-doc/html/libgimp/GimpDrawablePreview.html 1105share/gtk-doc/html/libgimp/GimpDrawablePreview.html
998share/gtk-doc/html/libgimp/GimpFontSelectButton.html 1106share/gtk-doc/html/libgimp/GimpFontSelectButton.html
999share/gtk-doc/html/libgimp/GimpGradientSelectButton.html 1107share/gtk-doc/html/libgimp/GimpGradientSelectButton.html
1000share/gtk-doc/html/libgimp/GimpImageComboBox.html 1108share/gtk-doc/html/libgimp/GimpImageComboBox.html
1001share/gtk-doc/html/libgimp/GimpPaletteSelectButton.html 1109share/gtk-doc/html/libgimp/GimpPaletteSelectButton.html
1002share/gtk-doc/html/libgimp/GimpPatternSelectButton.html 1110share/gtk-doc/html/libgimp/GimpPatternSelectButton.html
1003share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html 1111share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html
1004share/gtk-doc/html/libgimp/GimpProgressBar.html 1112share/gtk-doc/html/libgimp/GimpProgressBar.html
1005share/gtk-doc/html/libgimp/GimpSelectButton.html 1113share/gtk-doc/html/libgimp/GimpSelectButton.html
1006share/gtk-doc/html/libgimp/GimpZoomPreview.html 1114share/gtk-doc/html/libgimp/GimpZoomPreview.html
1007share/gtk-doc/html/libgimp/home.png 1115share/gtk-doc/html/libgimp/home.png
1008share/gtk-doc/html/libgimp/index.html 1116share/gtk-doc/html/libgimp/index.html
1009share/gtk-doc/html/libgimp/index.sgml 1117share/gtk-doc/html/libgimp/index.sgml
1010share/gtk-doc/html/libgimp/left.png 1118share/gtk-doc/html/libgimp/left.png
 1119share/gtk-doc/html/libgimp/libgimp-Gimp.html
1011share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html 1120share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html
 1121share/gtk-doc/html/libgimp/libgimp-GimpProcView.html
1012share/gtk-doc/html/libgimp/libgimp-data.html 1122share/gtk-doc/html/libgimp/libgimp-data.html
1013share/gtk-doc/html/libgimp/libgimp-general.html 1123share/gtk-doc/html/libgimp/libgimp-general.html
1014share/gtk-doc/html/libgimp/libgimp-gimp.html 
1015share/gtk-doc/html/libgimp/libgimp-gimpbrush.html 1124share/gtk-doc/html/libgimp/libgimp-gimpbrush.html
1016share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html 1125share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html
1017share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html 1126share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html
1018share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html 1127share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html
1019share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html 1128share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html
1020share/gtk-doc/html/libgimp/libgimp-gimpchannel.html 1129share/gtk-doc/html/libgimp/libgimp-gimpchannel.html
1021share/gtk-doc/html/libgimp/libgimp-gimpcolor.html 1130share/gtk-doc/html/libgimp/libgimp-gimpcolor.html
1022share/gtk-doc/html/libgimp/libgimp-gimpcontext.html 1131share/gtk-doc/html/libgimp/libgimp-gimpcontext.html
1023share/gtk-doc/html/libgimp/libgimp-gimpconvert.html 1132share/gtk-doc/html/libgimp/libgimp-gimpconvert.html
1024share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html 1133share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html
1025share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html 1134share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html
1026share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html 1135share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html
 1136share/gtk-doc/html/libgimp/libgimp-gimpdynamics.html
1027share/gtk-doc/html/libgimp/libgimp-gimpedit.html 1137share/gtk-doc/html/libgimp/libgimp-gimpedit.html
1028share/gtk-doc/html/libgimp/libgimp-gimpenums.html 1138share/gtk-doc/html/libgimp/libgimp-gimpenums.html
1029share/gtk-doc/html/libgimp/libgimp-gimpexport.html 1139share/gtk-doc/html/libgimp/libgimp-gimpexport.html
1030share/gtk-doc/html/libgimp/libgimp-gimpfileops.html 1140share/gtk-doc/html/libgimp/libgimp-gimpfileops.html
1031share/gtk-doc/html/libgimp/libgimp-gimpfloatingsel.html 1141share/gtk-doc/html/libgimp/libgimp-gimpfloatingsel.html
1032share/gtk-doc/html/libgimp/libgimp-gimpfontmenu.html 1142share/gtk-doc/html/libgimp/libgimp-gimpfontmenu.html
1033share/gtk-doc/html/libgimp/libgimp-gimpfonts.html 1143share/gtk-doc/html/libgimp/libgimp-gimpfonts.html
1034share/gtk-doc/html/libgimp/libgimp-gimpfontselect.html 1144share/gtk-doc/html/libgimp/libgimp-gimpfontselect.html
1035share/gtk-doc/html/libgimp/libgimp-gimpgimprc.html 1145share/gtk-doc/html/libgimp/libgimp-gimpgimprc.html
1036share/gtk-doc/html/libgimp/libgimp-gimpgradient.html 1146share/gtk-doc/html/libgimp/libgimp-gimpgradient.html
1037share/gtk-doc/html/libgimp/libgimp-gimpgradientmenu.html 1147share/gtk-doc/html/libgimp/libgimp-gimpgradientmenu.html
1038share/gtk-doc/html/libgimp/libgimp-gimpgradients.html 1148share/gtk-doc/html/libgimp/libgimp-gimpgradients.html
1039share/gtk-doc/html/libgimp/libgimp-gimpgradientselect.html 1149share/gtk-doc/html/libgimp/libgimp-gimpgradientselect.html
1040share/gtk-doc/html/libgimp/libgimp-gimpgrid.html 1150share/gtk-doc/html/libgimp/libgimp-gimpgrid.html
1041share/gtk-doc/html/libgimp/libgimp-gimpguides.html 1151share/gtk-doc/html/libgimp/libgimp-gimpguides.html
1042share/gtk-doc/html/libgimp/libgimp-gimphelp.html 1152share/gtk-doc/html/libgimp/libgimp-gimphelp.html
1043share/gtk-doc/html/libgimp/libgimp-gimpimage.html 1153share/gtk-doc/html/libgimp/libgimp-gimpimage.html
 1154share/gtk-doc/html/libgimp/libgimp-gimpimageselect.html
 1155share/gtk-doc/html/libgimp/libgimp-gimpitem.html
 1156share/gtk-doc/html/libgimp/libgimp-gimpitemtransform.html
1044share/gtk-doc/html/libgimp/libgimp-gimplayer.html 1157share/gtk-doc/html/libgimp/libgimp-gimplayer.html
1045share/gtk-doc/html/libgimp/libgimp-gimpmenu.html 1158share/gtk-doc/html/libgimp/libgimp-gimpmenu.html
1046share/gtk-doc/html/libgimp/libgimp-gimpmessage.html 1159share/gtk-doc/html/libgimp/libgimp-gimpmessage.html
 1160share/gtk-doc/html/libgimp/libgimp-gimppainttools.html
1047share/gtk-doc/html/libgimp/libgimp-gimppalette.html 1161share/gtk-doc/html/libgimp/libgimp-gimppalette.html
1048share/gtk-doc/html/libgimp/libgimp-gimppalettemenu.html 1162share/gtk-doc/html/libgimp/libgimp-gimppalettemenu.html
1049share/gtk-doc/html/libgimp/libgimp-gimppalettes.html 1163share/gtk-doc/html/libgimp/libgimp-gimppalettes.html
1050share/gtk-doc/html/libgimp/libgimp-gimppaletteselect.html 1164share/gtk-doc/html/libgimp/libgimp-gimppaletteselect.html
1051share/gtk-doc/html/libgimp/libgimp-gimppaths.html 1165share/gtk-doc/html/libgimp/libgimp-gimppaths.html
1052share/gtk-doc/html/libgimp/libgimp-gimppattern.html 1166share/gtk-doc/html/libgimp/libgimp-gimppattern.html
1053share/gtk-doc/html/libgimp/libgimp-gimppatternmenu.html 1167share/gtk-doc/html/libgimp/libgimp-gimppatternmenu.html
1054share/gtk-doc/html/libgimp/libgimp-gimppatterns.html 1168share/gtk-doc/html/libgimp/libgimp-gimppatterns.html
1055share/gtk-doc/html/libgimp/libgimp-gimppatternselect.html 1169share/gtk-doc/html/libgimp/libgimp-gimppatternselect.html
1056share/gtk-doc/html/libgimp/libgimp-gimppixbuf.html 1170share/gtk-doc/html/libgimp/libgimp-gimppixbuf.html
1057share/gtk-doc/html/libgimp/libgimp-gimppixelfetcher.html 1171share/gtk-doc/html/libgimp/libgimp-gimppixelfetcher.html
1058share/gtk-doc/html/libgimp/libgimp-gimppixelrgn.html 1172share/gtk-doc/html/libgimp/libgimp-gimppixelrgn.html
1059share/gtk-doc/html/libgimp/libgimp-gimpplugin.html 1173share/gtk-doc/html/libgimp/libgimp-gimpplugin.html
1060share/gtk-doc/html/libgimp/libgimp-gimpproceduraldb.html 1174share/gtk-doc/html/libgimp/libgimp-gimpproceduraldb.html
1061share/gtk-doc/html/libgimp/libgimp-gimpprocview.html 
1062share/gtk-doc/html/libgimp/libgimp-gimpprogress.html 1175share/gtk-doc/html/libgimp/libgimp-gimpprogress.html
1063share/gtk-doc/html/libgimp/libgimp-gimpregioniterator.html 1176share/gtk-doc/html/libgimp/libgimp-gimpregioniterator.html
1064share/gtk-doc/html/libgimp/libgimp-gimpselection.html 1177share/gtk-doc/html/libgimp/libgimp-gimpselection.html
 1178share/gtk-doc/html/libgimp/libgimp-gimpselectiontools.html
1065share/gtk-doc/html/libgimp/libgimp-gimptextlayer.html 1179share/gtk-doc/html/libgimp/libgimp-gimptextlayer.html
1066share/gtk-doc/html/libgimp/libgimp-gimptexttool.html 1180share/gtk-doc/html/libgimp/libgimp-gimptexttool.html
1067share/gtk-doc/html/libgimp/libgimp-gimptile.html 1181share/gtk-doc/html/libgimp/libgimp-gimptile.html
1068share/gtk-doc/html/libgimp/libgimp-gimptools.html 1182share/gtk-doc/html/libgimp/libgimp-gimptransformtools.html
1069share/gtk-doc/html/libgimp/libgimp-gimpui.html 1183share/gtk-doc/html/libgimp/libgimp-gimpui.html
1070share/gtk-doc/html/libgimp/libgimp-gimpundo.html 1184share/gtk-doc/html/libgimp/libgimp-gimpundo.html
1071share/gtk-doc/html/libgimp/libgimp-gimpvectors.html 1185share/gtk-doc/html/libgimp/libgimp-gimpvectors.html
1072share/gtk-doc/html/libgimp/libgimp-image.html 1186share/gtk-doc/html/libgimp/libgimp-image.html
1073share/gtk-doc/html/libgimp/libgimp-index-deprecated.html 1187share/gtk-doc/html/libgimp/libgimp-index-deprecated.html
1074share/gtk-doc/html/libgimp/libgimp-index-new-in-2-2.html 1188share/gtk-doc/html/libgimp/libgimp-index-new-in-2-2.html
1075share/gtk-doc/html/libgimp/libgimp-index-new-in-2-4.html 1189share/gtk-doc/html/libgimp/libgimp-index-new-in-2-4.html
1076share/gtk-doc/html/libgimp/libgimp-index-new-in-2-6.html 1190share/gtk-doc/html/libgimp/libgimp-index-new-in-2-6.html
 1191share/gtk-doc/html/libgimp/libgimp-index-new-in-2-8.html
1077share/gtk-doc/html/libgimp/libgimp-index.html 1192share/gtk-doc/html/libgimp/libgimp-index.html
1078share/gtk-doc/html/libgimp/libgimp-selectors.html 1193share/gtk-doc/html/libgimp/libgimp-selectors.html
1079share/gtk-doc/html/libgimp/libgimp.devhelp2 1194share/gtk-doc/html/libgimp/libgimp.devhelp2
1080share/gtk-doc/html/libgimp/libgimp.html 1195share/gtk-doc/html/libgimp/libgimp.html
1081share/gtk-doc/html/libgimp/libgimpui-hierarchy.html 1196share/gtk-doc/html/libgimp/libgimpui-hierarchy.html
1082share/gtk-doc/html/libgimp/libgimpui.html 1197share/gtk-doc/html/libgimp/libgimpui.html
1083share/gtk-doc/html/libgimp/right.png 1198share/gtk-doc/html/libgimp/right.png
1084share/gtk-doc/html/libgimp/style.css 1199share/gtk-doc/html/libgimp/style.css
1085share/gtk-doc/html/libgimp/up.png 1200share/gtk-doc/html/libgimp/up.png
1086share/gtk-doc/html/libgimpbase/home.png 1201share/gtk-doc/html/libgimpbase/home.png
1087share/gtk-doc/html/libgimpbase/index.html 1202share/gtk-doc/html/libgimpbase/index.html
1088share/gtk-doc/html/libgimpbase/index.sgml 1203share/gtk-doc/html/libgimpbase/index.sgml
1089share/gtk-doc/html/libgimpbase/left.png 1204share/gtk-doc/html/libgimpbase/left.png
1090share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html 1205share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html
1091share/gtk-doc/html/libgimpbase/libgimpbase-gimpbasetypes.html 1206share/gtk-doc/html/libgimpbase/libgimpbase-gimpbasetypes.html
1092share/gtk-doc/html/libgimpbase/libgimpbase-gimpchecks.html 1207share/gtk-doc/html/libgimpbase/libgimpbase-gimpchecks.html
1093share/gtk-doc/html/libgimpbase/libgimpbase-gimpcpuaccel.html 1208share/gtk-doc/html/libgimpbase/libgimpbase-gimpcpuaccel.html
1094share/gtk-doc/html/libgimpbase/libgimpbase-gimpdatafiles.html 1209share/gtk-doc/html/libgimpbase/libgimpbase-gimpdatafiles.html
1095share/gtk-doc/html/libgimpbase/libgimpbase-gimpenv.html 1210share/gtk-doc/html/libgimpbase/libgimpbase-gimpenv.html
1096share/gtk-doc/html/libgimpbase/libgimpbase-gimplimits.html 1211share/gtk-doc/html/libgimpbase/libgimpbase-gimplimits.html
1097share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html 1212share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html
1098share/gtk-doc/html/libgimpbase/libgimpbase-gimpparam.html 1213share/gtk-doc/html/libgimpbase/libgimpbase-gimpparam.html
1099share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html 1214share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html
1100share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html 1215share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html
1101share/gtk-doc/html/libgimpbase/libgimpbase-gimprectangle.html 1216share/gtk-doc/html/libgimpbase/libgimpbase-gimprectangle.html
1102share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html 1217share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html
1103share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html 1218share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html
1104share/gtk-doc/html/libgimpbase/libgimpbase-gimputils.html 1219share/gtk-doc/html/libgimpbase/libgimpbase-gimputils.html
1105share/gtk-doc/html/libgimpbase/libgimpbase-gimpversion.html 1220share/gtk-doc/html/libgimpbase/libgimpbase-gimpversion.html
1106share/gtk-doc/html/libgimpbase/libgimpbase-index-deprecated.html 1221share/gtk-doc/html/libgimpbase/libgimpbase-index-deprecated.html
1107share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-2.html 1222share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-2.html
1108share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-4.html 1223share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-4.html
1109share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-6.html 1224share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-6.html
 1225share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-8.html
1110share/gtk-doc/html/libgimpbase/libgimpbase-index.html 1226share/gtk-doc/html/libgimpbase/libgimpbase-index.html
1111share/gtk-doc/html/libgimpbase/libgimpbase.devhelp2 1227share/gtk-doc/html/libgimpbase/libgimpbase.devhelp2
1112share/gtk-doc/html/libgimpbase/libgimpbase.html 1228share/gtk-doc/html/libgimpbase/libgimpbase.html
1113share/gtk-doc/html/libgimpbase/right.png 1229share/gtk-doc/html/libgimpbase/right.png
1114share/gtk-doc/html/libgimpbase/style.css 1230share/gtk-doc/html/libgimpbase/style.css
1115share/gtk-doc/html/libgimpbase/up.png 1231share/gtk-doc/html/libgimpbase/up.png
1116share/gtk-doc/html/libgimpcolor/home.png 1232share/gtk-doc/html/libgimpcolor/home.png
1117share/gtk-doc/html/libgimpcolor/index.html 1233share/gtk-doc/html/libgimpcolor/index.html
1118share/gtk-doc/html/libgimpcolor/index.sgml 1234share/gtk-doc/html/libgimpcolor/index.sgml
1119share/gtk-doc/html/libgimpcolor/left.png 1235share/gtk-doc/html/libgimpcolor/left.png
1120share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html 1236share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
1121share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html 1237share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html
1122share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html 1238share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html
 1239share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCairoColor.html
1123share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html 1240share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html
1124share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html 1241share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html
1125share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html 1242share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html
1126share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html 1243share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html
1127share/gtk-doc/html/libgimpcolor/libgimpcolor-index-deprecated.html 1244share/gtk-doc/html/libgimpcolor/libgimpcolor-index-deprecated.html
1128share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-2.html 1245share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-2.html
1129share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-4.html 1246share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-4.html
1130share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-6.html 1247share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-6.html
 1248share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-8.html
1131share/gtk-doc/html/libgimpcolor/libgimpcolor-index.html 1249share/gtk-doc/html/libgimpcolor/libgimpcolor-index.html
1132share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp2 1250share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp2
1133share/gtk-doc/html/libgimpcolor/libgimpcolor.html 1251share/gtk-doc/html/libgimpcolor/libgimpcolor.html
1134share/gtk-doc/html/libgimpcolor/right.png 1252share/gtk-doc/html/libgimpcolor/right.png
1135share/gtk-doc/html/libgimpcolor/style.css 1253share/gtk-doc/html/libgimpcolor/style.css
1136share/gtk-doc/html/libgimpcolor/up.png 1254share/gtk-doc/html/libgimpcolor/up.png
1137share/gtk-doc/html/libgimpconfig/GimpColorConfig.html 1255share/gtk-doc/html/libgimpconfig/GimpColorConfig.html
1138share/gtk-doc/html/libgimpconfig/home.png 1256share/gtk-doc/html/libgimpconfig/home.png
1139share/gtk-doc/html/libgimpconfig/index.html 1257share/gtk-doc/html/libgimpconfig/index.html
1140share/gtk-doc/html/libgimpconfig/index.sgml 1258share/gtk-doc/html/libgimpconfig/index.sgml
1141share/gtk-doc/html/libgimpconfig/left.png 1259share/gtk-doc/html/libgimpconfig/left.png
 1260share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-deserialize.html
 1261share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-params.html
 1262share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-path.html
 1263share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-serialize.html
 1264share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig-utils.html
1142share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html 1265share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html
1143share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigError.html 1266share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigError.html
1144share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigWriter.html 1267share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigWriter.html
1145share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpScanner.html 1268share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpScanner.html
1146share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html 
1147share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-params.html 
1148share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-path.html 
1149share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-serialize.html 
1150share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-utils.html 
1151share/gtk-doc/html/libgimpconfig/libgimpconfig-hierarchy.html 1269share/gtk-doc/html/libgimpconfig/libgimpconfig-hierarchy.html
1152share/gtk-doc/html/libgimpconfig/libgimpconfig-index-deprecated.html 1270share/gtk-doc/html/libgimpconfig/libgimpconfig-index-deprecated.html
1153share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-4.html 1271share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-4.html
1154share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-6.html 1272share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-6.html
 1273share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-8.html
1155share/gtk-doc/html/libgimpconfig/libgimpconfig-index.html 1274share/gtk-doc/html/libgimpconfig/libgimpconfig-index.html
1156share/gtk-doc/html/libgimpconfig/libgimpconfig.devhelp2 1275share/gtk-doc/html/libgimpconfig/libgimpconfig.devhelp2
1157share/gtk-doc/html/libgimpconfig/libgimpconfig.html 1276share/gtk-doc/html/libgimpconfig/libgimpconfig.html
1158share/gtk-doc/html/libgimpconfig/right.png 1277share/gtk-doc/html/libgimpconfig/right.png
1159share/gtk-doc/html/libgimpconfig/style.css 1278share/gtk-doc/html/libgimpconfig/style.css
1160share/gtk-doc/html/libgimpconfig/up.png 1279share/gtk-doc/html/libgimpconfig/up.png
1161share/gtk-doc/html/libgimpmath/home.png 1280share/gtk-doc/html/libgimpmath/home.png
1162share/gtk-doc/html/libgimpmath/index.html 1281share/gtk-doc/html/libgimpmath/index.html
1163share/gtk-doc/html/libgimpmath/index.sgml 1282share/gtk-doc/html/libgimpmath/index.sgml
1164share/gtk-doc/html/libgimpmath/left.png 1283share/gtk-doc/html/libgimpmath/left.png
1165share/gtk-doc/html/libgimpmath/libgimpmath-GimpMD5.html 1284share/gtk-doc/html/libgimpmath/libgimpmath-GimpMD5.html
1166share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html 1285share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html
1167share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html 1286share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html
1168share/gtk-doc/html/libgimpmath/libgimpmath-GimpVector.html 1287share/gtk-doc/html/libgimpmath/libgimpmath-GimpVector.html
1169share/gtk-doc/html/libgimpmath/libgimpmath-index-deprecated.html 1288share/gtk-doc/html/libgimpmath/libgimpmath-index-deprecated.html
1170share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-2.html 1289share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-2.html
1171share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-4.html 1290share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-4.html
1172share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-6.html 1291share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-6.html
1173share/gtk-doc/html/libgimpmath/libgimpmath-index.html 1292share/gtk-doc/html/libgimpmath/libgimpmath-index.html
1174share/gtk-doc/html/libgimpmath/libgimpmath.devhelp2 1293share/gtk-doc/html/libgimpmath/libgimpmath.devhelp2
1175share/gtk-doc/html/libgimpmath/libgimpmath.html 1294share/gtk-doc/html/libgimpmath/libgimpmath.html
1176share/gtk-doc/html/libgimpmath/right.png 1295share/gtk-doc/html/libgimpmath/right.png
1177share/gtk-doc/html/libgimpmath/style.css 1296share/gtk-doc/html/libgimpmath/style.css
1178share/gtk-doc/html/libgimpmath/up.png 1297share/gtk-doc/html/libgimpmath/up.png
 1298share/gtk-doc/html/libgimpmodule/GimpModule.html
 1299share/gtk-doc/html/libgimpmodule/GimpModuleDB.html
1179share/gtk-doc/html/libgimpmodule/home.png 1300share/gtk-doc/html/libgimpmodule/home.png
1180share/gtk-doc/html/libgimpmodule/index.html 1301share/gtk-doc/html/libgimpmodule/index.html
1181share/gtk-doc/html/libgimpmodule/index.sgml 1302share/gtk-doc/html/libgimpmodule/index.sgml
1182share/gtk-doc/html/libgimpmodule/left.png 1303share/gtk-doc/html/libgimpmodule/left.png
1183share/gtk-doc/html/libgimpmodule/libgimpmodule-gimpmodule.html 
1184share/gtk-doc/html/libgimpmodule/libgimpmodule-gimpmoduledb.html 
1185share/gtk-doc/html/libgimpmodule/libgimpmodule-index-deprecated.html 1304share/gtk-doc/html/libgimpmodule/libgimpmodule-index-deprecated.html
1186share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-2.html 1305share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-2.html
1187share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-4.html 1306share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-4.html
1188share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-6.html 1307share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-6.html
 1308share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-8.html
1189share/gtk-doc/html/libgimpmodule/libgimpmodule-index.html 1309share/gtk-doc/html/libgimpmodule/libgimpmodule-index.html
1190share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp2 1310share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp2
1191share/gtk-doc/html/libgimpmodule/libgimpmodule.html 1311share/gtk-doc/html/libgimpmodule/libgimpmodule.html
1192share/gtk-doc/html/libgimpmodule/right.png 1312share/gtk-doc/html/libgimpmodule/right.png
1193share/gtk-doc/html/libgimpmodule/style.css 1313share/gtk-doc/html/libgimpmodule/style.css
1194share/gtk-doc/html/libgimpmodule/up.png 1314share/gtk-doc/html/libgimpmodule/up.png
1195share/gtk-doc/html/libgimpthumb/GimpThumbnail.html 1315share/gtk-doc/html/libgimpthumb/GimpThumbnail.html
1196share/gtk-doc/html/libgimpthumb/home.png 1316share/gtk-doc/html/libgimpthumb/home.png
1197share/gtk-doc/html/libgimpthumb/index.html 1317share/gtk-doc/html/libgimpthumb/index.html
1198share/gtk-doc/html/libgimpthumb/index.sgml 1318share/gtk-doc/html/libgimpthumb/index.sgml
1199share/gtk-doc/html/libgimpthumb/left.png 1319share/gtk-doc/html/libgimpthumb/left.png
1200share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-enums.html 1320share/gtk-doc/html/libgimpthumb/libgimpthumb-GimpThumb-enums.html
1201share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-error.html 1321share/gtk-doc/html/libgimpthumb/libgimpthumb-GimpThumb-error.html
1202share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-utils.html 1322share/gtk-doc/html/libgimpthumb/libgimpthumb-GimpThumb-utils.html
1203share/gtk-doc/html/libgimpthumb/libgimpthumb-index-deprecated.html 1323share/gtk-doc/html/libgimpthumb/libgimpthumb-index-deprecated.html
1204share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-2.html 1324share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-2.html
1205share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-4.html 1325share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-4.html
1206share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-6.html 1326share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-6.html
1207share/gtk-doc/html/libgimpthumb/libgimpthumb-index.html 1327share/gtk-doc/html/libgimpthumb/libgimpthumb-index.html
1208share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp2 1328share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp2
1209share/gtk-doc/html/libgimpthumb/libgimpthumb.html 1329share/gtk-doc/html/libgimpthumb/libgimpthumb.html
1210share/gtk-doc/html/libgimpthumb/right.png 1330share/gtk-doc/html/libgimpthumb/right.png
1211share/gtk-doc/html/libgimpthumb/style.css 1331share/gtk-doc/html/libgimpthumb/style.css
1212share/gtk-doc/html/libgimpthumb/up.png 1332share/gtk-doc/html/libgimpthumb/up.png
1213share/gtk-doc/html/libgimpwidgets/GimpBrowser.html 1333share/gtk-doc/html/libgimpwidgets/GimpBrowser.html
1214share/gtk-doc/html/libgimpwidgets/GimpButton.html 1334share/gtk-doc/html/libgimpwidgets/GimpButton.html
1215share/gtk-doc/html/libgimpwidgets/GimpCellRendererColor.html 1335share/gtk-doc/html/libgimpwidgets/GimpCellRendererColor.html
1216share/gtk-doc/html/libgimpwidgets/GimpCellRendererToggle.html 1336share/gtk-doc/html/libgimpwidgets/GimpCellRendererToggle.html
1217share/gtk-doc/html/libgimpwidgets/GimpChainButton.html 1337share/gtk-doc/html/libgimpwidgets/GimpChainButton.html
1218share/gtk-doc/html/libgimpwidgets/GimpColorArea.html 1338share/gtk-doc/html/libgimpwidgets/GimpColorArea.html
1219share/gtk-doc/html/libgimpwidgets/GimpColorButton.html 1339share/gtk-doc/html/libgimpwidgets/GimpColorButton.html
1220share/gtk-doc/html/libgimpwidgets/GimpColorDisplay.html 1340share/gtk-doc/html/libgimpwidgets/GimpColorDisplay.html
1221share/gtk-doc/html/libgimpwidgets/GimpColorDisplayStack.html 1341share/gtk-doc/html/libgimpwidgets/GimpColorDisplayStack.html
1222share/gtk-doc/html/libgimpwidgets/GimpColorHexEntry.html 1342share/gtk-doc/html/libgimpwidgets/GimpColorHexEntry.html
1223share/gtk-doc/html/libgimpwidgets/GimpColorNotebook.html 1343share/gtk-doc/html/libgimpwidgets/GimpColorNotebook.html
1224share/gtk-doc/html/libgimpwidgets/GimpColorProfileComboBox.html 1344share/gtk-doc/html/libgimpwidgets/GimpColorProfileComboBox.html
1225share/gtk-doc/html/libgimpwidgets/GimpColorProfileStore.html 1345share/gtk-doc/html/libgimpwidgets/GimpColorProfileStore.html
1226share/gtk-doc/html/libgimpwidgets/GimpColorScale.html 1346share/gtk-doc/html/libgimpwidgets/GimpColorScale.html
1227share/gtk-doc/html/libgimpwidgets/GimpColorScales.html 1347share/gtk-doc/html/libgimpwidgets/GimpColorScales.html
1228share/gtk-doc/html/libgimpwidgets/GimpColorSelect.html 1348share/gtk-doc/html/libgimpwidgets/GimpColorSelect.html
1229share/gtk-doc/html/libgimpwidgets/GimpColorSelection.html 1349share/gtk-doc/html/libgimpwidgets/GimpColorSelection.html
1230share/gtk-doc/html/libgimpwidgets/GimpColorSelector.html 1350share/gtk-doc/html/libgimpwidgets/GimpColorSelector.html
1231share/gtk-doc/html/libgimpwidgets/GimpController.html 1351share/gtk-doc/html/libgimpwidgets/GimpController.html
1232share/gtk-doc/html/libgimpwidgets/GimpDialog.html 1352share/gtk-doc/html/libgimpwidgets/GimpDialog.html
1233share/gtk-doc/html/libgimpwidgets/GimpEnumComboBox.html 1353share/gtk-doc/html/libgimpwidgets/GimpEnumComboBox.html
1234share/gtk-doc/html/libgimpwidgets/GimpEnumLabel.html 1354share/gtk-doc/html/libgimpwidgets/GimpEnumLabel.html
1235share/gtk-doc/html/libgimpwidgets/GimpEnumStore.html 1355share/gtk-doc/html/libgimpwidgets/GimpEnumStore.html
1236share/gtk-doc/html/libgimpwidgets/GimpFileEntry.html 1356share/gtk-doc/html/libgimpwidgets/GimpFileEntry.html
1237share/gtk-doc/html/libgimpwidgets/GimpFrame.html 1357share/gtk-doc/html/libgimpwidgets/GimpFrame.html
1238share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html 1358share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html
1239share/gtk-doc/html/libgimpwidgets/GimpIntStore.html 1359share/gtk-doc/html/libgimpwidgets/GimpIntStore.html
1240share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html 1360share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html
1241share/gtk-doc/html/libgimpwidgets/GimpNumberPairEntry.html 1361share/gtk-doc/html/libgimpwidgets/GimpNumberPairEntry.html
1242share/gtk-doc/html/libgimpwidgets/GimpOffsetArea.html 1362share/gtk-doc/html/libgimpwidgets/GimpOffsetArea.html
1243share/gtk-doc/html/libgimpwidgets/GimpPageSelector.html 1363share/gtk-doc/html/libgimpwidgets/GimpPageSelector.html
1244share/gtk-doc/html/libgimpwidgets/GimpPathEditor.html 1364share/gtk-doc/html/libgimpwidgets/GimpPathEditor.html
1245share/gtk-doc/html/libgimpwidgets/GimpPickButton.html 1365share/gtk-doc/html/libgimpwidgets/GimpPickButton.html
1246share/gtk-doc/html/libgimpwidgets/GimpPixmap.html 1366share/gtk-doc/html/libgimpwidgets/GimpPixmap.html
1247share/gtk-doc/html/libgimpwidgets/GimpPreview.html 1367share/gtk-doc/html/libgimpwidgets/GimpPreview.html
1248share/gtk-doc/html/libgimpwidgets/GimpPreviewArea.html 1368share/gtk-doc/html/libgimpwidgets/GimpPreviewArea.html
1249share/gtk-doc/html/libgimpwidgets/GimpRuler.html 1369share/gtk-doc/html/libgimpwidgets/GimpRuler.html
1250share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html 1370share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html
1251share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html 1371share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html
1252share/gtk-doc/html/libgimpwidgets/GimpStringComboBox.html 1372share/gtk-doc/html/libgimpwidgets/GimpStringComboBox.html
 1373share/gtk-doc/html/libgimpwidgets/GimpUnitComboBox.html
1253share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html 1374share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html
 1375share/gtk-doc/html/libgimpwidgets/GimpUnitStore.html
1254share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html 1376share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html
1255share/gtk-doc/html/libgimpwidgets/gimp-browser.png 1377share/gtk-doc/html/libgimpwidgets/gimp-browser.png
1256share/gtk-doc/html/libgimpwidgets/gimp-button.png 1378share/gtk-doc/html/libgimpwidgets/gimp-button.png
1257share/gtk-doc/html/libgimpwidgets/gimp-chain-button.png 1379share/gtk-doc/html/libgimpwidgets/gimp-chain-button.png
1258share/gtk-doc/html/libgimpwidgets/gimp-color-area.png 1380share/gtk-doc/html/libgimpwidgets/gimp-color-area.png
1259share/gtk-doc/html/libgimpwidgets/gimp-color-button.png 1381share/gtk-doc/html/libgimpwidgets/gimp-color-button.png
1260share/gtk-doc/html/libgimpwidgets/gimp-color-hex-entry.png 1382share/gtk-doc/html/libgimpwidgets/gimp-color-hex-entry.png
1261share/gtk-doc/html/libgimpwidgets/gimp-color-profile-combo-box.png 1383share/gtk-doc/html/libgimpwidgets/gimp-color-profile-combo-box.png
1262share/gtk-doc/html/libgimpwidgets/gimp-color-scale.png 1384share/gtk-doc/html/libgimpwidgets/gimp-color-scale.png
1263share/gtk-doc/html/libgimpwidgets/gimp-color-selection.png 1385share/gtk-doc/html/libgimpwidgets/gimp-color-selection.png
1264share/gtk-doc/html/libgimpwidgets/gimp-dialog.png 1386share/gtk-doc/html/libgimpwidgets/gimp-dialog.png
1265share/gtk-doc/html/libgimpwidgets/gimp-enum-combo-box.png 1387share/gtk-doc/html/libgimpwidgets/gimp-enum-combo-box.png
1266share/gtk-doc/html/libgimpwidgets/gimp-enum-label.png 1388share/gtk-doc/html/libgimpwidgets/gimp-enum-label.png
1267share/gtk-doc/html/libgimpwidgets/gimp-file-entry.png 1389share/gtk-doc/html/libgimpwidgets/gimp-file-entry.png
1268share/gtk-doc/html/libgimpwidgets/gimp-frame.png 1390share/gtk-doc/html/libgimpwidgets/gimp-frame.png
1269share/gtk-doc/html/libgimpwidgets/gimp-hint-box.png 1391share/gtk-doc/html/libgimpwidgets/gimp-hint-box.png
1270share/gtk-doc/html/libgimpwidgets/gimp-int-combo-box.png 1392share/gtk-doc/html/libgimpwidgets/gimp-int-combo-box.png
1271share/gtk-doc/html/libgimpwidgets/gimp-memsize-entry.png 1393share/gtk-doc/html/libgimpwidgets/gimp-memsize-entry.png
1272share/gtk-doc/html/libgimpwidgets/gimp-number-pair-entry.png 1394share/gtk-doc/html/libgimpwidgets/gimp-number-pair-entry.png
1273share/gtk-doc/html/libgimpwidgets/gimp-offset-area.png 1395share/gtk-doc/html/libgimpwidgets/gimp-offset-area.png
1274share/gtk-doc/html/libgimpwidgets/gimp-page-selector.png 1396share/gtk-doc/html/libgimpwidgets/gimp-page-selector.png
1275share/gtk-doc/html/libgimpwidgets/gimp-path-editor.png 1397share/gtk-doc/html/libgimpwidgets/gimp-path-editor.png
1276share/gtk-doc/html/libgimpwidgets/gimp-pick-button.png 1398share/gtk-doc/html/libgimpwidgets/gimp-pick-button.png
1277share/gtk-doc/html/libgimpwidgets/gimp-preview-area.png 1399share/gtk-doc/html/libgimpwidgets/gimp-preview-area.png
1278share/gtk-doc/html/libgimpwidgets/gimp-string-combo-box.png 1400share/gtk-doc/html/libgimpwidgets/gimp-string-combo-box.png
1279share/gtk-doc/html/libgimpwidgets/gimp-unit-menu.png 1401share/gtk-doc/html/libgimpwidgets/gimp-unit-menu.png
1280share/gtk-doc/html/libgimpwidgets/home.png 1402share/gtk-doc/html/libgimpwidgets/home.png
1281share/gtk-doc/html/libgimpwidgets/index.html 1403share/gtk-doc/html/libgimpwidgets/index.html
1282share/gtk-doc/html/libgimpwidgets/index.sgml 1404share/gtk-doc/html/libgimpwidgets/index.sgml
1283share/gtk-doc/html/libgimpwidgets/left.png 1405share/gtk-doc/html/libgimpwidgets/left.png
1284share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html 1406share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html
1285share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html 1407share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html
1286share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html 1408share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html
1287share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHintBox.html 1409share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHintBox.html
 1410share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpOldWidgets.html
1288share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html 1411share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html
1289share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpQueryBox.html 1412share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
1290share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpStock.html 1413share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpStock.html
1291share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpWidgets.html 1414share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpWidgets.html
1292share/gtk-doc/html/libgimpwidgets/libgimpwidgets-cell-renderers.html 1415share/gtk-doc/html/libgimpwidgets/libgimpwidgets-cell-renderers.html
1293share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colordisplay.html 1416share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colordisplay.html
1294share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colorselector.html 1417share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colorselector.html
1295share/gtk-doc/html/libgimpwidgets/libgimpwidgets-controller.html 1418share/gtk-doc/html/libgimpwidgets/libgimpwidgets-controller.html
1296share/gtk-doc/html/libgimpwidgets/libgimpwidgets-deprecated.html 1419share/gtk-doc/html/libgimpwidgets/libgimpwidgets-deprecated.html
1297share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gallery.html 1420share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gallery.html
1298share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html 
1299share/gtk-doc/html/libgimpwidgets/libgimpwidgets-hierarchy.html 1421share/gtk-doc/html/libgimpwidgets/libgimpwidgets-hierarchy.html
1300share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-deprecated.html 1422share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-deprecated.html
1301share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html 1423share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html
1302share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html 1424share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html
1303share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html 1425share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html
 1426share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-8.html
1304share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index.html 1427share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index.html
1305share/gtk-doc/html/libgimpwidgets/libgimpwidgets-utils.html 1428share/gtk-doc/html/libgimpwidgets/libgimpwidgets-utils.html
1306share/gtk-doc/html/libgimpwidgets/libgimpwidgets-widgets.html 1429share/gtk-doc/html/libgimpwidgets/libgimpwidgets-widgets.html
1307share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp2 1430share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp2
1308share/gtk-doc/html/libgimpwidgets/right.png 1431share/gtk-doc/html/libgimpwidgets/right.png
1309share/gtk-doc/html/libgimpwidgets/stock-anchor-16.png 1432share/gtk-doc/html/libgimpwidgets/stock-anchor-16.png
1310share/gtk-doc/html/libgimpwidgets/stock-cap-butt-16.png 1433share/gtk-doc/html/libgimpwidgets/stock-cap-butt-16.png
1311share/gtk-doc/html/libgimpwidgets/stock-cap-round-16.png 1434share/gtk-doc/html/libgimpwidgets/stock-cap-round-16.png
1312share/gtk-doc/html/libgimpwidgets/stock-cap-square-16.png 1435share/gtk-doc/html/libgimpwidgets/stock-cap-square-16.png
1313share/gtk-doc/html/libgimpwidgets/stock-center-16.png 1436share/gtk-doc/html/libgimpwidgets/stock-center-16.png
1314share/gtk-doc/html/libgimpwidgets/stock-center-24.png 1437share/gtk-doc/html/libgimpwidgets/stock-center-24.png
1315share/gtk-doc/html/libgimpwidgets/stock-channel-16.png 1438share/gtk-doc/html/libgimpwidgets/stock-channel-16.png
1316share/gtk-doc/html/libgimpwidgets/stock-channel-24.png 1439share/gtk-doc/html/libgimpwidgets/stock-channel-24.png
1317share/gtk-doc/html/libgimpwidgets/stock-channel-32.png 1440share/gtk-doc/html/libgimpwidgets/stock-channel-32.png
1318share/gtk-doc/html/libgimpwidgets/stock-channel-48.png 1441share/gtk-doc/html/libgimpwidgets/stock-channel-48.png
1319share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-16.png 1442share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-16.png
1320share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-24.png 1443share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-24.png
1321share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-32.png 1444share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-32.png
1322share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-48.png 1445share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-48.png
1323share/gtk-doc/html/libgimpwidgets/stock-channel-blue-16.png 1446share/gtk-doc/html/libgimpwidgets/stock-channel-blue-16.png
1324share/gtk-doc/html/libgimpwidgets/stock-channel-blue-24.png 1447share/gtk-doc/html/libgimpwidgets/stock-channel-blue-24.png
1325share/gtk-doc/html/libgimpwidgets/stock-channel-blue-32.png 1448share/gtk-doc/html/libgimpwidgets/stock-channel-blue-32.png
1326share/gtk-doc/html/libgimpwidgets/stock-channel-blue-48.png 1449share/gtk-doc/html/libgimpwidgets/stock-channel-blue-48.png
1327share/gtk-doc/html/libgimpwidgets/stock-channel-gray-16.png 1450share/gtk-doc/html/libgimpwidgets/stock-channel-gray-16.png
1328share/gtk-doc/html/libgimpwidgets/stock-channel-gray-24.png 1451share/gtk-doc/html/libgimpwidgets/stock-channel-gray-24.png
1329share/gtk-doc/html/libgimpwidgets/stock-channel-gray-32.png 1452share/gtk-doc/html/libgimpwidgets/stock-channel-gray-32.png
1330share/gtk-doc/html/libgimpwidgets/stock-channel-gray-48.png 1453share/gtk-doc/html/libgimpwidgets/stock-channel-gray-48.png
1331share/gtk-doc/html/libgimpwidgets/stock-channel-green-16.png 1454share/gtk-doc/html/libgimpwidgets/stock-channel-green-16.png
1332share/gtk-doc/html/libgimpwidgets/stock-channel-green-24.png 1455share/gtk-doc/html/libgimpwidgets/stock-channel-green-24.png
1333share/gtk-doc/html/libgimpwidgets/stock-channel-green-32.png 1456share/gtk-doc/html/libgimpwidgets/stock-channel-green-32.png
1334share/gtk-doc/html/libgimpwidgets/stock-channel-green-48.png 1457share/gtk-doc/html/libgimpwidgets/stock-channel-green-48.png
1335share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-16.png 1458share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-16.png
1336share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-24.png 1459share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-24.png
1337share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-32.png 1460share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-32.png
1338share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-48.png 1461share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-48.png
1339share/gtk-doc/html/libgimpwidgets/stock-channel-red-16.png 1462share/gtk-doc/html/libgimpwidgets/stock-channel-red-16.png
1340share/gtk-doc/html/libgimpwidgets/stock-channel-red-24.png 1463share/gtk-doc/html/libgimpwidgets/stock-channel-red-24.png
1341share/gtk-doc/html/libgimpwidgets/stock-channel-red-32.png 1464share/gtk-doc/html/libgimpwidgets/stock-channel-red-32.png
1342share/gtk-doc/html/libgimpwidgets/stock-channel-red-48.png 1465share/gtk-doc/html/libgimpwidgets/stock-channel-red-48.png
1343share/gtk-doc/html/libgimpwidgets/stock-channels-16.png 1466share/gtk-doc/html/libgimpwidgets/stock-channels-16.png
1344share/gtk-doc/html/libgimpwidgets/stock-channels-24.png 1467share/gtk-doc/html/libgimpwidgets/stock-channels-24.png
1345share/gtk-doc/html/libgimpwidgets/stock-char-picker-22.png 1468share/gtk-doc/html/libgimpwidgets/stock-char-picker-22.png
1346share/gtk-doc/html/libgimpwidgets/stock-close-12.png 1469share/gtk-doc/html/libgimpwidgets/stock-close-12.png
1347share/gtk-doc/html/libgimpwidgets/stock-color-pick-from-screen-16.png 1470share/gtk-doc/html/libgimpwidgets/stock-color-pick-from-screen-16.png
1348share/gtk-doc/html/libgimpwidgets/stock-color-picker-black-18.png 1471share/gtk-doc/html/libgimpwidgets/stock-color-picker-black-18.png
1349share/gtk-doc/html/libgimpwidgets/stock-color-picker-gray-18.png 1472share/gtk-doc/html/libgimpwidgets/stock-color-picker-gray-18.png
1350share/gtk-doc/html/libgimpwidgets/stock-color-picker-white-18.png 1473share/gtk-doc/html/libgimpwidgets/stock-color-picker-white-18.png
1351share/gtk-doc/html/libgimpwidgets/stock-color-triangle-16.png 1474share/gtk-doc/html/libgimpwidgets/stock-color-triangle-16.png
1352share/gtk-doc/html/libgimpwidgets/stock-colormap-16.png 1475share/gtk-doc/html/libgimpwidgets/stock-colormap-16.png
1353share/gtk-doc/html/libgimpwidgets/stock-colormap-24.png 1476share/gtk-doc/html/libgimpwidgets/stock-colormap-24.png
1354share/gtk-doc/html/libgimpwidgets/stock-controller-16.png 1477share/gtk-doc/html/libgimpwidgets/stock-controller-16.png
1355share/gtk-doc/html/libgimpwidgets/stock-controller-24.png 1478share/gtk-doc/html/libgimpwidgets/stock-controller-24.png
1356share/gtk-doc/html/libgimpwidgets/stock-controller-keyboard-16.png 1479share/gtk-doc/html/libgimpwidgets/stock-controller-keyboard-16.png
1357share/gtk-doc/html/libgimpwidgets/stock-controller-keyboard-24.png 1480share/gtk-doc/html/libgimpwidgets/stock-controller-keyboard-24.png
1358share/gtk-doc/html/libgimpwidgets/stock-controller-linux-input-16.png 1481share/gtk-doc/html/libgimpwidgets/stock-controller-linux-input-16.png
1359share/gtk-doc/html/libgimpwidgets/stock-controller-linux-input-24.png 1482share/gtk-doc/html/libgimpwidgets/stock-controller-linux-input-24.png
1360share/gtk-doc/html/libgimpwidgets/stock-controller-midi-16.png 1483share/gtk-doc/html/libgimpwidgets/stock-controller-midi-16.png
1361share/gtk-doc/html/libgimpwidgets/stock-controller-midi-24.png 1484share/gtk-doc/html/libgimpwidgets/stock-controller-midi-24.png
1362share/gtk-doc/html/libgimpwidgets/stock-controller-wheel-16.png 1485share/gtk-doc/html/libgimpwidgets/stock-controller-wheel-16.png
1363share/gtk-doc/html/libgimpwidgets/stock-controller-wheel-24.png 1486share/gtk-doc/html/libgimpwidgets/stock-controller-wheel-24.png
1364share/gtk-doc/html/libgimpwidgets/stock-convert-grayscale-16.png 1487share/gtk-doc/html/libgimpwidgets/stock-convert-grayscale-16.png
1365share/gtk-doc/html/libgimpwidgets/stock-convert-indexed-16.png 1488share/gtk-doc/html/libgimpwidgets/stock-convert-indexed-16.png
1366share/gtk-doc/html/libgimpwidgets/stock-convert-rgb-16.png 1489share/gtk-doc/html/libgimpwidgets/stock-convert-rgb-16.png
1367share/gtk-doc/html/libgimpwidgets/stock-cursor-16.png 1490share/gtk-doc/html/libgimpwidgets/stock-cursor-16.png
1368share/gtk-doc/html/libgimpwidgets/stock-cursor-24.png 1491share/gtk-doc/html/libgimpwidgets/stock-cursor-24.png
1369share/gtk-doc/html/libgimpwidgets/stock-curve-free-16.png 1492share/gtk-doc/html/libgimpwidgets/stock-curve-free-16.png
1370share/gtk-doc/html/libgimpwidgets/stock-curve-smooth-16.png 1493share/gtk-doc/html/libgimpwidgets/stock-curve-smooth-16.png
1371share/gtk-doc/html/libgimpwidgets/stock-default-colors-12.png 1494share/gtk-doc/html/libgimpwidgets/stock-default-colors-12.png
1372share/gtk-doc/html/libgimpwidgets/stock-device-status-16.png 1495share/gtk-doc/html/libgimpwidgets/stock-device-status-16.png
1373share/gtk-doc/html/libgimpwidgets/stock-device-status-24.png 1496share/gtk-doc/html/libgimpwidgets/stock-device-status-24.png
1374share/gtk-doc/html/libgimpwidgets/stock-display-filter-16.png 1497share/gtk-doc/html/libgimpwidgets/stock-display-filter-16.png
1375share/gtk-doc/html/libgimpwidgets/stock-display-filter-24.png 1498share/gtk-doc/html/libgimpwidgets/stock-display-filter-24.png
1376share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-16.png 1499share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-16.png
1377share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-24.png 1500share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-24.png
1378share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-16.png 1501share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-16.png
1379share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-24.png 1502share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-24.png
1380share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-16.png 1503share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-16.png
1381share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-24.png 1504share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-24.png
1382share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-16.png 1505share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-16.png
1383share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-24.png 1506share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-24.png
1384share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-16.png 1507share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-16.png
1385share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-24.png 1508share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-24.png
1386share/gtk-doc/html/libgimpwidgets/stock-duplicate-16.png 1509share/gtk-doc/html/libgimpwidgets/stock-duplicate-16.png
 1510share/gtk-doc/html/libgimpwidgets/stock-dynamics-16.png
 1511share/gtk-doc/html/libgimpwidgets/stock-dynamics-22.png
1387share/gtk-doc/html/libgimpwidgets/stock-edit-16.png 1512share/gtk-doc/html/libgimpwidgets/stock-edit-16.png
1388share/gtk-doc/html/libgimpwidgets/stock-error-64.png 1513share/gtk-doc/html/libgimpwidgets/stock-error-64.png
1389share/gtk-doc/html/libgimpwidgets/stock-eye-12.png 1514share/gtk-doc/html/libgimpwidgets/stock-eye-12.png
1390share/gtk-doc/html/libgimpwidgets/stock-eye-20.png 1515share/gtk-doc/html/libgimpwidgets/stock-eye-20.png
1391share/gtk-doc/html/libgimpwidgets/stock-flip-horizontal-16.png 1516share/gtk-doc/html/libgimpwidgets/stock-flip-horizontal-16.png
1392share/gtk-doc/html/libgimpwidgets/stock-flip-vertical-16.png 1517share/gtk-doc/html/libgimpwidgets/stock-flip-vertical-16.png
1393share/gtk-doc/html/libgimpwidgets/stock-floating-selection-16.png 1518share/gtk-doc/html/libgimpwidgets/stock-floating-selection-16.png
1394share/gtk-doc/html/libgimpwidgets/stock-floating-selection-24.png 1519share/gtk-doc/html/libgimpwidgets/stock-floating-selection-24.png
1395share/gtk-doc/html/libgimpwidgets/stock-floating-selection-32.png 1520share/gtk-doc/html/libgimpwidgets/stock-floating-selection-32.png
1396share/gtk-doc/html/libgimpwidgets/stock-floating-selection-48.png 1521share/gtk-doc/html/libgimpwidgets/stock-floating-selection-48.png
1397share/gtk-doc/html/libgimpwidgets/stock-frame-64.png 1522share/gtk-doc/html/libgimpwidgets/stock-frame-64.png
1398share/gtk-doc/html/libgimpwidgets/stock-gegl-16.png 1523share/gtk-doc/html/libgimpwidgets/stock-gegl-16.png
1399share/gtk-doc/html/libgimpwidgets/stock-gegl-22.png 1524share/gtk-doc/html/libgimpwidgets/stock-gegl-22.png
1400share/gtk-doc/html/libgimpwidgets/stock-gradient-bilinear-16.png 1525share/gtk-doc/html/libgimpwidgets/stock-gradient-bilinear-16.png
1401share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-asymmetric-16.png 1526share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-asymmetric-16.png
1402share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-symmetric-16.png 1527share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-symmetric-16.png
1403share/gtk-doc/html/libgimpwidgets/stock-gradient-linear-16.png 1528share/gtk-doc/html/libgimpwidgets/stock-gradient-linear-16.png
1404share/gtk-doc/html/libgimpwidgets/stock-gradient-radial-16.png 1529share/gtk-doc/html/libgimpwidgets/stock-gradient-radial-16.png
1405share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-angular-16.png 1530share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-angular-16.png
1406share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png 1531share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png
1407share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png 1532share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png
1408share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png 1533share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png
1409share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-clockwise-16.png 1534share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-clockwise-16.png
1410share/gtk-doc/html/libgimpwidgets/stock-gradient-square-16.png 1535share/gtk-doc/html/libgimpwidgets/stock-gradient-square-16.png
1411share/gtk-doc/html/libgimpwidgets/stock-gravity-east-24.png 1536share/gtk-doc/html/libgimpwidgets/stock-gravity-east-24.png
1412share/gtk-doc/html/libgimpwidgets/stock-gravity-north-24.png 1537share/gtk-doc/html/libgimpwidgets/stock-gravity-north-24.png
1413share/gtk-doc/html/libgimpwidgets/stock-gravity-north-east-24.png 1538share/gtk-doc/html/libgimpwidgets/stock-gravity-north-east-24.png
1414share/gtk-doc/html/libgimpwidgets/stock-gravity-north-west-24.png 1539share/gtk-doc/html/libgimpwidgets/stock-gravity-north-west-24.png
1415share/gtk-doc/html/libgimpwidgets/stock-gravity-south-24.png 1540share/gtk-doc/html/libgimpwidgets/stock-gravity-south-24.png
1416share/gtk-doc/html/libgimpwidgets/stock-gravity-south-east-24.png 1541share/gtk-doc/html/libgimpwidgets/stock-gravity-south-east-24.png
1417share/gtk-doc/html/libgimpwidgets/stock-gravity-south-west-24.png 1542share/gtk-doc/html/libgimpwidgets/stock-gravity-south-west-24.png
1418share/gtk-doc/html/libgimpwidgets/stock-gravity-west-24.png 1543share/gtk-doc/html/libgimpwidgets/stock-gravity-west-24.png
1419share/gtk-doc/html/libgimpwidgets/stock-grid-16.png 1544share/gtk-doc/html/libgimpwidgets/stock-grid-16.png
1420share/gtk-doc/html/libgimpwidgets/stock-hcenter-24.png 1545share/gtk-doc/html/libgimpwidgets/stock-hcenter-24.png
1421share/gtk-doc/html/libgimpwidgets/stock-hchain-24.png 1546share/gtk-doc/html/libgimpwidgets/stock-hchain-24.png
1422share/gtk-doc/html/libgimpwidgets/stock-hchain-broken-24.png 1547share/gtk-doc/html/libgimpwidgets/stock-hchain-broken-24.png
1423share/gtk-doc/html/libgimpwidgets/stock-histogram-16.png 1548share/gtk-doc/html/libgimpwidgets/stock-histogram-16.png
1424share/gtk-doc/html/libgimpwidgets/stock-histogram-22.png 1549share/gtk-doc/html/libgimpwidgets/stock-histogram-22.png
1425share/gtk-doc/html/libgimpwidgets/stock-histogram-linear-16.png 1550share/gtk-doc/html/libgimpwidgets/stock-histogram-linear-16.png
1426share/gtk-doc/html/libgimpwidgets/stock-histogram-logarithmic-16.png 1551share/gtk-doc/html/libgimpwidgets/stock-histogram-logarithmic-16.png
1427share/gtk-doc/html/libgimpwidgets/stock-image-16.png 1552share/gtk-doc/html/libgimpwidgets/stock-image-16.png
1428share/gtk-doc/html/libgimpwidgets/stock-image-24.png 1553share/gtk-doc/html/libgimpwidgets/stock-image-24.png
1429share/gtk-doc/html/libgimpwidgets/stock-image-32.png 1554share/gtk-doc/html/libgimpwidgets/stock-image-32.png
1430share/gtk-doc/html/libgimpwidgets/stock-image-48.png 1555share/gtk-doc/html/libgimpwidgets/stock-image-48.png
1431share/gtk-doc/html/libgimpwidgets/stock-images-16.png 1556share/gtk-doc/html/libgimpwidgets/stock-images-16.png
1432share/gtk-doc/html/libgimpwidgets/stock-images-24.png 1557share/gtk-doc/html/libgimpwidgets/stock-images-24.png
1433share/gtk-doc/html/libgimpwidgets/stock-info-16.png 1558share/gtk-doc/html/libgimpwidgets/stock-info-16.png
1434share/gtk-doc/html/libgimpwidgets/stock-info-24.png 1559share/gtk-doc/html/libgimpwidgets/stock-info-24.png
1435share/gtk-doc/html/libgimpwidgets/stock-info-64.png 1560share/gtk-doc/html/libgimpwidgets/stock-info-64.png
 1561share/gtk-doc/html/libgimpwidgets/stock-input-device-16.png
 1562share/gtk-doc/html/libgimpwidgets/stock-input-device-22.png
1436share/gtk-doc/html/libgimpwidgets/stock-invert-16.png 1563share/gtk-doc/html/libgimpwidgets/stock-invert-16.png
1437share/gtk-doc/html/libgimpwidgets/stock-join-bevel-16.png 1564share/gtk-doc/html/libgimpwidgets/stock-join-bevel-16.png
1438share/gtk-doc/html/libgimpwidgets/stock-join-miter-16.png 1565share/gtk-doc/html/libgimpwidgets/stock-join-miter-16.png
1439share/gtk-doc/html/libgimpwidgets/stock-join-round-16.png 1566share/gtk-doc/html/libgimpwidgets/stock-join-round-16.png
1440share/gtk-doc/html/libgimpwidgets/stock-landscape-16.png 1567share/gtk-doc/html/libgimpwidgets/stock-landscape-16.png
1441share/gtk-doc/html/libgimpwidgets/stock-landscape-22.png 1568share/gtk-doc/html/libgimpwidgets/stock-landscape-22.png
1442share/gtk-doc/html/libgimpwidgets/stock-layer-16.png 1569share/gtk-doc/html/libgimpwidgets/stock-layer-16.png
1443share/gtk-doc/html/libgimpwidgets/stock-layer-24.png 1570share/gtk-doc/html/libgimpwidgets/stock-layer-24.png
1444share/gtk-doc/html/libgimpwidgets/stock-layer-32.png 1571share/gtk-doc/html/libgimpwidgets/stock-layer-32.png
1445share/gtk-doc/html/libgimpwidgets/stock-layer-48.png 1572share/gtk-doc/html/libgimpwidgets/stock-layer-48.png
1446share/gtk-doc/html/libgimpwidgets/stock-layer-mask-16.png 1573share/gtk-doc/html/libgimpwidgets/stock-layer-mask-16.png
1447share/gtk-doc/html/libgimpwidgets/stock-layer-mask-24.png 1574share/gtk-doc/html/libgimpwidgets/stock-layer-mask-24.png
1448share/gtk-doc/html/libgimpwidgets/stock-layer-mask-32.png 1575share/gtk-doc/html/libgimpwidgets/stock-layer-mask-32.png
1449share/gtk-doc/html/libgimpwidgets/stock-layer-mask-48.png 1576share/gtk-doc/html/libgimpwidgets/stock-layer-mask-48.png
1450share/gtk-doc/html/libgimpwidgets/stock-layer-to-imagesize-16.png 1577share/gtk-doc/html/libgimpwidgets/stock-layer-to-imagesize-16.png
1451share/gtk-doc/html/libgimpwidgets/stock-layers-16.png 1578share/gtk-doc/html/libgimpwidgets/stock-layers-16.png
1452share/gtk-doc/html/libgimpwidgets/stock-layers-24.png 1579share/gtk-doc/html/libgimpwidgets/stock-layers-24.png
1453share/gtk-doc/html/libgimpwidgets/stock-letter-spacing-22.png 1580share/gtk-doc/html/libgimpwidgets/stock-letter-spacing-22.png
1454share/gtk-doc/html/libgimpwidgets/stock-line-spacing-22.png 1581share/gtk-doc/html/libgimpwidgets/stock-line-spacing-22.png
1455share/gtk-doc/html/libgimpwidgets/stock-linked-12.png 1582share/gtk-doc/html/libgimpwidgets/stock-linked-12.png
1456share/gtk-doc/html/libgimpwidgets/stock-linked-20.png 1583share/gtk-doc/html/libgimpwidgets/stock-linked-20.png
1457share/gtk-doc/html/libgimpwidgets/stock-list-16.png 1584share/gtk-doc/html/libgimpwidgets/stock-list-16.png
1458share/gtk-doc/html/libgimpwidgets/stock-menu-left-12.png 1585share/gtk-doc/html/libgimpwidgets/stock-menu-left-12.png
1459share/gtk-doc/html/libgimpwidgets/stock-menu-right-12.png 1586share/gtk-doc/html/libgimpwidgets/stock-menu-right-12.png
1460share/gtk-doc/html/libgimpwidgets/stock-merge-down-16.png 1587share/gtk-doc/html/libgimpwidgets/stock-merge-down-16.png
1461share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-16.png 1588share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-16.png
1462share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-24.png 1589share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-24.png
1463share/gtk-doc/html/libgimpwidgets/stock-navigation-16.png 1590share/gtk-doc/html/libgimpwidgets/stock-navigation-16.png
1464share/gtk-doc/html/libgimpwidgets/stock-paste-as-new-16.png 1591share/gtk-doc/html/libgimpwidgets/stock-paste-as-new-16.png
1465share/gtk-doc/html/libgimpwidgets/stock-paste-into-16.png 1592share/gtk-doc/html/libgimpwidgets/stock-paste-into-16.png
1466share/gtk-doc/html/libgimpwidgets/stock-path-16.png 1593share/gtk-doc/html/libgimpwidgets/stock-path-16.png
1467share/gtk-doc/html/libgimpwidgets/stock-path-22.png 1594share/gtk-doc/html/libgimpwidgets/stock-path-22.png
1468share/gtk-doc/html/libgimpwidgets/stock-path-stroke-16.png 1595share/gtk-doc/html/libgimpwidgets/stock-path-stroke-16.png
1469share/gtk-doc/html/libgimpwidgets/stock-paths-16.png 1596share/gtk-doc/html/libgimpwidgets/stock-paths-16.png
1470share/gtk-doc/html/libgimpwidgets/stock-paths-22.png 1597share/gtk-doc/html/libgimpwidgets/stock-paths-22.png
1471share/gtk-doc/html/libgimpwidgets/stock-plugin-16.png 1598share/gtk-doc/html/libgimpwidgets/stock-plugin-16.png
1472share/gtk-doc/html/libgimpwidgets/stock-portrait-16.png 1599share/gtk-doc/html/libgimpwidgets/stock-portrait-16.png
1473share/gtk-doc/html/libgimpwidgets/stock-portrait-22.png 1600share/gtk-doc/html/libgimpwidgets/stock-portrait-22.png
1474share/gtk-doc/html/libgimpwidgets/stock-print-resolution-16.png 1601share/gtk-doc/html/libgimpwidgets/stock-print-resolution-16.png
1475share/gtk-doc/html/libgimpwidgets/stock-print-resolution-24.png 1602share/gtk-doc/html/libgimpwidgets/stock-print-resolution-24.png
1476share/gtk-doc/html/libgimpwidgets/stock-question-64.png 1603share/gtk-doc/html/libgimpwidgets/stock-question-64.png
1477share/gtk-doc/html/libgimpwidgets/stock-quick-mask-off-12.png 1604share/gtk-doc/html/libgimpwidgets/stock-quick-mask-off-12.png
1478share/gtk-doc/html/libgimpwidgets/stock-quick-mask-on-12.png 1605share/gtk-doc/html/libgimpwidgets/stock-quick-mask-on-12.png
1479share/gtk-doc/html/libgimpwidgets/stock-reset-16.png 1606share/gtk-doc/html/libgimpwidgets/stock-reset-16.png
1480share/gtk-doc/html/libgimpwidgets/stock-reshow-filter-16.png 1607share/gtk-doc/html/libgimpwidgets/stock-reshow-filter-16.png
1481share/gtk-doc/html/libgimpwidgets/stock-resize-16.png 1608share/gtk-doc/html/libgimpwidgets/stock-resize-16.png
1482share/gtk-doc/html/libgimpwidgets/stock-rotate-180-16.png 1609share/gtk-doc/html/libgimpwidgets/stock-rotate-180-16.png
1483share/gtk-doc/html/libgimpwidgets/stock-rotate-270-16.png 1610share/gtk-doc/html/libgimpwidgets/stock-rotate-270-16.png
1484share/gtk-doc/html/libgimpwidgets/stock-rotate-90-16.png 1611share/gtk-doc/html/libgimpwidgets/stock-rotate-90-16.png
1485share/gtk-doc/html/libgimpwidgets/stock-sample-point-16.png 1612share/gtk-doc/html/libgimpwidgets/stock-sample-point-16.png
1486share/gtk-doc/html/libgimpwidgets/stock-sample-point-24.png 1613share/gtk-doc/html/libgimpwidgets/stock-sample-point-24.png
1487share/gtk-doc/html/libgimpwidgets/stock-scale-16.png 1614share/gtk-doc/html/libgimpwidgets/stock-scale-16.png
1488share/gtk-doc/html/libgimpwidgets/stock-selection-16.png 1615share/gtk-doc/html/libgimpwidgets/stock-selection-16.png
1489share/gtk-doc/html/libgimpwidgets/stock-selection-add-16.png 1616share/gtk-doc/html/libgimpwidgets/stock-selection-add-16.png
1490share/gtk-doc/html/libgimpwidgets/stock-selection-all-16.png 1617share/gtk-doc/html/libgimpwidgets/stock-selection-all-16.png
1491share/gtk-doc/html/libgimpwidgets/stock-selection-border-16.png 1618share/gtk-doc/html/libgimpwidgets/stock-selection-border-16.png
1492share/gtk-doc/html/libgimpwidgets/stock-selection-grow-16.png 1619share/gtk-doc/html/libgimpwidgets/stock-selection-grow-16.png
1493share/gtk-doc/html/libgimpwidgets/stock-selection-intersect-16.png 1620share/gtk-doc/html/libgimpwidgets/stock-selection-intersect-16.png
1494share/gtk-doc/html/libgimpwidgets/stock-selection-none-16.png 1621share/gtk-doc/html/libgimpwidgets/stock-selection-none-16.png
1495share/gtk-doc/html/libgimpwidgets/stock-selection-replace-16.png 1622share/gtk-doc/html/libgimpwidgets/stock-selection-replace-16.png
1496share/gtk-doc/html/libgimpwidgets/stock-selection-shrink-16.png 1623share/gtk-doc/html/libgimpwidgets/stock-selection-shrink-16.png
1497share/gtk-doc/html/libgimpwidgets/stock-selection-stroke-16.png 1624share/gtk-doc/html/libgimpwidgets/stock-selection-stroke-16.png
1498share/gtk-doc/html/libgimpwidgets/stock-selection-subtract-16.png 1625share/gtk-doc/html/libgimpwidgets/stock-selection-subtract-16.png
1499share/gtk-doc/html/libgimpwidgets/stock-selection-to-channel-16.png 1626share/gtk-doc/html/libgimpwidgets/stock-selection-to-channel-16.png
1500share/gtk-doc/html/libgimpwidgets/stock-selection-to-path-16.png 1627share/gtk-doc/html/libgimpwidgets/stock-selection-to-path-16.png
1501share/gtk-doc/html/libgimpwidgets/stock-shape-circle-16.png 1628share/gtk-doc/html/libgimpwidgets/stock-shape-circle-16.png
1502share/gtk-doc/html/libgimpwidgets/stock-shape-diamond-16.png 1629share/gtk-doc/html/libgimpwidgets/stock-shape-diamond-16.png
1503share/gtk-doc/html/libgimpwidgets/stock-shape-square-16.png 1630share/gtk-doc/html/libgimpwidgets/stock-shape-square-16.png
1504share/gtk-doc/html/libgimpwidgets/stock-swap-colors-12.png 1631share/gtk-doc/html/libgimpwidgets/stock-swap-colors-12.png
1505share/gtk-doc/html/libgimpwidgets/stock-template-16.png 1632share/gtk-doc/html/libgimpwidgets/stock-template-16.png
1506share/gtk-doc/html/libgimpwidgets/stock-template-24.png 1633share/gtk-doc/html/libgimpwidgets/stock-template-24.png
1507share/gtk-doc/html/libgimpwidgets/stock-text-dir-ltr-24.png 1634share/gtk-doc/html/libgimpwidgets/stock-text-dir-ltr-24.png
1508share/gtk-doc/html/libgimpwidgets/stock-text-dir-rtl-24.png 1635share/gtk-doc/html/libgimpwidgets/stock-text-dir-rtl-24.png
1509share/gtk-doc/html/libgimpwidgets/stock-text-layer-16.png 1636share/gtk-doc/html/libgimpwidgets/stock-text-layer-16.png
1510share/gtk-doc/html/libgimpwidgets/stock-text-layer-24.png 1637share/gtk-doc/html/libgimpwidgets/stock-text-layer-24.png
1511share/gtk-doc/html/libgimpwidgets/stock-text-layer-32.png 1638share/gtk-doc/html/libgimpwidgets/stock-text-layer-32.png
1512share/gtk-doc/html/libgimpwidgets/stock-text-layer-48.png 1639share/gtk-doc/html/libgimpwidgets/stock-text-layer-48.png
1513share/gtk-doc/html/libgimpwidgets/stock-texture-64.png 1640share/gtk-doc/html/libgimpwidgets/stock-texture-64.png
1514share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-16.png 1641share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-16.png
1515share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-24.png 1642share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-24.png
1516share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-16.png 1643share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-16.png
1517share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-22.png 1644share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-22.png
1518share/gtk-doc/html/libgimpwidgets/stock-tool-align-16.png 1645share/gtk-doc/html/libgimpwidgets/stock-tool-align-16.png
1519share/gtk-doc/html/libgimpwidgets/stock-tool-align-22.png 1646share/gtk-doc/html/libgimpwidgets/stock-tool-align-22.png
1520share/gtk-doc/html/libgimpwidgets/stock-tool-blend-16.png 1647share/gtk-doc/html/libgimpwidgets/stock-tool-blend-16.png
1521share/gtk-doc/html/libgimpwidgets/stock-tool-blend-22.png 1648share/gtk-doc/html/libgimpwidgets/stock-tool-blend-22.png
1522share/gtk-doc/html/libgimpwidgets/stock-tool-blur-16.png 1649share/gtk-doc/html/libgimpwidgets/stock-tool-blur-16.png
1523share/gtk-doc/html/libgimpwidgets/stock-tool-blur-22.png 1650share/gtk-doc/html/libgimpwidgets/stock-tool-blur-22.png
1524share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-16.png 1651share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-16.png
1525share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-22.png 1652share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-22.png
1526share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-16.png 1653share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-16.png
1527share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-22.png 1654share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-22.png
1528share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-16.png 1655share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-16.png
1529share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-22.png 1656share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-22.png
 1657share/gtk-doc/html/libgimpwidgets/stock-tool-cage-16.png
 1658share/gtk-doc/html/libgimpwidgets/stock-tool-cage-22.png
1530share/gtk-doc/html/libgimpwidgets/stock-tool-clone-16.png 1659share/gtk-doc/html/libgimpwidgets/stock-tool-clone-16.png
1531share/gtk-doc/html/libgimpwidgets/stock-tool-clone-22.png 1660share/gtk-doc/html/libgimpwidgets/stock-tool-clone-22.png
1532share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-16.png 1661share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-16.png
1533share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-22.png 1662share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-22.png
1534share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-16.png 1663share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-16.png
1535share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-22.png 1664share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-22.png
1536share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-16.png 1665share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-16.png
1537share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-22.png 1666share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-22.png
1538share/gtk-doc/html/libgimpwidgets/stock-tool-crop-16.png 1667share/gtk-doc/html/libgimpwidgets/stock-tool-crop-16.png
1539share/gtk-doc/html/libgimpwidgets/stock-tool-crop-22.png 1668share/gtk-doc/html/libgimpwidgets/stock-tool-crop-22.png
1540share/gtk-doc/html/libgimpwidgets/stock-tool-curves-16.png 1669share/gtk-doc/html/libgimpwidgets/stock-tool-curves-16.png
1541share/gtk-doc/html/libgimpwidgets/stock-tool-curves-22.png 1670share/gtk-doc/html/libgimpwidgets/stock-tool-curves-22.png
 1671share/gtk-doc/html/libgimpwidgets/stock-tool-desaturate-16.png
 1672share/gtk-doc/html/libgimpwidgets/stock-tool-desaturate-22.png
1542share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-16.png 1673share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-16.png
1543share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-22.png 1674share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-22.png
1544share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-16.png 1675share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-16.png
1545share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-22.png 1676share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-22.png
1546share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-16.png 1677share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-16.png
1547share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-22.png 1678share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-22.png
1548share/gtk-doc/html/libgimpwidgets/stock-tool-flip-16.png 1679share/gtk-doc/html/libgimpwidgets/stock-tool-flip-16.png
1549share/gtk-doc/html/libgimpwidgets/stock-tool-flip-22.png 1680share/gtk-doc/html/libgimpwidgets/stock-tool-flip-22.png
1550share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-16.png 1681share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-16.png
1551share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-22.png 1682share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-22.png
1552share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-16.png 1683share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-16.png
1553share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-22.png 1684share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-22.png
1554share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-16.png 1685share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-16.png
1555share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-22.png 1686share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-22.png
1556share/gtk-doc/html/libgimpwidgets/stock-tool-heal-16.png 1687share/gtk-doc/html/libgimpwidgets/stock-tool-heal-16.png
1557share/gtk-doc/html/libgimpwidgets/stock-tool-heal-22.png 1688share/gtk-doc/html/libgimpwidgets/stock-tool-heal-22.png
1558share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-16.png 1689share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-16.png
1559share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-22.png 1690share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-22.png
1560share/gtk-doc/html/libgimpwidgets/stock-tool-ink-16.png 1691share/gtk-doc/html/libgimpwidgets/stock-tool-ink-16.png
1561share/gtk-doc/html/libgimpwidgets/stock-tool-ink-22.png 1692share/gtk-doc/html/libgimpwidgets/stock-tool-ink-22.png
1562share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-16.png 1693share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-16.png
1563share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-22.png 1694share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-22.png
1564share/gtk-doc/html/libgimpwidgets/stock-tool-levels-16.png 1695share/gtk-doc/html/libgimpwidgets/stock-tool-levels-16.png
1565share/gtk-doc/html/libgimpwidgets/stock-tool-levels-22.png 1696share/gtk-doc/html/libgimpwidgets/stock-tool-levels-22.png
1566share/gtk-doc/html/libgimpwidgets/stock-tool-measure-16.png 1697share/gtk-doc/html/libgimpwidgets/stock-tool-measure-16.png
1567share/gtk-doc/html/libgimpwidgets/stock-tool-measure-22.png 1698share/gtk-doc/html/libgimpwidgets/stock-tool-measure-22.png
1568share/gtk-doc/html/libgimpwidgets/stock-tool-move-16.png 1699share/gtk-doc/html/libgimpwidgets/stock-tool-move-16.png
1569share/gtk-doc/html/libgimpwidgets/stock-tool-move-22.png 1700share/gtk-doc/html/libgimpwidgets/stock-tool-move-22.png
1570share/gtk-doc/html/libgimpwidgets/stock-tool-options-16.png 1701share/gtk-doc/html/libgimpwidgets/stock-tool-options-16.png
1571share/gtk-doc/html/libgimpwidgets/stock-tool-options-24.png 1702share/gtk-doc/html/libgimpwidgets/stock-tool-options-24.png
1572share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-16.png 1703share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-16.png
1573share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-22.png 1704share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-22.png
1574share/gtk-doc/html/libgimpwidgets/stock-tool-path-16.png 1705share/gtk-doc/html/libgimpwidgets/stock-tool-path-16.png
1575share/gtk-doc/html/libgimpwidgets/stock-tool-path-22.png 1706share/gtk-doc/html/libgimpwidgets/stock-tool-path-22.png
1576share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-16.png 1707share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-16.png
1577share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-22.png 1708share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-22.png
1578share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-16.png 1709share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-16.png
1579share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-22.png 1710share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-22.png
1580share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-16.png 1711share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-16.png
1581share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-22.png 1712share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-22.png
1582share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-16.png 1713share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-16.png
1583share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-22.png 1714share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-22.png
 1715share/gtk-doc/html/libgimpwidgets/stock-tool-preset-16.png
 1716share/gtk-doc/html/libgimpwidgets/stock-tool-preset-22.png
1584share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-16.png 1717share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-16.png
1585share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-22.png 1718share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-22.png
1586share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-16.png 1719share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-16.png
1587share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-22.png 1720share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-22.png
1588share/gtk-doc/html/libgimpwidgets/stock-tool-scale-16.png 1721share/gtk-doc/html/libgimpwidgets/stock-tool-scale-16.png
1589share/gtk-doc/html/libgimpwidgets/stock-tool-scale-22.png 1722share/gtk-doc/html/libgimpwidgets/stock-tool-scale-22.png
1590share/gtk-doc/html/libgimpwidgets/stock-tool-shear-16.png 1723share/gtk-doc/html/libgimpwidgets/stock-tool-shear-16.png
1591share/gtk-doc/html/libgimpwidgets/stock-tool-shear-22.png 1724share/gtk-doc/html/libgimpwidgets/stock-tool-shear-22.png
1592share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-16.png 1725share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-16.png
1593share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-22.png 1726share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-22.png
1594share/gtk-doc/html/libgimpwidgets/stock-tool-text-16.png 1727share/gtk-doc/html/libgimpwidgets/stock-tool-text-16.png
1595share/gtk-doc/html/libgimpwidgets/stock-tool-text-22.png 1728share/gtk-doc/html/libgimpwidgets/stock-tool-text-22.png
1596share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-16.png 1729share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-16.png
1597share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-22.png 1730share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-22.png
1598share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-16.png 1731share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-16.png
1599share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-22.png 1732share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-22.png
1600share/gtk-doc/html/libgimpwidgets/stock-tools-16.png 1733share/gtk-doc/html/libgimpwidgets/stock-tools-16.png
1601share/gtk-doc/html/libgimpwidgets/stock-tools-24.png 1734share/gtk-doc/html/libgimpwidgets/stock-tools-24.png
1602share/gtk-doc/html/libgimpwidgets/stock-transparency-16.png 1735share/gtk-doc/html/libgimpwidgets/stock-transparency-16.png
1603share/gtk-doc/html/libgimpwidgets/stock-transparency-24.png 1736share/gtk-doc/html/libgimpwidgets/stock-transparency-24.png
1604share/gtk-doc/html/libgimpwidgets/stock-undo-history-16.png 1737share/gtk-doc/html/libgimpwidgets/stock-undo-history-16.png
1605share/gtk-doc/html/libgimpwidgets/stock-undo-history-24.png 1738share/gtk-doc/html/libgimpwidgets/stock-undo-history-24.png
1606share/gtk-doc/html/libgimpwidgets/stock-user-manual-16.png 1739share/gtk-doc/html/libgimpwidgets/stock-user-manual-16.png
1607share/gtk-doc/html/libgimpwidgets/stock-user-manual-24.png 1740share/gtk-doc/html/libgimpwidgets/stock-user-manual-24.png
1608share/gtk-doc/html/libgimpwidgets/stock-user-manual-32.png 1741share/gtk-doc/html/libgimpwidgets/stock-user-manual-32.png
1609share/gtk-doc/html/libgimpwidgets/stock-user-manual-64.png 1742share/gtk-doc/html/libgimpwidgets/stock-user-manual-64.png
1610share/gtk-doc/html/libgimpwidgets/stock-vcenter-24.png 1743share/gtk-doc/html/libgimpwidgets/stock-vcenter-24.png
1611share/gtk-doc/html/libgimpwidgets/stock-vchain-24.png 1744share/gtk-doc/html/libgimpwidgets/stock-vchain-24.png
1612share/gtk-doc/html/libgimpwidgets/stock-vchain-broken-24.png 1745share/gtk-doc/html/libgimpwidgets/stock-vchain-broken-24.png
1613share/gtk-doc/html/libgimpwidgets/stock-video-16.png 1746share/gtk-doc/html/libgimpwidgets/stock-video-16.png
1614share/gtk-doc/html/libgimpwidgets/stock-video-24.png 1747share/gtk-doc/html/libgimpwidgets/stock-video-24.png
1615share/gtk-doc/html/libgimpwidgets/stock-warning-16.png 1748share/gtk-doc/html/libgimpwidgets/stock-warning-16.png
1616share/gtk-doc/html/libgimpwidgets/stock-warning-24.png 1749share/gtk-doc/html/libgimpwidgets/stock-warning-24.png
1617share/gtk-doc/html/libgimpwidgets/stock-warning-64.png 1750share/gtk-doc/html/libgimpwidgets/stock-warning-64.png
1618share/gtk-doc/html/libgimpwidgets/stock-web-16.png 1751share/gtk-doc/html/libgimpwidgets/stock-web-16.png
1619share/gtk-doc/html/libgimpwidgets/stock-web-24.png 1752share/gtk-doc/html/libgimpwidgets/stock-web-24.png
1620share/gtk-doc/html/libgimpwidgets/stock-wilber-16.png 1753share/gtk-doc/html/libgimpwidgets/stock-wilber-16.png
1621share/gtk-doc/html/libgimpwidgets/stock-wilber-22.png 1754share/gtk-doc/html/libgimpwidgets/stock-wilber-22.png
1622share/gtk-doc/html/libgimpwidgets/stock-wilber-64.png 1755share/gtk-doc/html/libgimpwidgets/stock-wilber-64.png
1623share/gtk-doc/html/libgimpwidgets/stock-wilber-eek-64.png 1756share/gtk-doc/html/libgimpwidgets/stock-wilber-eek-64.png
1624share/gtk-doc/html/libgimpwidgets/stock-zoom-follow-window-12.png 1757share/gtk-doc/html/libgimpwidgets/stock-zoom-follow-window-12.png
1625share/gtk-doc/html/libgimpwidgets/style.css 1758share/gtk-doc/html/libgimpwidgets/style.css
1626share/gtk-doc/html/libgimpwidgets/up.png 1759share/gtk-doc/html/libgimpwidgets/up.png
1627share/icons/hicolor/16x16/apps/gimp.png 1760share/icons/hicolor/16x16/apps/gimp.png
1628share/icons/hicolor/22x22/apps/gimp.png 1761share/icons/hicolor/22x22/apps/gimp.png
1629share/icons/hicolor/24x24/apps/gimp.png 1762share/icons/hicolor/24x24/apps/gimp.png
 1763share/icons/hicolor/256x256/apps/gimp.png
1630share/icons/hicolor/32x32/apps/gimp.png 1764share/icons/hicolor/32x32/apps/gimp.png
1631share/icons/hicolor/48x48/apps/gimp.png 1765share/icons/hicolor/48x48/apps/gimp.png
1632share/icons/hicolor/64x64/apps/gimp.png 
1633share/icons/hicolor/scalable/apps/gimp.svg 
1634share/locale/am/LC_MESSAGES/gimp20.mo 1766share/locale/am/LC_MESSAGES/gimp20.mo
1635share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo 1767share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo
1636share/locale/ar/LC_MESSAGES/gimp20-python.mo 1768share/locale/ar/LC_MESSAGES/gimp20-python.mo
1637share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo 1769share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo
1638share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo 1770share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
1639share/locale/ar/LC_MESSAGES/gimp20-tips.mo 1771share/locale/ar/LC_MESSAGES/gimp20-tips.mo
1640share/locale/ar/LC_MESSAGES/gimp20.mo 1772share/locale/ar/LC_MESSAGES/gimp20.mo
1641share/locale/ast/LC_MESSAGES/gimp20-libgimp.mo 
1642share/locale/ast/LC_MESSAGES/gimp20-script-fu.mo 
1643share/locale/ast/LC_MESSAGES/gimp20-std-plug-ins.mo 
1644share/locale/ast/LC_MESSAGES/gimp20.mo 1773share/locale/ast/LC_MESSAGES/gimp20.mo
1645share/locale/az/LC_MESSAGES/gimp20-libgimp.mo 1774share/locale/az/LC_MESSAGES/gimp20-libgimp.mo
1646share/locale/az/LC_MESSAGES/gimp20-python.mo 1775share/locale/az/LC_MESSAGES/gimp20-python.mo
1647share/locale/az/LC_MESSAGES/gimp20-script-fu.mo 1776share/locale/az/LC_MESSAGES/gimp20-script-fu.mo
1648share/locale/az/LC_MESSAGES/gimp20.mo 1777share/locale/az/LC_MESSAGES/gimp20.mo
1649share/locale/be/LC_MESSAGES/gimp20-libgimp.mo 1778share/locale/be/LC_MESSAGES/gimp20-libgimp.mo
1650share/locale/be/LC_MESSAGES/gimp20-python.mo 1779share/locale/be/LC_MESSAGES/gimp20-python.mo
1651share/locale/be/LC_MESSAGES/gimp20-script-fu.mo 1780share/locale/be/LC_MESSAGES/gimp20-script-fu.mo
1652share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo 1781share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo
1653share/locale/be/LC_MESSAGES/gimp20-tips.mo 1782share/locale/be/LC_MESSAGES/gimp20-tips.mo
1654share/locale/be/LC_MESSAGES/gimp20.mo 1783share/locale/be/LC_MESSAGES/gimp20.mo
1655share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo 1784share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
1656share/locale/bg/LC_MESSAGES/gimp20-python.mo 1785share/locale/bg/LC_MESSAGES/gimp20-python.mo
1657share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo 1786share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo
1658share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo 1787share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo
1659share/locale/bg/LC_MESSAGES/gimp20-tips.mo 1788share/locale/bg/LC_MESSAGES/gimp20-tips.mo
1660share/locale/bg/LC_MESSAGES/gimp20.mo 1789share/locale/bg/LC_MESSAGES/gimp20.mo
 1790share/locale/br/LC_MESSAGES/gimp20-libgimp.mo
 1791share/locale/br/LC_MESSAGES/gimp20-python.mo
 1792share/locale/br/LC_MESSAGES/gimp20-script-fu.mo
 1793share/locale/br/LC_MESSAGES/gimp20-std-plug-ins.mo
 1794share/locale/br/LC_MESSAGES/gimp20-tips.mo
 1795share/locale/br/LC_MESSAGES/gimp20.mo
1661share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo 1796share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo
1662share/locale/ca/LC_MESSAGES/gimp20-python.mo 1797share/locale/ca/LC_MESSAGES/gimp20-python.mo
1663share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo 1798share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo
1664share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo 1799share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
1665share/locale/ca/LC_MESSAGES/gimp20-tips.mo 1800share/locale/ca/LC_MESSAGES/gimp20-tips.mo
1666share/locale/ca/LC_MESSAGES/gimp20.mo 1801share/locale/ca/LC_MESSAGES/gimp20.mo
1667share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo 1802share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo
1668share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo 1803share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo
1669share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo 1804share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo
1670share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo 1805share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo
1671share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo 1806share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo
1672share/locale/ca@valencia/LC_MESSAGES/gimp20.mo 1807share/locale/ca@valencia/LC_MESSAGES/gimp20.mo
1673share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo 1808share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
1674share/locale/cs/LC_MESSAGES/gimp20-python.mo 1809share/locale/cs/LC_MESSAGES/gimp20-python.mo
1675share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo 1810share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
1676share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo 1811share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
1677share/locale/cs/LC_MESSAGES/gimp20-tips.mo 1812share/locale/cs/LC_MESSAGES/gimp20-tips.mo
1678share/locale/cs/LC_MESSAGES/gimp20.mo 1813share/locale/cs/LC_MESSAGES/gimp20.mo
 1814share/locale/csb/LC_MESSAGES/gimp20.mo
1679share/locale/da/LC_MESSAGES/gimp20-libgimp.mo 1815share/locale/da/LC_MESSAGES/gimp20-libgimp.mo
1680share/locale/da/LC_MESSAGES/gimp20-python.mo 1816share/locale/da/LC_MESSAGES/gimp20-python.mo
1681share/locale/da/LC_MESSAGES/gimp20-script-fu.mo 1817share/locale/da/LC_MESSAGES/gimp20-script-fu.mo
1682share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo 1818share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo
1683share/locale/da/LC_MESSAGES/gimp20-tips.mo 1819share/locale/da/LC_MESSAGES/gimp20-tips.mo
1684share/locale/da/LC_MESSAGES/gimp20.mo 1820share/locale/da/LC_MESSAGES/gimp20.mo
1685share/locale/de/LC_MESSAGES/gimp20-libgimp.mo 1821share/locale/de/LC_MESSAGES/gimp20-libgimp.mo
1686share/locale/de/LC_MESSAGES/gimp20-python.mo 1822share/locale/de/LC_MESSAGES/gimp20-python.mo
1687share/locale/de/LC_MESSAGES/gimp20-script-fu.mo 1823share/locale/de/LC_MESSAGES/gimp20-script-fu.mo
1688share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo 1824share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo
1689share/locale/de/LC_MESSAGES/gimp20-tips.mo 1825share/locale/de/LC_MESSAGES/gimp20-tips.mo
1690share/locale/de/LC_MESSAGES/gimp20.mo 1826share/locale/de/LC_MESSAGES/gimp20.mo
1691share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo 1827share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo
1692share/locale/dz/LC_MESSAGES/gimp20-python.mo 1828share/locale/dz/LC_MESSAGES/gimp20-python.mo
1693share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo 1829share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo
1694share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo 1830share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo
1695share/locale/dz/LC_MESSAGES/gimp20-tips.mo 1831share/locale/dz/LC_MESSAGES/gimp20-tips.mo
1696share/locale/dz/LC_MESSAGES/gimp20.mo 1832share/locale/dz/LC_MESSAGES/gimp20.mo
1697share/locale/el/LC_MESSAGES/gimp20-libgimp.mo 1833share/locale/el/LC_MESSAGES/gimp20-libgimp.mo
1698share/locale/el/LC_MESSAGES/gimp20-python.mo 1834share/locale/el/LC_MESSAGES/gimp20-python.mo
1699share/locale/el/LC_MESSAGES/gimp20-script-fu.mo 1835share/locale/el/LC_MESSAGES/gimp20-script-fu.mo
1700share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo 1836share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo
1701share/locale/el/LC_MESSAGES/gimp20-tips.mo 1837share/locale/el/LC_MESSAGES/gimp20-tips.mo
1702share/locale/el/LC_MESSAGES/gimp20.mo 1838share/locale/el/LC_MESSAGES/gimp20.mo
1703share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo 1839share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo
1704share/locale/en_CA/LC_MESSAGES/gimp20-python.mo 1840share/locale/en_CA/LC_MESSAGES/gimp20-python.mo
1705share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo 1841share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo
1706share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo 1842share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo
1707share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo 1843share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo
1708share/locale/en_CA/LC_MESSAGES/gimp20.mo 1844share/locale/en_CA/LC_MESSAGES/gimp20.mo
1709share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo 1845share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo
1710share/locale/en_GB/LC_MESSAGES/gimp20-python.mo 1846share/locale/en_GB/LC_MESSAGES/gimp20-python.mo
1711share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo 1847share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo
1712share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo 1848share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo
1713share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo 1849share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo
1714share/locale/en_GB/LC_MESSAGES/gimp20.mo 1850share/locale/en_GB/LC_MESSAGES/gimp20.mo
1715share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo 1851share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo
1716share/locale/eo/LC_MESSAGES/gimp20-python.mo 1852share/locale/eo/LC_MESSAGES/gimp20-python.mo
1717share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo 1853share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo
1718share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo 1854share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo
1719share/locale/eo/LC_MESSAGES/gimp20-tips.mo 1855share/locale/eo/LC_MESSAGES/gimp20-tips.mo
1720share/locale/eo/LC_MESSAGES/gimp20.mo 1856share/locale/eo/LC_MESSAGES/gimp20.mo
1721share/locale/es/LC_MESSAGES/gimp20-libgimp.mo 1857share/locale/es/LC_MESSAGES/gimp20-libgimp.mo
1722share/locale/es/LC_MESSAGES/gimp20-python.mo 1858share/locale/es/LC_MESSAGES/gimp20-python.mo
1723share/locale/es/LC_MESSAGES/gimp20-script-fu.mo 1859share/locale/es/LC_MESSAGES/gimp20-script-fu.mo
1724share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo 1860share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo
1725share/locale/es/LC_MESSAGES/gimp20-tips.mo 1861share/locale/es/LC_MESSAGES/gimp20-tips.mo
1726share/locale/es/LC_MESSAGES/gimp20.mo 1862share/locale/es/LC_MESSAGES/gimp20.mo
1727share/locale/et/LC_MESSAGES/gimp20-libgimp.mo 1863share/locale/et/LC_MESSAGES/gimp20-libgimp.mo
1728share/locale/et/LC_MESSAGES/gimp20-python.mo 1864share/locale/et/LC_MESSAGES/gimp20-python.mo
1729share/locale/et/LC_MESSAGES/gimp20-script-fu.mo 1865share/locale/et/LC_MESSAGES/gimp20-script-fu.mo
1730share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo 1866share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo
1731share/locale/et/LC_MESSAGES/gimp20-tips.mo 1867share/locale/et/LC_MESSAGES/gimp20-tips.mo
1732share/locale/et/LC_MESSAGES/gimp20.mo 1868share/locale/et/LC_MESSAGES/gimp20.mo
1733share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo 1869share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo
1734share/locale/eu/LC_MESSAGES/gimp20-python.mo 1870share/locale/eu/LC_MESSAGES/gimp20-python.mo
1735share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo 1871share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo
1736share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo 1872share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
1737share/locale/eu/LC_MESSAGES/gimp20-tips.mo 1873share/locale/eu/LC_MESSAGES/gimp20-tips.mo
1738share/locale/eu/LC_MESSAGES/gimp20.mo 1874share/locale/eu/LC_MESSAGES/gimp20.mo
1739share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo 1875share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo
1740share/locale/fa/LC_MESSAGES/gimp20-python.mo 1876share/locale/fa/LC_MESSAGES/gimp20-python.mo
1741share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo 1877share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo
1742share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo 1878share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo
1743share/locale/fa/LC_MESSAGES/gimp20-tips.mo 1879share/locale/fa/LC_MESSAGES/gimp20-tips.mo
1744share/locale/fa/LC_MESSAGES/gimp20.mo 1880share/locale/fa/LC_MESSAGES/gimp20.mo
1745share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo 1881share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
1746share/locale/fi/LC_MESSAGES/gimp20-python.mo 1882share/locale/fi/LC_MESSAGES/gimp20-python.mo
1747share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo 1883share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo
1748share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo 1884share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo
1749share/locale/fi/LC_MESSAGES/gimp20-tips.mo 1885share/locale/fi/LC_MESSAGES/gimp20-tips.mo
1750share/locale/fi/LC_MESSAGES/gimp20.mo 1886share/locale/fi/LC_MESSAGES/gimp20.mo
1751share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo 1887share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo
1752share/locale/fr/LC_MESSAGES/gimp20-python.mo 1888share/locale/fr/LC_MESSAGES/gimp20-python.mo
1753share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo 1889share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo
1754share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo 1890share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo
1755share/locale/fr/LC_MESSAGES/gimp20-tips.mo 1891share/locale/fr/LC_MESSAGES/gimp20-tips.mo
1756share/locale/fr/LC_MESSAGES/gimp20.mo 1892share/locale/fr/LC_MESSAGES/gimp20.mo
1757share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo 1893share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo
1758share/locale/ga/LC_MESSAGES/gimp20-python.mo 1894share/locale/ga/LC_MESSAGES/gimp20-python.mo
1759share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo 1895share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo
1760share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo 1896share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo
1761share/locale/ga/LC_MESSAGES/gimp20.mo 1897share/locale/ga/LC_MESSAGES/gimp20.mo
1762share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo 1898share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo
1763share/locale/gl/LC_MESSAGES/gimp20-python.mo 1899share/locale/gl/LC_MESSAGES/gimp20-python.mo
1764share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo 1900share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo
1765share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo 1901share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo
1766share/locale/gl/LC_MESSAGES/gimp20-tips.mo 1902share/locale/gl/LC_MESSAGES/gimp20-tips.mo
1767share/locale/gl/LC_MESSAGES/gimp20.mo 1903share/locale/gl/LC_MESSAGES/gimp20.mo
1768share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo 1904share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo
1769share/locale/gu/LC_MESSAGES/gimp20-python.mo 1905share/locale/gu/LC_MESSAGES/gimp20-python.mo
1770share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo 1906share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo
1771share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo 1907share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo
1772share/locale/gu/LC_MESSAGES/gimp20-tips.mo 1908share/locale/gu/LC_MESSAGES/gimp20-tips.mo
1773share/locale/gu/LC_MESSAGES/gimp20.mo 1909share/locale/gu/LC_MESSAGES/gimp20.mo
1774share/locale/he/LC_MESSAGES/gimp20-libgimp.mo 1910share/locale/he/LC_MESSAGES/gimp20-libgimp.mo
1775share/locale/he/LC_MESSAGES/gimp20-script-fu.mo 1911share/locale/he/LC_MESSAGES/gimp20-script-fu.mo
1776share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo 1912share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo
1777share/locale/he/LC_MESSAGES/gimp20-tips.mo 1913share/locale/he/LC_MESSAGES/gimp20-tips.mo
1778share/locale/he/LC_MESSAGES/gimp20.mo 1914share/locale/he/LC_MESSAGES/gimp20.mo
1779share/locale/hi/LC_MESSAGES/gimp20.mo 1915share/locale/hi/LC_MESSAGES/gimp20.mo
1780share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo 1916share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo
1781share/locale/hr/LC_MESSAGES/gimp20-python.mo 1917share/locale/hr/LC_MESSAGES/gimp20-python.mo
1782share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo 1918share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo
1783share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo 1919share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo
1784share/locale/hr/LC_MESSAGES/gimp20-tips.mo 1920share/locale/hr/LC_MESSAGES/gimp20-tips.mo
1785share/locale/hr/LC_MESSAGES/gimp20.mo 1921share/locale/hr/LC_MESSAGES/gimp20.mo
1786share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo 1922share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo
1787share/locale/hu/LC_MESSAGES/gimp20-python.mo 1923share/locale/hu/LC_MESSAGES/gimp20-python.mo
1788share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo 1924share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo
1789share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo 1925share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo
1790share/locale/hu/LC_MESSAGES/gimp20-tips.mo 1926share/locale/hu/LC_MESSAGES/gimp20-tips.mo
1791share/locale/hu/LC_MESSAGES/gimp20.mo 1927share/locale/hu/LC_MESSAGES/gimp20.mo
1792share/locale/id/LC_MESSAGES/gimp20-libgimp.mo 1928share/locale/id/LC_MESSAGES/gimp20-libgimp.mo
 1929share/locale/id/LC_MESSAGES/gimp20-python.mo
1793share/locale/id/LC_MESSAGES/gimp20-script-fu.mo 1930share/locale/id/LC_MESSAGES/gimp20-script-fu.mo
1794share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo 1931share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo
 1932share/locale/id/LC_MESSAGES/gimp20-tips.mo
1795share/locale/id/LC_MESSAGES/gimp20.mo 1933share/locale/id/LC_MESSAGES/gimp20.mo
1796share/locale/is/LC_MESSAGES/gimp20-libgimp.mo 1934share/locale/is/LC_MESSAGES/gimp20-libgimp.mo
1797share/locale/is/LC_MESSAGES/gimp20-python.mo 1935share/locale/is/LC_MESSAGES/gimp20-python.mo
1798share/locale/is/LC_MESSAGES/gimp20-script-fu.mo 1936share/locale/is/LC_MESSAGES/gimp20-script-fu.mo
1799share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo 1937share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo
1800share/locale/is/LC_MESSAGES/gimp20-tips.mo 1938share/locale/is/LC_MESSAGES/gimp20-tips.mo
1801share/locale/is/LC_MESSAGES/gimp20.mo 1939share/locale/is/LC_MESSAGES/gimp20.mo
1802share/locale/it/LC_MESSAGES/gimp20-libgimp.mo 1940share/locale/it/LC_MESSAGES/gimp20-libgimp.mo
1803share/locale/it/LC_MESSAGES/gimp20-python.mo 1941share/locale/it/LC_MESSAGES/gimp20-python.mo
1804share/locale/it/LC_MESSAGES/gimp20-script-fu.mo 1942share/locale/it/LC_MESSAGES/gimp20-script-fu.mo
1805share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo 1943share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo
1806share/locale/it/LC_MESSAGES/gimp20-tips.mo 1944share/locale/it/LC_MESSAGES/gimp20-tips.mo
1807share/locale/it/LC_MESSAGES/gimp20.mo 1945share/locale/it/LC_MESSAGES/gimp20.mo
1808share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo 1946share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo
1809share/locale/ja/LC_MESSAGES/gimp20-python.mo 1947share/locale/ja/LC_MESSAGES/gimp20-python.mo
1810share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo 1948share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo
1811share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo 1949share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo
1812share/locale/ja/LC_MESSAGES/gimp20-tips.mo 1950share/locale/ja/LC_MESSAGES/gimp20-tips.mo
1813share/locale/ja/LC_MESSAGES/gimp20.mo 1951share/locale/ja/LC_MESSAGES/gimp20.mo
1814share/locale/ka/LC_MESSAGES/gimp20.mo 1952share/locale/ka/LC_MESSAGES/gimp20.mo
1815share/locale/kk/LC_MESSAGES/gimp20-libgimp.mo 1953share/locale/kk/LC_MESSAGES/gimp20-libgimp.mo
1816share/locale/kk/LC_MESSAGES/gimp20.mo 1954share/locale/kk/LC_MESSAGES/gimp20.mo
1817share/locale/km/LC_MESSAGES/gimp20-libgimp.mo 1955share/locale/km/LC_MESSAGES/gimp20-libgimp.mo
1818share/locale/km/LC_MESSAGES/gimp20-python.mo 1956share/locale/km/LC_MESSAGES/gimp20-python.mo
1819share/locale/km/LC_MESSAGES/gimp20-script-fu.mo 1957share/locale/km/LC_MESSAGES/gimp20-script-fu.mo
1820share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo 1958share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo
1821share/locale/km/LC_MESSAGES/gimp20-tips.mo 1959share/locale/km/LC_MESSAGES/gimp20-tips.mo
1822share/locale/km/LC_MESSAGES/gimp20.mo 1960share/locale/km/LC_MESSAGES/gimp20.mo
1823share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo 1961share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo
1824share/locale/kn/LC_MESSAGES/gimp20.mo 1962share/locale/kn/LC_MESSAGES/gimp20.mo
1825share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo 1963share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo
1826share/locale/ko/LC_MESSAGES/gimp20-python.mo 1964share/locale/ko/LC_MESSAGES/gimp20-python.mo
1827share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo 1965share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo
1828share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo 1966share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo
1829share/locale/ko/LC_MESSAGES/gimp20-tips.mo 1967share/locale/ko/LC_MESSAGES/gimp20-tips.mo
1830share/locale/ko/LC_MESSAGES/gimp20.mo 1968share/locale/ko/LC_MESSAGES/gimp20.mo
1831share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo 1969share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo
1832share/locale/lt/LC_MESSAGES/gimp20-python.mo 1970share/locale/lt/LC_MESSAGES/gimp20-python.mo
1833share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo 1971share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
1834share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo 1972share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
1835share/locale/lt/LC_MESSAGES/gimp20-tips.mo 1973share/locale/lt/LC_MESSAGES/gimp20-tips.mo
1836share/locale/lt/LC_MESSAGES/gimp20.mo 1974share/locale/lt/LC_MESSAGES/gimp20.mo
1837share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo 1975share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo
1838share/locale/lv/LC_MESSAGES/gimp20-python.mo 1976share/locale/lv/LC_MESSAGES/gimp20-python.mo
1839share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo 1977share/locale/lv/LC_MESSAGES/gimp20-script-fu.mo
1840share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo 1978share/locale/lv/LC_MESSAGES/gimp20-std-plug-ins.mo
1841share/locale/lv/LC_MESSAGES/gimp20-tips.mo 1979share/locale/lv/LC_MESSAGES/gimp20-tips.mo
1842share/locale/lv/LC_MESSAGES/gimp20.mo 1980share/locale/lv/LC_MESSAGES/gimp20.mo
1843share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo 1981share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo
1844share/locale/mk/LC_MESSAGES/gimp20-python.mo 1982share/locale/mk/LC_MESSAGES/gimp20-python.mo
1845share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo 1983share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo
1846share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo 1984share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo
1847share/locale/mk/LC_MESSAGES/gimp20-tips.mo 1985share/locale/mk/LC_MESSAGES/gimp20-tips.mo
1848share/locale/mk/LC_MESSAGES/gimp20.mo 1986share/locale/mk/LC_MESSAGES/gimp20.mo
1849share/locale/ml/LC_MESSAGES/gimp20.mo 1987share/locale/ml/LC_MESSAGES/gimp20.mo
1850share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo 
1851share/locale/mr/LC_MESSAGES/gimp20-python.mo 
1852share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo 
1853share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo 
1854share/locale/mr/LC_MESSAGES/gimp20-tips.mo 
1855share/locale/mr/LC_MESSAGES/gimp20.mo 
1856share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo 1988share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
1857share/locale/ms/LC_MESSAGES/gimp20-python.mo 1989share/locale/ms/LC_MESSAGES/gimp20-python.mo
1858share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo 1990share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
1859share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo 1991share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
1860share/locale/ms/LC_MESSAGES/gimp20-tips.mo 1992share/locale/ms/LC_MESSAGES/gimp20-tips.mo
1861share/locale/ms/LC_MESSAGES/gimp20.mo 1993share/locale/ms/LC_MESSAGES/gimp20.mo
1862share/locale/my/LC_MESSAGES/gimp20-libgimp.mo 1994share/locale/my/LC_MESSAGES/gimp20-libgimp.mo
1863share/locale/my/LC_MESSAGES/gimp20-python.mo 1995share/locale/my/LC_MESSAGES/gimp20-python.mo
1864share/locale/my/LC_MESSAGES/gimp20-script-fu.mo 1996share/locale/my/LC_MESSAGES/gimp20-script-fu.mo
1865share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo 1997share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo
1866share/locale/my/LC_MESSAGES/gimp20-tips.mo 1998share/locale/my/LC_MESSAGES/gimp20-tips.mo
1867share/locale/my/LC_MESSAGES/gimp20.mo 1999share/locale/my/LC_MESSAGES/gimp20.mo
1868share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo 2000share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo
1869share/locale/nb/LC_MESSAGES/gimp20-python.mo 2001share/locale/nb/LC_MESSAGES/gimp20-python.mo
1870share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo 2002share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo
1871share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo 2003share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo
1872share/locale/nb/LC_MESSAGES/gimp20-tips.mo 2004share/locale/nb/LC_MESSAGES/gimp20-tips.mo
1873share/locale/nb/LC_MESSAGES/gimp20.mo 2005share/locale/nb/LC_MESSAGES/gimp20.mo
1874share/locale/nds/LC_MESSAGES/gimp20.mo 2006share/locale/nds/LC_MESSAGES/gimp20.mo
1875share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo 2007share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo
1876share/locale/ne/LC_MESSAGES/gimp20-python.mo 2008share/locale/ne/LC_MESSAGES/gimp20-python.mo
1877share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo 2009share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo
1878share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo 2010share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo
1879share/locale/ne/LC_MESSAGES/gimp20-tips.mo 2011share/locale/ne/LC_MESSAGES/gimp20-tips.mo
1880share/locale/ne/LC_MESSAGES/gimp20.mo 2012share/locale/ne/LC_MESSAGES/gimp20.mo
1881share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo 2013share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo
1882share/locale/nl/LC_MESSAGES/gimp20-python.mo 2014share/locale/nl/LC_MESSAGES/gimp20-python.mo
1883share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo 2015share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo
1884share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo 2016share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
1885share/locale/nl/LC_MESSAGES/gimp20-tips.mo 2017share/locale/nl/LC_MESSAGES/gimp20-tips.mo
1886share/locale/nl/LC_MESSAGES/gimp20.mo 2018share/locale/nl/LC_MESSAGES/gimp20.mo
1887share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo 2019share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo
1888share/locale/nn/LC_MESSAGES/gimp20-python.mo 2020share/locale/nn/LC_MESSAGES/gimp20-python.mo
1889share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo 2021share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo
1890share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo 2022share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo
1891share/locale/nn/LC_MESSAGES/gimp20-tips.mo 2023share/locale/nn/LC_MESSAGES/gimp20-tips.mo
1892share/locale/nn/LC_MESSAGES/gimp20.mo 2024share/locale/nn/LC_MESSAGES/gimp20.mo
1893share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo 2025share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo
1894share/locale/oc/LC_MESSAGES/gimp20-python.mo 2026share/locale/oc/LC_MESSAGES/gimp20-python.mo
1895share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo 2027share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
1896share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo 2028share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo
1897share/locale/oc/LC_MESSAGES/gimp20.mo 2029share/locale/oc/LC_MESSAGES/gimp20.mo
1898share/locale/or/LC_MESSAGES/gimp20-python.mo 
1899share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo 
1900share/locale/or/LC_MESSAGES/gimp20.mo 
1901share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo 2030share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
1902share/locale/pa/LC_MESSAGES/gimp20-python.mo 2031share/locale/pa/LC_MESSAGES/gimp20-python.mo
1903share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo 2032share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
1904share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo 2033share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
1905share/locale/pa/LC_MESSAGES/gimp20-tips.mo 2034share/locale/pa/LC_MESSAGES/gimp20-tips.mo
1906share/locale/pa/LC_MESSAGES/gimp20.mo 2035share/locale/pa/LC_MESSAGES/gimp20.mo
1907share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo 2036share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo
1908share/locale/pl/LC_MESSAGES/gimp20-python.mo 2037share/locale/pl/LC_MESSAGES/gimp20-python.mo
1909share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo 2038share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo
1910share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo 2039share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo
1911share/locale/pl/LC_MESSAGES/gimp20-tips.mo 2040share/locale/pl/LC_MESSAGES/gimp20-tips.mo
1912share/locale/pl/LC_MESSAGES/gimp20.mo 2041share/locale/pl/LC_MESSAGES/gimp20.mo
1913share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo 2042share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo
1914share/locale/pt/LC_MESSAGES/gimp20-python.mo 2043share/locale/pt/LC_MESSAGES/gimp20-python.mo
1915share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo 2044share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo
1916share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo 2045share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo
1917share/locale/pt/LC_MESSAGES/gimp20-tips.mo 2046share/locale/pt/LC_MESSAGES/gimp20-tips.mo
1918share/locale/pt/LC_MESSAGES/gimp20.mo 2047share/locale/pt/LC_MESSAGES/gimp20.mo
1919share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo 2048share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo
1920share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo 2049share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo
1921share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo 2050share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo
1922share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo 2051share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo
1923share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo 2052share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo
1924share/locale/pt_BR/LC_MESSAGES/gimp20.mo 2053share/locale/pt_BR/LC_MESSAGES/gimp20.mo
1925share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo 2054share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo
1926share/locale/ro/LC_MESSAGES/gimp20-python.mo 2055share/locale/ro/LC_MESSAGES/gimp20-python.mo
1927share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo 2056share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo
1928share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo 2057share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo
1929share/locale/ro/LC_MESSAGES/gimp20-tips.mo 2058share/locale/ro/LC_MESSAGES/gimp20-tips.mo
1930share/locale/ro/LC_MESSAGES/gimp20.mo 2059share/locale/ro/LC_MESSAGES/gimp20.mo
1931share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo 2060share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo
1932share/locale/ru/LC_MESSAGES/gimp20-python.mo 2061share/locale/ru/LC_MESSAGES/gimp20-python.mo
1933share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo 2062share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo
1934share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo 2063share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo
1935share/locale/ru/LC_MESSAGES/gimp20-tips.mo 2064share/locale/ru/LC_MESSAGES/gimp20-tips.mo
1936share/locale/ru/LC_MESSAGES/gimp20.mo 2065share/locale/ru/LC_MESSAGES/gimp20.mo
1937share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo 2066share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo
1938share/locale/rw/LC_MESSAGES/gimp20-python.mo 2067share/locale/rw/LC_MESSAGES/gimp20-python.mo
1939share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo 2068share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo
1940share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo 2069share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo
1941share/locale/rw/LC_MESSAGES/gimp20-tips.mo 2070share/locale/rw/LC_MESSAGES/gimp20-tips.mo
1942share/locale/rw/LC_MESSAGES/gimp20.mo 2071share/locale/rw/LC_MESSAGES/gimp20.mo
1943share/locale/si/LC_MESSAGES/gimp20.mo 2072share/locale/si/LC_MESSAGES/gimp20.mo
1944share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo 2073share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo
1945share/locale/sk/LC_MESSAGES/gimp20-python.mo 2074share/locale/sk/LC_MESSAGES/gimp20-python.mo
1946share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo 2075share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo
1947share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo 2076share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo
1948share/locale/sk/LC_MESSAGES/gimp20-tips.mo 2077share/locale/sk/LC_MESSAGES/gimp20-tips.mo
1949share/locale/sk/LC_MESSAGES/gimp20.mo 2078share/locale/sk/LC_MESSAGES/gimp20.mo
1950share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo 2079share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo
1951share/locale/sl/LC_MESSAGES/gimp20-python.mo 2080share/locale/sl/LC_MESSAGES/gimp20-python.mo
1952share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo 2081share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo
1953share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo 2082share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo
1954share/locale/sl/LC_MESSAGES/gimp20-tips.mo 2083share/locale/sl/LC_MESSAGES/gimp20-tips.mo
1955share/locale/sl/LC_MESSAGES/gimp20.mo 2084share/locale/sl/LC_MESSAGES/gimp20.mo
1956share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo 2085share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo
1957share/locale/sr/LC_MESSAGES/gimp20-python.mo 2086share/locale/sr/LC_MESSAGES/gimp20-python.mo
1958share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo 2087share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo
1959share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo 2088share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo
1960share/locale/sr/LC_MESSAGES/gimp20-tips.mo 2089share/locale/sr/LC_MESSAGES/gimp20-tips.mo
1961share/locale/sr/LC_MESSAGES/gimp20.mo 2090share/locale/sr/LC_MESSAGES/gimp20.mo
1962share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo 2091share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo
1963share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo 2092share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo
1964share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo 2093share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo
1965share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo 2094share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo
1966share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo 2095share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo
1967share/locale/sr@latin/LC_MESSAGES/gimp20.mo 2096share/locale/sr@latin/LC_MESSAGES/gimp20.mo
1968share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo 2097share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo
1969share/locale/sv/LC_MESSAGES/gimp20-python.mo 2098share/locale/sv/LC_MESSAGES/gimp20-python.mo
1970share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo 2099share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo
1971share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo 2100share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
1972share/locale/sv/LC_MESSAGES/gimp20-tips.mo 2101share/locale/sv/LC_MESSAGES/gimp20-tips.mo
1973share/locale/sv/LC_MESSAGES/gimp20.mo 2102share/locale/sv/LC_MESSAGES/gimp20.mo
 2103share/locale/ta/LC_MESSAGES/gimp20-libgimp.mo
 2104share/locale/ta/LC_MESSAGES/gimp20-python.mo
 2105share/locale/ta/LC_MESSAGES/gimp20-script-fu.mo
 2106share/locale/ta/LC_MESSAGES/gimp20-tips.mo
1974share/locale/ta/LC_MESSAGES/gimp20.mo 2107share/locale/ta/LC_MESSAGES/gimp20.mo
 2108share/locale/te/LC_MESSAGES/gimp20-libgimp.mo
 2109share/locale/te/LC_MESSAGES/gimp20-python.mo
 2110share/locale/te/LC_MESSAGES/gimp20-script-fu.mo
 2111share/locale/te/LC_MESSAGES/gimp20.mo
1975share/locale/th/LC_MESSAGES/gimp20.mo 2112share/locale/th/LC_MESSAGES/gimp20.mo
1976share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo 2113share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo
1977share/locale/tr/LC_MESSAGES/gimp20-python.mo 2114share/locale/tr/LC_MESSAGES/gimp20-python.mo
1978share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo 2115share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo
1979share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo 2116share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo
1980share/locale/tr/LC_MESSAGES/gimp20-tips.mo 2117share/locale/tr/LC_MESSAGES/gimp20-tips.mo
1981share/locale/tr/LC_MESSAGES/gimp20.mo 2118share/locale/tr/LC_MESSAGES/gimp20.mo
1982share/locale/tt/LC_MESSAGES/gimp20.mo 2119share/locale/tt/LC_MESSAGES/gimp20.mo
1983share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo 2120share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo
1984share/locale/uk/LC_MESSAGES/gimp20-python.mo 2121share/locale/uk/LC_MESSAGES/gimp20-python.mo
1985share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo 2122share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo
1986share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo 2123share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo
1987share/locale/uk/LC_MESSAGES/gimp20-tips.mo 2124share/locale/uk/LC_MESSAGES/gimp20-tips.mo
1988share/locale/uk/LC_MESSAGES/gimp20.mo 2125share/locale/uk/LC_MESSAGES/gimp20.mo
1989share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo 2126share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo
1990share/locale/vi/LC_MESSAGES/gimp20-python.mo 2127share/locale/vi/LC_MESSAGES/gimp20-python.mo
1991share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo 2128share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo
1992share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo 2129share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo
1993share/locale/vi/LC_MESSAGES/gimp20-tips.mo 2130share/locale/vi/LC_MESSAGES/gimp20-tips.mo
1994share/locale/vi/LC_MESSAGES/gimp20.mo 2131share/locale/vi/LC_MESSAGES/gimp20.mo
1995share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo 2132share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo
1996share/locale/xh/LC_MESSAGES/gimp20-python.mo 2133share/locale/xh/LC_MESSAGES/gimp20-python.mo
1997share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo 2134share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo
1998share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo 2135share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo
1999share/locale/xh/LC_MESSAGES/gimp20.mo 2136share/locale/xh/LC_MESSAGES/gimp20.mo
2000share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo 2137share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo
2001share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo 2138share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo
2002share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo 2139share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo
2003share/locale/yi/LC_MESSAGES/gimp20.mo 2140share/locale/yi/LC_MESSAGES/gimp20.mo
2004share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo 2141share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo
2005share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo 2142share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo
2006share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo 2143share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo
2007share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo 2144share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo
2008share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo 2145share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo
2009share/locale/zh_CN/LC_MESSAGES/gimp20.mo 2146share/locale/zh_CN/LC_MESSAGES/gimp20.mo
2010share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo 2147share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo
2011share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo 2148share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo
2012share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo 2149share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo
2013share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo 2150share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo
2014share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo 2151share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo
2015share/locale/zh_HK/LC_MESSAGES/gimp20.mo 2152share/locale/zh_HK/LC_MESSAGES/gimp20.mo
2016share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo 2153share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo
2017share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo 2154share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo
2018share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo 2155share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo
2019share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo 2156share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
2020share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo 2157share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo
2021share/locale/zh_TW/LC_MESSAGES/gimp20.mo 2158share/locale/zh_TW/LC_MESSAGES/gimp20.mo
2022@pkgdir share/gimp/2.0/fonts 2159@pkgdir share/gimp/2.0/fonts

cvs diff -r1.66 -r1.67 pkgsrc/graphics/gimp/distinfo (switch to unified diff)

--- pkgsrc/graphics/gimp/distinfo 2012/05/04 16:17:38 1.66
+++ pkgsrc/graphics/gimp/distinfo 2012/05/07 08:40:08 1.67
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.66 2012/05/04 16:17:38 joerg Exp $ 1$NetBSD: distinfo,v 1.67 2012/05/07 08:40:08 adam Exp $
2 2
3SHA1 (gimp-2.6.12.tar.bz2) = 82964e3d4eb003239f3443a1bccac53f5d780e15 3SHA1 (gimp-2.8.0.tar.bz2) = 3b20d3dd10d971acbbc9345eb5cb93378c398ebc
4RMD160 (gimp-2.6.12.tar.bz2) = 3c7ae863474dea670eaeb914e333ba6bf50c7fcc 4RMD160 (gimp-2.8.0.tar.bz2) = aeff9275461d0171e22b2281aae28ca4fb4bc63f
5Size (gimp-2.6.12.tar.bz2) = 16745411 bytes 5Size (gimp-2.8.0.tar.bz2) = 20142440 bytes
6SHA1 (patch-aa) = 91b8f1aa493ab9991ec619268143db748bb6bb9d 6SHA1 (patch-aa) = 8107200cc3007e6ae4b9064ee05e5c9a00cca2ef
7SHA1 (patch-ab) = 99a09ad2b0513d28d321b6a698bba3dc6614f2bc 7SHA1 (patch-ab) = 56affce3f484df5e57a646eb5c18d273d1298e7c
8SHA1 (patch-ac) = 42f44b45640bdde305c1e52b95ee633360ebccb8 8SHA1 (patch-ad) = 7863678d59ccf54e2ce61a4ac4b883fb9eb5fb82
9SHA1 (patch-ad) = 4e2ce2f7d8729fb760eac1bad89cfe09fef499b0 9SHA1 (patch-app_Makefile.in) = efbd9e592cdbc154e5a6402279c7d54f3946c65c
10SHA1 (patch-app_Makefile.in) = 356d97e414d1a8b6c0e23b03cc1338d4c0bae028 10SHA1 (patch-app_base_base-utils.c) = 18dfa09c1d63530ff79cd4c3515d9f1077182d64
11SHA1 (patch-app_config_Makefile.in) = 5b7d56eb83aa0e88ccac712256028cd1b7f878e4 11SHA1 (patch-app_config_Makefile.in) = a2fcebd994831fbe0f911efb84c1fecdf2e59198
12SHA1 (patch-devel-docs_app_Makefile.in) = 931ccc245b7d70962d4fa43f30cbd5ddd8773d3b 12SHA1 (patch-devel-docs_app_Makefile.in) = 1eb97f779d5151b9e89b4ae47afb44d1bb3b6a48
13SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = 88c99c5dc97a8a5a8708eed8cbb1d4bb6be1abe0 13SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = 4932d82711c8010cf7b1ff5bfb12031946273c2b

cvs diff -r1.27 -r1.28 pkgsrc/graphics/gimp/patches/patch-aa (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/patch-aa 2012/02/04 21:10:44 1.27
+++ pkgsrc/graphics/gimp/patches/patch-aa 2012/05/07 08:40:08 1.28
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-aa,v 1.27 2012/02/04 21:10:44 adam Exp $ 1$NetBSD: patch-aa,v 1.28 2012/05/07 08:40:08 adam Exp $
2 2
3--- etc/Makefile.in.orig 2010-06-21 20:00:58.000000000 +0000 3--- etc/Makefile.in.orig 2010-06-21 20:00:58.000000000 +0000
4+++ etc/Makefile.in 4+++ etc/Makefile.in
5@@ -344,7 +344,7 @@ gimpdatadir = @gimpdatadir@ 5@@ -398,7 +398,7 @@ gimpdatadir = @gimpdatadir@
6 gimpdir = @gimpdir@ 6 gimpdir = @gimpdir@
7 gimplocaledir = @gimplocaledir@ 7 gimplocaledir = @gimplocaledir@
8 gimpplugindir = @gimpplugindir@ 8 gimpplugindir = @gimpplugindir@
9-gimpsysconfdir = @gimpsysconfdir@ 9-gimpsysconfdir = @gimpsysconfdir@
10+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0 10+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0
11 host = @host@ 11 host = @host@
12 host_alias = @host_alias@ 12 host_alias = @host_alias@
13 host_cpu = @host_cpu@ 13 host_cpu = @host_cpu@

cvs diff -r1.33 -r1.34 pkgsrc/graphics/gimp/patches/patch-ab (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/patch-ab 2012/02/04 21:10:44 1.33
+++ pkgsrc/graphics/gimp/patches/patch-ab 2012/05/07 08:40:08 1.34
@@ -1,28 +1,37 @@ @@ -1,28 +1,37 @@
1$NetBSD: patch-ab,v 1.33 2012/02/04 21:10:44 adam Exp $ 1$NetBSD: patch-ab,v 1.34 2012/05/07 08:40:08 adam Exp $
2 2
3--- configure.orig 2012-01-31 14:25:33.000000000 +0000 3--- configure.orig 2012-05-02 08:56:45.000000000 +0000
4+++ configure 4+++ configure
5@@ -18549,13 +18549,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& 5@@ -19094,13 +19094,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
6 gimp_ok=yes 6 gimp_ok=yes
7 fi 7 fi
8 rm -f conftest* 8 rm -f conftest*
9+ fi 9+ fi
10  10
11 if test "x$gimp_ok" = xyes; then 11 if test "x$gimp_ok" = xyes; then
12  12
13 $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h 13 $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
14  14
15 fi 15 fi
16- fi 16- fi
17 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5 17 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5
18 $as_echo "$gimp_ok" >&6; } 18 $as_echo "$gimp_ok" >&6; }
19 if test "x$gimp_ok" = xno; then 19 if test "x$gimp_ok" = xno; then
20@@ -22231,7 +22231,7 @@ fi 20@@ -22871,7 +22871,7 @@ fi
 21 have_xvfb_run="no (not found)"
 22 fi
 23 fi
 24- if test "x$have_xvfb_run" == "xyes"; then
 25+ if test "x$have_xvfb_run" = "xyes"; then
 26 HAVE_XVFB_RUN_TRUE=
 27 HAVE_XVFB_RUN_FALSE='#'
 28 else
 29@@ -23294,7 +23294,7 @@ fi
21  30
22 gimpdatadir="$datadir/$PACKAGE/2.0" 31 gimpdatadir="$datadir/$PACKAGE/2.0"
23 gimpplugindir="$libdir/$PACKAGE/2.0" 32 gimpplugindir="$libdir/$PACKAGE/2.0"
24-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" 33-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
25+gimpsysconfdir="$sysconfdir" 34+gimpsysconfdir="$sysconfdir"
26  35
27  36
28  37

File Deleted: pkgsrc/graphics/gimp/patches/Attic/patch-ac

cvs diff -r1.11 -r1.12 pkgsrc/graphics/gimp/patches/Attic/patch-ad (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-ad 2010/10/25 19:06:11 1.11
+++ pkgsrc/graphics/gimp/patches/Attic/patch-ad 2012/05/07 08:40:08 1.12
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-ad,v 1.11 2010/10/25 19:06:11 adam Exp $ 1$NetBSD: patch-ad,v 1.12 2012/05/07 08:40:08 adam Exp $
2 2
3Disable API deprecated in Mac OS X v10.5 or not available for 64-bit. 3Disable API deprecated in Mac OS X v10.5 or not available for 64-bit.
4 4
5--- plug-ins/twain/tw_mac.c.orig 2010-10-25 18:48:00.000000000 +0000 5--- plug-ins/twain/tw_mac.c.orig 2010-10-25 18:48:00.000000000 +0000
6+++ plug-ins/twain/tw_mac.c 6+++ plug-ins/twain/tw_mac.c
7@@ -193,10 +193,12 @@ static void twainSetupMacUI() 7@@ -192,10 +192,12 @@ static void twainSetupMacUI()
8  8
9 /* Voodoo magic fix inspired by java_swt launcher */ 9 /* Voodoo magic fix inspired by java_swt launcher */
10 /* Without this the icon setting doesn't work about half the time. */ 10 /* Without this the icon setting doesn't work about half the time. */
11+ /* 11+ /*
12 CGrafPtr p = BeginQDContextForApplicationDockTile(); 12 CGrafPtr p = BeginQDContextForApplicationDockTile();
13 EndQDContextForApplicationDockTile(p); 13 EndQDContextForApplicationDockTile(p);
14  14
15 SetApplicationDockTileImage (icon); 15 SetApplicationDockTileImage (icon);
16+ */ 16+ */
17 } 17 }
18  18
19 int 19 int

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/Attic/patch-app_Makefile.in (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-app_Makefile.in 2012/05/04 16:17:39 1.1
+++ pkgsrc/graphics/gimp/patches/Attic/patch-app_Makefile.in 2012/05/07 08:40:08 1.2
@@ -1,23 +1,48 @@ @@ -1,23 +1,48 @@
1$NetBSD: patch-app_Makefile.in,v 1.1 2012/05/04 16:17:39 joerg Exp $ 1$NetBSD: patch-app_Makefile.in,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3--- app/Makefile.in.orig 2012-04-27 17:59:44.000000000 +0000 3--- app/Makefile.in.orig 2012-05-02 08:56:34.000000000 +0000
4+++ app/Makefile.in 4+++ app/Makefile.in
5@@ -556,12 +556,12 @@ INCLUDES = \ 5@@ -638,33 +638,33 @@ INCLUDES = \
6 AM_LDFLAGS = \ 6
7 $(munix) \ 7 # FIXME: core should not depend on xcf
8 $(CARBON_LDFLAGS) \ 8 workaround_that_core_depends_on_xcf = \
9- -u $(SYMPREFIX)xcf_init \ 9- -u $(SYMPREFIX)xcf_init
 10+ -Wl,-u,$(SYMPREFIX)xcf_init
 11
 12
 13 # FIXME: core should not depend on pdb
 14 workaround_that_core_depends_on_pdb = \
10- -u $(SYMPREFIX)internal_procs_init \ 15- -u $(SYMPREFIX)internal_procs_init \
11- -u $(SYMPREFIX)gimp_coords_mix \ 
12- -u $(SYMPREFIX)gimp_curve_map_pixels \ 
13- -u $(SYMPREFIX)gimp_image_map_config_get_type \ 
14- -u $(SYMPREFIX)gimp_plug_in_manager_restore 16- -u $(SYMPREFIX)gimp_plug_in_manager_restore
15+ -Wl,-u,$(SYMPREFIX)xcf_init \ 
16+ -Wl,-u,$(SYMPREFIX)internal_procs_init \ 17+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
17+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \ 
18+ -Wl,-u,$(SYMPREFIX)gimp_curve_map_pixels \ 
19+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type \ 
20+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore 18+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore
21  19
22 gimp_2_6_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags)  20
23 gimp_2_6_LDADD = \ 21 # FIXME: plug-in should not depend on pdb
 22 workaround_that_plug_in_depends_on_pdb = \
 23- -u $(SYMPREFIX)gimp_pdb_compat_param_spec
 24+ -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec
 25
 26
 27 # FIXME: file should not depend on plug-in
 28 workaround_that_file_depends_on_plug_in = \
 29- -u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 30- -u $(SYMPREFIX)gimp_image_map_config_get_type
 31+ -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 32+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
 33
 34
 35 # core, vectors and gegl are on the same architectural layer, prevent
 36 # the linker from panicing
 37 calm_down_linker = \
 38- -u $(SYMPREFIX)gimp_vectors_undo_get_type \
 39- -u $(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 40- -u $(SYMPREFIX)gimp_vectors_prop_undo_get_type \
 41- -u $(SYMPREFIX)gimp_curve_map_pixels
 42+ -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type \
 43+ -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 44+ -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type \
 45+ -Wl,-u,$(SYMPREFIX)gimp_curve_map_pixels
 46
 47 AM_LDFLAGS = \
 48 $(munix) \

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/Attic/patch-app_config_Makefile.in (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-app_config_Makefile.in 2012/05/04 16:17:39 1.1
+++ pkgsrc/graphics/gimp/patches/Attic/patch-app_config_Makefile.in 2012/05/07 08:40:08 1.2
@@ -1,21 +1,29 @@ @@ -1,21 +1,29 @@
1$NetBSD: patch-app_config_Makefile.in,v 1.1 2012/05/04 16:17:39 joerg Exp $ 1$NetBSD: patch-app_config_Makefile.in,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3--- app/config/Makefile.in.orig 2012-04-27 17:59:47.000000000 +0000 3--- app/config/Makefile.in.orig 2012-05-02 08:56:34.000000000 +0000
4+++ app/config/Makefile.in 4+++ app/config/Makefile.in
5@@ -444,11 +444,11 @@ libappconfig_a_SOURCES = \ 5@@ -522,15 +522,15 @@ test_config_DEPENDENCIES = $(gimpconfig_
6 EXTRA_DIST = makefile.msc 6 # We need this due to circular dependencies, see more detailed
7 test_config_DEPENDENCIES = $(gimpconfig_libs) 7 # comments about it in app/Makefile.am
8 test_config_LDFLAGS = \ 8 test_config_LDFLAGS = \
9- -u $(SYMPREFIX)xcf_init \ 9- -u $(SYMPREFIX)xcf_init \
 10- -u $(SYMPREFIX)gimp_pdb_new \
10- -u $(SYMPREFIX)internal_procs_init \ 11- -u $(SYMPREFIX)internal_procs_init \
11- -u $(SYMPREFIX)gimp_coords_mix \ 
12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \ 12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \
 13- -u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 14- -u $(SYMPREFIX)gimp_vectors_undo_get_type \
 15- -u $(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 16- -u $(SYMPREFIX)gimp_vectors_prop_undo_get_type \
13- -u $(SYMPREFIX)gimp_image_map_config_get_type 17- -u $(SYMPREFIX)gimp_image_map_config_get_type
14+ -Wl,-u,$(SYMPREFIX)xcf_init \ 18+ -Wl,-u,$(SYMPREFIX)xcf_init \
 19+ -Wl,-u,$(SYMPREFIX)gimp_pdb_new \
15+ -Wl,-u,$(SYMPREFIX)internal_procs_init \ 20+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
16+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \ 
17+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \ 21+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \
 22+ -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
 23+ -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type \
 24+ -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type \
 25+ -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type \
18+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type 26+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
19  27
20 test_config_LDADD = \ 28 test_config_LDADD = \
21 ../widgets/widgets-enums.o \ 29 ../xcf/libappxcf.a \

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/Attic/patch-devel-docs_app_Makefile.in (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/Attic/patch-devel-docs_app_Makefile.in 2012/05/04 16:17:39 1.1
+++ pkgsrc/graphics/gimp/patches/Attic/patch-devel-docs_app_Makefile.in 2012/05/07 08:40:08 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-devel-docs_app_Makefile.in,v 1.1 2012/05/04 16:17:39 joerg Exp $ 1$NetBSD: patch-devel-docs_app_Makefile.in,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3--- devel-docs/app/Makefile.in.orig 2012-04-27 17:59:56.000000000 +0000 3--- devel-docs/app/Makefile.in.orig 2012-04-27 17:59:56.000000000 +0000
4+++ devel-docs/app/Makefile.in 4+++ devel-docs/app/Makefile.in
5@@ -423,10 +423,10 @@ GTKDOC_CFLAGS = \ 5@@ -473,10 +473,10 @@ GTKDOC_CFLAGS = \
6 -UGTK_DISABLE_SINGLE_INCLUDES 6 -UGTK_DISABLE_SINGLE_INCLUDES
7  7
8 GTKDOC_LIBS = \ 8 GTKDOC_LIBS = \
9- -u $(SYMPREFIX)xcf_init \ 9- -u $(SYMPREFIX)xcf_init \
10- -u $(SYMPREFIX)internal_procs_init \ 10- -u $(SYMPREFIX)internal_procs_init \
11- -u $(SYMPREFIX)gimp_coords_mix \ 11- -u $(SYMPREFIX)gimp_coords_mix \
12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \ 12- -u $(SYMPREFIX)gimp_plug_in_manager_restore \
13+ -Wl,-u,$(SYMPREFIX)xcf_init \ 13+ -Wl,-u,$(SYMPREFIX)xcf_init \
14+ -Wl,-u,$(SYMPREFIX)internal_procs_init \ 14+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
15+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \ 15+ -Wl,-u,$(SYMPREFIX)gimp_coords_mix \
16+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \ 16+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \
17 $(top_builddir)/app/app.o \ 17 $(top_builddir)/app/app.o \
18 $(top_builddir)/app/batch.o \ 18 $(top_builddir)/app/batch.o \
19 $(top_builddir)/app/errors.o \ 19 $(top_builddir)/app/errors.o \

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c (switch to unified diff)

--- pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c 2012/02/04 21:10:45 1.1
+++ pkgsrc/graphics/gimp/patches/patch-plug-ins_script-fu_script-fu-server.c 2012/05/07 08:40:08 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-plug-ins_script-fu_script-fu-server.c,v 1.1 2012/02/04 21:10:45 adam Exp $ 1$NetBSD: patch-plug-ins_script-fu_script-fu-server.c,v 1.2 2012/05/07 08:40:08 adam Exp $
2 2
3AI_ADDRCONFIG is not defined on some platforms. 3AI_ADDRCONFIG is not defined on some platforms.
4 4
5--- plug-ins/script-fu/script-fu-server.c.orig 2012-02-04 18:42:45.000000000 +0000 5--- plug-ins/script-fu/script-fu-server.c.orig 2012-02-04 18:42:45.000000000 +0000
6+++ plug-ins/script-fu/script-fu-server.c 6+++ plug-ins/script-fu/script-fu-server.c
7@@ -446,7 +446,11 @@ server_start (gint port, 7@@ -456,7 +456,11 @@ server_start (gint port,
8 const gchar *progress; 8 const gchar *progress;
9  9
10 memset (&hints, 0, sizeof (hints)); 10 memset (&hints, 0, sizeof (hints));
11+#ifdef AI_ADDRCONFIG 11+#ifdef AI_ADDRCONFIG
12 hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; 12 hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
13+#else 13+#else
14+ hints.ai_flags = AI_PASSIVE; 14+ hints.ai_flags = AI_PASSIVE;
15+#endif 15+#endif
16 hints.ai_socktype = SOCK_STREAM; 16 hints.ai_socktype = SOCK_STREAM;
17  17
18 port_s = g_strdup_printf ("%d", port); 18 port_s = g_strdup_printf ("%d", port);

File Added: pkgsrc/graphics/gimp/patches/Attic/patch-app_base_base-utils.c
$NetBSD: patch-app_base_base-utils.c,v 1.1 2012/05/07 08:40:08 adam Exp $

--- app/base/base-utils.c.orig	2012-05-07 07:50:39.000000000 +0000
+++ app/base/base-utils.c
@@ -33,8 +33,10 @@
 /* For get_backtrace() */
 #include <stdlib.h>
 #include <string.h>
+#ifdef __linux__
 #include <execinfo.h>
 #endif
+#endif
 
 #include "base-utils.h"
 
@@ -112,7 +114,7 @@ get_physical_memory_size (void)
 char *
 get_backtrace (void)
 {
-#ifdef G_OS_UNIX
+#ifdef __linux__
   void     *functions[MAX_FUNC];
   char    **function_names;
   int       n_functions;