[gimp/gimp-attributes-wip: 714/714] Merge to stay up-to-date



commit ae167888ddfb330e8be8be30ede93de8854051e3
Merge: db63b49 553a5f5
Author: Hartmut Kuhse <hk_priv gmx de>
Date:   Sun Mar 13 10:47:48 2016 +0100

    Merge to stay up-to-date

 app/about.h                                        |    7 +-
 app/actions/channels-commands.c                    |    1 +
 app/actions/edit-commands.c                        |   21 +-
 app/actions/layers-commands.c                      |    1 +
 app/actions/mypaint-brushes-actions.c              |    4 +-
 app/core/Makefile.am                               |    2 +
 app/core/gimp-edit.c                               |  120 +-
 app/core/gimp-edit.h                               |   95 +-
 app/core/gimpdrawable-bucket-fill.c                |  124 +-
 app/core/gimpdrawable-bucket-fill.h                |   22 +-
 app/core/gimpdrawable-fill.c                       |  258 +
 app/core/gimpdrawable-fill.h                       |   54 +
 app/core/gimpdrawable-stroke.c                     |  329 +-
 app/core/gimpdrawable-stroke.h                     |   41 +-
 app/core/gimpdrawable.c                            |   53 -
 app/core/gimpdrawable.h                            |    7 -
 app/core/gimpfilloptions.c                         |  153 +-
 app/core/gimpfilloptions.h                         |   24 +-
 app/core/gimpimage-new.c                           |    1 +
 app/core/gimpscanconvert.c                         |   48 +-
 app/core/gimpscanconvert.h                         |    9 +-
 app/core/gimpselection.c                           |   21 +-
 app/core/gimpselection.h                           |   62 +-
 app/display/gimpdisplayshell-dnd.c                 |   26 +-
 app/operations/gimpoperationburnmode.c             |    2 +-
 app/operations/gimpoperationnormalmode.c           |    6 +-
 app/pdb/drawable-cmds.c                            |    1 +
 app/pdb/edit-cmds.c                                |  146 +-
 app/tools/gimpbucketfilltool.c                     |   96 +-
 app/widgets/gimpdrawabletreeview.c                 |   78 +-
 app/widgets/gimpfilleditor.c                       |    1 -
 app/widgets/gimppropgui-constructors.c             |   12 +-
 configure.ac                                       |    1 +
 icons/Color/16/gimp-display-filter.png             |  Bin 1480 -> 962 bytes
 icons/Color/16/gimp-tool-align.png                 |  Bin 547 -> 429 bytes
 icons/Color/16/gimp-tool-blend.png                 |  Bin 290 -> 368 bytes
 icons/Color/16/gimp-tool-measure.png               |  Bin 770 -> 859 bytes
 icons/Color/16/gimp-tool-rect-select.png           |  Bin 640 -> 368 bytes
 icons/Color/22/gimp-tool-blend.png                 |  Bin 449 -> 566 bytes
 icons/Color/22/gimp-tool-measure.png               |  Bin 1148 -> 1211 bytes
 icons/Color/22/gimp-tool-rect-select.png           |  Bin 877 -> 934 bytes
 icons/Color/color-scalable.svg                     | 1584 +--
 icons/Color/outdated/22/gimp-letter-spacing.svg    |  141 -
 icons/Color/outdated/22/gimp-line-spacing.svg      |  166 -
 icons/Color/outdated/xcf/24/gimp-symmetry.xcf      |  Bin 2456 -> 0 bytes
 icons/Color/scalable/gimp-wilber-48.svg            |  551 +
 icons/Color/scalable/gimp-wilber-outline-48.svg    |  538 +
 icons/Color/scalable/gimp-wilbur-48.svg            |  551 -
 icons/Color/scalable/gimp-wilbur-outline-48.svg    |  538 -
 icons/Legacy/12/gimp-close.png                     |  Bin 0 -> 293 bytes
 icons/Legacy/12/gimp-default-colors.png            |  Bin 0 -> 167 bytes
 icons/Legacy/12/gimp-linked.png                    |  Bin 0 -> 328 bytes
 icons/Legacy/12/gimp-menu-left.png                 |  Bin 0 -> 195 bytes
 icons/Legacy/12/gimp-menu-right.png                |  Bin 0 -> 191 bytes
 icons/Legacy/12/gimp-quick-mask-off.png            |  Bin 0 -> 136 bytes
 icons/Legacy/12/gimp-quick-mask-on.png             |  Bin 0 -> 98 bytes
 icons/Legacy/12/gimp-swap-colors.png               |  Bin 0 -> 283 bytes
 icons/Legacy/12/gimp-visible.png                   |  Bin 0 -> 413 bytes
 icons/Legacy/12/gimp-zoom-follow-window.png        |  Bin 0 -> 513 bytes
 .../xcf => Legacy}/12/gimp-zoom-follow-window.xcf  |  Bin 2000 -> 2000 bytes
 icons/Legacy/128/gimp-wilber-outline.png           |  Bin 0 -> 12537 bytes
 icons/Legacy/128/gimp-wilber.png                   |  Bin 0 -> 11586 bytes
 icons/Legacy/16/gimp-anchor.png                    |  Bin 0 -> 566 bytes
 icons/Legacy/16/gimp-cap-butt.png                  |  Bin 0 -> 388 bytes
 icons/Legacy/16/gimp-cap-round.png                 |  Bin 0 -> 518 bytes
 icons/Legacy/16/gimp-cap-square.png                |  Bin 0 -> 413 bytes
 icons/Legacy/16/gimp-center.png                    |  Bin 0 -> 449 bytes
 icons/Legacy/16/gimp-channel-alpha.png             |  Bin 0 -> 681 bytes
 .../outdated => Legacy}/16/gimp-channel-alpha.svg  |    0
 icons/Legacy/16/gimp-channel-blue.png              |  Bin 0 -> 775 bytes
 icons/Legacy/16/gimp-channel-gray.png              |  Bin 0 -> 750 bytes
 icons/Legacy/16/gimp-channel-green.png             |  Bin 0 -> 756 bytes
 icons/Legacy/16/gimp-channel-indexed.png           |  Bin 0 -> 723 bytes
 .../16/gimp-channel-indexed.svg                    |    0
 icons/Legacy/16/gimp-channel-red.png               |  Bin 0 -> 752 bytes
 icons/Legacy/16/gimp-channel.png                   |  Bin 0 -> 907 bytes
 icons/Legacy/16/gimp-channels.png                  |  Bin 0 -> 658 bytes
 icons/Legacy/16/gimp-color-pick-from-screen.png    |  Bin 0 -> 566 bytes
 icons/Legacy/16/gimp-color-triangle.png            |  Bin 0 -> 811 bytes
 icons/Legacy/16/gimp-colormap.png                  |  Bin 0 -> 569 bytes
 .../outdated => Legacy}/16/gimp-colormap.svg       |    0
 icons/Legacy/16/gimp-controller-keyboard.png       |  Bin 0 -> 549 bytes
 icons/Legacy/16/gimp-controller-linux-input.png    |  Bin 0 -> 901 bytes
 icons/Legacy/16/gimp-controller-midi.png           |  Bin 0 -> 510 bytes
 .../xcf => Legacy}/16/gimp-controller-midi.xcf     |  Bin 1845 -> 1845 bytes
 icons/Legacy/16/gimp-controller-wheel.png          |  Bin 0 -> 705 bytes
 .../xcf => Legacy}/16/gimp-controller-wheel.xcf    |  Bin 2843 -> 2843 bytes
 icons/Legacy/16/gimp-controller.png                |  Bin 0 -> 460 bytes
 icons/Legacy/16/gimp-convert-grayscale.png         |  Bin 0 -> 287 bytes
 icons/Legacy/16/gimp-convert-indexed.png           |  Bin 0 -> 381 bytes
 icons/Legacy/16/gimp-convert-rgb.png               |  Bin 0 -> 625 bytes
 icons/Legacy/16/gimp-cursor.png                    |  Bin 0 -> 322 bytes
 icons/Legacy/16/gimp-curve-free.png                |  Bin 0 -> 481 bytes
 icons/Legacy/16/gimp-curve-smooth.png              |  Bin 0 -> 414 bytes
 icons/Legacy/16/gimp-device-status.png             |  Bin 0 -> 786 bytes
 icons/Legacy/16/gimp-display-filter-colorblind.png |  Bin 0 -> 654 bytes
 .../16/gimp-display-filter-colorblind.svg          |    0
 icons/Legacy/16/gimp-display-filter-contrast.png   |  Bin 0 -> 508 bytes
 .../16/gimp-display-filter-contrast.svg            |    0
 icons/Legacy/16/gimp-display-filter-gamma.png      |  Bin 0 -> 630 bytes
 .../16/gimp-display-filter-gamma.svg               |    0
 icons/Legacy/16/gimp-display-filter-lcms.png       |  Bin 0 -> 600 bytes
 .../16/gimp-display-filter-lcms.svg                |    0
 icons/Legacy/16/gimp-display-filter-proof.png      |  Bin 0 -> 721 bytes
 .../16/gimp-display-filter-proof.xcf               |  Bin 2646 -> 2646 bytes
 icons/Legacy/16/gimp-display-filter.png            |  Bin 0 -> 276 bytes
 icons/Legacy/16/gimp-duplicate.png                 |  Bin 0 -> 482 bytes
 icons/Legacy/16/gimp-dynamics.png                  |  Bin 0 -> 722 bytes
 icons/Legacy/16/gimp-edit.png                      |  Bin 0 -> 526 bytes
 icons/Legacy/16/gimp-flip-horizontal.png           |  Bin 0 -> 418 bytes
 icons/Legacy/16/gimp-flip-vertical.png             |  Bin 0 -> 446 bytes
 icons/Legacy/16/gimp-floating-selection.png        |  Bin 0 -> 712 bytes
 icons/Legacy/16/gimp-gegl.png                      |  Bin 0 -> 961 bytes
 icons/{Color/outdated => Legacy}/16/gimp-gegl.svg  |    0
 icons/Legacy/16/gimp-gradient-bilinear.png         |  Bin 0 -> 164 bytes
 .../Legacy/16/gimp-gradient-conical-asymmetric.png |  Bin 0 -> 438 bytes
 .../Legacy/16/gimp-gradient-conical-symmetric.png  |  Bin 0 -> 515 bytes
 icons/Legacy/16/gimp-gradient-linear.png           |  Bin 0 -> 158 bytes
 icons/Legacy/16/gimp-gradient-radial.png           |  Bin 0 -> 616 bytes
 .../Legacy/16/gimp-gradient-shapeburst-angular.png |  Bin 0 -> 370 bytes
 .../Legacy/16/gimp-gradient-shapeburst-dimpled.png |  Bin 0 -> 364 bytes
 .../16/gimp-gradient-shapeburst-spherical.png      |  Bin 0 -> 364 bytes
 .../16/gimp-gradient-spiral-anticlockwise.png      |  Bin 0 -> 699 bytes
 icons/Legacy/16/gimp-gradient-spiral-clockwise.png |  Bin 0 -> 665 bytes
 icons/Legacy/16/gimp-gradient-square.png           |  Bin 0 -> 215 bytes
 icons/Legacy/16/gimp-grid.png                      |  Bin 0 -> 244 bytes
 icons/Legacy/16/gimp-histogram-linear.png          |  Bin 0 -> 396 bytes
 icons/Legacy/16/gimp-histogram-logarithmic.png     |  Bin 0 -> 364 bytes
 icons/Legacy/16/gimp-histogram.png                 |  Bin 0 -> 349 bytes
 icons/Legacy/16/gimp-image.png                     |  Bin 0 -> 533 bytes
 icons/Legacy/16/gimp-images.png                    |  Bin 0 -> 456 bytes
 icons/Legacy/16/gimp-info.png                      |  Bin 0 -> 485 bytes
 .../outdated/xcf => Legacy}/16/gimp-info.xcf       |  Bin 1551 -> 1551 bytes
 icons/Legacy/16/gimp-input-device.png              |  Bin 0 -> 843 bytes
 icons/Legacy/16/gimp-invert.png                    |  Bin 0 -> 259 bytes
 icons/Legacy/16/gimp-join-bevel.png                |  Bin 0 -> 297 bytes
 icons/Legacy/16/gimp-join-miter.png                |  Bin 0 -> 263 bytes
 icons/Legacy/16/gimp-join-round.png                |  Bin 0 -> 357 bytes
 icons/Legacy/16/gimp-landscape.png                 |  Bin 0 -> 398 bytes
 icons/Legacy/16/gimp-layer-mask.png                |  Bin 0 -> 715 bytes
 .../outdated => Legacy}/16/gimp-layer-mask.svg     |    0
 icons/Legacy/16/gimp-layer-to-imagesize.png        |  Bin 0 -> 319 bytes
 icons/Legacy/16/gimp-layer.png                     |  Bin 0 -> 647 bytes
 icons/{Color/outdated => Legacy}/16/gimp-layer.svg |    0
 icons/Legacy/16/gimp-layers.png                    |  Bin 0 -> 585 bytes
 .../{Color/outdated => Legacy}/16/gimp-layers.svg  |    0
 icons/Legacy/16/gimp-list.png                      |  Bin 0 -> 254 bytes
 icons/Legacy/16/gimp-merge-down.png                |  Bin 0 -> 419 bytes
 icons/Legacy/16/gimp-move-to-screen.png            |  Bin 0 -> 592 bytes
 .../xcf => Legacy}/16/gimp-move-to-screen.xcf      |  Bin 1953 -> 1953 bytes
 icons/Legacy/16/gimp-navigation.png                |  Bin 0 -> 222 bytes
 icons/Legacy/16/gimp-paste-as-new.png              |  Bin 0 -> 713 bytes
 .../xcf => Legacy}/16/gimp-paste-as-new.xcf        |  Bin 2119 -> 2119 bytes
 icons/Legacy/16/gimp-paste-into.png                |  Bin 0 -> 557 bytes
 .../outdated/xcf => Legacy}/16/gimp-paste-into.xcf |  Bin 2542 -> 2542 bytes
 icons/Legacy/16/gimp-path-stroke.png               |  Bin 0 -> 715 bytes
 .../xcf => Legacy}/16/gimp-path-stroke.xcf         |  Bin 2319 -> 2319 bytes
 icons/Legacy/16/gimp-path.png                      |  Bin 0 -> 412 bytes
 icons/Legacy/16/gimp-paths.png                     |  Bin 0 -> 470 bytes
 icons/Legacy/16/gimp-plugin.png                    |  Bin 0 -> 378 bytes
 icons/Legacy/16/gimp-portrait.png                  |  Bin 0 -> 536 bytes
 icons/Legacy/16/gimp-prefs-folders-brushes.png     |  Bin 0 -> 635 bytes
 .../16/gimp-prefs-folders-brushes.svg              |    0
 icons/Legacy/16/gimp-prefs-folders-dynamics.png    |  Bin 0 -> 722 bytes
 icons/Legacy/16/gimp-prefs-folders-environ.png     |  Bin 0 -> 860 bytes
 .../16/gimp-prefs-folders-environ.svg              |    0
 icons/Legacy/16/gimp-prefs-folders-fonts.png       |  Bin 0 -> 548 bytes
 .../16/gimp-prefs-folders-fonts.svg                |    0
 icons/Legacy/16/gimp-prefs-folders-gradients.png   |  Bin 0 -> 383 bytes
 .../16/gimp-prefs-folders-gradients.svg            |    0
 icons/Legacy/16/gimp-prefs-folders-icon-themes.png |  Bin 0 -> 601 bytes
 .../16/gimp-prefs-folders-icon-themes.svg          |    0
 icons/Legacy/16/gimp-prefs-folders-interp.png      |  Bin 0 -> 609 bytes
 .../16/gimp-prefs-folders-interp.xcf               |  Bin 2632 -> 2632 bytes
 icons/Legacy/16/gimp-prefs-folders-modules.png     |  Bin 0 -> 851 bytes
 .../16/gimp-prefs-folders-modules.svg              |    0
 icons/Legacy/16/gimp-prefs-folders-palettes.png    |  Bin 0 -> 910 bytes
 .../16/gimp-prefs-folders-palettes.svg             |    0
 icons/Legacy/16/gimp-prefs-folders-patterns.png    |  Bin 0 -> 822 bytes
 .../16/gimp-prefs-folders-patterns.svg             |    0
 icons/Legacy/16/gimp-prefs-folders-plug-ins.png    |  Bin 0 -> 719 bytes
 .../16/gimp-prefs-folders-plug-ins.svg             |    0
 icons/Legacy/16/gimp-prefs-folders-scripts.png     |  Bin 0 -> 609 bytes
 .../16/gimp-prefs-folders-scripts.svg              |    0
 icons/Legacy/16/gimp-prefs-folders-themes.png      |  Bin 0 -> 652 bytes
 .../16/gimp-prefs-folders-themes.svg               |    0
 .../Legacy/16/gimp-prefs-folders-tool-plug-ins.png |  Bin 0 -> 900 bytes
 .../16/gimp-prefs-folders-tool-plug-ins.xcf        |  Bin 2357 -> 2357 bytes
 .../Legacy/16/gimp-prefs-folders-tool-presets.png  |  Bin 0 -> 656 bytes
 icons/Legacy/16/gimp-prefs-folders-tools.png       |  Bin 0 -> 635 bytes
 icons/Legacy/16/gimp-prefs-icon-theme.png          |  Bin 0 -> 492 bytes
 .../16/gimp-prefs-icon-theme.svg                   |    0
 icons/Legacy/16/gimp-prefs-image-windows.png       |  Bin 0 -> 518 bytes
 .../16/gimp-prefs-image-windows.svg                |    0
 icons/Legacy/16/gimp-prefs-interface.png           |  Bin 0 -> 501 bytes
 .../16/gimp-prefs-interface.svg                    |    0
 icons/Legacy/16/gimp-prefs-theme.png               |  Bin 0 -> 479 bytes
 .../outdated => Legacy}/16/gimp-prefs-theme.svg    |    0
 icons/Legacy/16/gimp-prefs-toolbox.png             |  Bin 0 -> 495 bytes
 .../outdated => Legacy}/16/gimp-prefs-toolbox.svg  |    0
 icons/Legacy/16/gimp-prefs-window-management.png   |  Bin 0 -> 322 bytes
 .../16/gimp-prefs-window-management.svg            |    0
 icons/Legacy/16/gimp-print-resolution.png          |  Bin 0 -> 514 bytes
 .../xcf => Legacy}/16/gimp-print-resolution.xcf    |  Bin 2418 -> 2418 bytes
 icons/Legacy/16/gimp-reset.png                     |  Bin 0 -> 438 bytes
 .../outdated/xcf => Legacy}/16/gimp-reset.xcf      |  Bin 1859 -> 1859 bytes
 icons/Legacy/16/gimp-reshow-filter.png             |  Bin 0 -> 631 bytes
 .../xcf => Legacy}/16/gimp-reshow-filter.xcf       |  Bin 2660 -> 2660 bytes
 icons/Legacy/16/gimp-resize.png                    |  Bin 0 -> 299 bytes
 icons/Legacy/16/gimp-rotate-180.png                |  Bin 0 -> 572 bytes
 .../outdated/xcf => Legacy}/16/gimp-rotate-180.xcf |  Bin 1864 -> 1864 bytes
 icons/Legacy/16/gimp-rotate-270.png                |  Bin 0 -> 435 bytes
 .../outdated/xcf => Legacy}/16/gimp-rotate-270.xcf |  Bin 1843 -> 1843 bytes
 icons/Legacy/16/gimp-rotate-90.png                 |  Bin 0 -> 465 bytes
 .../outdated/xcf => Legacy}/16/gimp-rotate-90.xcf  |  Bin 1845 -> 1845 bytes
 icons/Legacy/16/gimp-sample-point.png              |  Bin 0 -> 417 bytes
 icons/Legacy/16/gimp-scale.png                     |  Bin 0 -> 390 bytes
 icons/Legacy/16/gimp-selection-add.png             |  Bin 0 -> 519 bytes
 icons/Legacy/16/gimp-selection-all.png             |  Bin 0 -> 201 bytes
 icons/Legacy/16/gimp-selection-border.png          |  Bin 0 -> 388 bytes
 icons/Legacy/16/gimp-selection-grow.png            |  Bin 0 -> 226 bytes
 icons/Legacy/16/gimp-selection-intersect.png       |  Bin 0 -> 338 bytes
 icons/Legacy/16/gimp-selection-none.png            |  Bin 0 -> 417 bytes
 icons/Legacy/16/gimp-selection-replace.png         |  Bin 0 -> 433 bytes
 icons/Legacy/16/gimp-selection-shrink.png          |  Bin 0 -> 212 bytes
 icons/Legacy/16/gimp-selection-stroke.png          |  Bin 0 -> 798 bytes
 .../xcf => Legacy}/16/gimp-selection-stroke.xcf    |  Bin 2773 -> 2773 bytes
 icons/Legacy/16/gimp-selection-subtract.png        |  Bin 0 -> 399 bytes
 icons/Legacy/16/gimp-selection-to-channel.png      |  Bin 0 -> 323 bytes
 icons/Legacy/16/gimp-selection-to-path.png         |  Bin 0 -> 558 bytes
 icons/Legacy/16/gimp-selection.png                 |  Bin 0 -> 433 bytes
 icons/Legacy/16/gimp-shape-circle.png              |  Bin 0 -> 155 bytes
 icons/Legacy/16/gimp-shape-diamond.png             |  Bin 0 -> 124 bytes
 icons/Legacy/16/gimp-shape-square.png              |  Bin 0 -> 86 bytes
 icons/Legacy/16/gimp-template.png                  |  Bin 0 -> 497 bytes
 .../outdated/xcf => Legacy}/16/gimp-template.xcf   |  Bin 1579 -> 1579 bytes
 icons/Legacy/16/gimp-text-layer.png                |  Bin 0 -> 668 bytes
 .../outdated => Legacy}/16/gimp-text-layer.svg     |    0
 icons/Legacy/16/gimp-toilet-paper.png              |  Bin 0 -> 647 bytes
 .../xcf => Legacy}/16/gimp-toilet-paper.xcf        |  Bin 1609 -> 1609 bytes
 icons/Legacy/16/gimp-tool-airbrush.png             |  Bin 0 -> 639 bytes
 icons/Legacy/16/gimp-tool-align.png                |  Bin 0 -> 304 bytes
 icons/Legacy/16/gimp-tool-blend.png                |  Bin 0 -> 290 bytes
 icons/Legacy/16/gimp-tool-blur.png                 |  Bin 0 -> 884 bytes
 .../outdated/xcf => Legacy}/16/gimp-tool-blur.xcf  |  Bin 2496 -> 2496 bytes
 icons/Legacy/16/gimp-tool-brightness-contrast.png  |  Bin 0 -> 920 bytes
 icons/Legacy/16/gimp-tool-bucket-fill.png          |  Bin 0 -> 822 bytes
 icons/Legacy/16/gimp-tool-by-color-select.png      |  Bin 0 -> 599 bytes
 .../16/gimp-tool-by-color-select.xcf               |  Bin 1966 -> 1966 bytes
 icons/Legacy/16/gimp-tool-cage.png                 |  Bin 0 -> 1081 bytes
 .../outdated => Legacy}/16/gimp-tool-cage.svg      |    0
 icons/Legacy/16/gimp-tool-clone.png                |  Bin 0 -> 585 bytes
 icons/Legacy/16/gimp-tool-color-balance.png        |  Bin 0 -> 498 bytes
 icons/Legacy/16/gimp-tool-color-picker.png         |  Bin 0 -> 494 bytes
 icons/Legacy/16/gimp-tool-colorize.png             |  Bin 0 -> 739 bytes
 .../xcf => Legacy}/16/gimp-tool-colorize.xcf       |  Bin 3038 -> 3038 bytes
 icons/Legacy/16/gimp-tool-crop.png                 |  Bin 0 -> 789 bytes
 icons/Legacy/16/gimp-tool-curves.png               |  Bin 0 -> 455 bytes
 icons/Legacy/16/gimp-tool-desaturate.png           |  Bin 0 -> 561 bytes
 icons/Legacy/16/gimp-tool-dodge.png                |  Bin 0 -> 622 bytes
 .../outdated/xcf => Legacy}/16/gimp-tool-dodge.xcf |  Bin 1795 -> 1795 bytes
 icons/Legacy/16/gimp-tool-ellipse-select.png       |  Bin 0 -> 327 bytes
 icons/Legacy/16/gimp-tool-eraser.png               |  Bin 0 -> 408 bytes
 icons/Legacy/16/gimp-tool-eraser.xcf               |  Bin 0 -> 1559 bytes
 icons/Legacy/16/gimp-tool-flip.png                 |  Bin 0 -> 581 bytes
 icons/Legacy/16/gimp-tool-foreground-select.png    |  Bin 0 -> 682 bytes
 .../16/gimp-tool-foreground-select.xcf             |  Bin 4463 -> 4463 bytes
 icons/Legacy/16/gimp-tool-free-select.png          |  Bin 0 -> 686 bytes
 icons/Legacy/16/gimp-tool-fuzzy-select.png         |  Bin 0 -> 729 bytes
 icons/Legacy/16/gimp-tool-handle-transform.png     |  Bin 0 -> 1166 bytes
 icons/Legacy/16/gimp-tool-heal.png                 |  Bin 0 -> 562 bytes
 .../outdated/xcf => Legacy}/16/gimp-tool-heal.xcf  |  Bin 2439 -> 2439 bytes
 icons/Legacy/16/gimp-tool-hue-saturation.png       |  Bin 0 -> 426 bytes
 icons/Legacy/16/gimp-tool-ink.png                  |  Bin 0 -> 842 bytes
 icons/Legacy/16/gimp-tool-iscissors.png            |  Bin 0 -> 484 bytes
 icons/Legacy/16/gimp-tool-iscissors.xcf            |  Bin 0 -> 1766 bytes
 icons/Legacy/16/gimp-tool-levels.png               |  Bin 0 -> 502 bytes
 .../xcf => Legacy}/16/gimp-tool-levels.xcf         |  Bin 2143 -> 2143 bytes
 icons/Legacy/16/gimp-tool-measure.png              |  Bin 0 -> 718 bytes
 .../outdated => Legacy}/16/gimp-tool-measure.svg   |    0
 icons/Legacy/16/gimp-tool-move.png                 |  Bin 0 -> 323 bytes
 icons/Legacy/16/gimp-tool-move.xcf                 |  Bin 0 -> 1381 bytes
 icons/Legacy/16/gimp-tool-mypaint-brush.png        |  Bin 0 -> 645 bytes
 .../16/gimp-tool-mypaint-brush.svg                 |    0
 icons/Legacy/16/gimp-tool-n-point-deformation.png  |  Bin 0 -> 1083 bytes
 icons/Legacy/16/gimp-tool-options.png              |  Bin 0 -> 518 bytes
 icons/Legacy/16/gimp-tool-paintbrush.png           |  Bin 0 -> 635 bytes
 icons/Legacy/16/gimp-tool-path.png                 |  Bin 0 -> 678 bytes
 .../outdated/xcf => Legacy}/16/gimp-tool-path.xcf  |  Bin 1800 -> 1800 bytes
 icons/Legacy/16/gimp-tool-pencil.png               |  Bin 0 -> 607 bytes
 icons/Legacy/16/gimp-tool-perspective-clone.png    |  Bin 0 -> 830 bytes
 icons/Legacy/16/gimp-tool-perspective-clone.xcf    |  Bin 0 -> 3019 bytes
 icons/Legacy/16/gimp-tool-perspective.png          |  Bin 0 -> 586 bytes
 icons/Legacy/16/gimp-tool-posterize.png            |  Bin 0 -> 568 bytes
 .../xcf => Legacy}/16/gimp-tool-posterize.xcf      |  Bin 2387 -> 2387 bytes
 icons/Legacy/16/gimp-tool-preset.png               |  Bin 0 -> 656 bytes
 .../outdated => Legacy}/16/gimp-tool-preset.svg    |    0
 icons/Legacy/16/gimp-tool-rect-select.png          |  Bin 0 -> 281 bytes
 icons/Legacy/16/gimp-tool-rotate.png               |  Bin 0 -> 703 bytes
 icons/Legacy/16/gimp-tool-scale.png                |  Bin 0 -> 576 bytes
 icons/Legacy/16/gimp-tool-seamless-clone.png       |  Bin 0 -> 5109 bytes
 icons/Legacy/16/gimp-tool-shear.png                |  Bin 0 -> 526 bytes
 icons/Legacy/16/gimp-tool-smudge.png               |  Bin 0 -> 896 bytes
 icons/Legacy/16/gimp-tool-text.png                 |  Bin 0 -> 704 bytes
 icons/Legacy/16/gimp-tool-threshold.png            |  Bin 0 -> 535 bytes
 .../xcf => Legacy}/16/gimp-tool-threshold.xcf      |  Bin 1820 -> 1820 bytes
 icons/Legacy/16/gimp-tool-unified-transform.png    |  Bin 0 -> 607 bytes
 icons/Legacy/16/gimp-tool-unified-transform.xcf    |  Bin 0 -> 2375 bytes
 icons/Legacy/16/gimp-tool-warp.png                 |  Bin 0 -> 771 bytes
 .../outdated/xcf => Legacy}/16/gimp-tool-warp.xcf  |  Bin 2754 -> 2754 bytes
 icons/Legacy/16/gimp-tool-zoom.png                 |  Bin 0 -> 703 bytes
 icons/Legacy/16/gimp-tools.png                     |  Bin 0 -> 586 bytes
 icons/Legacy/16/gimp-transparency.png              |  Bin 0 -> 104 bytes
 icons/Legacy/16/gimp-undo-history.png              |  Bin 0 -> 606 bytes
 icons/Legacy/16/gimp-undo-history.xcf              |  Bin 0 -> 2399 bytes
 icons/Legacy/16/gimp-user-manual.png               |  Bin 0 -> 928 bytes
 icons/Legacy/16/gimp-video.png                     |  Bin 0 -> 513 bytes
 icons/Legacy/16/gimp-warning.png                   |  Bin 0 -> 603 bytes
 icons/Legacy/16/gimp-web.png                       |  Bin 0 -> 874 bytes
 icons/{Color/outdated => Legacy}/16/gimp-web.svg   |    0
 icons/Legacy/16/gimp-wilber.png                    |  Bin 0 -> 765 bytes
 icons/Legacy/18/gimp-color-picker-black.png        |  Bin 0 -> 527 bytes
 icons/Legacy/18/gimp-color-picker-gray.png         |  Bin 0 -> 546 bytes
 icons/Legacy/18/gimp-color-picker-white.png        |  Bin 0 -> 548 bytes
 icons/Legacy/192/gimp-wilber-outline.png           |  Bin 0 -> 20810 bytes
 icons/Legacy/192/gimp-wilber.png                   |  Bin 0 -> 19452 bytes
 icons/Legacy/20/gimp-linked.png                    |  Bin 0 -> 644 bytes
 icons/Legacy/20/gimp-visible.png                   |  Bin 0 -> 617 bytes
 icons/Legacy/22/gimp-char-picker.png               |  Bin 0 -> 714 bytes
 icons/Legacy/22/gimp-dynamics.png                  |  Bin 0 -> 997 bytes
 icons/Legacy/22/gimp-gegl.png                      |  Bin 0 -> 1422 bytes
 icons/{Color/outdated => Legacy}/22/gimp-gegl.svg  |    0
 icons/Legacy/22/gimp-histogram.png                 |  Bin 0 -> 515 bytes
 icons/Legacy/22/gimp-input-device.png              |  Bin 0 -> 1080 bytes
 icons/Legacy/22/gimp-landscape.png                 |  Bin 0 -> 813 bytes
 icons/Legacy/22/gimp-letter-spacing.png            |  Bin 0 -> 663 bytes
 icons/Legacy/22/gimp-letter-spacing.xcf            |  Bin 0 -> 3191 bytes
 icons/Legacy/22/gimp-line-spacing.png              |  Bin 0 -> 565 bytes
 icons/Legacy/22/gimp-line-spacing.xcf              |  Bin 0 -> 4343 bytes
 icons/Legacy/22/gimp-path.png                      |  Bin 0 -> 609 bytes
 icons/Legacy/22/gimp-paths.png                     |  Bin 0 -> 781 bytes
 icons/Legacy/22/gimp-portrait.png                  |  Bin 0 -> 816 bytes
 icons/Legacy/22/gimp-prefs-color-management.png    |  Bin 0 -> 1073 bytes
 .../22/gimp-prefs-color-management.xcf             |  Bin 2389 -> 2389 bytes
 icons/Legacy/22/gimp-prefs-controllers.png         |  Bin 0 -> 1312 bytes
 .../xcf => Legacy}/22/gimp-prefs-controllers.xcf   |  Bin 3009 -> 3009 bytes
 icons/Legacy/22/gimp-prefs-default-grid.png        |  Bin 0 -> 865 bytes
 .../xcf => Legacy}/22/gimp-prefs-default-grid.xcf  |  Bin 3186 -> 3186 bytes
 icons/Legacy/22/gimp-prefs-display.png             |  Bin 0 -> 1066 bytes
 .../xcf => Legacy}/22/gimp-prefs-display.xcf       |  Bin 3210 -> 3210 bytes
 icons/Legacy/22/gimp-prefs-folders-brushes.png     |  Bin 0 -> 885 bytes
 .../22/gimp-prefs-folders-brushes.svg              |    0
 icons/Legacy/22/gimp-prefs-folders-dynamics.png    |  Bin 0 -> 997 bytes
 icons/Legacy/22/gimp-prefs-folders-environ.png     |  Bin 0 -> 1283 bytes
 .../22/gimp-prefs-folders-environ.svg              |    0
 icons/Legacy/22/gimp-prefs-folders-fonts.png       |  Bin 0 -> 858 bytes
 .../22/gimp-prefs-folders-fonts.svg                |    0
 icons/Legacy/22/gimp-prefs-folders-gradients.png   |  Bin 0 -> 602 bytes
 .../22/gimp-prefs-folders-gradients.svg            |    0
 icons/Legacy/22/gimp-prefs-folders-icon-themes.png |  Bin 0 -> 755 bytes
 .../22/gimp-prefs-folders-icon-themes.svg          |    0
 icons/Legacy/22/gimp-prefs-folders-interp.png      |  Bin 0 -> 1357 bytes
 .../22/gimp-prefs-folders-interp.xcf               |  Bin 3741 -> 3741 bytes
 icons/Legacy/22/gimp-prefs-folders-modules.png     |  Bin 0 -> 1301 bytes
 .../22/gimp-prefs-folders-modules.svg              |    0
 icons/Legacy/22/gimp-prefs-folders-palettes.png    |  Bin 0 -> 1264 bytes
 .../22/gimp-prefs-folders-palettes.svg             |    0
 icons/Legacy/22/gimp-prefs-folders-patterns.png    |  Bin 0 -> 1255 bytes
 .../22/gimp-prefs-folders-patterns.svg             |    0
 icons/Legacy/22/gimp-prefs-folders-plug-ins.png    |  Bin 0 -> 1110 bytes
 .../22/gimp-prefs-folders-plug-ins.svg             |    0
 icons/Legacy/22/gimp-prefs-folders-scripts.png     |  Bin 0 -> 991 bytes
 .../22/gimp-prefs-folders-scripts.svg              |    0
 icons/Legacy/22/gimp-prefs-folders-themes.png      |  Bin 0 -> 971 bytes
 .../22/gimp-prefs-folders-themes.svg               |    0
 .../Legacy/22/gimp-prefs-folders-tool-plug-ins.png |  Bin 0 -> 1356 bytes
 .../22/gimp-prefs-folders-tool-plug-ins.xcf        |  Bin 3194 -> 3194 bytes
 .../Legacy/22/gimp-prefs-folders-tool-presets.png  |  Bin 0 -> 933 bytes
 icons/Legacy/22/gimp-prefs-folders-tools.png       |  Bin 0 -> 885 bytes
 icons/Legacy/22/gimp-prefs-folders.png             |  Bin 0 -> 665 bytes
 .../xcf => Legacy}/22/gimp-prefs-folders.xcf       |  Bin 2684 -> 2684 bytes
 icons/Legacy/22/gimp-prefs-help-system.png         |  Bin 0 -> 1518 bytes
 icons/Legacy/22/gimp-prefs-icon-theme.png          |  Bin 0 -> 653 bytes
 .../22/gimp-prefs-icon-theme.svg                   |    0
 icons/Legacy/22/gimp-prefs-image-title.png         |  Bin 0 -> 612 bytes
 .../xcf => Legacy}/22/gimp-prefs-image-title.xcf   |  Bin 2320 -> 2320 bytes
 icons/Legacy/22/gimp-prefs-image-windows.png       |  Bin 0 -> 748 bytes
 .../22/gimp-prefs-image-windows.svg                |    0
 icons/Legacy/22/gimp-prefs-input-devices.png       |  Bin 0 -> 1110 bytes
 .../xcf => Legacy}/22/gimp-prefs-input-devices.xcf |  Bin 4554 -> 4554 bytes
 icons/Legacy/22/gimp-prefs-interface.png           |  Bin 0 -> 1027 bytes
 .../22/gimp-prefs-interface.svg                    |    0
 icons/Legacy/22/gimp-prefs-new-image.png           |  Bin 0 -> 1032 bytes
 .../xcf => Legacy}/22/gimp-prefs-new-image.xcf     |  Bin 3319 -> 3319 bytes
 icons/Legacy/22/gimp-prefs-playground.png          |  Bin 0 -> 11351 bytes
 icons/Legacy/22/gimp-prefs-session.png             |  Bin 0 -> 1486 bytes
 .../xcf => Legacy}/22/gimp-prefs-session.xcf       |  Bin 3759 -> 3759 bytes
 icons/Legacy/22/gimp-prefs-system-resources.png    |  Bin 0 -> 848 bytes
 .../22/gimp-prefs-system-resources.xcf             |  Bin 3204 -> 3204 bytes
 icons/Legacy/22/gimp-prefs-theme.png               |  Bin 0 -> 785 bytes
 .../outdated => Legacy}/22/gimp-prefs-theme.svg    |    0
 icons/Legacy/22/gimp-prefs-tool-options.png        |  Bin 0 -> 1053 bytes
 .../xcf => Legacy}/22/gimp-prefs-tool-options.xcf  |  Bin 2894 -> 2894 bytes
 icons/Legacy/22/gimp-prefs-toolbox.png             |  Bin 0 -> 850 bytes
 .../outdated => Legacy}/22/gimp-prefs-toolbox.svg  |    0
 icons/Legacy/22/gimp-prefs-window-management.png   |  Bin 0 -> 437 bytes
 .../22/gimp-prefs-window-management.svg            |    0
 icons/Legacy/22/gimp-tool-airbrush.png             |  Bin 0 -> 772 bytes
 icons/Legacy/22/gimp-tool-align.png                |  Bin 0 -> 380 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-align.xcf |  Bin 1901 -> 1901 bytes
 icons/Legacy/22/gimp-tool-blend.png                |  Bin 0 -> 449 bytes
 icons/Legacy/22/gimp-tool-blur.png                 |  Bin 0 -> 1074 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-blur.xcf  |  Bin 2810 -> 2810 bytes
 icons/Legacy/22/gimp-tool-brightness-contrast.png  |  Bin 0 -> 1394 bytes
 icons/Legacy/22/gimp-tool-bucket-fill.png          |  Bin 0 -> 1253 bytes
 .../22/gimp-tool-bucket-fill.svg                   |    0
 icons/Legacy/22/gimp-tool-by-color-select.png      |  Bin 0 -> 689 bytes
 .../22/gimp-tool-by-color-select.xcf               |  Bin 2470 -> 2470 bytes
 icons/Legacy/22/gimp-tool-cage.png                 |  Bin 0 -> 1771 bytes
 .../outdated => Legacy}/22/gimp-tool-cage.svg      |    0
 icons/Legacy/22/gimp-tool-clone.png                |  Bin 0 -> 715 bytes
 icons/Legacy/22/gimp-tool-color-balance.png        |  Bin 0 -> 745 bytes
 icons/Legacy/22/gimp-tool-color-picker.png         |  Bin 0 -> 718 bytes
 icons/Legacy/22/gimp-tool-colorize.png             |  Bin 0 -> 1241 bytes
 .../xcf => Legacy}/22/gimp-tool-colorize.xcf       |  Bin 4507 -> 4507 bytes
 icons/Legacy/22/gimp-tool-crop.png                 |  Bin 0 -> 1132 bytes
 icons/Legacy/22/gimp-tool-curves.png               |  Bin 0 -> 763 bytes
 .../xcf => Legacy}/22/gimp-tool-curves.xcf         |  Bin 2867 -> 2867 bytes
 icons/Legacy/22/gimp-tool-desaturate.png           |  Bin 0 -> 789 bytes
 icons/Legacy/22/gimp-tool-dodge.png                |  Bin 0 -> 875 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-dodge.xcf |  Bin 2462 -> 2462 bytes
 icons/Legacy/22/gimp-tool-ellipse-select.png       |  Bin 0 -> 877 bytes
 .../xcf => Legacy}/22/gimp-tool-ellipse-select.xcf |  Bin 2914 -> 2914 bytes
 icons/Legacy/22/gimp-tool-eraser.png               |  Bin 0 -> 830 bytes
 .../xcf => Legacy}/22/gimp-tool-eraser.xcf         |  Bin 2314 -> 2314 bytes
 icons/Legacy/22/gimp-tool-flip.png                 |  Bin 0 -> 975 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-flip.xcf  |  Bin 3475 -> 3475 bytes
 icons/Legacy/22/gimp-tool-foreground-select.png    |  Bin 0 -> 1072 bytes
 .../22/gimp-tool-foreground-select.xcf             |  Bin 6621 -> 6621 bytes
 icons/Legacy/22/gimp-tool-free-select.png          |  Bin 0 -> 959 bytes
 .../xcf => Legacy}/22/gimp-tool-free-select.xcf    |  Bin 2281 -> 2281 bytes
 icons/Legacy/22/gimp-tool-fuzzy-select.png         |  Bin 0 -> 852 bytes
 icons/Legacy/22/gimp-tool-handle-transform.png     |  Bin 0 -> 2084 bytes
 icons/Legacy/22/gimp-tool-heal.png                 |  Bin 0 -> 918 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-heal.xcf  |  Bin 2978 -> 2978 bytes
 icons/Legacy/22/gimp-tool-hue-saturation.png       |  Bin 0 -> 551 bytes
 icons/Legacy/22/gimp-tool-ink.png                  |  Bin 0 -> 1089 bytes
 icons/Legacy/22/gimp-tool-iscissors.png            |  Bin 0 -> 996 bytes
 .../xcf => Legacy}/22/gimp-tool-iscissors.xcf      |  Bin 2734 -> 2734 bytes
 icons/Legacy/22/gimp-tool-levels.png               |  Bin 0 -> 685 bytes
 .../xcf => Legacy}/22/gimp-tool-levels.xcf         |  Bin 4575 -> 4575 bytes
 icons/Legacy/22/gimp-tool-measure.png              |  Bin 0 -> 1030 bytes
 .../outdated => Legacy}/22/gimp-tool-measure.svg   |    0
 .../xcf => Legacy}/22/gimp-tool-measure.xcf        |  Bin 2472 -> 2472 bytes
 icons/Legacy/22/gimp-tool-move.png                 |  Bin 0 -> 638 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-move.xcf  |  Bin 2196 -> 2196 bytes
 icons/Legacy/22/gimp-tool-mypaint-brush.png        |  Bin 0 -> 944 bytes
 .../22/gimp-tool-mypaint-brush.svg                 |    0
 icons/Legacy/22/gimp-tool-n-point-deformation.png  |  Bin 0 -> 1626 bytes
 icons/Legacy/22/gimp-tool-paintbrush.png           |  Bin 0 -> 885 bytes
 icons/Legacy/22/gimp-tool-path.png                 |  Bin 0 -> 920 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-path.xcf  |  Bin 2781 -> 2781 bytes
 icons/Legacy/22/gimp-tool-pencil.png               |  Bin 0 -> 820 bytes
 icons/Legacy/22/gimp-tool-perspective-clone.png    |  Bin 0 -> 1158 bytes
 .../22/gimp-tool-perspective-clone.xcf             |  Bin 3437 -> 3437 bytes
 icons/Legacy/22/gimp-tool-perspective.png          |  Bin 0 -> 914 bytes
 .../xcf => Legacy}/22/gimp-tool-perspective.xcf    |  Bin 3778 -> 3778 bytes
 icons/Legacy/22/gimp-tool-posterize.png            |  Bin 0 -> 1072 bytes
 .../xcf => Legacy}/22/gimp-tool-posterize.xcf      |  Bin 3340 -> 3340 bytes
 icons/Legacy/22/gimp-tool-preset.png               |  Bin 0 -> 933 bytes
 .../outdated => Legacy}/22/gimp-tool-preset.svg    |    0
 icons/Legacy/22/gimp-tool-rect-select.png          |  Bin 0 -> 499 bytes
 .../xcf => Legacy}/22/gimp-tool-rect-select.xcf    |  Bin 2075 -> 2075 bytes
 icons/Legacy/22/gimp-tool-rotate.png               |  Bin 0 -> 863 bytes
 .../xcf => Legacy}/22/gimp-tool-rotate.xcf         |  Bin 3263 -> 3263 bytes
 icons/Legacy/22/gimp-tool-scale.png                |  Bin 0 -> 902 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-scale.xcf |  Bin 4200 -> 4200 bytes
 icons/Legacy/22/gimp-tool-seamless-clone.png       |  Bin 0 -> 13990 bytes
 icons/Legacy/22/gimp-tool-shear.png                |  Bin 0 -> 797 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-shear.xcf |  Bin 3698 -> 3698 bytes
 icons/Legacy/22/gimp-tool-smudge.png               |  Bin 0 -> 1009 bytes
 .../xcf => Legacy}/22/gimp-tool-smudge.xcf         |  Bin 2222 -> 2222 bytes
 icons/Legacy/22/gimp-tool-text.png                 |  Bin 0 -> 1032 bytes
 icons/Legacy/22/gimp-tool-threshold.png            |  Bin 0 -> 714 bytes
 .../xcf => Legacy}/22/gimp-tool-threshold.xcf      |  Bin 2327 -> 2327 bytes
 icons/Legacy/22/gimp-tool-unified-transform.png    |  Bin 0 -> 636 bytes
 .../22/gimp-tool-unified-transform.xcf             |  Bin 3149 -> 3149 bytes
 icons/Legacy/22/gimp-tool-warp.png                 |  Bin 0 -> 1192 bytes
 .../outdated/xcf => Legacy}/22/gimp-tool-warp.xcf  |  Bin 4041 -> 4041 bytes
 icons/Legacy/22/gimp-tool-zoom.png                 |  Bin 0 -> 1197 bytes
 icons/Legacy/22/gimp-wilber.png                    |  Bin 0 -> 1071 bytes
 icons/Legacy/24/gimp-center.png                    |  Bin 0 -> 756 bytes
 icons/Legacy/24/gimp-channel-alpha.png             |  Bin 0 -> 1008 bytes
 .../outdated => Legacy}/24/gimp-channel-alpha.svg  |    0
 icons/Legacy/24/gimp-channel-blue.png              |  Bin 0 -> 1013 bytes
 icons/Legacy/24/gimp-channel-gray.png              |  Bin 0 -> 999 bytes
 icons/Legacy/24/gimp-channel-green.png             |  Bin 0 -> 998 bytes
 icons/Legacy/24/gimp-channel-indexed.png           |  Bin 0 -> 1035 bytes
 .../24/gimp-channel-indexed.svg                    |    0
 icons/Legacy/24/gimp-channel-red.png               |  Bin 0 -> 1000 bytes
 icons/Legacy/24/gimp-channel.png                   |  Bin 0 -> 1133 bytes
 icons/Legacy/24/gimp-channels.png                  |  Bin 0 -> 1040 bytes
 icons/Legacy/24/gimp-colormap.png                  |  Bin 0 -> 796 bytes
 .../outdated => Legacy}/24/gimp-colormap.svg       |    0
 icons/Legacy/24/gimp-controller-keyboard.png       |  Bin 0 -> 839 bytes
 icons/Legacy/24/gimp-controller-linux-input.png    |  Bin 0 -> 1232 bytes
 .../24/gimp-controller-linux-input.xcf             |  Bin 3311 -> 3311 bytes
 icons/Legacy/24/gimp-controller-midi.png           |  Bin 0 -> 804 bytes
 .../xcf => Legacy}/24/gimp-controller-midi.xcf     |  Bin 4197 -> 4197 bytes
 icons/Legacy/24/gimp-controller-wheel.png          |  Bin 0 -> 1117 bytes
 .../xcf => Legacy}/24/gimp-controller-wheel.xcf    |  Bin 6839 -> 6839 bytes
 icons/Legacy/24/gimp-controller.png                |  Bin 0 -> 554 bytes
 icons/Legacy/24/gimp-cursor.png                    |  Bin 0 -> 442 bytes
 icons/Legacy/24/gimp-device-status.png             |  Bin 0 -> 1492 bytes
 icons/Legacy/24/gimp-display-filter-colorblind.png |  Bin 0 -> 976 bytes
 .../24/gimp-display-filter-colorblind.svg          |    0
 icons/Legacy/24/gimp-display-filter-contrast.png   |  Bin 0 -> 712 bytes
 .../24/gimp-display-filter-contrast.svg            |    0
 icons/Legacy/24/gimp-display-filter-gamma.png      |  Bin 0 -> 879 bytes
 .../24/gimp-display-filter-gamma.svg               |    0
 icons/Legacy/24/gimp-display-filter-lcms.png       |  Bin 0 -> 1165 bytes
 .../24/gimp-display-filter-lcms.svg                |    0
 icons/Legacy/24/gimp-display-filter-proof.png      |  Bin 0 -> 1262 bytes
 .../24/gimp-display-filter-proof.xcf               |  Bin 4407 -> 4407 bytes
 icons/Legacy/24/gimp-display-filter.png            |  Bin 0 -> 757 bytes
 icons/Legacy/24/gimp-floating-selection.png        |  Bin 0 -> 1056 bytes
 icons/Legacy/24/gimp-gravity-east.png              |  Bin 0 -> 548 bytes
 icons/Legacy/24/gimp-gravity-north-east.png        |  Bin 0 -> 662 bytes
 icons/Legacy/24/gimp-gravity-north-west.png        |  Bin 0 -> 630 bytes
 icons/Legacy/24/gimp-gravity-north.png             |  Bin 0 -> 544 bytes
 icons/Legacy/24/gimp-gravity-south-east.png        |  Bin 0 -> 576 bytes
 icons/Legacy/24/gimp-gravity-south-west.png        |  Bin 0 -> 598 bytes
 icons/Legacy/24/gimp-gravity-south.png             |  Bin 0 -> 467 bytes
 icons/Legacy/24/gimp-gravity-west.png              |  Bin 0 -> 569 bytes
 icons/Legacy/24/gimp-hcenter.png                   |  Bin 0 -> 762 bytes
 icons/Legacy/24/gimp-hchain-broken.png             |  Bin 0 -> 373 bytes
 icons/Legacy/24/gimp-hchain.png                    |  Bin 0 -> 374 bytes
 icons/Legacy/24/gimp-hfill.png                     |  Bin 0 -> 7270 bytes
 icons/Legacy/24/gimp-image.png                     |  Bin 0 -> 774 bytes
 icons/Legacy/24/gimp-images.png                    |  Bin 0 -> 740 bytes
 icons/Legacy/24/gimp-info.png                      |  Bin 0 -> 968 bytes
 .../outdated/xcf => Legacy}/24/gimp-info.xcf       |  Bin 4708 -> 4708 bytes
 icons/Legacy/24/gimp-layer-mask.png                |  Bin 0 -> 1105 bytes
 .../outdated => Legacy}/24/gimp-layer-mask.svg     |    0
 icons/Legacy/24/gimp-layer.png                     |  Bin 0 -> 1004 bytes
 icons/{Color/outdated => Legacy}/24/gimp-layer.svg |    0
 icons/Legacy/24/gimp-layers.png                    |  Bin 0 -> 704 bytes
 .../{Color/outdated => Legacy}/24/gimp-layers.svg  |    0
 icons/Legacy/24/gimp-move-to-screen.png            |  Bin 0 -> 1032 bytes
 .../xcf => Legacy}/24/gimp-move-to-screen.xcf      |  Bin 3059 -> 3059 bytes
 icons/Legacy/24/gimp-print-resolution.png          |  Bin 0 -> 839 bytes
 .../xcf => Legacy}/24/gimp-print-resolution.xcf    |  Bin 3511 -> 3511 bytes
 icons/Legacy/24/gimp-sample-point.png              |  Bin 0 -> 842 bytes
 icons/Legacy/24/gimp-template.png                  |  Bin 0 -> 925 bytes
 .../outdated/xcf => Legacy}/24/gimp-template.xcf   |  Bin 3752 -> 3752 bytes
 icons/Legacy/24/gimp-text-dir-ltr.png              |  Bin 0 -> 478 bytes
 .../xcf => Legacy}/24/gimp-text-dir-ltr.xcf        |  Bin 1560 -> 1560 bytes
 icons/Legacy/24/gimp-text-dir-rtl.png              |  Bin 0 -> 529 bytes
 .../xcf => Legacy}/24/gimp-text-dir-rtl.xcf        |  Bin 1814 -> 1814 bytes
 icons/Legacy/24/gimp-text-layer.png                |  Bin 0 -> 878 bytes
 .../outdated => Legacy}/24/gimp-text-layer.svg     |    0
 icons/Legacy/24/gimp-toilet-paper.png              |  Bin 0 -> 1136 bytes
 .../xcf => Legacy}/24/gimp-toilet-paper.xcf        |  Bin 2693 -> 2693 bytes
 icons/Legacy/24/gimp-tool-options.png              |  Bin 0 -> 769 bytes
 .../xcf => Legacy}/24/gimp-tool-options.xcf        |  Bin 2684 -> 2684 bytes
 icons/Legacy/24/gimp-tools.png                     |  Bin 0 -> 961 bytes
 icons/Legacy/24/gimp-transparency.png              |  Bin 0 -> 114 bytes
 icons/Legacy/24/gimp-undo-history.png              |  Bin 0 -> 1327 bytes
 .../outdated => Legacy}/24/gimp-undo-history.svg   |    0
 icons/Legacy/24/gimp-user-manual.png               |  Bin 0 -> 1458 bytes
 icons/Legacy/24/gimp-vcenter.png                   |  Bin 0 -> 678 bytes
 icons/Legacy/24/gimp-vchain-broken.png             |  Bin 0 -> 422 bytes
 icons/Legacy/24/gimp-vchain.png                    |  Bin 0 -> 379 bytes
 icons/Legacy/24/gimp-vfill.png                     |  Bin 0 -> 7037 bytes
 icons/Legacy/24/gimp-video.png                     |  Bin 0 -> 1241 bytes
 icons/Legacy/24/gimp-warning.png                   |  Bin 0 -> 934 bytes
 icons/Legacy/24/gimp-web.png                       |  Bin 0 -> 1385 bytes
 icons/Legacy/256/gimp-wilber-outline.png           |  Bin 0 -> 29826 bytes
 icons/Legacy/256/gimp-wilber.png                   |  Bin 0 -> 28032 bytes
 icons/Legacy/32/gimp-channel-alpha.png             |  Bin 0 -> 1420 bytes
 .../outdated => Legacy}/32/gimp-channel-alpha.svg  |    0
 icons/Legacy/32/gimp-channel-blue.png              |  Bin 0 -> 1147 bytes
 icons/Legacy/32/gimp-channel-gray.png              |  Bin 0 -> 1135 bytes
 icons/Legacy/32/gimp-channel-green.png             |  Bin 0 -> 1147 bytes
 icons/Legacy/32/gimp-channel-indexed.png           |  Bin 0 -> 1249 bytes
 .../32/gimp-channel-indexed.svg                    |    0
 icons/Legacy/32/gimp-channel-red.png               |  Bin 0 -> 1145 bytes
 icons/Legacy/32/gimp-channel.png                   |  Bin 0 -> 1289 bytes
 icons/Legacy/32/gimp-floating-selection.png        |  Bin 0 -> 1331 bytes
 icons/Legacy/32/gimp-image.png                     |  Bin 0 -> 1272 bytes
 icons/Legacy/32/gimp-layer-mask.png                |  Bin 0 -> 1666 bytes
 .../outdated => Legacy}/32/gimp-layer-mask.svg     |    0
 icons/Legacy/32/gimp-layer.png                     |  Bin 0 -> 1335 bytes
 icons/{Color/outdated => Legacy}/32/gimp-layer.svg |    0
 icons/Legacy/32/gimp-text-layer.png                |  Bin 0 -> 1158 bytes
 .../outdated => Legacy}/32/gimp-text-layer.svg     |    0
 icons/Legacy/32/gimp-user-manual.png               |  Bin 0 -> 2146 bytes
 icons/Legacy/32/gimp-wilber.png                    |  Bin 0 -> 1759 bytes
 icons/Legacy/48/gimp-channel-alpha.png             |  Bin 0 -> 2039 bytes
 icons/Legacy/48/gimp-channel-blue.png              |  Bin 0 -> 1778 bytes
 icons/Legacy/48/gimp-channel-gray.png              |  Bin 0 -> 1739 bytes
 icons/Legacy/48/gimp-channel-green.png             |  Bin 0 -> 1788 bytes
 icons/Legacy/48/gimp-channel-indexed.png           |  Bin 0 -> 1663 bytes
 icons/Legacy/48/gimp-channel-red.png               |  Bin 0 -> 1743 bytes
 icons/Legacy/48/gimp-channel.png                   |  Bin 0 -> 2055 bytes
 icons/Legacy/48/gimp-floating-selection.png        |  Bin 0 -> 2032 bytes
 icons/Legacy/48/gimp-image.png                     |  Bin 0 -> 2055 bytes
 icons/Legacy/48/gimp-layer-mask.png                |  Bin 0 -> 2130 bytes
 icons/Legacy/48/gimp-layer.png                     |  Bin 0 -> 1651 bytes
 icons/Legacy/48/gimp-prefs-color-management.png    |  Bin 0 -> 3245 bytes
 .../48/gimp-prefs-color-management.xcf             |  Bin 15513 -> 15513 bytes
 icons/Legacy/48/gimp-prefs-controllers.png         |  Bin 0 -> 3417 bytes
 .../48/gimp-prefs-controllers.svg                  |    0
 icons/Legacy/48/gimp-prefs-default-comment.png     |  Bin 0 -> 3023 bytes
 .../48/gimp-prefs-default-comment.svg              |    0
 icons/Legacy/48/gimp-prefs-default-grid.png        |  Bin 0 -> 2519 bytes
 .../48/gimp-prefs-default-grid.svg                 |    0
 icons/Legacy/48/gimp-prefs-display.png             |  Bin 0 -> 2870 bytes
 .../outdated => Legacy}/48/gimp-prefs-display.svg  |    0
 icons/Legacy/48/gimp-prefs-folders-brushes.png     |  Bin 0 -> 2323 bytes
 .../48/gimp-prefs-folders-brushes.svg              |    0
 icons/Legacy/48/gimp-prefs-folders-dynamics.png    |  Bin 0 -> 2062 bytes
 .../48/gimp-prefs-folders-dynamics.svg             |    0
 icons/Legacy/48/gimp-prefs-folders-environ.png     |  Bin 0 -> 2478 bytes
 .../48/gimp-prefs-folders-environ.svg              |    0
 icons/Legacy/48/gimp-prefs-folders-fonts.png       |  Bin 0 -> 1864 bytes
 .../48/gimp-prefs-folders-fonts.svg                |    0
 icons/Legacy/48/gimp-prefs-folders-gradients.png   |  Bin 0 -> 1706 bytes
 .../48/gimp-prefs-folders-gradients.svg            |    0
 icons/Legacy/48/gimp-prefs-folders-icon-themes.png |  Bin 0 -> 1615 bytes
 .../48/gimp-prefs-folders-icon-themes.svg          |    0
 icons/Legacy/48/gimp-prefs-folders-interp.png      |  Bin 0 -> 3389 bytes
 .../48/gimp-prefs-folders-interp.svg               |    0
 icons/Legacy/48/gimp-prefs-folders-modules.png     |  Bin 0 -> 2437 bytes
 .../48/gimp-prefs-folders-modules.svg              |    0
 icons/Legacy/48/gimp-prefs-folders-palettes.png    |  Bin 0 -> 2409 bytes
 .../48/gimp-prefs-folders-palettes.svg             |    0
 icons/Legacy/48/gimp-prefs-folders-patterns.png    |  Bin 0 -> 2959 bytes
 .../48/gimp-prefs-folders-patterns.svg             |    0
 icons/Legacy/48/gimp-prefs-folders-plug-ins.png    |  Bin 0 -> 2335 bytes
 .../48/gimp-prefs-folders-plug-ins.svg             |    0
 icons/Legacy/48/gimp-prefs-folders-scripts.png     |  Bin 0 -> 2204 bytes
 .../48/gimp-prefs-folders-scripts.svg              |    0
 icons/Legacy/48/gimp-prefs-folders-themes.png      |  Bin 0 -> 1972 bytes
 .../48/gimp-prefs-folders-themes.svg               |    0
 .../Legacy/48/gimp-prefs-folders-tool-plug-ins.png |  Bin 0 -> 2852 bytes
 .../Legacy/48/gimp-prefs-folders-tool-presets.png  |  Bin 0 -> 2276 bytes
 .../48/gimp-prefs-folders-tool-presets.svg         |    0
 icons/Legacy/48/gimp-prefs-folders-tools.png       |  Bin 0 -> 2323 bytes
 .../48/gimp-prefs-folders-tools.svg                |    0
 icons/Legacy/48/gimp-prefs-folders.png             |  Bin 0 -> 1023 bytes
 .../outdated => Legacy}/48/gimp-prefs-folders.svg  |    0
 .../xcf => Legacy}/48/gimp-prefs-folders.xcf.gz    |  Bin 8972 -> 8972 bytes
 icons/Legacy/48/gimp-prefs-help-system.png         |  Bin 0 -> 4634 bytes
 icons/Legacy/48/gimp-prefs-icon-theme.png          |  Bin 0 -> 1002 bytes
 .../48/gimp-prefs-icon-theme.svg                   |    0
 icons/Legacy/48/gimp-prefs-image-title.png         |  Bin 0 -> 1316 bytes
 .../48/gimp-prefs-image-title.svg                  |    0
 icons/Legacy/48/gimp-prefs-image-windows.png       |  Bin 0 -> 2254 bytes
 .../48/gimp-prefs-image-windows.svg                |    0
 icons/Legacy/48/gimp-prefs-input-devices.png       |  Bin 0 -> 3598 bytes
 .../48/gimp-prefs-input-devices.svg                |    0
 icons/Legacy/48/gimp-prefs-interface.png           |  Bin 0 -> 1954 bytes
 .../48/gimp-prefs-interface.svg                    |    0
 icons/Legacy/48/gimp-prefs-new-image.png           |  Bin 0 -> 3517 bytes
 .../48/gimp-prefs-new-image.svg                    |    0
 icons/Legacy/48/gimp-prefs-playground.png          |  Bin 0 -> 17088 bytes
 icons/Legacy/48/gimp-prefs-session.png             |  Bin 0 -> 5356 bytes
 .../outdated => Legacy}/48/gimp-prefs-session.svg  |    0
 icons/Legacy/48/gimp-prefs-system-resources.png    |  Bin 0 -> 2588 bytes
 .../48/gimp-prefs-system-resources.svg             |    0
 icons/Legacy/48/gimp-prefs-theme.png               |  Bin 0 -> 2243 bytes
 .../outdated => Legacy}/48/gimp-prefs-theme.svg    |    0
 icons/Legacy/48/gimp-prefs-tool-options.png        |  Bin 0 -> 2674 bytes
 .../xcf => Legacy}/48/gimp-prefs-tool-options.xcf  |  Bin 8258 -> 8258 bytes
 icons/Legacy/48/gimp-prefs-toolbox.png             |  Bin 0 -> 1467 bytes
 icons/Legacy/48/gimp-prefs-window-management.png   |  Bin 0 -> 852 bytes
 .../48/gimp-prefs-window-management.svg            |    0
 icons/Legacy/48/gimp-text-layer.png                |  Bin 0 -> 1714 bytes
 icons/Legacy/48/gimp-wilber.png                    |  Bin 0 -> 3189 bytes
 .../xcf => Legacy}/64/gimp-dialog-icons.xcf.gz     |  Bin 15795 -> 15795 bytes
 icons/Legacy/64/gimp-error.png                     |  Bin 0 -> 4819 bytes
 icons/Legacy/64/gimp-frame.png                     |  Bin 0 -> 398 bytes
 icons/Legacy/64/gimp-info.png                      |  Bin 0 -> 5727 bytes
 icons/Legacy/64/gimp-question.png                  |  Bin 0 -> 5178 bytes
 icons/Legacy/64/gimp-texture.png                   |  Bin 0 -> 198 bytes
 icons/Legacy/64/gimp-user-manual.png               |  Bin 0 -> 5206 bytes
 icons/Legacy/64/gimp-warning.png                   |  Bin 0 -> 4660 bytes
 icons/Legacy/64/gimp-wilber-eek.png                |  Bin 0 -> 4203 bytes
 icons/Legacy/64/gimp-wilber-outline.png            |  Bin 0 -> 4842 bytes
 icons/Legacy/64/gimp-wilber.png                    |  Bin 0 -> 4473 bytes
 icons/Legacy/96/gimp-wilber-outline.png            |  Bin 0 -> 8708 bytes
 icons/Legacy/96/gimp-wilber.png                    |  Bin 0 -> 7921 bytes
 icons/Legacy/Makefile.am                           |  557 +
 icons/Legacy/index.theme                           | 1846 +++
 .../48 => Legacy/scalable}/gimp-channel-alpha.svg  |    0
 .../scalable}/gimp-channel-indexed.svg             |    0
 .../22 => Legacy/scalable}/gimp-dynamics.svg       |    0
 .../outdated/48 => Legacy/scalable}/gimp-gegl.svg  |    0
 .../48 => Legacy/scalable}/gimp-layer-mask.svg     |    0
 .../outdated/48 => Legacy/scalable}/gimp-layer.svg |    0
 .../48 => Legacy/scalable}/gimp-text-layer.svg     |    0
 .../48 => Legacy/scalable}/gimp-tool-measure.svg   |    0
 .../32 => Legacy/scalable}/gimp-user-manual.svg    |    0
 .../48 => Legacy/scalable}/gimp-wilber-outline.svg |    0
 .../48 => Legacy/scalable}/gimp-wilber.svg         |    0
 icons/Makefile.am                                  |    5 +-
 icons/Symbolic-Inverted/.gitignore                 |    5 +
 icons/Symbolic-Inverted/Makefile.am                |   11 +-
 icons/Symbolic/16/gimp-tool-bucket-fill.png        |  Bin 501 -> 661 bytes
 icons/Symbolic/16/gimp-tool-eraser.png             |  Bin 529 -> 647 bytes
 icons/Symbolic/16/gimp-tool-measure.png            |  Bin 556 -> 784 bytes
 icons/Symbolic/22/gimp-tool-bucket-fill.png        |  Bin 727 -> 860 bytes
 icons/Symbolic/22/gimp-tool-eraser.png             |  Bin 661 -> 808 bytes
 icons/Symbolic/22/gimp-tool-measure.png            |  Bin 848 -> 1025 bytes
 icons/Symbolic/scalable.svg                        | 1864 ++--
 plug-ins/help/gimphelpdomain.c                     |   10 +-
 plug-ins/script-fu/scripts/difference-clouds.scm   |    7 +-
 po-libgimp/da.po                                   |   33 +-
 po-libgimp/it.po                                   |  635 +-
 po-plug-ins/el.po                                  |  313 +-
 po-plug-ins/es.po                                  |  590 +-
 po-plug-ins/it.po                                  | 1934 ++--
 po-plug-ins/oc.po                                  |15456 ++++++++++++++++----
 po-plug-ins/pl.po                                  |   12 +-
 po-plug-ins/sl.po                                  |  280 +-
 po-python/da.po                                    |    7 +-
 po-script-fu/hu.po                                 | 2426 ++--
 po-script-fu/sl.po                                 |   68 +-
 po/POTFILES.in                                     |    1 +
 po/el.po                                           | 2241 ++--
 po/es.po                                           | 7602 ++++++----
 po/it.po                                           | 3360 +++--
 po/oc.po                                           |10952 ++++++++-------
 po/pl.po                                           |  276 +-
 po/sk.po                                           |  478 +-
 po/sl.po                                           | 2970 +++--
 themes/The-Light-Side-of-Gimp/Makefile.am          |    1 +
 themes/The-Light-Side-of-Gimp/gtkrc                |    2 +-
 tools/pdbgen/pdb/drawable.pdb                      |    2 +-
 tools/pdbgen/pdb/edit.pdb                          |  147 +-
 741 files changed, 37468 insertions(+), 22518 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]