[gimp/soc-2010-cage-2: 241/242] Merge branch 'master' into soc-2010-cage-2



commit 74e5864fa6e86844116504b5bc0e6170154a2503
Merge: e133035 c3102bd
Author: Alexia Death <alexiadeath gmail com>
Date:   Sun Sep 26 23:08:15 2010 +0300

    Merge branch 'master' into soc-2010-cage-2

 INSTALL                                            |    2 +-
 app/Makefile.am                                    |    2 +-
 app/base/boundary.c                                |   84 +-
 app/base/boundary.h                                |    6 +
 app/core/gimp-edit.c                               |    5 +-
 app/core/gimp-transform-utils.c                    |   49 +
 app/core/gimp-transform-utils.h                    |   15 +
 app/core/gimpdrawable-blend.c                      |   12 +-
 app/core/gimpdrawable-bucket-fill.c                |    2 +-
 app/core/gimpdrawable-histogram.c                  |   22 +-
 app/core/gimpdrawable-levels.c                     |    2 +-
 app/core/gimpdrawable-operation.c                  |    6 +-
 app/core/gimpdrawable-process.c                    |    2 +-
 app/core/gimpdrawable-shadow.c                     |    2 +-
 app/core/gimpdrawable-stroke.c                     |    4 +-
 app/core/gimpdrawable-transform.c                  |  130 +-
 app/core/gimpdrawable-transform.h                  |   96 +-
 app/core/gimpdrawable.c                            |  111 -
 app/core/gimpdrawable.h                            |   11 -
 app/core/gimpgrouplayer.c                          |    2 +-
 app/core/gimpimage-convert.c                       |    2 +-
 app/core/gimpimage-grid.c                          |    3 +-
 app/core/gimpimage-guides.c                        |    6 +-
 app/core/gimpimage-private.h                       |    4 +
 app/core/gimpimage.c                               |  113 +
 app/core/gimpimage.h                               |    5 +
 app/core/gimpimagemap.c                            |    6 +-
 app/core/gimpitem.c                                |  108 +-
 app/core/gimpitem.h                                |   11 +
 app/core/gimppalette-import.c                      |    3 +-
 app/core/gimpselection.c                           |    9 +-
 app/display/Makefile.am                            |   22 +
 app/display/display-enums.c                        |   35 +
 app/display/display-enums.h                        |   14 +
 app/display/display-types.h                        |    3 +-
 app/display/gimpcanvas.c                           |  328 +--
 app/display/gimpcanvas.h                           |   98 +-
 app/display/gimpcanvasarc.c                        |  325 ++
 app/display/gimpcanvasarc.h                        |   61 +
 app/display/gimpcanvasboundary.c                   |  339 ++
 app/display/gimpcanvasboundary.h                   |   58 +
 app/display/gimpcanvascorner.c                     |  449 ++
 app/display/gimpcanvascorner.h                     |   62 +
 app/display/gimpcanvasgroup.c                      |  259 +
 app/display/gimpcanvasgroup.h                      |   62 +
 app/display/gimpcanvasguide.c                      |  236 +
 app/display/gimpcanvasguide.h                      |   56 +
 app/display/gimpcanvashandle.c                     |  535 ++
 app/display/gimpcanvashandle.h                     |   63 +
 app/display/gimpcanvasitem.c                       |  300 ++
 app/display/gimpcanvasitem.h                       |   82 +
 app/display/gimpcanvasline.c                       |  265 +
 app/display/gimpcanvasline.h                       |   58 +
 app/display/gimpcanvaspolygon.c                    |  310 ++
 app/display/gimpcanvaspolygon.h                    |   60 +
 app/display/gimpcanvasrectangle.c                  |  304 ++
 app/display/gimpcanvasrectangle.h                  |   59 +
 app/display/gimpcanvastextcursor.c                 |  307 ++
 app/display/gimpcanvastextcursor.h                 |   56 +
 app/display/gimpdisplay.c                          |    4 +-
 app/display/gimpdisplayshell-callbacks.c           |   35 +-
 app/display/gimpdisplayshell-coords.c              |    7 +-
 app/display/gimpdisplayshell-cursor.c              |    2 +-
 app/display/gimpdisplayshell-draw.c                |  144 +-
 app/display/gimpdisplayshell-draw.h                |    5 +-
 app/display/gimpdisplayshell-expose.c              |   47 +-
 app/display/gimpdisplayshell-expose.h              |    2 +
 app/display/gimpdisplayshell-handlers.c            |  115 +-
 app/display/gimpdisplayshell-preview.c             |  407 +-
 app/display/gimpdisplayshell-preview.h             |    3 +-
 app/display/gimpdisplayshell-scale.c               |    3 +-
 app/display/gimpdisplayshell-selection.c           |    3 +-
 app/display/gimpdisplayshell-style.c               |   76 +
 app/display/gimpdisplayshell-style.h               |   13 +
 app/display/gimpdisplayshell-transform.c           |  141 +-
 app/display/gimpdisplayshell-transform.h           |   21 +-
 app/display/gimpdisplayshell.c                     |   11 +-
 app/display/gimpdisplayshell.h                     |    4 -
 app/display/gimpimagewindow.c                      |    3 +-
 app/gui/splash.c                                   |   17 +-
 app/main.c                                         |   28 +
 app/paint/gimpbrushcore.c                          |    8 +
 app/pdb/Makefile.am                                |    3 +
 app/pdb/channel-cmds.c                             |    2 +-
 app/pdb/context-cmds.c                             |  664 +++-
 app/pdb/drawable-cmds.c                            |  850 +----
 app/pdb/drawable-transform-cmds.c                  |  327 +-
 app/pdb/fileops-cmds.c                             |    4 +-
 app/pdb/gimp-pdb-compat.c                          |   61 +-
 app/pdb/gimppdbcontext.c                           |  267 +
 app/pdb/gimppdbcontext.h                           |   66 +
 app/pdb/gimpprocedure.c                            |   15 +-
 app/pdb/image-cmds.c                               |  285 +-
 app/pdb/internal-procs.c                           |    3 +-
 app/pdb/internal-procs.h                           |    1 +
 app/pdb/item-cmds.c                                |  125 +
 app/pdb/item-transform-cmds.c                      | 1383 ++++++
 app/pdb/layer-cmds.c                               |   82 +-
 app/pdb/selection-cmds.c                           |   36 +-
 app/pdb/text-layer-cmds.c                          |    2 +-
 app/pdb/transform-tools-cmds.c                     |   92 +-
 app/pdb/vectors-cmds.c                             |  566 +---
 app/plug-in/gimpplugin-context.c                   |    6 +-
 app/plug-in/gimpplugin-message.c                   |   24 +-
 app/plug-in/gimpplugin.c                           |    7 +-
 app/plug-in/gimppluginmanager-call.c               |   11 +-
 app/plug-in/gimppluginmanager-restore.c            |    7 +-
 app/plug-in/gimppluginprocframe.c                  |    6 +-
 app/sanity.c                                       |    6 +-
 app/tests/test-ui.c                                |   14 +-
 app/text/gimpfontlist.c                            |   17 +-
 app/text/gimptext-compat.c                         |   15 +-
 app/text/gimptextlayout.c                          |   13 +-
 app/tools/gimpaligntool.c                          |   54 +-
 app/tools/gimpblendtool.c                          |   45 +-
 app/tools/gimpbrushtool.c                          |   34 +-
 app/tools/gimpcolortool.c                          |   51 +-
 app/tools/gimpdrawtool.c                           | 1409 +-----
 app/tools/gimpdrawtool.h                           |  336 +-
 app/tools/gimpeditselectiontool.c                  |  163 +-
 app/tools/gimpellipseselecttool.c                  |   11 +-
 app/tools/gimpforegroundselecttool.c               |   13 +-
 app/tools/gimpfreeselecttool.c                     |   48 +-
 app/tools/gimpiscissorstool.c                      |  109 +-
 app/tools/gimpmagnifytool.c                        |   12 +-
 app/tools/gimpmeasuretool.c                        |  118 +-
 app/tools/gimpmovetool.c                           |    9 +-
 app/tools/gimppainttool.c                          |   53 +-
 app/tools/gimpperspectiveclonetool.c               |   85 +-
 app/tools/gimprectangleselecttool.c                |   46 +-
 app/tools/gimprectangletool.c                      |  399 +-
 app/tools/gimpregionselecttool.c                   |   89 +-
 app/tools/gimpregionselecttool.h                   |    4 +-
 app/tools/gimpselectiontool.c                      |    4 +-
 app/tools/gimpsourcetool.c                         |   13 +-
 app/tools/gimptexttool.c                           |   23 +-
 app/tools/gimptransformtool.c                      |  239 +-
 app/tools/gimpvectortool.c                         |  107 +-
 app/vectors/gimpbezierstroke.c                     |    2 +-
 app/vectors/gimpbezierstroke.h                     |    2 -
 app/vectors/gimpvectors-import.c                   |    9 +-
 app/vectors/gimpvectors.c                          |  208 +-
 app/vectors/gimpvectors.h                          |   26 +-
 app/version.c                                      |    2 +-
 app/widgets/gimpcairo.c                            |   32 +-
 app/widgets/gimpcairo.h                            |    6 +
 app/widgets/gimpcombotagentry.c                    |   15 +-
 app/widgets/gimpcursor.c                           |  792 +---
 app/widgets/gimptooloptionseditor.c                |   20 +
 app/widgets/gimpviewrenderervectors.c              |   15 +-
 build/buildbot/suppressed-warnings.txt             |   24 +-
 configure.ac                                       |   16 +-
 cursors/.gitignore                                 |    2 +
 cursors/Makefile.am                                |  342 +-
 cursors/cursor-bad-bw.png                          |  Bin 0 -> 211 bytes
 cursors/cursor-color-picker-bw.png                 |  Bin 0 -> 222 bytes
 cursors/cursor-corner-bottom-left-bw.png           |  Bin 0 -> 198 bytes
 cursors/cursor-corner-bottom-right-bw.png          |  Bin 0 -> 158 bytes
 cursors/cursor-corner-top-left-bw.png              |  Bin 0 -> 268 bytes
 cursors/cursor-corner-top-right-bw.png             |  Bin 0 -> 207 bytes
 cursors/cursor-crosshair-bw.png                    |  Bin 0 -> 156 bytes
 cursors/cursor-crosshair-small-bw.png              |  Bin 0 -> 146 bytes
 cursors/cursor-mouse-bw.png                        |  Bin 0 -> 180 bytes
 cursors/cursor-move-bw.png                         |  Bin 0 -> 196 bytes
 cursors/cursor-none-bw.png                         |  Bin 0 -> 96 bytes
 cursors/cursor-side-bottom-bw.png                  |  Bin 0 -> 166 bytes
 cursors/cursor-side-left-bw.png                    |  Bin 0 -> 181 bytes
 cursors/cursor-side-right-bw.png                   |  Bin 0 -> 182 bytes
 cursors/cursor-side-top-bw.png                     |  Bin 0 -> 171 bytes
 cursors/cursor-zoom-bw.png                         |  Bin 0 -> 203 bytes
 cursors/tool-airbrush-bw.png                       |  Bin 0 -> 220 bytes
 cursors/tool-blend-bw.png                          |  Bin 0 -> 179 bytes
 cursors/tool-blur-bw.png                           |  Bin 0 -> 204 bytes
 cursors/tool-bucket-fill-bw.png                    |  Bin 0 -> 214 bytes
 cursors/tool-burn-bw.png                           |  Bin 0 -> 189 bytes
 cursors/tool-clone-bw.png                          |  Bin 0 -> 207 bytes
 cursors/tool-color-picker-bw.png                   |  Bin 0 -> 213 bytes
 cursors/tool-crop-bw.png                           |  Bin 0 -> 184 bytes
 cursors/tool-dodge-bw.png                          |  Bin 0 -> 189 bytes
 cursors/tool-ellipse-select-bw.png                 |  Bin 0 -> 188 bytes
 cursors/tool-eraser-bw.png                         |  Bin 0 -> 190 bytes
 cursors/tool-flip-horizontal-bw.png                |  Bin 0 -> 155 bytes
 cursors/tool-flip-vertical-bw.png                  |  Bin 0 -> 174 bytes
 cursors/tool-free-select-bw.png                    |  Bin 0 -> 210 bytes
 cursors/tool-fuzzy-select-bw.png                   |  Bin 0 -> 227 bytes
 cursors/tool-hand-bw.png                           |  Bin 0 -> 218 bytes
 cursors/tool-heal-bw.png                           |  Bin 0 -> 883 bytes
 cursors/tool-ink-bw.png                            |  Bin 0 -> 238 bytes
 cursors/tool-iscissors-bw.png                      |  Bin 0 -> 245 bytes
 cursors/tool-measure-bw.png                        |  Bin 0 -> 206 bytes
 cursors/tool-move-bw.png                           |  Bin 0 -> 192 bytes
 cursors/tool-paintbrush-bw.png                     |  Bin 0 -> 206 bytes
 cursors/tool-paths-anchor-bw.png                   |  Bin 0 -> 245 bytes
 cursors/tool-paths-bw.png                          |  Bin 0 -> 241 bytes
 cursors/tool-paths-control-bw.png                  |  Bin 0 -> 256 bytes
 cursors/tool-paths-segment-bw.png                  |  Bin 0 -> 258 bytes
 cursors/tool-pencil-bw.png                         |  Bin 0 -> 165 bytes
 cursors/tool-perspective-bw.png                    |  Bin 0 -> 174 bytes
 cursors/tool-polygon-select-bw.png                 |  Bin 0 -> 219 bytes
 cursors/tool-rect-select-bw.png                    |  Bin 0 -> 172 bytes
 cursors/tool-resize-bw.png                         |  Bin 0 -> 193 bytes
 cursors/tool-rotate-bw.png                         |  Bin 0 -> 255 bytes
 cursors/tool-shear-bw.png                          |  Bin 0 -> 173 bytes
 cursors/tool-smudge-bw.png                         |  Bin 0 -> 236 bytes
 cursors/tool-text-bw.png                           |  Bin 0 -> 191 bytes
 cursors/tool-zoom-bw.png                           |  Bin 0 -> 190 bytes
 cursors/xbm/cursor-bad-mask.xbm                    |   17 -
 cursors/xbm/cursor-bad.xbm                         |   17 -
 cursors/xbm/cursor-color-picker-mask.xbm           |   16 -
 cursors/xbm/cursor-color-picker.xbm                |   16 -
 cursors/xbm/cursor-corner-bottom-left-mask.xbm     |   16 -
 cursors/xbm/cursor-corner-bottom-left.xbm          |   16 -
 cursors/xbm/cursor-corner-bottom-right-mask.xbm    |   16 -
 cursors/xbm/cursor-corner-bottom-right.xbm         |   16 -
 cursors/xbm/cursor-corner-top-left-mask.xbm        |   16 -
 cursors/xbm/cursor-corner-top-left.xbm             |   16 -
 cursors/xbm/cursor-corner-top-right-mask.xbm       |   16 -
 cursors/xbm/cursor-corner-top-right.xbm            |   16 -
 cursors/xbm/cursor-crosshair-mask.xbm              |   17 -
 cursors/xbm/cursor-crosshair-small-mask.xbm        |   17 -
 cursors/xbm/cursor-crosshair-small.xbm             |   17 -
 cursors/xbm/cursor-crosshair.xbm                   |   17 -
 cursors/xbm/cursor-mouse-mask.xbm                  |   17 -
 cursors/xbm/cursor-mouse.xbm                       |   17 -
 cursors/xbm/cursor-move-mask.xbm                   |   16 -
 cursors/xbm/cursor-move.xbm                        |   16 -
 cursors/xbm/cursor-none.xbm                        |   16 -
 cursors/xbm/cursor-side-bottom-mask.xbm            |   16 -
 cursors/xbm/cursor-side-bottom.xbm                 |   16 -
 cursors/xbm/cursor-side-left-mask.xbm              |   16 -
 cursors/xbm/cursor-side-left.xbm                   |   16 -
 cursors/xbm/cursor-side-right-mask.xbm             |   16 -
 cursors/xbm/cursor-side-right.xbm                  |   16 -
 cursors/xbm/cursor-side-top-mask.xbm               |   16 -
 cursors/xbm/cursor-side-top.xbm                    |   16 -
 cursors/xbm/cursor-zoom-mask.xbm                   |   17 -
 cursors/xbm/cursor-zoom.xbm                        |   17 -
 cursors/xbm/modifier-anchor-mask.xbm               |   15 -
 cursors/xbm/modifier-anchor.xbm                    |   15 -
 cursors/xbm/modifier-background-mask.xbm           |   14 -
 cursors/xbm/modifier-background.xbm                |   14 -
 cursors/xbm/modifier-bad-mask.xbm                  |   14 -
 cursors/xbm/modifier-bad.xbm                       |   14 -
 cursors/xbm/modifier-control-mask.xbm              |   15 -
 cursors/xbm/modifier-control.xbm                   |   15 -
 cursors/xbm/modifier-foreground-mask.xbm           |   14 -
 cursors/xbm/modifier-foreground.xbm                |   14 -
 cursors/xbm/modifier-intersect-mask.xbm            |   15 -
 cursors/xbm/modifier-intersect.xbm                 |   15 -
 cursors/xbm/modifier-join-mask.xbm                 |   14 -
 cursors/xbm/modifier-join.xbm                      |   14 -
 cursors/xbm/modifier-minus-mask.xbm                |   15 -
 cursors/xbm/modifier-minus.xbm                     |   15 -
 cursors/xbm/modifier-move-mask.xbm                 |   15 -
 cursors/xbm/modifier-move.xbm                      |   15 -
 cursors/xbm/modifier-pattern-mask.xbm              |   14 -
 cursors/xbm/modifier-pattern.xbm                   |   14 -
 cursors/xbm/modifier-plus-mask.xbm                 |   15 -
 cursors/xbm/modifier-plus.xbm                      |   15 -
 cursors/xbm/modifier-resize-mask.xbm               |   15 -
 cursors/xbm/modifier-resize.xbm                    |   15 -
 cursors/xbm/modifier-select-mask.xbm               |   14 -
 cursors/xbm/modifier-select.xbm                    |   14 -
 cursors/xbm/tool-airbrush-mask.xbm                 |   14 -
 cursors/xbm/tool-airbrush.xbm                      |   14 -
 cursors/xbm/tool-blend-mask.xbm                    |   14 -
 cursors/xbm/tool-blend.xbm                         |   14 -
 cursors/xbm/tool-blur-mask.xbm                     |   14 -
 cursors/xbm/tool-blur.xbm                          |   14 -
 cursors/xbm/tool-bucket-fill-mask.xbm              |   14 -
 cursors/xbm/tool-bucket-fill.xbm                   |   14 -
 cursors/xbm/tool-burn-mask.xbm                     |   14 -
 cursors/xbm/tool-burn.xbm                          |   14 -
 cursors/xbm/tool-clone-mask.xbm                    |   14 -
 cursors/xbm/tool-clone.xbm                         |   14 -
 cursors/xbm/tool-color-picker-mask.xbm             |   14 -
 cursors/xbm/tool-color-picker.xbm                  |   14 -
 cursors/xbm/tool-crop-mask.xbm                     |   14 -
 cursors/xbm/tool-crop.xbm                          |   14 -
 cursors/xbm/tool-dodge-mask.xbm                    |   14 -
 cursors/xbm/tool-dodge.xbm                         |   14 -
 cursors/xbm/tool-ellipse-select-mask.xbm           |   14 -
 cursors/xbm/tool-ellipse-select.xbm                |   14 -
 cursors/xbm/tool-eraser-mask.xbm                   |   14 -
 cursors/xbm/tool-eraser.xbm                        |   14 -
 cursors/xbm/tool-flip-horizontal-mask.xbm          |   14 -
 cursors/xbm/tool-flip-horizontal.xbm               |   14 -
 cursors/xbm/tool-flip-vertical-mask.xbm            |   14 -
 cursors/xbm/tool-flip-vertical.xbm                 |   14 -
 cursors/xbm/tool-free-select-mask.xbm              |   14 -
 cursors/xbm/tool-free-select.xbm                   |   14 -
 cursors/xbm/tool-fuzzy-select-mask.xbm             |   14 -
 cursors/xbm/tool-fuzzy-select.xbm                  |   14 -
 cursors/xbm/tool-hand-mask.xbm                     |   14 -
 cursors/xbm/tool-hand.xbm                          |   14 -
 cursors/xbm/tool-heal-mask.xbm                     |   14 -
 cursors/xbm/tool-heal.xbm                          |   14 -
 cursors/xbm/tool-ink-mask.xbm                      |   14 -
 cursors/xbm/tool-ink.xbm                           |   14 -
 cursors/xbm/tool-iscissors-mask.xbm                |   14 -
 cursors/xbm/tool-iscissors.xbm                     |   14 -
 cursors/xbm/tool-measure-mask.xbm                  |   14 -
 cursors/xbm/tool-measure.xbm                       |   14 -
 cursors/xbm/tool-move-mask.xbm                     |   14 -
 cursors/xbm/tool-move.xbm                          |   14 -
 cursors/xbm/tool-paintbrush-mask.xbm               |   14 -
 cursors/xbm/tool-paintbrush.xbm                    |   14 -
 cursors/xbm/tool-paths-anchor-mask.xbm             |   14 -
 cursors/xbm/tool-paths-anchor.xbm                  |   14 -
 cursors/xbm/tool-paths-control-mask.xbm            |   14 -
 cursors/xbm/tool-paths-control.xbm                 |   14 -
 cursors/xbm/tool-paths-mask.xbm                    |   14 -
 cursors/xbm/tool-paths-segment-mask.xbm            |   14 -
 cursors/xbm/tool-paths-segment.xbm                 |   14 -
 cursors/xbm/tool-paths.xbm                         |   14 -
 cursors/xbm/tool-pencil-mask.xbm                   |   14 -
 cursors/xbm/tool-pencil.xbm                        |   14 -
 cursors/xbm/tool-perspective-mask.xbm              |   14 -
 cursors/xbm/tool-perspective.xbm                   |   14 -
 cursors/xbm/tool-polygon-select-mask.xbm           |   14 -
 cursors/xbm/tool-polygon-select.xbm                |   14 -
 cursors/xbm/tool-rect-select-mask.xbm              |   14 -
 cursors/xbm/tool-rect-select.xbm                   |   14 -
 cursors/xbm/tool-resize-mask.xbm                   |   14 -
 cursors/xbm/tool-resize.xbm                        |   14 -
 cursors/xbm/tool-rotate-mask.xbm                   |   14 -
 cursors/xbm/tool-rotate.xbm                        |   14 -
 cursors/xbm/tool-shear-mask.xbm                    |   14 -
 cursors/xbm/tool-shear.xbm                         |   14 -
 cursors/xbm/tool-smudge-mask.xbm                   |   14 -
 cursors/xbm/tool-smudge.xbm                        |   14 -
 cursors/xbm/tool-text-mask.xbm                     |   14 -
 cursors/xbm/tool-text.xbm                          |   14 -
 cursors/xbm/tool-zoom-mask.xbm                     |   14 -
 cursors/xbm/tool-zoom.xbm                          |   14 -
 devel-docs/app/app-sections.txt                    |    2 +-
 libgimp/Makefile.am                                |    5 +
 libgimp/gimp.c                                     |   23 +
 libgimp/gimp.def                                   |   29 +
 libgimp/gimp.h                                     |    1 +
 libgimp/gimp_pdb.h                                 |    1 +
 libgimp/gimpbrush_pdb.c                            |   44 +-
 libgimp/gimpbrushes_pdb.c                          |   12 +-
 libgimp/gimpbrushselect_pdb.c                      |    6 +-
 libgimp/gimpbuffer_pdb.c                           |   14 +-
 libgimp/gimpchannel.c                              |    8 +-
 libgimp/gimpchannel_pdb.c                          |   22 +-
 libgimp/gimpcolor_pdb.c                            |   32 +-
 libgimp/gimpcontext_pdb.c                          |  508 ++-
 libgimp/gimpcontext_pdb.h                          |   68 +-
 libgimp/gimpconvert_pdb.c                          |    8 +-
 libgimp/gimpdisplay_pdb.c                          |   12 +-
 libgimp/gimpdrawable.c                             |  222 +
 libgimp/gimpdrawable.h                             |   19 +
 libgimp/gimpdrawable_pdb.c                         |  487 +--
 libgimp/gimpdrawable_pdb.h                         |   23 -
 libgimp/gimpdrawabletransform_pdb.c                |  194 +-
 libgimp/gimpdrawabletransform_pdb.h                |    2 +
 libgimp/gimpedit_pdb.c                             |   34 +-
 libgimp/gimpexport.c                               |    2 +-
 libgimp/gimpfileops_pdb.c                          |   28 +-
 libgimp/gimpfloatingsel_pdb.c                      |   12 +-
 libgimp/gimpfonts_pdb.c                            |    4 +-
 libgimp/gimpfontselect_pdb.c                       |    6 +-
 libgimp/gimpgimprc_pdb.c                           |   16 +-
 libgimp/gimpgradient_pdb.c                         |   62 +-
 libgimp/gimpgradients_pdb.c                        |   10 +-
 libgimp/gimpgradientselect_pdb.c                   |    6 +-
 libgimp/gimpgrid_pdb.c                             |   20 +-
 libgimp/gimpguides_pdb.c                           |   12 +-
 libgimp/gimphelp_pdb.c                             |    2 +-
 libgimp/gimpimage_pdb.c                            |  331 +-
 libgimp/gimpimage_pdb.h                            |   20 +
 libgimp/gimpitem_pdb.c                             |  113 +-
 libgimp/gimpitem_pdb.h                             |   59 +-
 libgimp/gimpitemtransform_pdb.c                    |  541 ++
 libgimp/gimpitemtransform_pdb.h                    |   89 +
 libgimp/gimplayer.c                                |    2 +-
 libgimp/gimplayer.h                                |    1 +
 libgimp/gimplayer_pdb.c                            |  120 +-
 libgimp/gimplayer_pdb.h                            |    3 +
 libgimp/gimpmessage_pdb.c                          |    6 +-
 libgimp/gimpmisc_pdb.c                             |    4 +-
 libgimp/gimppainttools_pdb.c                       |   34 +-
 libgimp/gimppalette_pdb.c                          |   30 +-
 libgimp/gimppalettes_pdb.c                         |    8 +-
 libgimp/gimppaletteselect_pdb.c                    |    6 +-
 libgimp/gimpparasite_pdb.c                         |   40 +-
 libgimp/gimppaths_pdb.c                            |   30 +-
 libgimp/gimppattern_pdb.c                          |    4 +-
 libgimp/gimppatterns_pdb.c                         |    8 +-
 libgimp/gimppatternselect_pdb.c                    |    6 +-
 libgimp/gimpplugin_pdb.c                           |   14 +-
 libgimp/gimpproceduraldb_pdb.c                     |   20 +-
 libgimp/gimpprogress_pdb.c                         |   18 +-
 libgimp/gimpselection_pdb.c                        |   55 +-
 libgimp/gimpselection_pdb.h                        |    4 +
 libgimp/gimpselectiontools_pdb.c                   |   16 +-
 libgimp/gimptextlayer_pdb.c                        |   64 +-
 libgimp/gimptexttool_pdb.c                         |    8 +-
 libgimp/gimptransformtools_pdb.c                   |   12 +-
 libgimp/gimpundo_pdb.c                             |   14 +-
 libgimp/gimpunit_pdb.c                             |   24 +-
 libgimp/gimpvectors.c                              |  197 +
 libgimp/gimpvectors.h                              |   48 +
 libgimp/gimpvectors_pdb.c                          |  369 +--
 libgimp/gimpvectors_pdb.h                          |   20 +-
 libgimpconfig/gimpconfig-serialize.c               |   61 +-
 libgimpwidgets/gimpcolorarea.c                     |  164 +-
 libgimpwidgets/gimpcolorarea.h                     |   10 -
 libgimpwidgets/gimpcolorscale.c                    |  208 +-
 libgimpwidgets/gimpcolorselect.c                   |  183 +-
 libgimpwidgets/gimpoffsetarea.c                    |   58 +-
 libgimpwidgets/gimppickbutton.c                    |   64 +-
 libgimpwidgets/gimpwidgets.c                       |    4 +-
 plug-ins/color-rotate/color-rotate-callbacks.c     |  214 +-
 plug-ins/color-rotate/color-rotate-dialog.c        |    6 +-
 plug-ins/color-rotate/color-rotate-draw.c          |  178 +-
 plug-ins/color-rotate/color-rotate-draw.h          |   15 +-
 plug-ins/color-rotate/color-rotate.h               |    1 -
 plug-ins/common/Makefile.am                        |    2 +
 plug-ins/common/animation-optimize.c               |    4 +-
 plug-ins/common/compose.c                          |    2 +-
 plug-ins/common/contrast-retinex.c                 |    2 +-
 plug-ins/common/curve-bend.c                       |   71 +-
 plug-ins/common/decompose.c                        |    2 +-
 plug-ins/common/despeckle.c                        |  457 ++-
 plug-ins/common/edge-dog.c                         |   49 +-
 plug-ins/common/edge.c                             |    2 +-
 plug-ins/common/file-cel.c                         |    2 +-
 plug-ins/common/file-dicom.c                       |    2 +-
 plug-ins/common/file-gbr.c                         |    2 +-
 plug-ins/common/file-gif-load.c                    |    2 +-
 plug-ins/common/file-gih.c                         |    2 +-
 plug-ins/common/file-jp2-load.c                    |    2 +-
 plug-ins/common/file-pat.c                         |    2 +-
 plug-ins/common/file-pcx.c                         |    2 +-
 plug-ins/common/file-pdf-load.c                    |    2 +-
 plug-ins/common/file-pix.c                         |    2 +-
 plug-ins/common/file-png.c                         |    2 +-
 plug-ins/common/file-pnm.c                         |    2 +-
 plug-ins/common/file-ps.c                          |    4 +-
 plug-ins/common/file-psp.c                         |    2 +-
 plug-ins/common/file-raw.c                         |    2 +-
 plug-ins/common/file-sunras.c                      |    2 +-
 plug-ins/common/file-svg.c                         |    2 +-
 plug-ins/common/file-tga.c                         |    2 +-
 plug-ins/common/file-tiff-load.c                   |    6 +-
 plug-ins/common/file-wmf.c                         |    2 +-
 plug-ins/common/file-xbm.c                         |    2 +-
 plug-ins/common/file-xmc.c                         |    4 +-
 plug-ins/common/file-xpm.c                         |    2 +-
 plug-ins/common/file-xwd.c                         |    2 +-
 plug-ins/common/film.c                             |    4 +-
 plug-ins/common/filter-pack.c                      |   52 +-
 plug-ins/common/hot.c                              |    2 +-
 plug-ins/common/iwarp.c                            |    4 +-
 plug-ins/common/lcms.c                             |    2 +-
 plug-ins/common/lens-flare.c                       |  127 +-
 plug-ins/common/mkgen.pl                           |    6 +-
 plug-ins/common/nova.c                             |  134 +-
 plug-ins/common/plugin-defs.pl                     |    2 +-
 plug-ins/common/sample-colorize.c                  |   98 +-
 plug-ins/common/screenshot.c                       |    4 +-
 plug-ins/common/smooth-palette.c                   |    2 +-
 plug-ins/common/tile-small.c                       |  133 +-
 plug-ins/common/tile.c                             |    2 +-
 plug-ins/common/warp.c                             |    4 +-
 plug-ins/file-bmp/bmp-read.c                       |    4 +-
 plug-ins/file-faxg3/faxg3.c                        |    2 +-
 plug-ins/file-fits/Makefile.am                     |    1 +
 plug-ins/file-fits/fits.c                          |    2 +-
 plug-ins/file-fli/fli-gimp.c                       |    2 +-
 plug-ins/file-ico/ico-dialog.c                     |    4 +-
 plug-ins/file-ico/ico-load.c                       |    2 +-
 plug-ins/file-ico/ico-save.c                       |    2 +-
 plug-ins/file-jpeg/jpeg-load.c                     |    4 +-
 plug-ins/file-psd/psd-image-res-load.c             |    4 +-
 plug-ins/file-psd/psd-load.c                       |    8 +-
 plug-ins/file-sgi/sgi.c                            |    2 +-
 plug-ins/file-xjt/xjt.c                            |    8 +-
 plug-ins/gfig/gfig-dialog.c                        |    2 +-
 plug-ins/gimpressionist/gimp.c                     |   43 +-
 plug-ins/ifs-compose/ifs-compose-utils.c           |   58 +-
 plug-ins/ifs-compose/ifs-compose.c                 |   63 +-
 plug-ins/ifs-compose/ifs-compose.h                 |    9 +-
 plug-ins/imagemap/imap_cmd_move_sash.c             |    7 +-
 plug-ins/imagemap/imap_command.h                   |    6 -
 plug-ins/lighting/lighting-apply.c                 |    2 +-
 plug-ins/map-object/map-object-apply.c             |    2 +-
 plug-ins/pagecurl/pagecurl.c                       |    4 +-
 plug-ins/pygimp/gimpthumb.override                 |    4 +
 plug-ins/pygimp/gimpui.override                    |    4 +
 .../plug-ins/benchmark-foreground-extract.py       |    2 +-
 plug-ins/pygimp/plug-ins/clothify.py               |    4 +-
 plug-ins/pygimp/plug-ins/foggify.py                |    2 +-
 plug-ins/pygimp/plug-ins/py-slice.py               |    2 +-
 plug-ins/pygimp/plug-ins/shadow_bevel.py           |    2 +-
 plug-ins/pygimp/plug-ins/sphere.py                 |    2 +-
 plug-ins/pygimp/pygimp-colors.c                    |    6 +-
 plug-ins/pygimp/pygimp-drawable.c                  |   29 +-
 plug-ins/pygimp/pygimp-image.c                     |  120 +-
 plug-ins/pygimp/pygimp-pdb.c                       |    2 +-
 plug-ins/pygimp/pygimp-tile.c                      |    2 +-
 plug-ins/pygimp/pygimp-vectors.c                   |    8 +-
 plug-ins/script-fu/scheme-wrapper.c                |   10 +-
 plug-ins/script-fu/script-fu-server.c              |    3 +
 plug-ins/script-fu/tinyscheme/scheme.c             |  154 +-
 plug-ins/selection-to-path/selection-to-path.c     |    2 +-
 plug-ins/twain/twain.c                             |    4 +-
 plug-ins/win-snap/winsnap.c                        |    2 +-
 po-plug-ins/et.po                                  |    4 +-
 po-plug-ins/sl.po                                  |  477 +-
 po/POTFILES.in                                     |    2 +
 po/et.po                                           |    6 +-
 po/nb.po                                           | 5194 ++++++++++----------
 po/sl.po                                           |  962 ++---
 tools/pdbgen/Makefile.am                           |    1 +
 tools/pdbgen/app.pl                                |    5 +
 tools/pdbgen/groups.pl                             |    1 +
 tools/pdbgen/lib.pl                                |    2 +-
 tools/pdbgen/pdb/channel.pdb                       |   13 +-
 tools/pdbgen/pdb/context.pdb                       |  385 ++-
 tools/pdbgen/pdb/drawable.pdb                      |  365 +--
 tools/pdbgen/pdb/drawable_transform.pdb            |  294 +-
 tools/pdbgen/pdb/fileops.pdb                       |    4 +-
 tools/pdbgen/pdb/image.pdb                         |  201 +-
 tools/pdbgen/pdb/item.pdb                          |   74 +-
 tools/pdbgen/pdb/item_transform.pdb                |  647 +++
 tools/pdbgen/pdb/layer.pdb                         |   87 +-
 tools/pdbgen/pdb/selection.pdb                     |   32 +-
 tools/pdbgen/pdb/text_layer.pdb                    |   12 +-
 tools/pdbgen/pdb/transform_tools.pdb               |   92 +-
 tools/pdbgen/pdb/vectors.pdb                       |  245 +-
 tools/pdbgen/stddefs.pdb                           |    4 +
 535 files changed, 19320 insertions(+), 15656 deletions(-)
---



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