[gimp/bug-728633: 699/699] Merge branch 'master' into bug-728633



commit b6e7d19e4f0204d0dc24460ccd1dde3f4d6c3731
Merge: 1ca5569 af02104
Author: Michael Schumacher <schumaml gmx de>
Date:   Mon Dec 26 20:01:06 2016 +0100

    Merge branch 'master' into bug-728633

 .dir-locals.el                                     |    4 +
 .kateconfig                                        |    4 +
 AUTHORS                                            |    1 +
 HACKING                                            |    6 +
 INSTALL.in                                         |   14 +-
 NEWS                                               |  367 +
 app/Makefile.am                                    |    4 +-
 app/actions/Makefile.am                            |    6 +
 app/actions/actions.c                              |    2 +-
 app/actions/brushes-actions.c                      |    4 +-
 app/actions/buffers-actions.c                      |   23 +-
 app/actions/buffers-commands.c                     |   22 +-
 app/actions/buffers-commands.h                     |   18 +-
 app/actions/channels-actions.c                     |  102 +
 app/actions/channels-commands.c                    |  389 +-
 app/actions/channels-commands.h                    |   13 +
 app/actions/context-actions.c                      |   18 +-
 app/actions/cursor-info-commands.c                 |    9 -
 app/actions/data-commands.c                        |   11 +-
 app/actions/debug-commands.c                       |    2 +-
 app/actions/dialogs-actions.c                      |   10 +-
 app/actions/dock-actions.c                         |    2 +-
 app/actions/dock-commands.c                        |    2 +
 app/actions/dockable-actions.c                     |    2 +-
 app/actions/dockable-commands.c                    |    3 +
 app/actions/documents-actions.c                    |    6 +-
 app/actions/drawable-commands.c                    |   58 +-
 app/actions/dynamics-actions.c                     |    4 +-
 app/actions/edit-actions.c                         |   56 +-
 app/actions/edit-commands.c                        |  274 +-
 app/actions/edit-commands.h                        |    9 +-
 app/actions/error-console-actions.c                |    6 +-
 app/actions/error-console-commands.c               |   72 +-
 app/actions/file-actions.c                         |   22 +-
 app/actions/file-commands.c                        |   79 +-
 app/actions/filters-actions.c                      |   18 +-
 app/actions/fonts-actions.c                        |    2 +-
 app/actions/fonts-commands.c                       |    4 -
 app/actions/gradient-editor-actions.c              |    8 +-
 app/actions/gradients-actions.c                    |    6 +-
 app/actions/gradients-commands.c                   |   87 +-
 app/actions/image-actions.c                        |   14 +-
 app/actions/image-commands.c                       |  972 +-
 app/actions/items-actions.c                        |  142 +
 app/actions/items-actions.h                        |   29 +
 app/actions/items-commands.c                       |  423 +
 app/actions/items-commands.h                       |   68 +
 app/actions/layers-actions.c                       |  137 +-
 app/actions/layers-commands.c                      |  887 +-
 app/actions/layers-commands.h                      |   14 +
 app/actions/mypaint-brushes-actions.c              |    2 +-
 app/actions/palettes-actions.c                     |   19 +-
 app/actions/palettes-commands.c                    |  103 +-
 app/actions/patterns-actions.c                     |    4 +-
 app/actions/plug-in-commands.c                     |   49 +-
 app/actions/quick-mask-commands.c                  |  120 +-
 app/actions/sample-points-commands.c               |    7 -
 app/actions/select-actions.c                       |    2 +-
 app/actions/select-commands.c                      |  540 +-
 app/actions/templates-commands.c                   |  133 +-
 app/actions/text-editor-actions.c                  |    4 +-
 app/actions/text-editor-commands.c                 |   59 +-
 app/actions/text-tool-actions.c                    |    6 +-
 app/actions/text-tool-commands.c                   |  106 +-
 app/actions/tool-options-actions.c                 |    4 +-
 app/actions/tool-preset-editor-actions.c           |   22 +-
 app/actions/tool-preset-editor-commands.c          |   88 +
 app/actions/tool-preset-editor-commands.h          |   28 +
 app/actions/tool-presets-actions.c                 |   12 +-
 app/actions/tool-presets-commands.c                |   44 +-
 app/actions/tool-presets-commands.h                |    2 +
 app/actions/vectors-actions.c                      |  133 +-
 app/actions/vectors-commands.c                     |  729 +-
 app/actions/vectors-commands.h                     |    4 +
 app/actions/view-actions.c                         |    9 +-
 app/actions/view-commands.c                        |  156 +-
 app/actions/view-commands.h                        |    2 +
 app/actions/windows-actions.c                      |    9 +-
 app/actions/windows-commands.c                     |   38 +-
 app/app.c                                          |   12 +-
 app/config/Makefile.am                             |    2 +
 app/config/config-types.h                          |    1 +
 app/config/gimpconfig-dump.c                       |    9 +-
 app/config/gimpconfig-dump.h                       |    3 +-
 app/config/gimpcoreconfig.c                        |   15 -
 app/config/gimpcoreconfig.h                        |    1 -
 app/config/gimpdialogconfig.c                      |  935 ++
 app/config/gimpdialogconfig.h                      |  117 +
 app/config/gimpdisplayconfig.c                     |    7 +-
 app/config/gimpgeglconfig.c                        |    2 +-
 app/config/gimpguiconfig.c                         |   14 +
 app/config/gimpguiconfig.h                         |    1 +
 app/config/gimppluginconfig.c                      |    3 +-
 app/config/gimppluginconfig.h                      |    4 +-
 app/config/gimprc-blurbs.h                         |  132 +
 app/config/gimprc-serialize.c                      |    1 +
 app/config/gimprc.c                                |  123 +-
 app/config/gimprc.h                                |   13 +-
 app/core/Makefile.am                               |    2 +
 app/core/core-enums.c                              |   33 +
 app/core/core-enums.h                              |   15 +-
 app/core/gimp-data-factories.c                     |  429 +
 app/core/gimp-data-factories.h                     |   36 +
 app/core/gimp-edit.c                               |  375 +-
 app/core/gimp-edit.h                               |   19 +-
 app/core/gimp-units.c                              |  110 +
 app/core/gimp-user-install.c                       |   75 +-
 app/core/gimp-user-install.h                       |    3 +-
 app/core/gimp-utils.c                              |    6 +-
 app/core/gimp.c                                    |  523 +-
 app/core/gimp.h                                    |   14 +-
 app/core/gimpbrush-private.h                       |    8 +-
 app/core/gimpbrush-transform.c                     |   56 +-
 app/core/gimpbrush.c                               |  150 +-
 app/core/gimpbrush.h                               |    2 +
 app/core/gimpbrushclipboard.c                      |   27 +-
 app/core/gimpbrushgenerated.c                      |   65 +-
 app/core/gimpbuffer.c                              |    3 +-
 app/core/gimpchannel.c                             |   65 +-
 app/core/gimpcontext.c                             |   28 +-
 app/core/gimpdashpattern.c                         |   18 +-
 app/core/gimpdata.c                                |   41 +-
 app/core/gimpdatafactory.c                         |    4 +-
 app/core/gimpdrawable-bucket-fill.c                |  103 +-
 app/core/gimpdrawable-equalize.c                   |   15 +-
 app/core/gimpdrawable-fill.c                       |   92 +-
 app/core/gimpdrawable-fill.h                       |   10 +-
 app/core/gimpdrawable-levels.c                     |    2 +-
 app/core/gimpdrawable-stroke.c                     |   23 +-
 app/core/gimpdrawable-transform.c                  |   29 +-
 app/core/gimpdrawable.c                            |   80 +-
 app/core/gimpdrawable.h                            |   11 +-
 app/core/gimpdrawablefilter.c                      |  106 +-
 app/core/gimpdrawablefilter.h                      |    3 +
 app/core/gimpdrawableundo.c                        |    2 +-
 app/core/gimpdynamics.c                            |    2 +-
 app/core/gimpdynamicsoutput.c                      |    8 +-
 app/core/gimpfilloptions.c                         |   86 +-
 app/core/gimpgradient.c                            |    2 +-
 app/core/gimpgrouplayer.c                          |   59 +-
 app/core/gimpgrouplayerundo.c                      |    8 +-
 app/core/gimpgrouplayerundo.h                      |    1 +
 app/core/gimphistogram.c                           |   82 +-
 app/core/gimphistogram.h                           |    2 +-
 app/core/gimpimage-color-profile.c                 |  153 +-
 app/core/gimpimage-color-profile.h                 |    1 +
 app/core/gimpimage-convert-indexed.c               |  124 +-
 app/core/gimpimage-convert-indexed.h               |   10 +-
 app/core/gimpimage-convert-precision.c             |   13 +-
 app/core/gimpimage-convert-precision.h             |   12 +-
 app/core/gimpimage-convert-type.c                  |    7 +-
 app/core/gimpimage-crop.c                          |   27 +-
 app/core/gimpimage-crop.h                          |   15 +-
 app/core/gimpimage-merge.c                         |    4 +-
 app/core/gimpimage-new.c                           |    3 +-
 app/core/gimpimage-private.h                       |    1 +
 app/core/gimpimage-quick-mask.c                    |   40 +-
 app/core/gimpimage-resize.c                        |   12 +-
 app/core/gimpimage-resize.h                        |    1 +
 app/core/gimpimage-undo-push.c                     |   16 +
 app/core/gimpimage-undo-push.h                     |    3 +
 app/core/gimpimage.c                               |   24 +-
 app/core/gimpimagefile.c                           |    2 +-
 app/core/gimpitem.c                                |  145 +-
 app/core/gimpitem.h                                |    8 +
 app/core/gimpitempropundo.c                        |   16 +-
 app/core/gimpitempropundo.h                        |    1 +
 app/core/gimplayer-floating-selection.c            |    6 +-
 app/core/gimplayer.c                               |   81 +-
 app/core/gimplayer.h                               |    5 +-
 app/core/gimplayermask.c                           |   19 +-
 app/core/gimppalette-import.c                      |    6 +-
 app/core/gimppalette-load.c                        |   12 +-
 app/core/gimppalette.c                             |    2 +-
 app/core/gimppatternclipboard.c                    |   31 +-
 app/core/gimppickable-auto-shrink.c                |   54 +-
 app/core/gimppickable-auto-shrink.h                |   16 +-
 app/core/gimppickable-contiguous-region.c          |  197 +-
 app/core/gimppickable-contiguous-region.h          |    4 +-
 app/core/gimpselection.c                           |  102 +-
 app/core/gimpsettings.c                            |    9 +-
 app/core/gimpsymmetry-mandala.c                    |  130 +-
 app/core/gimpsymmetry-mirror.c                     |  169 +-
 app/core/gimpsymmetry-mirror.h                     |    4 +-
 app/core/gimpsymmetry-tiling.c                     |  115 +-
 app/core/gimpsymmetry.c                            |    6 +-
 app/core/gimptaggedcontainer.c                     |   13 +-
 app/core/gimptemplate.c                            |   48 +-
 app/core/gimptemplate.h                            |   22 +-
 app/core/gimpviewable.c                            |   23 +
 app/core/gimpviewable.h                            |    6 +
 app/dialogs/Makefile.am                            |    4 +
 app/dialogs/about-dialog.c                         |    2 +-
 app/dialogs/action-search-dialog.c                 |    4 +-
 app/dialogs/channel-options-dialog.c               |  279 +-
 app/dialogs/channel-options-dialog.h               |   65 +-
 app/dialogs/color-profile-dialog.c                 |  490 +-
 app/dialogs/color-profile-dialog.h                 |   27 +-
 app/dialogs/convert-indexed-dialog.c               |  298 +-
 app/dialogs/convert-indexed-dialog.h               |   28 +-
 app/dialogs/convert-precision-dialog.c             |  449 +-
 app/dialogs/convert-precision-dialog.h             |   31 +-
 app/dialogs/data-delete-dialog.c                   |   32 +-
 app/dialogs/dialogs-constructors.c                 |   26 +
 app/dialogs/dialogs-constructors.h                 |    8 +
 app/dialogs/dialogs.c                              |   87 +-
 app/dialogs/dialogs.h                              |   14 +
 app/dialogs/fade-dialog.c                          |   25 +-
 app/dialogs/file-open-location-dialog.c            |    2 +-
 app/dialogs/file-save-dialog.c                     |    2 +-
 app/dialogs/fill-dialog.c                          |  149 +-
 app/dialogs/fill-dialog.h                          |   24 +-
 app/dialogs/grid-dialog.c                          |   87 +-
 app/dialogs/image-merge-layers-dialog.c            |  158 +-
 app/dialogs/image-merge-layers-dialog.h            |   38 +-
 app/dialogs/image-new-dialog.c                     |  204 +-
 app/dialogs/image-new-dialog.h                     |    2 +-
 app/dialogs/image-scale-dialog.c                   |  182 +-
 app/dialogs/item-options-dialog.c                  |  491 +
 app/dialogs/item-options-dialog.h                  |   74 +
 app/dialogs/layer-add-mask-dialog.c                |  142 +-
 app/dialogs/layer-add-mask-dialog.h                |   33 +-
 app/dialogs/layer-options-dialog.c                 |  482 +-
 app/dialogs/layer-options-dialog.h                 |   69 +-
 app/dialogs/module-dialog.c                        |  222 +-
 app/dialogs/offset-dialog.c                        |  273 +-
 app/dialogs/offset-dialog.h                        |   17 +-
 app/dialogs/palette-import-dialog.c                |  501 +-
 app/dialogs/palette-import-dialog.h                |    6 +-
 app/dialogs/preferences-dialog-utils.c             |  381 +
 app/dialogs/preferences-dialog-utils.h             |  126 +
 app/dialogs/preferences-dialog.c                   |  802 +-
 app/dialogs/print-size-dialog.c                    |   71 +-
 app/dialogs/quit-dialog.c                          |  384 +-
 app/dialogs/resize-dialog.c                        |  191 +-
 app/dialogs/resize-dialog.h                        |    5 +
 app/dialogs/resolution-calibrate-dialog.c          |    2 +-
 app/dialogs/scale-dialog.c                         |   52 +-
 app/dialogs/stroke-dialog.c                        |  175 +-
 app/dialogs/stroke-dialog.h                        |   24 +-
 app/dialogs/template-options-dialog.c              |  108 +-
 app/dialogs/template-options-dialog.h              |   37 +-
 app/dialogs/tips-dialog.c                          |    6 +-
 app/dialogs/user-install-dialog.c                  |   22 +-
 app/dialogs/vectors-export-dialog.c                |  139 +-
 app/dialogs/vectors-export-dialog.h                |   28 +-
 app/dialogs/vectors-import-dialog.c                |  150 +-
 app/dialogs/vectors-import-dialog.h                |   32 +-
 app/dialogs/vectors-options-dialog.c               |  182 +-
 app/dialogs/vectors-options-dialog.h               |   52 +-
 app/display/gimpcanvasitem.c                       |  162 +-
 app/display/gimpcanvasitem.h                       |    7 +-
 app/display/gimpcursorview.c                       |   40 +-
 app/display/gimpcursorview.h                       |    2 +-
 app/display/gimpdisplay.c                          |    2 -
 app/display/gimpdisplay.h                          |    1 -
 app/display/gimpdisplayshell-callbacks.c           |   11 +-
 app/display/gimpdisplayshell-close.c               |   10 +-
 app/display/gimpdisplayshell-cursor.c              |   37 +-
 app/display/gimpdisplayshell-dnd.c                 |   24 +-
 app/display/gimpdisplayshell-handlers.c            |    1 +
 app/display/gimpdisplayshell-profile.c             |    2 +
 app/display/gimpdisplayshell-rotate.c              |  130 +-
 app/display/gimpdisplayshell-rulers.c              |   73 +-
 app/display/gimpdisplayshell-scale.c               |  303 +-
 app/display/gimpdisplayshell-scale.h               |   12 +
 app/display/gimpdisplayshell-scroll.c              |  102 +-
 app/display/gimpdisplayshell-scrollbars.c          |   66 +-
 app/display/gimpdisplayshell-tool-events.c         |   43 +-
 app/display/gimpdisplayshell-transform.c           |   68 +-
 app/display/gimpdisplayshell.c                     |    6 -
 app/display/gimpdisplayshell.h                     |    3 +-
 app/display/gimpdisplayxfer.c                      |   50 +-
 app/display/gimpimagewindow.c                      |   73 +-
 app/display/gimpimagewindow.h                      |    1 -
 app/display/gimpmotionbuffer.c                     |    2 -
 app/display/gimpnavigationeditor.c                 |   25 +-
 app/display/gimpstatusbar.c                        |   15 +-
 app/file/file-open.c                               |   46 +-
 app/file/file-utils.c                              |   12 +-
 app/gegl/gimp-babl.c                               |   78 +
 app/gegl/gimp-babl.h                               |    4 +-
 app/gegl/gimp-gegl-apply-operation.c               |   35 +-
 app/gegl/gimp-gegl-apply-operation.h               |    5 +-
 app/gui/gimpdbusservice.c                          |   12 +-
 app/gui/gimpuiconfigurer.c                         |    3 -
 app/gui/gui-vtable.c                               |    1 -
 app/gui/gui.c                                      |   88 +-
 app/gui/icon-themes.c                              |   24 +-
 app/gui/splash.c                                   |    4 +-
 app/language.c                                     |    2 +-
 app/main.c                                         |    9 +-
 app/menus/filters-menu.c                           |    2 +-
 app/menus/menus.c                                  |    2 +-
 app/operations/gimpcurvesconfig.c                  |    6 +-
 app/operations/gimplevelsconfig.c                  |    4 +-
 app/operations/gimpoperationblend.c                |   26 +-
 app/operations/gimpoperationcolorerasemode.c       |   15 +-
 app/operations/gimpoperationgrow.c                 |    2 +-
 app/operations/gimpoperationhuesaturation.c        |   56 +-
 app/operations/gimpoperationprofiletransform.c     |   45 +-
 app/operations/gimpoperationprofiletransform.h     |    4 +-
 app/operations/gimpoperationshrink.c               |   12 +-
 app/operations/gimpoperationthreshold.c            |   56 +-
 app/operations/gimpoperationthreshold.h            |    1 +
 app/paint/gimpbrushcore.c                          |    6 +
 app/paint/gimpmybrushcore.c                        |  299 +-
 app/paint/gimppaintoptions.c                       |  131 +-
 app/paint/gimppaintoptions.h                       |    9 +-
 app/paint/gimpsmudge.c                             |   18 +-
 app/pdb/color-cmds.c                               |   46 +-
 app/pdb/context-cmds.c                             |    4 +-
 app/pdb/drawable-color-cmds.c                      |  105 +-
 app/pdb/edit-cmds.c                                |   68 +-
 app/pdb/gimp-pdb-compat.c                          |    8 +-
 app/pdb/gimppdb-utils.c                            |   18 +-
 app/pdb/gradient-cmds.c                            |   12 +-
 app/pdb/image-cmds.c                               |    1 -
 app/pdb/image-color-profile-cmds.c                 |    2 +-
 app/pdb/image-convert-cmds.c                       |   12 +-
 app/pdb/image-transform-cmds.c                     |    2 +-
 app/pdb/image-undo-cmds.c                          |    2 +-
 app/pdb/internal-procs.c                           |    2 +-
 app/pdb/item-cmds.c                                |  113 +
 app/pdb/layer-cmds.c                               |   12 +-
 app/pdb/plug-in-compat-cmds.c                      |  121 +-
 app/pdb/selection-cmds.c                           |    4 +-
 app/pdb/text-layer-cmds.c                          |    2 +-
 app/plug-in/gimpenvirontable.c                     |   46 +-
 app/plug-in/gimpinterpreterdb.c                    |   56 +-
 app/plug-in/gimpplugin-progress.c                  |   16 +-
 app/plug-in/gimppluginmanager-file-procedure.c     |    4 +-
 app/plug-in/plug-in-rc.c                           |   20 +-
 app/sanity.c                                       |   59 +-
 app/tests.c                                        |    7 +-
 app/tests/test-gimpidtable.c                       |   50 +-
 app/text/gimp-fonts.c                              |   26 +-
 app/text/gimp-fonts.h                              |   11 +-
 app/text/gimpfont.c                                |    2 +-
 app/text/gimptextlayer.c                           |   29 +-
 app/text/gimptextlayout.c                          |    9 +-
 app/text/gimptextundo.c                            |    4 +-
 app/tools/gimp-tools.c                             |    9 +-
 app/tools/gimpblendoptions.c                       |    3 +-
 app/tools/gimpblendtool.c                          |   18 +-
 app/tools/gimpbrightnesscontrasttool.c             |   76 +-
 app/tools/gimpbrightnesscontrasttool.h             |    1 +
 app/tools/gimpbucketfilloptions.c                  |   28 +
 app/tools/gimpbucketfilloptions.h                  |    1 +
 app/tools/gimpbucketfilltool.c                     |    6 +-
 app/tools/gimpbycolorselecttool.c                  |   22 +-
 app/tools/gimpcolorbalancetool.c                   |    6 +-
 app/tools/gimpcolorizetool.c                       |    2 +-
 app/tools/gimpcoloroptions.c                       |   18 +-
 app/tools/gimpcolorpickeroptions.c                 |    2 +-
 app/tools/gimpcolorpickertool.c                    |    4 +
 app/tools/gimpcolortool.c                          |   24 +-
 app/tools/gimpcropoptions.c                        |   36 +-
 app/tools/gimpcropoptions.h                        |    2 +
 app/tools/gimpcroptool.c                           |    9 +-
 app/tools/gimpcurvestool.c                         |    2 +-
 app/tools/gimpeditselectiontool.c                  |  269 +-
 app/tools/gimpfilteroptions.c                      |   17 +
 app/tools/gimpfilteroptions.h                      |    1 +
 app/tools/gimpfiltertool.c                         |   47 +-
 app/tools/gimpforegroundselecttool.c               |   20 +-
 app/tools/gimpfreeselecttool.c                     |  303 +-
 app/tools/gimpfreeselecttool.h                     |    3 -
 app/tools/gimpgegltool.c                           |    4 +-
 app/tools/gimpguidetool.c                          |   40 +-
 app/tools/gimpguidetool.h                          |    4 +-
 app/tools/gimphandletransformtool.c                |    2 +-
 app/tools/gimphuesaturationtool.c                  |    2 +-
 app/tools/gimpiscissorstool.c                      |  452 +-
 app/tools/gimpiscissorstool.h                      |    1 -
 app/tools/gimplevelstool.c                         |    2 +-
 app/tools/gimpmeasuretool.c                        |   40 +-
 app/tools/gimpmovetool.c                           |    2 +-
 app/tools/gimpoperationtool.c                      |   14 +
 app/tools/gimppaintoptions-gui.c                   |  103 +-
 app/tools/gimppainttool.c                          |   57 +-
 app/tools/gimpperspectivetool.c                    |    2 +-
 app/tools/gimprectangletool.c                      |   26 +-
 app/tools/gimpsamplepointtool.c                    |   62 +-
 app/tools/gimpsamplepointtool.h                    |    2 +
 app/tools/gimpseamlessclonetool.c                  |    2 +-
 app/tools/gimptextoptions.c                        |    2 +-
 app/tools/gimptexttool-editor.c                    |   64 +-
 app/tools/gimptexttool.c                           |   41 +-
 app/tools/gimpthresholdtool.c                      |  164 +-
 app/tools/gimpthresholdtool.h                      |    1 +
 app/tools/gimptilehandleriscissors.c               |   33 +-
 app/tools/gimptilehandleriscissors.h               |    4 +-
 app/tools/gimpunifiedtransformtool.c               |    2 +-
 app/tools/gimpvectortool.c                         |   62 +-
 app/tools/gimpwarptool.c                           |    1 +
 app/tools/tool_manager.c                           |   20 +-
 app/unique.h                                       |    2 +-
 app/units.c                                        |  146 -
 app/units.h                                        |   30 -
 app/vectors/gimpbezierstroke.c                     |    2 +-
 app/vectors/gimpvectors-warp.c                     |   49 +-
 app/vectors/gimpvectors.c                          |   16 +-
 app/widgets/Makefile.am                            |    2 +
 app/widgets/gimpaction-history.c                   |    8 +-
 app/widgets/gimpaction.c                           |    6 +
 app/widgets/gimpactiongroup.c                      |   69 +-
 app/widgets/gimpactiongroup.h                      |   16 +-
 app/widgets/gimpactionview.c                       |   11 +
 app/widgets/gimpbuffersourcebox.c                  |    2 +-
 app/widgets/gimpbufferview.c                       |   63 +-
 app/widgets/gimpbufferview.h                       |    7 +-
 app/widgets/gimpcellrendererbutton.c               |  142 +
 app/widgets/gimpcellrendererbutton.h               |   59 +
 app/widgets/gimpchanneltreeview.c                  |    3 +-
 app/widgets/gimpcircle.c                           |    2 +-
 app/widgets/gimpclipboard.c                        |  309 +-
 app/widgets/gimpclipboard.h                        |    6 +
 app/widgets/gimpcolordialog.c                      |    2 +-
 app/widgets/gimpcolordisplayeditor.c               |    4 +-
 app/widgets/gimpcolorframe.c                       |  184 +-
 app/widgets/gimpcolorframe.h                       |   10 +-
 app/widgets/gimpcolorhistory.c                     |   15 +-
 app/widgets/gimpcolorpanel.c                       |   14 +-
 app/widgets/gimpcontainercombobox.c                |    6 +-
 app/widgets/gimpcontainergridview.c                |   11 +-
 app/widgets/gimpcontainertreeview.c                |   93 +-
 app/widgets/gimpcontrollerkeyboard.c               |   37 +-
 app/widgets/gimpcontrollerlist.c                   |   14 +-
 app/widgets/gimpcontrollermouse.c                  |  181 +-
 app/widgets/gimpcontrollerwheel.c                  |   24 +-
 app/widgets/gimpdataeditor.c                       |   38 +-
 app/widgets/gimpdataeditor.h                       |    3 -
 app/widgets/gimpdeviceeditor.c                     |    2 +-
 app/widgets/gimpdevicemanager.c                    |   54 +-
 app/widgets/gimpdevices.c                          |   16 +-
 app/widgets/gimpdevicestatus.c                     |   37 +-
 app/widgets/gimpdock.c                             |   14 +-
 app/widgets/gimpdockable.c                         |   23 +-
 app/widgets/gimpdockable.h                         |  104 +-
 app/widgets/gimpdockbook.c                         |   10 +-
 app/widgets/gimpdockcolumns.c                      |   53 +-
 app/widgets/gimpdockcontainer.c                    |   23 +-
 app/widgets/gimpdockcontainer.h                    |   33 +-
 app/widgets/gimpdockwindow.c                       |   89 +-
 app/widgets/gimpdockwindow.h                       |    1 -
 app/widgets/gimpdynamicseditor.c                   |  115 +-
 app/widgets/gimpdynamicseditor.h                   |    1 -
 app/widgets/gimphandlebar.c                        |    8 +-
 app/widgets/gimphelp-ids.h                         |   13 +-
 app/widgets/gimphelp.c                             |   14 +-
 app/widgets/gimphelp.h                             |    4 +
 app/widgets/gimphistogrameditor.c                  |  166 +-
 app/widgets/gimphistogrameditor.h                  |    2 +
 app/widgets/gimpitemtreeview.c                     |   85 +-
 app/widgets/gimpitemtreeview.h                     |    2 -
 app/widgets/gimplayertreeview.c                    |   80 +-
 app/widgets/gimpmessagebox.c                       |    2 +-
 app/widgets/gimpnavigationview.c                   |  149 +-
 app/widgets/gimpnavigationview.h                   |    5 +-
 app/widgets/gimpoverlaybox.c                       |    9 +-
 app/widgets/gimpoverlaychild.c                     |    3 +-
 app/widgets/gimpoverlaydialog.c                    |    6 +-
 app/widgets/gimppaletteeditor.c                    |    9 +-
 app/widgets/gimppickablepopup.c                    |    4 +-
 app/widgets/gimppopup.c                            |   42 +-
 app/widgets/gimpprefsbox.c                         |   92 +-
 app/widgets/gimpprefsbox.h                         |   33 +-
 app/widgets/gimpprocedureaction.c                  |    2 +-
 app/widgets/gimpprogressbox.c                      |    2 +-
 app/widgets/gimppropgui-constructors.c             |   75 +-
 app/widgets/gimppropgui-constructors.h             |    5 +
 app/widgets/gimppropgui.c                          |   34 +-
 app/widgets/gimppropgui.h                          |    3 +
 app/widgets/gimppropwidgets.c                      |   30 +-
 app/widgets/gimpsamplepointeditor.c                |   31 +-
 app/widgets/gimpsamplepointeditor.h                |    2 +-
 app/widgets/gimpsavedialog.c                       |    2 +-
 app/widgets/gimpsearchpopup.c                      |  119 +-
 app/widgets/gimpselectiondata.c                    |   70 +-
 app/widgets/gimpselectiondata.h                    |    8 +
 app/widgets/gimpsessioninfo-book.c                 |   15 +-
 app/widgets/gimpsettingsbox.c                      |    4 +-
 app/widgets/gimpsettingseditor.c                   |    4 +-
 app/widgets/gimpsizebox.c                          |    4 +-
 app/widgets/gimpsymmetryeditor.c                   |   19 +-
 app/widgets/gimptagentry.c                         |    2 +-
 app/widgets/gimptemplateeditor.c                   |  141 +-
 app/widgets/gimptextbuffer-serialize.c             |   97 +-
 app/widgets/gimptextbuffer.c                       |    1 +
 app/widgets/gimptextproxy.c                        |   54 +-
 app/widgets/gimptextstyleeditor.c                  |    2 +-
 app/widgets/gimpthumbbox.c                         |    3 +-
 app/widgets/gimptooloptionseditor.c                |   10 +-
 app/widgets/gimptoolpalette.c                      |  208 +-
 app/widgets/gimptoolpreseteditor.c                 |    8 +
 app/widgets/gimptoolpresetfactoryview.c            |    7 +-
 app/widgets/gimpuimanager.c                        |   19 +
 app/widgets/gimpuimanager.h                        |    4 +
 app/widgets/gimpvectorstreeview.c                  |   10 +-
 app/widgets/gimpview.c                             |    2 +-
 app/widgets/gimpviewablebox.c                      |   79 +-
 app/widgets/gimpviewablebox.h                      |   12 +-
 app/widgets/gimpviewabledialog.c                   |    4 +-
 app/widgets/gimpviewrendererimagefile.c            |    2 +-
 app/widgets/gimpwidgets-constructors.c             |   24 +-
 app/widgets/gimpwidgets-utils.c                    |  102 +-
 app/widgets/gimpwidgets-utils.h                    |    4 +
 app/widgets/gimpwindow.c                           |    4 +-
 app/widgets/widgets-types.h                        |    1 +
 app/xcf/xcf-load.c                                 |   52 +-
 app/xcf/xcf-private.h                              |    3 +-
 app/xcf/xcf-save.c                                 |   17 +
 app/xcf/xcf.c                                      |  274 +-
 app/xcf/xcf.h                                      |   16 +-
 authors.xml                                        |    1 +
 build/windows/installer/.gitignore                 |    4 +
 build/windows/installer/32on64.isi                 |   60 +
 build/windows/installer/32on64.list                |    9 +
 build/windows/installer/MessageWithURL.isi         |  505 +
 build/windows/installer/associations.isi           |  318 +
 build/windows/installer/compile.bat                |   36 +
 build/windows/installer/configoverride.isi         |   35 +
 build/windows/installer/directories.isi            |   45 +
 build/windows/installer/files.isi                  |   23 +
 build/windows/installer/gimp3264.iss               | 1632 ++
 build/windows/installer/gpl+python.rtf             |  179 +
 build/windows/installer/installsplash.bmp          |  Bin 0 -> 770874 bytes
 build/windows/installer/installsplash_small.bmp    |  Bin 0 -> 537174 bytes
 build/windows/installer/lang/ca.setup.isl          |    2 +-
 build/windows/installer/lang/da.setup.isl          |  113 +
 build/windows/installer/lang/de.setup.isl          |  113 +
 build/windows/installer/lang/en.setup.isl          |  112 +
 build/windows/installer/lang/es.setup.isl          |  113 +
 build/windows/installer/lang/fr.setup.isl          |  113 +
 build/windows/installer/lang/hu.setup.isl          |  113 +
 build/windows/installer/lang/it.setup.isl          |  113 +
 build/windows/installer/lang/nl.setup.isl          |  113 +
 build/windows/installer/lang/pl.setup.isl          |    2 +-
 build/windows/installer/lang/pt_BR.setup.isl       |    8 +-
 build/windows/installer/lang/ru.setup.isl          |  113 +
 build/windows/installer/lang/sl.setup.isl          |  105 +
 build/windows/installer/rebootcontinue.isi         |  131 +
 build/windows/installer/setup.ini                  |   29 +
 build/windows/installer/uninst.isi                 |  269 +
 build/windows/installer/utils.isi                  |  148 +
 build/windows/installer/version.isi                |   25 +
 build/windows/installer/wilber.bmp                 |  Bin 0 -> 4158 bytes
 .../installer/windows-installer-intro-big.bmp      |  Bin 0 -> 221814 bytes
 .../installer/windows-installer-intro-small.bmp    |  Bin 0 -> 154542 bytes
 configure.ac                                       |  124 +-
 data/images/gimp-splash.png                        |  Bin 338956 -> 267154 bytes
 desktop/gimp.desktop.in.in                         |    2 +
 devel-docs/c.vim                                   |   28 +
 devel-docs/icons.txt                               |  114 +
 devel-docs/libgimp/libgimp-docs.sgml               |    2 +
 devel-docs/libgimp/libgimp-sections.txt            |   55 +-
 devel-docs/libgimpbase/libgimpbase-sections.txt    |   14 +-
 devel-docs/libgimpcolor/libgimpcolor-docs.sgml     |    1 +
 devel-docs/libgimpcolor/libgimpcolor-sections.txt  |   58 +-
 .../libgimpconfig/libgimpconfig-sections.txt       |   28 +-
 .../libgimpwidgets/libgimpwidgets-sections.txt     |   22 +
 devel-docs/release-howto.txt                       |  133 +-
 devel-docs/tools/widgets.c                         |    3 +-
 docs/gimprc.5.in                                   |   33 +-
 etc/gimprc                                         |   32 +-
 etc/templaterc                                     |    4 +-
 icons/Color/128/folder.png                         |  Bin 0 -> 3895 bytes
 icons/Color/16/dialog-information.png              |  Bin 0 -> 889 bytes
 icons/Color/16/document-new.png                    |  Bin 0 -> 555 bytes
 ...ocument-recent.png => document-open-recent.png} |  Bin 618 -> 618 bytes
 .../Color/16/{gimp-open.png => document-open.png}  |  Bin 558 -> 558 bytes
 ...imp-print-resolution.png => document-print.png} |  Bin 358 -> 358 bytes
 icons/Color/16/document-revert.png                 |  Bin 0 -> 830 bytes
 .../16/{gimp-save-as.png => document-save-as.png}  |  Bin 795 -> 795 bytes
 .../Color/16/{gimp-save.png => document-save.png}  |  Bin 664 -> 664 bytes
 .../16/{gimp-edit-clear.png => edit-clear.png}     |  Bin 658 -> 658 bytes
 icons/Color/16/{gimp-buffer.png => edit-copy.png}  |  Bin 376 -> 376 bytes
 icons/Color/16/edit-cut.png                        |  Bin 0 -> 869 bytes
 icons/Color/16/edit-delete.png                     |  Bin 0 -> 438 bytes
 icons/Color/16/edit-paste.png                      |  Bin 0 -> 537 bytes
 icons/Color/16/edit-redo.png                       |  Bin 0 -> 522 bytes
 icons/Color/16/edit-undo.png                       |  Bin 0 -> 533 bytes
 icons/Color/16/folder-new.png                      |  Bin 0 -> 679 bytes
 icons/Color/16/folder.png                          |  Bin 0 -> 617 bytes
 icons/Color/16/gimp-cancel.png                     |  Bin 678 -> 0 bytes
 icons/Color/16/gimp-char-picker.png                |  Bin 0 -> 618 bytes
 icons/Color/16/gimp-clipboard.png                  |  Bin 537 -> 471 bytes
 icons/Color/16/gimp-edit.png                       |  Bin 672 -> 0 bytes
 icons/Color/16/gimp-image-reload.png               |  Bin 814 -> 741 bytes
 icons/Color/16/gimp-list.png                       |  Bin 382 -> 286 bytes
 icons/Color/16/gimp-path-delete.png                |  Bin 668 -> 0 bytes
 icons/Color/16/gimp-path-down.png                  |  Bin 695 -> 0 bytes
 icons/Color/16/gimp-path-new.png                   |  Bin 631 -> 0 bytes
 icons/Color/16/gimp-path-up.png                    |  Bin 694 -> 0 bytes
 .../16/gimp-prefs-folders-mypaint-brushes.png      |  Bin 0 -> 826 bytes
 icons/Color/16/gimp-prefs-folders-tool-presets.png |  Bin 710 -> 720 bytes
 icons/Color/16/gimp-question.png                   |  Bin 854 -> 1017 bytes
 icons/Color/16/gimp-quit.png                       |  Bin 690 -> 0 bytes
 icons/Color/16/gimp-reshow-filter.png              |  Bin 1003 -> 806 bytes
 icons/Color/16/gimp-shred.png                      |  Bin 773 -> 668 bytes
 icons/Color/16/gimp-template.png                   |  Bin 452 -> 433 bytes
 icons/Color/16/gimp-tool-preset.png                |  Bin 857 -> 717 bytes
 icons/Color/16/gimp-warning.png                    |  Bin 782 -> 747 bytes
 icons/Color/16/go-bottom.png                       |  Bin 0 -> 481 bytes
 icons/Color/16/go-down.png                         |  Bin 0 -> 431 bytes
 icons/Color/16/go-first.png                        |  Bin 0 -> 512 bytes
 icons/Color/16/go-home.png                         |  Bin 0 -> 857 bytes
 icons/Color/16/go-last.png                         |  Bin 0 -> 517 bytes
 icons/Color/16/{gimp-next.png => go-next.png}      |  Bin 498 -> 498 bytes
 .../16/{gimp-previous.png => go-previous.png}      |  Bin 496 -> 496 bytes
 icons/Color/16/go-top.png                          |  Bin 0 -> 467 bytes
 icons/Color/16/go-up.png                           |  Bin 0 -> 414 bytes
 icons/Color/16/gtk-cancel.png                      |  Bin 0 -> 678 bytes
 icons/Color/16/gtk-edit.png                        |  Bin 0 -> 596 bytes
 icons/Color/16/gtk-no.png                          |  Bin 0 -> 450 bytes
 icons/Color/16/gtk-ok.png                          |  Bin 0 -> 689 bytes
 ...gimp-color-palette.png => gtk-select-color.png} |  Bin 942 -> 942 bytes
 .../16/{gimp-font.png => gtk-select-font.png}      |  Bin 710 -> 710 bytes
 icons/Color/16/gtk-yes.png                         |  Bin 0 -> 528 bytes
 icons/Color/16/help-about.png                      |  Bin 0 -> 551 bytes
 icons/Color/16/list-add.png                        |  Bin 0 -> 457 bytes
 icons/Color/16/list-remove.png                     |  Bin 0 -> 267 bytes
 icons/Color/16/media-floppy.png                    |  Bin 0 -> 402 bytes
 icons/Color/16/media-optical.png                   |  Bin 0 -> 959 bytes
 icons/Color/16/media-playback-pause.png            |  Bin 0 -> 269 bytes
 icons/Color/16/media-playback-start.png            |  Bin 0 -> 524 bytes
 icons/Color/16/media-seek-backward.png             |  Bin 0 -> 374 bytes
 icons/Color/16/media-skip-backward.png             |  Bin 0 -> 408 bytes
 icons/Color/16/media-skip-forward.png              |  Bin 0 -> 453 bytes
 icons/Color/16/preferences-system.png              |  Bin 0 -> 1058 bytes
 icons/Color/16/process-stop.png                    |  Bin 0 -> 718 bytes
 icons/Color/16/system-run.png                      |  Bin 0 -> 865 bytes
 icons/Color/16/view-fullscreen.png                 |  Bin 0 -> 513 bytes
 .../Color/16/{gimp-revert.png => view-refresh.png} |  Bin 772 -> 772 bytes
 icons/Color/16/window-close.png                    |  Bin 0 -> 393 bytes
 icons/Color/16/window-new.png                      |  Bin 0 -> 458 bytes
 icons/Color/16/zoom-fit-best.png                   |  Bin 0 -> 564 bytes
 icons/Color/16/zoom-in.png                         |  Bin 0 -> 537 bytes
 icons/Color/16/zoom-original.png                   |  Bin 0 -> 513 bytes
 icons/Color/16/zoom-out.png                        |  Bin 0 -> 482 bytes
 icons/Color/22/folder.png                          |  Bin 0 -> 657 bytes
 .../22/{gimp-indent.png => format-indent-more.png} |  Bin 462 -> 462 bytes
 icons/Color/22/gimp-justify-center.png             |  Bin 424 -> 0 bytes
 icons/Color/22/gimp-justify-fill.png               |  Bin 291 -> 0 bytes
 icons/Color/22/gimp-justify-left.png               |  Bin 379 -> 0 bytes
 icons/Color/22/gimp-justify-right.png              |  Bin 372 -> 0 bytes
 .../22/gimp-prefs-folders-mypaint-brushes.png      |  Bin 1038 -> 1208 bytes
 icons/Color/22/gimp-prefs-folders-tool-presets.png |  Bin 997 -> 1035 bytes
 icons/Color/22/gimp-prefs-folders.png              |  Bin 657 -> 868 bytes
 icons/Color/22/gimp-tool-preset.png                |  Bin 1382 -> 1114 bytes
 icons/Color/22/gtk-justify-center.png              |  Bin 0 -> 224 bytes
 icons/Color/22/gtk-justify-fill.png                |  Bin 0 -> 208 bytes
 icons/Color/22/gtk-justify-left.png                |  Bin 0 -> 218 bytes
 icons/Color/22/gtk-justify-right.png               |  Bin 0 -> 165 bytes
 icons/Color/24/dialog-information.png              |  Bin 0 -> 1262 bytes
 icons/Color/24/dialog-information.svg              |  130 +
 ...imp-print-resolution.png => document-print.png} |  Bin 464 -> 464 bytes
 ...imp-print-resolution.svg => document-print.svg} |    0
 icons/Color/24/gimp-hchain-broken.png              |  Bin 872 -> 806 bytes
 icons/Color/24/gimp-prefs-default-comment.svg      |   67 +-
 .../24/gimp-prefs-folders-mypaint-brushes.svg      |  289 +-
 icons/Color/24/gimp-prefs-folders-tool-presets.svg |  667 +-
 icons/Color/24/gimp-prefs-folders.svg              |  341 +-
 icons/Color/24/gimp-question.png                   |  Bin 1526 -> 1543 bytes
 icons/Color/24/gimp-question.svg                   |  168 +-
 icons/Color/24/gimp-template.png                   |  Bin 574 -> 473 bytes
 icons/Color/24/gimp-template.svg                   |  134 +-
 icons/Color/24/gimp-tool-preset.png                |  Bin 0 -> 1183 bytes
 icons/Color/24/gimp-tool-preset.svg                |  971 +-
 icons/Color/24/gimp-vchain-broken.png              |  Bin 991 -> 909 bytes
 icons/Color/24/gimp-warning.png                    |  Bin 1043 -> 973 bytes
 icons/Color/24/gimp-warning.svg                    |   23 +-
 ...gimp-color-palette.png => gtk-select-color.png} |  Bin 1559 -> 1559 bytes
 ...gimp-color-palette.svg => gtk-select-color.svg} |    0
 icons/Color/24/media-floppy.png                    |  Bin 0 -> 518 bytes
 icons/Color/24/media-floppy.svg                    |  140 +
 icons/Color/24/media-optical.png                   |  Bin 0 -> 1652 bytes
 icons/Color/24/media-optical.svg                   |  436 +
 icons/Color/256/folder.png                         |  Bin 0 -> 7999 bytes
 icons/Color/48/folder.png                          |  Bin 0 -> 1608 bytes
 .../48/gimp-prefs-folders-mypaint-brushes.png      |  Bin 2325 -> 3023 bytes
 icons/Color/48/gimp-prefs-folders-tool-presets.png |  Bin 2565 -> 2289 bytes
 icons/Color/48/gimp-prefs-folders.png              |  Bin 1608 -> 1788 bytes
 icons/Color/64/dialog-information.png              |  Bin 0 -> 3623 bytes
 icons/Color/64/gimp-question.png                   |  Bin 5120 -> 4542 bytes
 icons/Color/64/gimp-warning.png                    |  Bin 3427 -> 2948 bytes
 icons/Color/Makefile.am                            |    5 +-
 icons/Color/color-scalable.svg                     | 1805 ++-
 icons/Color/scalable/dialog-information.svg        |  130 +
 icons/Color/scalable/document-new.svg              |   98 +
 ...ocument-recent.svg => document-open-recent.svg} |    0
 .../scalable/{gimp-open.svg => document-open.svg}  |    0
 ...imp-print-resolution.svg => document-print.svg} |    0
 icons/Color/scalable/document-revert.svg           |  112 +
 .../{gimp-save-as.svg => document-save-as.svg}     |    0
 .../scalable/{gimp-save.svg => document-save.svg}  |    0
 .../{gimp-edit-clear.svg => edit-clear.svg}        |    0
 .../scalable/{gimp-buffer.svg => edit-copy.svg}    |    0
 icons/Color/scalable/edit-cut.svg                  |  147 +
 icons/Color/scalable/edit-delete.svg               |  102 +
 icons/Color/scalable/edit-paste.svg                |  312 +
 icons/Color/scalable/edit-redo.svg                 |  104 +
 icons/Color/scalable/edit-undo.svg                 |  104 +
 icons/Color/scalable/folder-new.svg                |  173 +
 icons/Color/scalable/folder.svg                    |  186 +
 .../{gimp-indent.svg => format-indent-more.svg}    |    0
 icons/Color/scalable/gimp-cancel.svg               |   89 -
 icons/Color/scalable/gimp-char-picker.svg          |  296 +-
 icons/Color/scalable/gimp-clipboard.svg            |  155 +-
 icons/Color/scalable/gimp-edit.svg                 |  202 -
 icons/Color/scalable/gimp-hchain-broken.svg        |   73 +-
 icons/Color/scalable/gimp-image-reload.svg         |   26 +-
 icons/Color/scalable/gimp-justify-center.svg       |  125 -
 icons/Color/scalable/gimp-justify-fill.svg         |  125 -
 icons/Color/scalable/gimp-justify-left.svg         |  129 -
 icons/Color/scalable/gimp-justify-right.svg        |  128 -
 icons/Color/scalable/gimp-list.svg                 |   58 +-
 icons/Color/scalable/gimp-path-delete.svg          |  127 -
 icons/Color/scalable/gimp-path-down.svg            |  131 -
 icons/Color/scalable/gimp-path-new.svg             |  130 -
 icons/Color/scalable/gimp-path-up.svg              |  132 -
 .../Color/scalable/gimp-prefs-default-comment.svg  |   63 +-
 .../gimp-prefs-folders-mypaint-brushes.svg         |  246 +-
 .../scalable/gimp-prefs-folders-tool-presets.svg   |  780 +-
 icons/Color/scalable/gimp-prefs-folders.svg        |  278 +-
 icons/Color/scalable/gimp-question.svg             |  174 +-
 icons/Color/scalable/gimp-quit.svg                 |  107 -
 icons/Color/scalable/gimp-reshow-filter.svg        |   97 +-
 icons/Color/scalable/gimp-shred.svg                |  234 +-
 icons/Color/scalable/gimp-template.svg             |  115 +-
 icons/Color/scalable/gimp-tool-preset.svg          |  953 +-
 icons/Color/scalable/gimp-vchain-broken.svg        |   74 +-
 icons/Color/scalable/gimp-warning.svg              |   40 +-
 icons/Color/scalable/go-bottom.svg                 |  117 +
 icons/Color/scalable/go-down.svg                   |  104 +
 icons/Color/scalable/go-first.svg                  |  118 +
 icons/Color/scalable/go-home.svg                   |  107 +
 icons/Color/scalable/go-last.svg                   |  119 +
 .../Color/scalable/{gimp-next.svg => go-next.svg}  |    0
 .../{gimp-previous.svg => go-previous.svg}         |    0
 icons/Color/scalable/go-top.svg                    |  118 +
 icons/Color/scalable/go-up.svg                     |  103 +
 icons/Color/scalable/gtk-cancel.svg                |   88 +
 icons/Color/scalable/gtk-edit.svg                  |  168 +
 icons/Color/scalable/gtk-justify-center.svg        |  124 +
 icons/Color/scalable/gtk-justify-fill.svg          |  128 +
 icons/Color/scalable/gtk-justify-left.svg          |  125 +
 icons/Color/scalable/gtk-justify-right.svg         |  126 +
 icons/Color/scalable/gtk-no.svg                    |   85 +
 icons/Color/scalable/gtk-ok.svg                    |  107 +
 ...gimp-color-palette.svg => gtk-select-color.svg} |    0
 .../{gimp-font.svg => gtk-select-font.svg}         |    0
 icons/Color/scalable/gtk-yes.svg                   |   85 +
 icons/Color/scalable/help-about.svg                |   77 +
 icons/Color/scalable/list-add.svg                  |  104 +
 icons/Color/scalable/list-remove.svg               |  104 +
 icons/Color/scalable/media-floppy.svg              |  151 +
 icons/Color/scalable/media-optical.svg             |  432 +
 icons/Color/scalable/media-playback-pause.svg      |   92 +
 icons/Color/scalable/media-playback-start.svg      |   81 +
 icons/Color/scalable/media-seek-backward.svg       |   93 +
 icons/Color/scalable/media-skip-backward.svg       |  104 +
 icons/Color/scalable/media-skip-forward.svg        |  105 +
 icons/Color/scalable/preferences-system.svg        |  114 +
 icons/Color/scalable/process-stop.svg              |   74 +
 icons/Color/scalable/system-run.svg                |   85 +
 icons/Color/scalable/view-fullscreen.svg           |  143 +
 .../scalable/{gimp-revert.svg => view-refresh.svg} |    0
 icons/Color/scalable/window-close.svg              |  108 +
 icons/Color/scalable/window-new.svg                |  126 +
 icons/Color/scalable/zoom-fit-best.svg             |   83 +
 icons/Color/scalable/zoom-in.svg                   |   83 +
 icons/Color/scalable/zoom-original.svg             |   79 +
 icons/Color/scalable/zoom-out.svg                  |   79 +
 icons/Legacy/16/{gimp-edit.png => gtk-edit.png}    |  Bin 526 -> 526 bytes
 icons/Legacy/Makefile.am                           |   33 +-
 icons/Legacy/index.theme                           |    1 +
 icons/Makefile.am                                  |    8 +
 icons/Prototype/Color/16/gimp-add.png              |  Bin 597 -> 0 bytes
 icons/Prototype/Color/16/gimp-bottom.png           |  Bin 634 -> 0 bytes
 icons/Prototype/Color/16/gimp-channel-delete.png   |  Bin 911 -> 0 bytes
 icons/Prototype/Color/16/gimp-channel-down.png     |  Bin 877 -> 0 bytes
 icons/Prototype/Color/16/gimp-channel-edit.png     |  Bin 999 -> 0 bytes
 icons/Prototype/Color/16/gimp-channel-new.png      |  Bin 845 -> 0 bytes
 icons/Prototype/Color/16/gimp-channel-up.png       |  Bin 867 -> 0 bytes
 icons/Prototype/Color/16/gimp-color-profile.png    |  Bin 884 -> 0 bytes
 icons/Prototype/Color/16/gimp-configure.png        |  Bin 948 -> 0 bytes
 icons/Prototype/Color/16/gimp-cut.png              |  Bin 993 -> 0 bytes
 icons/Prototype/Color/16/gimp-delete.png           |  Bin 832 -> 0 bytes
 icons/Prototype/Color/16/gimp-down.png             |  Bin 575 -> 0 bytes
 icons/Prototype/Color/16/gimp-edit-common.png      |  Bin 676 -> 0 bytes
 icons/Prototype/Color/16/gimp-folder-open.png      |  Bin 652 -> 0 bytes
 .../Color/16/gimp-image-fit-to-window.png          |  Bin 833 -> 0 bytes
 icons/Prototype/Color/16/gimp-image-property.png   |  Bin 825 -> 0 bytes
 icons/Prototype/Color/16/gimp-information.png      |  Bin 1078 -> 0 bytes
 icons/Prototype/Color/16/gimp-layer-delete.png     |  Bin 744 -> 0 bytes
 icons/Prototype/Color/16/gimp-layer-down.png       |  Bin 932 -> 0 bytes
 icons/Prototype/Color/16/gimp-layer-new.png        |  Bin 778 -> 0 bytes
 icons/Prototype/Color/16/gimp-layer-newgroup.png   |  Bin 840 -> 0 bytes
 icons/Prototype/Color/16/gimp-layer-up.png         |  Bin 929 -> 0 bytes
 icons/Prototype/Color/16/gimp-new-unit.png         |  Bin 866 -> 0 bytes
 icons/Prototype/Color/16/gimp-okay.png             |  Bin 861 -> 0 bytes
 icons/Prototype/Color/16/gimp-one-to-one.png       |  Bin 942 -> 0 bytes
 icons/Prototype/Color/16/gimp-remove.png           |  Bin 373 -> 0 bytes
 icons/Prototype/Color/16/gimp-restore.png          |  Bin 642 -> 0 bytes
 icons/Prototype/Color/16/gimp-revoke.png           |  Bin 646 -> 0 bytes
 icons/Prototype/Color/16/gimp-script.png           |  Bin 613 -> 0 bytes
 icons/Prototype/Color/16/gimp-search.png           |  Bin 958 -> 0 bytes
 icons/Prototype/Color/16/gimp-set-scale.png        |  Bin 978 -> 0 bytes
 icons/Prototype/Color/16/gimp-template-a3.png      |  Bin 757 -> 0 bytes
 icons/Prototype/Color/16/gimp-template-a4.png      |  Bin 735 -> 0 bytes
 icons/Prototype/Color/16/gimp-template-a5.png      |  Bin 761 -> 0 bytes
 icons/Prototype/Color/16/gimp-template-b4.png      |  Bin 762 -> 0 bytes
 icons/Prototype/Color/16/gimp-template-b5.png      |  Bin 765 -> 0 bytes
 .../Prototype/Color/16/gimp-template-cd-label.png  |  Bin 1055 -> 0 bytes
 .../Color/16/gimp-template-floppy-label.png        |  Bin 782 -> 0 bytes
 icons/Prototype/Color/16/gimp-template-us.png      |  Bin 743 -> 0 bytes
 .../Color/16/gimp-tool-options-delete.png          |  Bin 902 -> 0 bytes
 .../Color/16/gimp-tool-options-restore.png         |  Bin 865 -> 0 bytes
 .../Prototype/Color/16/gimp-tool-options-save.png  |  Bin 861 -> 0 bytes
 icons/Prototype/Color/16/gimp-up.png               |  Bin 579 -> 0 bytes
 .../Color/16/gimp-window-fit-to-image.png          |  Bin 960 -> 0 bytes
 .../Prototype/Color/16/gimp-window-fit-to-size.png |  Bin 874 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-add.png           |  Bin 539 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-bottom.png        |  Bin 521 -> 0 bytes
 .../Prototype/Symbolic/16/gimp-channel-delete.png  |  Bin 677 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-channel-down.png  |  Bin 578 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-channel-edit.png  |  Bin 615 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-channel-new.png   |  Bin 469 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-channel-up.png    |  Bin 570 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-configure.png     |  Bin 859 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-cut.png           |  Bin 786 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-delete.png        |  Bin 875 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-down.png          |  Bin 539 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-edit-common.png   |  Bin 626 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-folder-open.png   |  Bin 491 -> 0 bytes
 .../Symbolic/16/gimp-image-fit-to-window.png       |  Bin 710 -> 0 bytes
 .../Prototype/Symbolic/16/gimp-image-property.png  |  Bin 717 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-information.png   |  Bin 785 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-layer-delete.png  |  Bin 683 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-layer-down.png    |  Bin 661 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-layer-new.png     |  Bin 593 -> 0 bytes
 .../Prototype/Symbolic/16/gimp-layer-newgroup.png  |  Bin 401 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-layer-up.png      |  Bin 642 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-new-unit.png      |  Bin 791 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-okay.png          |  Bin 708 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-one-to-one.png    |  Bin 674 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-remove.png        |  Bin 390 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-restore.png       |  Bin 578 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-revoke.png        |  Bin 573 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-script.png        |  Bin 668 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-search.png        |  Bin 688 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-set-scale.png     |  Bin 714 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-a3.png   |  Bin 591 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-a4.png   |  Bin 564 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-a5.png   |  Bin 585 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-a6.png   |  Bin 592 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-b4.png   |  Bin 599 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-b5.png   |  Bin 607 -> 0 bytes
 .../Symbolic/16/gimp-template-cd-label.png         |  Bin 743 -> 0 bytes
 .../Symbolic/16/gimp-template-floppy-label.png     |  Bin 680 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-template-us.png   |  Bin 625 -> 0 bytes
 .../Symbolic/16/gimp-tool-options-delete.png       |  Bin 711 -> 0 bytes
 .../Symbolic/16/gimp-tool-options-restore.png      |  Bin 690 -> 0 bytes
 .../Symbolic/16/gimp-tool-options-save.png         |  Bin 668 -> 0 bytes
 .../Symbolic/16/gimp-tool-restore-preset.png       |  Bin 682 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-unvisible.png     |  Bin 694 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-up.png            |  Bin 516 -> 0 bytes
 .../Symbolic/16/gimp-window-fit-to-image.png       |  Bin 726 -> 0 bytes
 .../Symbolic/16/gimp-window-fit-to-size.png        |  Bin 709 -> 0 bytes
 icons/Symbolic-Inverted/Makefile.am                |   12 +-
 icons/Symbolic/128/folder.png                      |  Bin 0 -> 1024 bytes
 icons/Symbolic/16/dialog-information.png           |  Bin 0 -> 624 bytes
 icons/Symbolic/16/document-new.png                 |  Bin 0 -> 341 bytes
 ...ocument-recent.png => document-open-recent.png} |  Bin 405 -> 405 bytes
 .../16/{gimp-open.png => document-open.png}        |  Bin 393 -> 393 bytes
 ...imp-print-resolution.png => document-print.png} |  Bin 311 -> 311 bytes
 icons/Symbolic/16/document-revert.png              |  Bin 0 -> 616 bytes
 .../16/{gimp-save-as.png => document-save-as.png}  |  Bin 447 -> 447 bytes
 .../16/{gimp-save.png => document-save.png}        |  Bin 342 -> 342 bytes
 .../16/{gimp-edit-clear.png => edit-clear.png}     |  Bin 401 -> 401 bytes
 .../Symbolic/16/{gimp-buffer.png => edit-copy.png} |  Bin 381 -> 381 bytes
 icons/Symbolic/16/edit-cut.png                     |  Bin 0 -> 683 bytes
 icons/Symbolic/16/edit-delete.png                  |  Bin 0 -> 522 bytes
 icons/Symbolic/16/edit-paste.png                   |  Bin 0 -> 481 bytes
 icons/Symbolic/16/edit-redo.png                    |  Bin 0 -> 369 bytes
 icons/Symbolic/16/edit-undo.png                    |  Bin 0 -> 378 bytes
 icons/Symbolic/16/folder-new.png                   |  Bin 0 -> 482 bytes
 icons/Symbolic/16/folder.png                       |  Bin 0 -> 355 bytes
 icons/Symbolic/16/gimp-char-picker.png             |  Bin 0 -> 582 bytes
 icons/Symbolic/16/gimp-clipboard.png               |  Bin 481 -> 489 bytes
 icons/Symbolic/16/gimp-color-cmyk.png              |  Bin 582 -> 596 bytes
 icons/Symbolic/16/gimp-image-reload.png            |  Bin 596 -> 599 bytes
 icons/Symbolic/16/gimp-path-delete.png             |  Bin 538 -> 0 bytes
 icons/Symbolic/16/gimp-path-down.png               |  Bin 502 -> 0 bytes
 icons/Symbolic/16/gimp-path-new.png                |  Bin 423 -> 0 bytes
 icons/Symbolic/16/gimp-path-up.png                 |  Bin 498 -> 0 bytes
 .../16/gimp-prefs-folders-mypaint-brushes.png      |  Bin 0 -> 544 bytes
 .../16/gimp-prefs-folders-tool-presets.png         |  Bin 602 -> 464 bytes
 icons/Symbolic/16/gimp-reshow-filter.png           |  Bin 792 -> 721 bytes
 icons/Symbolic/16/gimp-shred.png                   |  Bin 586 -> 365 bytes
 icons/Symbolic/16/gimp-template.png                |  Bin 295 -> 333 bytes
 icons/Symbolic/16/gimp-tool-preset.png             |  Bin 427 -> 504 bytes
 icons/Symbolic/16/go-bottom.png                    |  Bin 0 -> 438 bytes
 icons/Symbolic/16/go-down.png                      |  Bin 0 -> 426 bytes
 icons/Symbolic/16/go-first.png                     |  Bin 0 -> 410 bytes
 icons/Symbolic/16/go-home.png                      |  Bin 0 -> 488 bytes
 icons/Symbolic/16/go-last.png                      |  Bin 0 -> 415 bytes
 icons/Symbolic/16/{gimp-next.png => go-next.png}   |  Bin 400 -> 400 bytes
 .../16/{gimp-previous.png => go-previous.png}      |  Bin 392 -> 392 bytes
 icons/Symbolic/16/go-top.png                       |  Bin 0 -> 432 bytes
 icons/Symbolic/16/go-up.png                        |  Bin 0 -> 433 bytes
 .../16/{gimp-cancel.png => gtk-cancel.png}         |  Bin 668 -> 668 bytes
 icons/Symbolic/16/{gimp-edit.png => gtk-edit.png}  |  Bin 342 -> 342 bytes
 icons/Symbolic/16/gtk-no.png                       |  Bin 0 -> 376 bytes
 icons/Symbolic/16/gtk-ok.png                       |  Bin 0 -> 583 bytes
 ...gimp-color-palette.png => gtk-select-color.png} |  Bin 677 -> 677 bytes
 .../16/{gimp-font.png => gtk-select-font.png}      |  Bin 537 -> 537 bytes
 icons/Symbolic/16/gtk-yes.png                      |  Bin 0 -> 367 bytes
 icons/Symbolic/16/help-about.png                   |  Bin 0 -> 521 bytes
 icons/Symbolic/16/list-add.png                     |  Bin 0 -> 417 bytes
 icons/Symbolic/16/list-remove.png                  |  Bin 0 -> 274 bytes
 icons/Symbolic/16/media-floppy.png                 |  Bin 0 -> 340 bytes
 icons/Symbolic/16/media-optical.png                |  Bin 0 -> 540 bytes
 icons/Symbolic/16/media-playback-pause.png         |  Bin 0 -> 215 bytes
 icons/Symbolic/16/media-playback-start.png         |  Bin 0 -> 334 bytes
 icons/Symbolic/16/media-seek-backward.png          |  Bin 0 -> 307 bytes
 icons/Symbolic/16/media-skip-backward.png          |  Bin 0 -> 325 bytes
 icons/Symbolic/16/media-skip-forward.png           |  Bin 0 -> 327 bytes
 icons/Symbolic/16/preferences-system.png           |  Bin 0 -> 681 bytes
 icons/Symbolic/16/process-stop.png                 |  Bin 0 -> 526 bytes
 icons/Symbolic/16/system-run.png                   |  Bin 0 -> 673 bytes
 icons/Symbolic/16/view-fullscreen.png              |  Bin 0 -> 424 bytes
 .../16/{gimp-revert.png => view-refresh.png}       |  Bin 590 -> 590 bytes
 .../16/{gimp-quit.png => window-close.png}         |  Bin 639 -> 639 bytes
 icons/Symbolic/16/window-new.png                   |  Bin 0 -> 351 bytes
 icons/Symbolic/16/zoom-fit-best.png                |  Bin 0 -> 319 bytes
 icons/Symbolic/16/zoom-in.png                      |  Bin 0 -> 308 bytes
 icons/Symbolic/16/zoom-original.png                |  Bin 0 -> 307 bytes
 icons/Symbolic/16/zoom-out.png                     |  Bin 0 -> 294 bytes
 icons/Symbolic/22/folder.png                       |  Bin 0 -> 384 bytes
 .../22/{gimp-indent.png => format-indent-more.png} |  Bin 438 -> 438 bytes
 .../22/gimp-prefs-folders-tool-presets.png         |  Bin 790 -> 568 bytes
 icons/Symbolic/22/gimp-prefs-folders.png           |  Bin 384 -> 559 bytes
 icons/Symbolic/22/gimp-tool-preset.png             |  Bin 883 -> 767 bytes
 ...p-justify-center.png => gtk-justify-center.png} |  Bin 327 -> 327 bytes
 ...{gimp-justify-fill.png => gtk-justify-fill.png} |  Bin 245 -> 245 bytes
 ...{gimp-justify-left.png => gtk-justify-left.png} |  Bin 295 -> 295 bytes
 ...imp-justify-right.png => gtk-justify-right.png} |  Bin 298 -> 298 bytes
 icons/Symbolic/24/dialog-information.png           |  Bin 0 -> 850 bytes
 icons/Symbolic/24/dialog-information.svg           |  120 +
 ...imp-print-resolution.png => document-print.png} |  Bin 613 -> 613 bytes
 ...imp-print-resolution.svg => document-print.svg} |    0
 icons/Symbolic/24/gimp-hchain-broken.png           |  Bin 629 -> 597 bytes
 .../24/gimp-prefs-folders-tool-presets.svg         |  195 +-
 icons/Symbolic/24/gimp-prefs-folders.svg           |  180 +-
 icons/Symbolic/24/gimp-template.png                |  Bin 427 -> 412 bytes
 icons/Symbolic/24/gimp-template.svg                |  233 +-
 icons/Symbolic/24/gimp-tool-preset.png             |  Bin 0 -> 741 bytes
 icons/Symbolic/24/gimp-tool-preset.svg             |  373 +-
 icons/Symbolic/24/gimp-vchain-broken.png           |  Bin 643 -> 699 bytes
 ...gimp-color-palette.png => gtk-select-color.png} |  Bin 1001 -> 1001 bytes
 ...gimp-color-palette.svg => gtk-select-color.svg} |    0
 icons/Symbolic/24/media-floppy.png                 |  Bin 0 -> 516 bytes
 icons/Symbolic/24/media-floppy.svg                 |   84 +
 icons/Symbolic/24/media-optical.png                |  Bin 0 -> 924 bytes
 icons/Symbolic/24/media-optical.svg                |   82 +
 icons/Symbolic/256/folder.png                      |  Bin 0 -> 1992 bytes
 icons/Symbolic/48/folder.png                       |  Bin 0 -> 459 bytes
 .../48/gimp-prefs-folders-tool-presets.png         |  Bin 1168 -> 791 bytes
 icons/Symbolic/48/gimp-prefs-folders.png           |  Bin 459 -> 646 bytes
 icons/Symbolic/64/dialog-information.png           |  Bin 0 -> 2364 bytes
 icons/Symbolic/Makefile.am                         |    5 +-
 icons/Symbolic/scalable/dialog-information.svg     |  116 +
 icons/Symbolic/scalable/document-new.svg           |  141 +
 ...ocument-recent.svg => document-open-recent.svg} |    0
 .../scalable/{gimp-open.svg => document-open.svg}  |    0
 ...imp-print-resolution.svg => document-print.svg} |    0
 icons/Symbolic/scalable/document-revert.svg        |  120 +
 .../{gimp-save-as.svg => document-save-as.svg}     |    0
 .../scalable/{gimp-save.svg => document-save.svg}  |    0
 .../{gimp-edit-clear.svg => edit-clear.svg}        |    0
 .../scalable/{gimp-buffer.svg => edit-copy.svg}    |    0
 icons/Symbolic/scalable/edit-cut.svg               |  104 +
 icons/Symbolic/scalable/edit-delete.svg            |  126 +
 icons/Symbolic/scalable/edit-paste.svg             |  192 +
 icons/Symbolic/scalable/edit-redo.svg              |  107 +
 icons/Symbolic/scalable/edit-undo.svg              |  106 +
 icons/Symbolic/scalable/folder-new.svg             |  102 +
 icons/Symbolic/scalable/folder.svg                 |  140 +
 .../{gimp-indent.svg => format-indent-more.svg}    |    0
 icons/Symbolic/scalable/gimp-char-picker.svg       |  217 +-
 icons/Symbolic/scalable/gimp-clipboard.svg         |   42 +-
 icons/Symbolic/scalable/gimp-color-cmyk.svg        |   26 +-
 icons/Symbolic/scalable/gimp-hchain-broken.svg     |  124 +-
 icons/Symbolic/scalable/gimp-image-reload.svg      |   12 +-
 icons/Symbolic/scalable/gimp-justify-fill.svg      |  124 -
 icons/Symbolic/scalable/gimp-path-delete.svg       |  178 -
 icons/Symbolic/scalable/gimp-path-down.svg         |  184 -
 icons/Symbolic/scalable/gimp-path-new.svg          |  186 -
 icons/Symbolic/scalable/gimp-path-up.svg           |  185 -
 .../scalable/gimp-prefs-folders-tool-presets.svg   |   67 +-
 icons/Symbolic/scalable/gimp-prefs-folders.svg     |  203 +-
 icons/Symbolic/scalable/gimp-reshow-filter.svg     |  184 +-
 icons/Symbolic/scalable/gimp-shred.svg             |   97 +-
 icons/Symbolic/scalable/gimp-template.svg          |  252 +-
 icons/Symbolic/scalable/gimp-tool-preset.svg       |  285 +-
 icons/Symbolic/scalable/gimp-vchain-broken.svg     |  126 +-
 icons/Symbolic/scalable/go-bottom.svg              |  109 +
 icons/Symbolic/scalable/go-down.svg                |  111 +
 icons/Symbolic/scalable/go-first.svg               |  117 +
 icons/Symbolic/scalable/go-home.svg                |  100 +
 icons/Symbolic/scalable/go-last.svg                |  116 +
 .../scalable/{gimp-next.svg => go-next.svg}        |    0
 .../{gimp-previous.svg => go-previous.svg}         |    0
 icons/Symbolic/scalable/go-top.svg                 |  110 +
 icons/Symbolic/scalable/go-up.svg                  |  111 +
 .../scalable/{gimp-cancel.svg => gtk-cancel.svg}   |    0
 .../scalable/{gimp-edit.svg => gtk-edit.svg}       |    0
 ...p-justify-center.svg => gtk-justify-center.svg} |    0
 icons/Symbolic/scalable/gtk-justify-fill.svg       |  124 +
 ...{gimp-justify-left.svg => gtk-justify-left.svg} |    0
 ...imp-justify-right.svg => gtk-justify-right.svg} |    0
 icons/Symbolic/scalable/gtk-no.svg                 |   73 +
 icons/Symbolic/scalable/gtk-ok.svg                 |  108 +
 ...gimp-color-palette.svg => gtk-select-color.svg} |    0
 .../{gimp-font.svg => gtk-select-font.svg}         |    0
 icons/Symbolic/scalable/gtk-yes.svg                |   72 +
 icons/Symbolic/scalable/help-about.svg             |   73 +
 icons/Symbolic/scalable/list-add.svg               |  111 +
 icons/Symbolic/scalable/list-remove.svg            |  104 +
 icons/Symbolic/scalable/media-floppy.svg           |   81 +
 icons/Symbolic/scalable/media-optical.svg          |   77 +
 icons/Symbolic/scalable/media-playback-pause.svg   |   83 +
 icons/Symbolic/scalable/media-playback-start.svg   |   75 +
 icons/Symbolic/scalable/media-seek-backward.svg    |   83 +
 icons/Symbolic/scalable/media-skip-backward.svg    |   89 +
 icons/Symbolic/scalable/media-skip-forward.svg     |   89 +
 icons/Symbolic/scalable/preferences-system.svg     |   73 +
 icons/Symbolic/scalable/process-stop.svg           |   83 +
 icons/Symbolic/scalable/system-run.svg             |   83 +
 icons/Symbolic/scalable/view-fullscreen.svg        |   82 +
 .../scalable/{gimp-revert.svg => view-refresh.svg} |    0
 .../scalable/{gimp-quit.svg => window-close.svg}   |    0
 icons/Symbolic/scalable/window-new.svg             |  133 +
 icons/Symbolic/scalable/zoom-fit-best.svg          |   74 +
 icons/Symbolic/scalable/zoom-in.svg                |   74 +
 icons/Symbolic/scalable/zoom-original.svg          |   74 +
 icons/Symbolic/scalable/zoom-out.svg               |   74 +
 icons/Symbolic/symbolic-scalable.svg               | 1570 ++-
 icons/icon-list.mk                                 |  585 +-
 icons/index.theme                                  |    6 +
 libgimp/Makefile.am                                |    3 +
 libgimp/gimp.c                                     |    2 +-
 libgimp/gimp.def                                   |    4 +
 libgimp/gimp.h                                     |    1 +
 libgimp/gimpbrushselect.c                          |    2 +-
 libgimp/gimpcolor_pdb.c                            |   26 +-
 libgimp/gimpcolor_pdb.h                            |    2 +
 libgimp/gimpcontext_pdb.c                          |    4 +-
 libgimp/gimpdrawablecolor_pdb.c                    |   39 +-
 libgimp/gimpdrawablecolor_pdb.h                    |    9 +-
 libgimp/gimpdrawablepreview.c                      |    3 +
 libgimp/gimpedit.c                                 |   67 +
 libgimp/gimpedit.h                                 |   41 +
 libgimp/gimpedit_pdb.c                             |   22 +-
 libgimp/gimpedit_pdb.h                             |  112 +-
 libgimp/gimpenums.c.tail                           |    2 +
 libgimp/gimpexport.c                               |   30 +-
 libgimp/gimpfontselectbutton.c                     |    2 +-
 libgimp/gimpgradient_pdb.c                         |    6 +-
 libgimp/gimpimagecolorprofile_pdb.c                |    2 +-
 libgimp/gimpimagetransform_pdb.c                   |    2 +-
 libgimp/gimpimageundo_pdb.c                        |    2 +-
 libgimp/gimpitem_pdb.c                             |   66 +
 libgimp/gimpitem_pdb.h                             |    3 +
 libgimp/gimppatternselect.c                        |    2 +-
 libgimp/gimppixelfetcher.c                         |    4 +-
 libgimp/gimpprocview.c                             |   26 +-
 libgimp/gimpselection_pdb.c                        |    4 +-
 libgimp/gimptextlayer_pdb.c                        |    2 +-
 libgimp/gimpzoompreview.c                          |    3 +
 libgimpbase/gimpbase.def                           |    1 +
 libgimpbase/gimpbaseenums.c                        |   52 +-
 libgimpbase/gimpbaseenums.h                        |   26 +-
 libgimpbase/gimplimits.h                           |    6 +-
 libgimpbase/gimpmemsize.c                          |    2 +-
 libgimpbase/gimpparasiteio.c                       |    2 +-
 libgimpbase/gimpunit.c                             |    4 +-
 libgimpbase/gimputils.c                            |    2 +-
 libgimpbase/gimpvaluearray.c                       |    2 +-
 libgimpcolor/gimprgb.c                             |    2 +-
 libgimpconfig/gimpcolorconfig.c                    |  247 +-
 libgimpconfig/gimpconfig-deserialize.c             |   21 +-
 libgimpconfig/gimpconfig-iface.c                   |    2 +-
 libgimpconfig/gimpconfig-path.c                    |  204 +-
 libgimpconfig/gimpconfig-path.h                    |    9 +
 libgimpconfig/gimpconfig-serialize.c               |   30 +-
 libgimpconfig/gimpconfig-utils.c                   |    2 +-
 libgimpconfig/gimpconfig.def                       |    3 +
 libgimpconfig/gimpscanner.c                        |   11 +
 libgimpmath/gimpmath.def                           |    1 +
 libgimpmath/gimpmatrix.c                           |   40 +-
 libgimpmath/gimpmatrix.h                           |    6 +
 libgimpmath/gimpvector.c                           |   16 +-
 libgimpthumb/gimpthumb-enums.h                     |    2 +-
 libgimpwidgets/gimp3migration.c                    |   46 +
 libgimpwidgets/gimp3migration.h                    |   16 +-
 libgimpwidgets/gimpbrowser.c                       |   10 +-
 libgimpwidgets/gimpcellrenderertoggle.c            |   48 +-
 libgimpwidgets/gimpcolorarea.c                     |    3 +-
 libgimpwidgets/gimpcolorbutton.c                   |   84 +-
 libgimpwidgets/gimpcolorbutton.h                   |   49 +-
 libgimpwidgets/gimpcolorprofilecombobox.c          |    2 +-
 libgimpwidgets/gimpcolorprofilestore.c             |   27 +-
 libgimpwidgets/gimpcolorscale.c                    |   39 +
 libgimpwidgets/gimpcolorselect.c                   |    2 +-
 libgimpwidgets/gimpcolorselection.c                |    4 +-
 libgimpwidgets/gimpeevl.c                          |   12 +-
 libgimpwidgets/gimpenumstore.c                     |   10 +-
 libgimpwidgets/gimpfileentry.c                     |   13 +-
 libgimpwidgets/gimpframe.c                         |    5 +-
 libgimpwidgets/gimphelpui.c                        |    4 +-
 libgimpwidgets/gimpicons.c                         |  254 +-
 libgimpwidgets/gimpicons.h                         |   32 +-
 libgimpwidgets/gimpnumberpairentry.c               |    8 +-
 libgimpwidgets/gimppageselector.c                  |    4 +-
 libgimpwidgets/gimppatheditor.c                    |   27 +-
 libgimpwidgets/gimppickbutton-quartz.c             |    2 +-
 libgimpwidgets/gimppropwidgets.c                   |   73 +-
 libgimpwidgets/gimpquerybox.c                      |    2 +-
 libgimpwidgets/gimpruler.c                         |   37 +-
 libgimpwidgets/gimpscaleentry.c                    |    2 +-
 libgimpwidgets/gimpsizeentry.c                     |    2 +-
 libgimpwidgets/gimpwidgets.c                       |    4 +-
 libgimpwidgets/gimpwidgets.def                     |    8 +
 libgimpwidgets/gimpwidgetsutils.c                  |    7 +-
 menus/buffers-menu.xml                             |    3 +-
 menus/channels-menu.xml                            |   11 +
 menus/image-menu.xml.in                            |    7 +-
 menus/layers-menu.xml                              |   11 +
 menus/selection-menu.xml                           |    2 +
 menus/tool-preset-editor-menu.xml                  |    3 +
 menus/tool-presets-menu.xml                        |    1 +
 menus/vectors-menu.xml                             |   13 +
 modules/color-selector-cmyk.c                      |    2 +-
 modules/display-filter-color-blind.c               |   46 +-
 modules/display-filter-lcms.c                      |    2 +-
 modules/display-filter-proof.c                     |   22 +-
 modules/gimpcolorwheel.c                           |    2 +-
 plug-ins/Makefile.am                               |    5 +
 plug-ins/common/Makefile.am                        |   13 +-
 plug-ins/common/animation-play.c                   |   10 +-
 plug-ins/common/border-average.c                   |   13 +-
 plug-ins/common/color-cube-analyze.c               |    2 +-
 plug-ins/common/compose.c                          |    4 +-
 plug-ins/common/decompose.c                        |    2 +-
 plug-ins/common/depth-merge.c                      |    8 +-
 plug-ins/common/file-dicom.c                       |    2 +-
 plug-ins/common/file-gegl.c                        |   15 -
 plug-ins/common/file-gif-save.c                    |   22 +-
 plug-ins/common/file-mng.c                         |    6 +-
 plug-ins/common/file-pdf-load.c                    |   12 +-
 plug-ins/common/file-png.c                         |  240 +-
 plug-ins/common/file-pnm.c                         |    4 +-
 plug-ins/common/file-psp.c                         |    5 +-
 plug-ins/common/file-raw-data.c                    |    7 +-
 plug-ins/common/file-sunras.c                      |    4 +-
 plug-ins/common/file-svg.c                         |   11 +-
 plug-ins/common/file-wmf.c                         |   11 +-
 plug-ins/common/file-xmc.c                         |    5 +-
 plug-ins/common/film.c                             |    2 +-
 plug-ins/common/filter-pack.c                      |    5 +-
 plug-ins/common/mkgen.pl                           |   25 +-
 plug-ins/common/newsprint.c                        |    2 +-
 plug-ins/common/plugin-defs.pl                     |    4 +-
 plug-ins/common/sample-colorize.c                  |    4 +-
 plug-ins/common/smooth-palette.c                   |  121 +-
 plug-ins/common/tile-small.c                       |    4 +-
 plug-ins/common/warp.c                             |    8 +-
 plug-ins/common/web-browser.c                      |   28 +-
 plug-ins/common/web-page.c                         |    6 +-
 plug-ins/file-fits/fits-io.c                       |    6 +-
 plug-ins/file-fits/fits.c                          |    2 +-
 plug-ins/file-fli/fli.c                            |    4 +-
 plug-ins/file-ico/ico-dialog.c                     |   18 +-
 plug-ins/file-ico/ico-load.c                       |  103 +-
 plug-ins/file-jpeg/jpeg-save.c                     |   24 +-
 plug-ins/file-jpeg/jpeg.c                          |   14 +-
 plug-ins/file-psd/psd-load.c                       |   11 +-
 plug-ins/file-psd/psd-save.c                       |  106 +-
 plug-ins/file-psd/psd.c                            |    2 +-
 plug-ins/file-tiff/file-tiff-io.c                  |   11 +-
 plug-ins/file-tiff/file-tiff-load.c                |    2 +-
 plug-ins/file-tiff/file-tiff-save.c                |  327 +-
 plug-ins/file-webp/.gitignore                      |    7 +
 plug-ins/file-webp/Makefile.am                     |   64 +
 plug-ins/file-webp/file-webp-dialog.c              |  367 +
 plug-ins/file-webp/file-webp-dialog.h              |   34 +
 plug-ins/file-webp/file-webp-load.c                |  283 +
 plug-ins/file-webp/file-webp-load.h                |   31 +
 plug-ins/file-webp/file-webp-save.c                |  805 +
 plug-ins/file-webp/file-webp-save.h                |   53 +
 plug-ins/file-webp/file-webp.c                     |  307 +
 plug-ins/file-webp/file-webp.h                     |   32 +
 plug-ins/flame/libifs.c                            |    2 +-
 plug-ins/flame/libifs.h                            |    4 +-
 plug-ins/gfig/gfig-arc.c                           |    2 +-
 plug-ins/gfig/gfig-dialog.c                        |    2 +-
 plug-ins/gfig/gfig-dobject.c                       |    4 +-
 plug-ins/gfig/gfig-preview.c                       |    2 +-
 plug-ins/gimpressionist/brush.c                    |    4 +-
 plug-ins/gimpressionist/presets.c                  |    7 +-
 plug-ins/gradient-flare/gradient-flare.c           |    8 +-
 plug-ins/help-browser/dialog.c                     |    4 +-
 plug-ins/ifs-compose/ifs-compose-utils.c           |    4 +-
 plug-ins/ifs-compose/ifs-compose.c                 |   34 +-
 plug-ins/imagemap/imap_browse.c                    |    2 +-
 plug-ins/imagemap/imap_cmd_guides.c                |    4 +-
 plug-ins/imagemap/imap_preview.c                   |  132 +-
 plug-ins/imagemap/imap_selection.c                 |    2 +-
 plug-ins/imagemap/imap_table.c                     |    5 +-
 plug-ins/lighting/lighting-main.c                  |    2 +-
 plug-ins/lighting/lighting-ui.c                    |  177 +-
 plug-ins/map-object/arcball.c                      |    2 +-
 plug-ins/map-object/map-object-main.c              |    2 +-
 plug-ins/map-object/map-object-ui.c                |  208 +-
 plug-ins/print/print-page-layout.c                 |   33 +-
 plug-ins/print/print-settings.c                    |   23 +-
 plug-ins/print/print.h                             |    2 +
 plug-ins/pygimp/gimpfu.py                          |    8 +-
 plug-ins/pygimp/gimpplugin.py                      |    4 +
 plug-ins/pygimp/gimpui.defs                        |    5 +
 plug-ins/pygimp/gimpui.override                    |   12 +
 plug-ins/pygimp/gimpuimodule.c                     |    6 +-
 plug-ins/pygimp/plug-ins/gradients-save-as-css.py  |    2 +-
 plug-ins/pygimp/plug-ins/histogram-export.py       |    2 +-
 plug-ins/pygimp/plug-ins/pyconsole.py              |    4 +-
 plug-ins/pygimp/pygimp-drawable.c                  |    4 +-
 plug-ins/screenshot/screenshot-osx.c               |    2 +-
 plug-ins/screenshot/screenshot-win32.c             |    2 +-
 plug-ins/script-fu/script-fu-interface.c           |    2 +-
 plug-ins/script-fu/script-fu-server.c              |   23 +-
 plug-ins/script-fu/scripts/palette-export.scm      |    2 +-
 plug-ins/script-fu/scripts/paste-as-brush.scm      |    2 +-
 plug-ins/script-fu/scripts/paste-as-pattern.scm    |    2 +-
 plug-ins/selection-to-path/bounding-box.h          |    2 +-
 plug-ins/selection-to-path/global.h                |    2 +-
 plug-ins/selection-to-path/pxl-outline.h           |    2 +-
 plug-ins/twain/twain.h                             |    2 +-
 po-libgimp/az.po                                   |    1 +
 po-libgimp/bg.po                                   |    1 +
 po-libgimp/br.po                                   |    1 +
 po-libgimp/ca.po                                   | 1126 +-
 po-libgimp/ca valencia po                          |    2 +-
 po-libgimp/da.po                                   |   42 +-
 po-libgimp/de.po                                   |  798 +-
 po-libgimp/dz.po                                   |    1 +
 po-libgimp/el.po                                   |  561 +-
 po-libgimp/en_CA.po                                |    1 +
 po-libgimp/eo.po                                   |    2 +-
 po-libgimp/es.po                                   | 5243 ++++---
 po-libgimp/fa.po                                   |    1 +
 po-libgimp/fr.po                                   |    1 +
 po-libgimp/ga.po                                   |    1 +
 po-libgimp/gl.po                                   |    2 +-
 po-libgimp/gu.po                                   |    1 +
 po-libgimp/he.po                                   |    1 +
 po-libgimp/hr.po                                   |    1 +
 po-libgimp/hu.po                                   |  780 +-
 po-libgimp/id.po                                   |    1 +
 po-libgimp/is.po                                   |  592 +-
 po-libgimp/it.po                                   |  433 +-
 po-libgimp/km.po                                   |    1 +
 po-libgimp/ko.po                                   |    1 +
 po-libgimp/mk.po                                   |    1 +
 po-libgimp/ms.po                                   |    1 +
 po-libgimp/my.po                                   |    1 +
 po-libgimp/nb.po                                   |    2 +-
 po-libgimp/ne.po                                   |    1 +
 po-libgimp/nl.po                                   |    1 +
 po-libgimp/nn.po                                   |    2 +-
 po-libgimp/oc.po                                   |  714 +-
 po-libgimp/pa.po                                   |    1 +
 po-libgimp/pl.po                                   |  641 +-
 po-libgimp/pt.po                                   |  558 +-
 po-libgimp/ru.po                                   |  760 +-
 po-libgimp/rw.po                                   |    2 +-
 po-libgimp/sl.po                                   |  788 +-
 po-libgimp/sr latin po                             |    1 +
 po-libgimp/sv.po                                   | 2115 ++-
 po-libgimp/ta.po                                   |    1 +
 po-libgimp/te.po                                   |    2 +-
 po-libgimp/vi.po                                   |    1 +
 po-libgimp/xh.po                                   |    1 +
 po-libgimp/yi.po                                   |    1 +
 po-libgimp/zh_CN.po                                |    1 +
 po-libgimp/zh_HK.po                                |    2 +-
 po-plug-ins/POTFILES.in                            |    4 +
 po-plug-ins/bg.po                                  |    1 +
 po-plug-ins/br.po                                  |    1 +
 po-plug-ins/bs.po                                  |    1 +
 po-plug-ins/ca.po                                  |10353 +++++++------
 po-plug-ins/ca valencia po                         |    2 +-
 po-plug-ins/da.po                                  | 9462 +++++-------
 po-plug-ins/de.po                                  | 2116 ++--
 po-plug-ins/dz.po                                  |    1 +
 po-plug-ins/el.po                                  |  945 +-
 po-plug-ins/en_CA.po                               |    1 +
 po-plug-ins/eo.po                                  |    2 +-
 po-plug-ins/es.po                                  |    2 +-
 po-plug-ins/et.po                                  |    1 +
 po-plug-ins/fa.po                                  |    1 +
 po-plug-ins/fi.po                                  |    1 +
 po-plug-ins/fr.po                                  | 8080 ++++------
 po-plug-ins/ga.po                                  |    1 +
 po-plug-ins/gl.po                                  |    2 +-
 po-plug-ins/gu.po                                  |    1 +
 po-plug-ins/he.po                                  |    1 +
 po-plug-ins/hr.po                                  |    1 +
 po-plug-ins/hu.po                                  | 2008 ++--
 po-plug-ins/id.po                                  |    1 +
 po-plug-ins/it.po                                  | 1940 ++-
 po-plug-ins/km.po                                  |    1 +
 po-plug-ins/kn.po                                  |    1 +
 po-plug-ins/ko.po                                  |    1 +
 po-plug-ins/lt.po                                  |    1 +
 po-plug-ins/mk.po                                  |    1 +
 po-plug-ins/ms.po                                  |    1 +
 po-plug-ins/my.po                                  |    1 +
 po-plug-ins/nb.po                                  |    2 +-
 po-plug-ins/ne.po                                  |    1 +
 po-plug-ins/nl.po                                  |    1 +
 po-plug-ins/nn.po                                  |    1 +
 po-plug-ins/oc.po                                  |  948 +-
 po-plug-ins/pa.po                                  |    1 +
 po-plug-ins/pl.po                                  | 1490 +-
 po-plug-ins/pt.po                                  | 2584 ++--
 po-plug-ins/ru.po                                  | 3228 ++--
 po-plug-ins/rw.po                                  |    2 +-
 po-plug-ins/sl.po                                  | 1826 ++-
 po-plug-ins/sr.po                                  | 2701 ++--
 po-plug-ins/sr latin po                            |    1 +
 po-plug-ins/sv.po                                  | 5217 ++++----
 po-plug-ins/vi.po                                  |    1 +
 po-plug-ins/xh.po                                  |    1 +
 po-plug-ins/yi.po                                  |    1 +
 po-plug-ins/zh_CN.po                               |    1 +
 po-plug-ins/zh_HK.po                               |    2 +-
 po-python/POTFILES.skip                            |    1 +
 po-python/az.po                                    |    1 +
 po-python/be.po                                    |    2 +-
 po-python/bg.po                                    |    1 +
 po-python/br.po                                    |    1 +
 po-python/bs.po                                    |    1 +
 po-python/ca valencia po                           |    2 +-
 po-python/dz.po                                    |    1 +
 po-python/en_CA.po                                 |    1 +
 po-python/eo.po                                    |    1 +
 po-python/es.po                                    |    2 +-
 po-python/et.po                                    |    1 +
 po-python/fa.po                                    |    1 +
 po-python/fi.po                                    |    1 +
 po-python/fr.po                                    |    1 +
 po-python/ga.po                                    |    1 +
 po-python/gu.po                                    |    1 +
 po-python/hr.po                                    |    1 +
 po-python/km.po                                    |    1 +
 po-python/ko.po                                    |    1 +
 po-python/lt.po                                    |    1 +
 po-python/mk.po                                    |    1 +
 po-python/ms.po                                    |    1 +
 po-python/my.po                                    |    1 +
 po-python/nb.po                                    |    2 +-
 po-python/ne.po                                    |    1 +
 po-python/nl.po                                    |    1 +
 po-python/oc.po                                    |   49 +-
 po-python/pa.po                                    |   43 +-
 po-python/pl.po                                    |   76 +-
 po-python/rw.po                                    |    2 +-
 po-python/sr latin po                              |    1 +
 po-python/sv.po                                    |  258 +-
 po-python/te.po                                    |    1 +
 po-python/vi.po                                    |    1 +
 po-python/xh.po                                    |    1 +
 po-python/zh_CN.po                                 |    1 +
 po-python/zh_HK.po                                 |    2 +-
 po-script-fu/POTFILES.skip                         |    1 +
 po-script-fu/az.po                                 |    2 +-
 po-script-fu/br.po                                 |    2 +-
 po-script-fu/ca valencia po                        |    2 +-
 po-script-fu/cs.po                                 |  939 +-
 po-script-fu/da.po                                 |    2 +-
 po-script-fu/en_CA.po                              |    2 +-
 po-script-fu/eo.po                                 |    2 +-
 po-script-fu/es.po                                 | 4607 +++---
 po-script-fu/fa.po                                 |    2 +-
 po-script-fu/fi.po                                 |    2 +-
 po-script-fu/fr.po                                 |    2 +-
 po-script-fu/ga.po                                 |    2 +-
 po-script-fu/gl.po                                 |    2 +-
 po-script-fu/it.po                                 |    2 +-
 po-script-fu/km.po                                 |    2 +-
 po-script-fu/mk.po                                 |    2 +-
 po-script-fu/ms.po                                 |    2 +-
 po-script-fu/nb.po                                 |    2 +-
 po-script-fu/nn.po                                 |    2 +-
 po-script-fu/oc.po                                 | 3681 +++--
 po-script-fu/pa.po                                 |    2 +-
 po-script-fu/pl.po                                 |  141 +-
 po-script-fu/ro.po                                 |    2 +-
 po-script-fu/rw.po                                 |    1 -
 po-script-fu/sr latin po                           |    2 +-
 po-script-fu/te.po                                 |    2 +-
 po-script-fu/zh_CN.po                              |    2 +-
 po-script-fu/zh_HK.po                              |    2 +-
 po-tags/LINGUAS                                    |    1 +
 po-tags/be.po                                      |    1 +
 po-tags/br.po                                      |    1 +
 po-tags/bs.po                                      |    1 +
 po-tags/ca.po                                      |    1 +
 po-tags/ca valencia po                             |    2 +-
 po-tags/da.po                                      |   12 +-
 po-tags/de.po                                      |    1 +
 po-tags/el.po                                      |    1 +
 po-tags/eo.po                                      |    1 +
 po-tags/es.po                                      |    1 +
 po-tags/fi.po                                      |   29 +
 po-tags/fr.po                                      |    1 +
 po-tags/gl.po                                      |    1 +
 po-tags/he.po                                      |    1 +
 po-tags/hu.po                                      |    1 +
 po-tags/it.po                                      |    1 +
 po-tags/lt.po                                      |    1 +
 po-tags/lv.po                                      |    1 +
 po-tags/nb.po                                      |    2 +-
 po-tags/nn.po                                      |    1 +
 po-tags/oc.po                                      |   14 +-
 po-tags/pl.po                                      |   18 +-
 po-tags/pt.po                                      |    2 +-
 po-tags/pt_BR.po                                   |    2 +-
 po-tags/ru.po                                      |    2 +-
 po-tags/sl.po                                      |    1 +
 po-tags/sr.po                                      |    1 +
 po-tags/sr latin po                                |    1 +
 po-tags/sv.po                                      |    1 +
 po-tags/te.po                                      |    1 +
 po-tags/tr.po                                      |    1 +
 po-tags/uk.po                                      |    1 +
 po-tags/zh_CN.po                                   |    1 +
 po-tags/zh_HK.po                                   |    2 +-
 po-tips/bg.po                                      |    1 +
 po-tips/br.po                                      |    1 +
 po-tips/bs.po                                      |    1 +
 po-tips/ca.po                                      |    6 +-
 po-tips/ca valencia po                             |    2 +-
 po-tips/da.po                                      |  451 +-
 po-tips/de.po                                      |    1 +
 po-tips/dz.po                                      |    1 +
 po-tips/en_CA.po                                   |    1 +
 po-tips/eo.po                                      |    1 +
 po-tips/es.po                                      |    1 +
 po-tips/fa.po                                      |    1 +
 po-tips/fr.po                                      |    1 +
 po-tips/gl.po                                      |    1 +
 po-tips/gu.po                                      |    1 +
 po-tips/he.po                                      |    1 +
 po-tips/hr.po                                      |    1 +
 po-tips/hu.po                                      |    1 +
 po-tips/id.po                                      |    2 +-
 po-tips/it.po                                      |    2 +-
 po-tips/km.po                                      |    1 +
 po-tips/ko.po                                      |    1 +
 po-tips/lt.po                                      |    1 +
 po-tips/mk.po                                      |    1 +
 po-tips/ms.po                                      |    1 +
 po-tips/my.po                                      |    1 +
 po-tips/nb.po                                      |    2 +-
 po-tips/ne.po                                      |    1 +
 po-tips/nl.po                                      |    1 +
 po-tips/nn.po                                      |    1 +
 po-tips/oc.po                                      |  188 +-
 po-tips/pa.po                                      |    1 +
 po-tips/pl.po                                      |  138 +-
 po-tips/pt.po                                      |    2 +-
 po-tips/ru.po                                      |    1 +
 po-tips/rw.po                                      |    1 +
 po-tips/sl.po                                      |    1 +
 po-tips/sr.po                                      |    2 +-
 po-tips/sr latin po                                |    2 +-
 po-tips/ta.po                                      |    1 +
 po-tips/tr.po                                      |    1 +
 po-tips/vi.po                                      |    1 +
 po-tips/zh_CN.po                                   |    1 +
 po-tips/zh_HK.po                                   |    2 +-
 po/Makefile.in.in                                  |    9 +
 po/POTFILES.in                                     |    7 +-
 po/ar.po                                           | 9174 +++++++-----
 po/az.po                                           |    2 +-
 po/br.po                                           |    2 +-
 po/ca.po                                           | 5765 +++++---
 po/ca valencia po                                  |    2 +-
 po/de.po                                           | 6726 +++++----
 po/el.po                                           | 5540 ++++---
 po/en_CA.po                                        |    2 +-
 po/eo.po                                           |    2 +-
 po/es.po                                           |  322 +-
 po/et.po                                           |    2 +-
 po/fa.po                                           |    2 +-
 po/fr.po                                           |13881 +++++++++++------
 po/gd.po                                           | 6771 +++++----
 po/hu.po                                           | 8837 ++++++------
 po/is.po                                           | 6091 ++++----
 po/it.po                                           | 5506 ++++---
 po/km.po                                           |    2 +-
 po/lv.po                                           |    2 +-
 po/mk.po                                           |    2 +-
 po/ms.po                                           |    2 +-
 po/nb.po                                           |    2 +-
 po/nds.po                                          |    2 +-
 po/nn.po                                           |    2 +-
 po/oc.po                                           |16334 +++++++++-----------
 po/pa.po                                           |14330 ++++++++++++------
 po/pl.po                                           | 6697 +++++----
 po/pt.po                                           | 5871 ++++---
 po/ru.po                                           | 5637 ++++---
 po/rw.po                                           |    1 -
 po/si.po                                           |    2 +-
 po/sk.po                                           |    2 +-
 po/sl.po                                           | 6729 +++++----
 po/sr.po                                           | 8108 ++++++----
 po/sr latin po                                     |    2 +-
 po/sv.po                                           |10709 +++++++++-----
 po/tt.po                                           |    2 +-
 po/uk.po                                           | 9803 ++++++++-----
 po/zh_CN.po                                        |    2 +-
 po/zh_HK.po                                        |    2 +-
 po/zh_TW.po                                        |    2 +-
 themes/Dark/gtkrc                                  |    1 +
 themes/Darker/gtkrc                                |    1 +
 themes/Gray/gtkrc                                  |    1 +
 themes/Light/gtkrc                                 |    1 +
 themes/Lighter/gtkrc                               |    1 +
 themes/Small/gtkrc                                 |    8 +-
 themes/System/gtkrc                                |    8 +-
 tools/.gitignore                                   |    4 +
 tools/Makefile.am                                  |   40 +-
 tools/pdbgen/enums.pl                              |   18 +
 tools/pdbgen/pdb/color.pdb                         |   27 +-
 tools/pdbgen/pdb/context.pdb                       |    4 +-
 tools/pdbgen/pdb/drawable_color.pdb                |   71 +-
 tools/pdbgen/pdb/edit.pdb                          |   52 +-
 tools/pdbgen/pdb/gradient.pdb                      |    6 +-
 tools/pdbgen/pdb/image.pdb                         |    1 -
 tools/pdbgen/pdb/image_color_profile.pdb           |    2 +-
 tools/pdbgen/pdb/image_convert.pdb                 |   12 +-
 tools/pdbgen/pdb/image_transform.pdb               |    4 +-
 tools/pdbgen/pdb/image_undo.pdb                    |    2 +-
 tools/pdbgen/pdb/item.pdb                          |   50 +
 tools/pdbgen/pdb/layer.pdb                         |   12 +-
 tools/pdbgen/pdb/plug_in_compat.pdb                |  135 +-
 tools/pdbgen/pdb/selection.pdb                     |    4 +-
 tools/pdbgen/pdb/text_layer.pdb                    |    2 +-
 1564 files changed, 177399 insertions(+), 122746 deletions(-)
---


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