pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: update to 2.10.18.
details: https://anonhg.NetBSD.org/pkgsrc/rev/096aab8aa669
branches: trunk
changeset: 412298:096aab8aa669
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 04 12:46:01 2020 +0000
description:
gimp: update to 2.10.18.
Overview of Changes from GIMP 2.10.16 to GIMP 2.10.18
=====================================================
Core:
- In gimp:replace, when compositing the same content over itself,
i.e., when the input and aux buffers share the same storage and
same tile alignment, pass the input buffer directly as output,
instead of doing actual processing. In particular, this happens
when processing a pass-through group outside of its actual bounds.
User interface:
- Add new Symbolic-High-Contrast and Symbolic-Inverted-High-Contrast
themes, which are automatically-generated high-contrast variants
of the (original) Symbolic theme. The contrast factor is settable
in the makefile, and is currently at 1.5 for both themes.
- Rename tools/invert-svg to tools/svg-contrast, which now takes a
contrast-factor argument, and adjusts the input SVG contrast,
instead of just inverting it. Note that we can still use the tool
to invert icons, using a contrast of -1.
- Allow horizontal scrollbars in all the Preferences dialog tree-
views, so that they don't limit the minimal width of the dialog
(in particular, the UI- and icon-theme tree-views may contain
arbitrarily-long paths).
- Draw a border around the color FG/BG color areas as a pair of
black and white rectangles instead of letting GTK do this. This
imporoves the legibility of borders, especially in dark themes.
Tools:
- In GimpPaintTool, when not snapping brush outline to stroke, make
sure to properly snap the cursor position to 15-degree angle
multiples in line mode, not only when painting the line, but also
during motion.
Plug-ins:
- Add naive support for CMYK 8-bit PSD files
Updated translations:
- Basque, Catalan, Danish, Polish, Spanish, Swedish, Ukrainian
Bug fixes:
- #4643, #4634
Developers:
- Ell, Massimo Valentini
Translators:
- Alan Mortensen, Anders Jonsson, Asier Sarasua Garmendia, Daniel
Korostil, Jordi Mas, Piotr Dr?g, Rodrigo Lled? Milanca
Overview of Changes from GIMP 2.10.14 to GIMP 2.10.16
=====================================================
Core:
- In gimp_gegl_apply_cached_operation(), use gint64 for storing the
total and processed pixel counts used for reporting progress, to
avoid overflowing when applying an operation to a large image.
- In GimpFilterTool and gimp_drawable_apply_operation(), use
gimp_drawable_filter_set_add_alpha() to add an alpha channel when
applying an operation that specifies "needs-alpha" to a drawable
that can have alpha.
- In GimpFilterTool, move all the drawable-filter option setup to a
new gimp_filter_tool_update_filter() function, and call it
whenever the drawable-filter's options need to be updated. This
avoids duplicating logic in various places.
- Improve the efficiency of decoding RLE data when loading ABR
brushes, by reading entire scanlines into a buffer all-at-once,
instead of reading the stream byte-by-byte.
- GIMP now optionally phones home to find out if there's a new
version available and then tells the user if there is one
indeed. It also keeps track of the installer revision and then
warns if there's a newer installer available. This can be disabled
in Preferences. In that case, users still have the option to
manually check for an update via the About dialog. The feature can
be disabled entirely with the '--disable-check-update' configure
switch.
Tools:
- New 3D Transform tool where you can set vanishing point, camera's
focal length, and the move and rotate layer, selection, path, or
image in 2.5 space. With the "Unified interaction" option enabled,
all three interaction modes of the grid (camera, move, and rotate)
are available simultaneously. In this mode, the inner and outer
regions of the item are used for moving and rotation, respectively,
and the vanishing point is controlled through through a handle.
- Transform tools now respect the Clip option and update the canvas
preview accordingly.
- New "Composited preview" option allows respecting layer's blending
mode and position in the layer stack rather than rendering it as
an overlay on top of the overall layer stack. This simplifies
creating complex layer compositions greatly. The option requires
mipmaps to be used and thus is disabled by default. It also comes
with an experimental "Synchronous preview" suboption to render the
composited preview synchronously. This reduces the lag for
painting the preview, but can harm responsiveness for bigger
images, where rendering the preview is slow.
- Add a new "Preview linked items" option to the transform-grid
tools. When this option is enabled, together with composited
previews, the transform preview includes all linked layers and
channels when transforming a layer/channel. Paths are currently
unsupported.
- New widget called GimpPivotSelector, a 3x3 grid of toggle buttons,
is now used for selecting a natural pivot position (e.g. for a
transform) relative to an item: its center, its corners, and the
midpoints of its edges. Currently used in Rotate and 3D Transform
tools.
- Add "Show all" support to the Bucket Fill tool in line-art mode
- Color picker and sample points now support displaying vlaues in
Yu'v' (CIE 1976 UCS) color space.
- The Symmetry Painting dock now has an "Enable reflection" option
that allows painting patterns resembling a kaleidoscope.
- Transform clipping is temporarily disabled for layer groups. No
preview other than 'Adjust' works anyway. This will be fixed later
on.
- Construct a box-filtered mipmap hierarchy for the original brush
on-demand, and the closest mipmap is used as the resampling source
for downscaled brushes, significantly improving the output
quality.
- Now that painting is done in a separate thread, the display update
rate has a far smaller impact on it. Increase the GimpDisplay
update rate, which handles image updates, to 60 FPS, and the
GimpDrawTool update rate to 120 FPS. In particular, the latter
change makes the brush outline motion much smoother.
- In the Airbrush tool, increase the maximal stamp FPS from 15 to
60, and change the corresponding maximal Rate value from 150 to
100. This technically affects tool presets, but we'll live.
- Add a new "Snap brush outline to stroke" toggle to the "Image
Windows" preferences page. When enabled, the brush outline in
paint tools snaps to the individual dabs while painting, which is
how it worked before version 2.10.16. Disable the option by
default. This seems to be what most other programs are doing, and
it does give paitning a smoother feel.
- The Warp Transform tool now respects settings for painting tools:
showing the brush outline, snapping to dabs, and showing the paint
tool cursor.
UI:
- Tools are now logically grouped in the toolbox by default. Users
can customize the groups to their liking or disable this feature
altogether in the Preferences dialog (Interface / Toolbox page).
- New opt-out compact style for sliders with revamped interaction.
The widget uses a narrower layout, and the different
upper/lower-half behavior is gone. Instead, the behavior depends
on the mouse button and modifier used:
- left-click is used for absolute adjustment,
- Shift + left-click + drag changes value in small increments,
- Ctrl + left-click + drag changes value in large increments,
- middle-click enables numeric input mode;
- right-click enables numeric input mode and selects the value.
- The "You can drop dockable dialogs here" message is gone from the
toolbox for good. Instead, highlight dockable areas when a user
starts dragging a dockable dialog, and intensify the highlight as
the dialog goes over a dockable area.
- Consolidate UI for merging down and anchoring layers:
As they are both mutually exclusive and serve an almost identical
purpose, the "Merge down" and "Anchor Layer" are given mutually
exclusive visibility in menus, and the anchor button is replaced
with a merge down button in the Layers dockable whenever there is
no active floating selection. Modifier keys are available:
- Shift: merge layer group
- Ctrl: merge visible layers
- Ctrl + Shift: merge visible layers from last used values
Plugins:
- In plug_in_compat.pdb, when wrapping an op node inside a graph,
set the op node as the graph node's underlying operation. This
allows gimp_gegl_apply_operation() to perform certain
optimizations.
- The Spyrogimp plugin now features a Visual tab where the inner
mechanics of a spirograph is abstracted away, and you operate on
amount of petals etc. The plugin now also allows saving a pattern
as a path rather than rendering it to a layer as a bitmap.
- Improve the loading speed for PSD files, mostly by eliminating
excessive copies.
Filters:
- Don't disable gegl:color-to-alpha (which has "needs-alpha")
when the drawable doesn't have an alpha channel, if one can be
added.
- Don't disable color-to-alpha for grayscale drawable, since the
operation is applicable to grayscale images (in particular, it
doesn't add color where there was none), and since GIMP no longer
distinguishes between layers and channels according to the
drawable format when updating the filters actions.
Windows:
- Installer: unofficial languages, ghostscript 9.50.
- Installer: skip .debug files when they don't exist.
- Installer: properly remove old icons on 32-bit installs and
per-user installs.
macOS:
- Set required variables if it is running from Apple application
bundle.
- The macOS build now ships with the dashboard dock for displaying
perfomance graphs.
Updated translations:
- British English, Catalan, Danish, French, German, Hungarian,
Icelandic, Italian, Japanese, Polish, Russian, Spanish, Swedish,
Turkish, Ukrainian.
Bugfixes:
- #4172, #4194, #4205, #4218, #2543, #4185, #4246, #2794, #4209,
#4278, #4372, #4187, #4392, #2674, #4338, #2862, #4203, #4204,
#4354, #1266, #4584, #4174, #4285, #4366, #1975, #4605
Developers:
- Alex Samorukov, Cyril Richard, Elad Shahar, Ell, Elle Stone,
Jehan, Jernej Simon?i?, lillolollo, Massimo Valentini, Michael
Natterer, Pascal Terjan, woob.
Translators:
- Alan Mortensen, Alexandre Prokoudine, Anders Jonsson, Bal?zs
Mesk?, Bal?zs ?r, Bruce Cowan, Daniel Korostil, Jordi Mas, Julien
Hardelin, Marco Ciampa, Piotr Dr?g, Rodrigo Lled? Milanca, Ryuta
Fujii, Sabri ?nal, sicklylife, Sveinn ? Felli, Tim Sabsch, Zander
Brown.
diffstat:
graphics/gimp/Makefile | 5 +-
graphics/gimp/PLIST | 1105 ++++++++++-
graphics/gimp/distinfo | 12 +-
graphics/gimp/patches/patch-app_core_gimpbrush-transform.cc | 20 +-
4 files changed, 1120 insertions(+), 22 deletions(-)
diffs (truncated from 1339 to 300 lines):
diff -r 45f4e5bedbb3 -r 096aab8aa669 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Wed Mar 04 12:40:16 2020 +0000
+++ b/graphics/gimp/Makefile Wed Mar 04 12:46:01 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.319 2019/11/07 12:38:05 wiz Exp $
+# $NetBSD: Makefile,v 1.320 2020/03/04 12:46:01 wiz Exp $
-DISTNAME= gimp-2.10.14
-PKGREVISION= 1
+DISTNAME= gimp-2.10.18
CATEGORIES= graphics
MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
diff -r 45f4e5bedbb3 -r 096aab8aa669 graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Wed Mar 04 12:40:16 2020 +0000
+++ b/graphics/gimp/PLIST Wed Mar 04 12:46:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.69 2020/02/25 15:03:28 brook Exp $
+@comment $NetBSD: PLIST,v 1.70 2020/03/04 12:46:01 wiz Exp $
bin/gimp
bin/gimp-2.10
bin/gimp-console
@@ -395,6 +395,7 @@
share/examples/gimp-2.0/menurc
share/examples/gimp-2.0/sessionrc
share/examples/gimp-2.0/templaterc
+share/examples/gimp-2.0/toolrc
share/examples/gimp-2.0/unitrc
share/gimp/2.0/brushes/Basic/1-pixel.vbr
share/gimp/2.0/brushes/Basic/Block-01.vbr
@@ -567,6 +568,7 @@
share/gimp/2.0/gflare/GFlare_101
share/gimp/2.0/gflare/GFlare_102
share/gimp/2.0/gflare/Hidden_Planet
+share/gimp/2.0/gimp-release
share/gimp/2.0/gimpressionist/Brushes/arrow01.pgm
share/gimp/2.0/gimpressionist/Brushes/ball.ppm
share/gimp/2.0/gimpressionist/Brushes/blob.ppm
@@ -889,6 +891,7 @@
share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-smudge.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-text.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-threshold.svg
+share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-transform-3d.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-unified-transform.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-warp.svg
share/gimp/2.0/icons/Color/24x24/apps/gimp-tool-zoom.svg
@@ -1054,6 +1057,15 @@
share/gimp/2.0/icons/Color/scalable/apps/gimp-path.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-paths.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-pattern.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-center.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-east.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-north-east.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-north-west.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-north.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-south-east.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-south-west.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-south.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-pivot-west.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-plugin.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-portrait.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-prefs-color-management.svg
@@ -1188,10 +1200,14 @@
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-smudge.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-text.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-threshold.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-transform-3d.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-unified-transform.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-warp.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tool-zoom.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-tools.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-transform-3d-camera.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-transform-3d-move.svg
+share/gimp/2.0/icons/Color/scalable/apps/gimp-transform-3d-rotate.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-transparency.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-undo-history.svg
share/gimp/2.0/icons/Color/scalable/apps/gimp-user-manual.svg
@@ -1692,6 +1708,1048 @@
share/gimp/2.0/icons/Legacy/96x96/apps/gimp-wilber-outline.png
share/gimp/2.0/icons/Legacy/96x96/apps/gimp-wilber.png
share/gimp/2.0/icons/Legacy/index.theme
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/dialog-information.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/document-print.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-business-card.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-center.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel-alpha.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel-blue.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel-gray.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel-green.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel-indexed.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel-red.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channel.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-channels.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-char-picker.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-color-space-linear.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-color-space-non-linear.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-color-space-perceptual.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-colormap.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-controller-keyboard.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-controller-linux-input.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-controller-midi.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-controller-wheel.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-controller.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-cursor.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-device-status.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter-clip-warning.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter-colorblind.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter-contrast.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter-gamma.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter-lcms.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter-proof.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display-filter.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-display.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-dynamics.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-error.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-floating-selection.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-gegl.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-grid.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-histogram.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-image.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-images.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-info.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-landscape.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-layer-mask.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-layer.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-layers.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-letter-spacing.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-line-spacing.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-move-to-screen.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-navigation.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-path.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-paths.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-portrait.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-color-management.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-controllers.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-default-comment.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-default-grid.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-display.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-brushes.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-dynamics.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-environ.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-fonts.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-gradients.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-icon-themes.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-interp.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-modules.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-mypaint-brushes.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-palettes.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-patterns.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-plug-ins.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-scripts.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-themes.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-tool-plug-ins.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-tool-presets.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders-tools.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-folders.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-help-system.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-icon-theme.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-image-title.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-image-windows-appearance.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-image-windows-snapping.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-image-windows.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-import-export.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-input-devices.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-interface.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-new-image.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-playground.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-session.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-system-resources.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-theme.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-tool-options.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-toolbox.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-prefs-window-management.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-question.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-resize.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-sample-point.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-scale.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-selection.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-smartphone.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-symmetry.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-template.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-text-layer.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-airbrush.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-align.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-blur.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-brightness-contrast.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-bucket-fill.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-by-color-select.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-cage.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-clone.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-color-balance.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-color-picker.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-colorize.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-crop.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-curves.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-desaturate.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-dodge.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-ellipse-select.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-eraser.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-exposure.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-flip.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-foreground-select.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-free-select.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-fuzzy-select.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-gradient.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-handle-transform.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-heal.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-hue-saturation.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-ink.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-iscissors.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-levels.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-measure.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-mypaint-brush.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-n-point-deformation.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-offset.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-options.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-paintbrush.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-path.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-pencil.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-perspective-clone.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-perspective.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-posterize.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-preset.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-rect-select.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-rotate.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-scale.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-seamless-clone.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-shadows-highlights.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-shear.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-smudge.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-text.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-threshold.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-transform-3d.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-unified-transform.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-warp.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tool-zoom.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-tools.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-transparency.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-undo-history.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-user-manual.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-video.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-warning.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-web.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gimp-wilber.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/gtk-select-color.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/media-floppy.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/24x24/apps/media-optical.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/64x64/apps/gimp-error.png
+share/gimp/2.0/icons/Symbolic-High-Contrast/64x64/apps/gimp-frame.png
+share/gimp/2.0/icons/Symbolic-High-Contrast/64x64/apps/gimp-info.png
+share/gimp/2.0/icons/Symbolic-High-Contrast/64x64/apps/gimp-question.png
+share/gimp/2.0/icons/Symbolic-High-Contrast/64x64/apps/gimp-texture.png
+share/gimp/2.0/icons/Symbolic-High-Contrast/64x64/apps/gimp-warning.png
+share/gimp/2.0/icons/Symbolic-High-Contrast/index.theme
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/dialog-information.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-new.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-open-recent.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-open.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-print.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-revert.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-save-as.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/document-save.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-clear.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-copy.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-cut.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-delete.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-paste.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-redo.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/edit-undo.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/folder-new.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/folder.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/format-indent-more.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/format-justify-center.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/format-justify-fill.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/format-justify-left.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/format-justify-right.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-anchor.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-attach.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-business-card.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-cap-butt.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-cap-round.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-cap-square.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-center.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel-alpha.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel-blue.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel-gray.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel-green.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel-indexed.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel-red.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channel.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-channels.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-char-picker.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-clipboard.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-close-all.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-close.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-color-cmyk.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-color-pick-from-screen.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-color-picker-black.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-color-picker-gray.svg
+share/gimp/2.0/icons/Symbolic-High-Contrast/scalable/apps/gimp-color-picker-white.svg
Home |
Main Index |
Thread Index |
Old Index