mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app: rename app/vectors/ to app/path/
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include "core/gimpimage.h"
|
||||
#include "core/gimpimage-undo.h"
|
||||
|
||||
#include "vectors/gimppath-import.h"
|
||||
#include "path/gimppath-import.h"
|
||||
|
||||
#include "widgets/gimpclipboard.h"
|
||||
#include "widgets/gimphelp-ids.h"
|
||||
|
@@ -55,14 +55,14 @@
|
||||
#include "core/gimpundostack.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppath-warp.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "text/gimptext.h"
|
||||
#include "text/gimptext-path.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppath-warp.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
|
||||
#include "widgets/gimpaction.h"
|
||||
#include "widgets/gimpdock.h"
|
||||
#include "widgets/gimphelp-ids.h"
|
||||
|
@@ -44,9 +44,9 @@
|
||||
#include "pdb/gimppdb.h"
|
||||
#include "pdb/gimpprocedure.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppath-export.h"
|
||||
#include "vectors/gimppath-import.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppath-export.h"
|
||||
#include "path/gimppath-import.h"
|
||||
|
||||
#include "widgets/gimpaction.h"
|
||||
#include "widgets/gimpclipboard.h"
|
||||
|
@@ -317,7 +317,7 @@ struct _GimpSegment
|
||||
#include "gegl/gimp-gegl-types.h"
|
||||
#include "paint/paint-types.h"
|
||||
#include "text/text-types.h"
|
||||
#include "vectors/path-types.h"
|
||||
#include "path/path-types.h"
|
||||
#include "pdb/pdb-types.h"
|
||||
#include "plug-in/plug-in-types.h"
|
||||
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include "gimpimage-new.h"
|
||||
#include "gimplayer.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
|
||||
typedef struct
|
||||
|
@@ -43,8 +43,8 @@
|
||||
#include "gimppickable-contiguous-region.h"
|
||||
#include "gimpscanconvert.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
@@ -43,7 +43,7 @@
|
||||
#include "gimppickable.h"
|
||||
#include "gimpscanconvert.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
#include "gimpscanconvert.h"
|
||||
#include "gimpstrokeoptions.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "gegl/gimp-gegl-loops.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimpchannel.h"
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include "gimpobjectqueue.h"
|
||||
#include "gimpprogress.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include "gegl/gimp-gegl-nodes.h"
|
||||
#include "gegl/gimp-gegl-utils.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimpcontext.h"
|
||||
|
@@ -32,10 +32,10 @@
|
||||
#include "gimppickable.h"
|
||||
#include "gimpsamplepoint.h"
|
||||
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
|
||||
GimpLayer *
|
||||
|
@@ -25,8 +25,6 @@
|
||||
|
||||
#include "config/gimpdialogconfig.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimpcontainer.h"
|
||||
#include "gimpcontext.h"
|
||||
@@ -45,6 +43,8 @@
|
||||
#include "gimpprogress.h"
|
||||
#include "gimpsamplepoint.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
|
||||
|
||||
static void gimp_image_rotate_item_offset (GimpImage *image,
|
||||
GimpRotationType rotate_type,
|
||||
|
@@ -33,8 +33,8 @@
|
||||
#include "gimpimage-guides.h"
|
||||
#include "gimpimage-snap.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "core-types.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimp-transform-resize.h"
|
||||
|
@@ -53,14 +53,14 @@
|
||||
#include "gimpsamplepointundo.h"
|
||||
#include "gimpselection.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppathmodundo.h"
|
||||
#include "path/gimppathpropundo.h"
|
||||
#include "path/gimppathundo.h"
|
||||
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "text/gimptextundo.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppathmodundo.h"
|
||||
#include "vectors/gimppathpropundo.h"
|
||||
#include "vectors/gimppathundo.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
||||
|
@@ -86,7 +86,7 @@
|
||||
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp-log.h"
|
||||
#include "gimp-intl.h"
|
||||
|
@@ -36,7 +36,7 @@
|
||||
#include "gimplayer.h"
|
||||
#include "gimpmarshal.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
@@ -41,11 +41,11 @@
|
||||
#include "gimppattern.h"
|
||||
#include "gimpselection.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "text/gimpfont.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
|
||||
|
||||
/*
|
||||
* GIMP_TYPE_PARAM_STRING
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "item-options-dialog.h"
|
||||
#include "path-options-dialog.h"
|
||||
|
@@ -29,9 +29,9 @@
|
||||
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimpcanvasitem.h"
|
||||
#include "gimpcanvasitem-utils.h"
|
||||
|
@@ -47,12 +47,12 @@
|
||||
|
||||
#include "file/file-open.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppath-import.h"
|
||||
|
||||
#include "text/gimptext.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppath-import.h"
|
||||
|
||||
#include "widgets/gimpdnd.h"
|
||||
|
||||
#include "gimpdisplay.h"
|
||||
|
@@ -44,7 +44,7 @@
|
||||
#include "core/gimpsamplepoint.h"
|
||||
#include "core/gimptreehandler.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "widgets/gimpwidgets-utils.h"
|
||||
|
||||
|
@@ -34,11 +34,9 @@
|
||||
|
||||
#include "core/gimpcontext.h"
|
||||
|
||||
#include "menus/menus.h"
|
||||
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "widgets/gimpdialogfactory.h"
|
||||
#include "widgets/gimpdockcontainer.h"
|
||||
@@ -48,6 +46,8 @@
|
||||
|
||||
#include "tools/gimptools-utils.h"
|
||||
|
||||
#include "menus/menus.h"
|
||||
|
||||
#include "gimpcanvashandle.h"
|
||||
#include "gimpcanvasitem-utils.h"
|
||||
#include "gimpcanvasline.h"
|
||||
|
@@ -11,12 +11,12 @@ subdir('gui')
|
||||
subdir('menus')
|
||||
subdir('operations')
|
||||
subdir('paint')
|
||||
subdir('path')
|
||||
subdir('pdb')
|
||||
subdir('plug-in')
|
||||
subdir('propgui')
|
||||
subdir('text')
|
||||
subdir('tools')
|
||||
subdir('vectors')
|
||||
subdir('widgets')
|
||||
subdir('xcf')
|
||||
|
||||
@@ -102,10 +102,10 @@ console_libapps = [
|
||||
libapplayermodeslegacy,
|
||||
libappoperations,
|
||||
libapppaint,
|
||||
libapppath,
|
||||
libapppdb,
|
||||
libappplugin,
|
||||
libapptext,
|
||||
libappvectors,
|
||||
libappxcf,
|
||||
]
|
||||
|
||||
|
@@ -29,8 +29,8 @@
|
||||
#include "core/gimperror.h"
|
||||
#include "core/gimpcoords.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "gimppaintcore.h"
|
||||
#include "gimppaintcore-stroke.h"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
libappvectors_sources = [
|
||||
libapppath_sources = [
|
||||
'gimpanchor.c',
|
||||
'gimpbezierstroke.c',
|
||||
'gimppath.c',
|
||||
@@ -14,10 +14,10 @@ libappvectors_sources = [
|
||||
'gimpstroke.c',
|
||||
]
|
||||
|
||||
libappvectors = static_library('appvectors',
|
||||
libappvectors_sources,
|
||||
libapppath = static_library('apppath',
|
||||
libapppath_sources,
|
||||
include_directories: [ rootInclude, rootAppInclude, ],
|
||||
c_args: '-DG_LOG_DOMAIN="Gimp-Vectors"',
|
||||
c_args: '-DG_LOG_DOMAIN="Gimp-Path"',
|
||||
dependencies: [
|
||||
cairo, gegl, gdk_pixbuf,
|
||||
],
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "core/core-types.h"
|
||||
|
||||
#include "vectors/path-enums.h"
|
||||
#include "path-enums.h"
|
||||
|
||||
|
||||
typedef struct _GimpAnchor GimpAnchor;
|
@@ -43,11 +43,11 @@
|
||||
#include "core/gimppalette.h"
|
||||
#include "core/gimppattern.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "text/gimpfont.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
|
||||
#include "gimppdb-utils.h"
|
||||
#include "gimppdberror.h"
|
||||
|
||||
|
@@ -35,7 +35,7 @@
|
||||
#include "core/gimpparamspecs.h"
|
||||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimppdbcontext.h"
|
||||
#include "gimppdberror.h"
|
||||
|
@@ -58,12 +58,12 @@
|
||||
#include "core/gimptempbuf.h"
|
||||
#include "file/file-utils.h"
|
||||
#include "gegl/gimp-babl.h"
|
||||
#include "path/gimppath-export.h"
|
||||
#include "path/gimppath-import.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "plug-in/gimpplugin-cleanup.h"
|
||||
#include "plug-in/gimpplugin.h"
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "vectors/gimppath-export.h"
|
||||
#include "vectors/gimppath-import.h"
|
||||
#include "vectors/gimppath.h"
|
||||
|
||||
#include "gimppdb.h"
|
||||
#include "gimppdberror.h"
|
||||
|
@@ -38,8 +38,8 @@
|
||||
#include "core/gimplist.h"
|
||||
#include "core/gimpparamspecs.h"
|
||||
#include "core/gimpselection.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "vectors/gimppath.h"
|
||||
|
||||
#include "gimppdb.h"
|
||||
#include "gimppdb-utils.h"
|
||||
|
@@ -36,12 +36,12 @@
|
||||
#include "core/gimplayer.h"
|
||||
#include "core/gimplist.h"
|
||||
#include "core/gimpparamspecs.h"
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke-new.h"
|
||||
#include "text/gimptext-path.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke-new.h"
|
||||
|
||||
#include "gimppdb.h"
|
||||
#include "gimppdb-utils.h"
|
||||
|
@@ -45,6 +45,8 @@
|
||||
#include "core/gimpselection.h"
|
||||
#include "core/gimpunit.h"
|
||||
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "text/gimpfont.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
||||
@@ -52,8 +54,6 @@
|
||||
|
||||
#include "pdb/gimppdb-utils.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
|
||||
#include "libgimp/gimpgpparams.h"
|
||||
|
||||
|
||||
|
@@ -55,9 +55,9 @@
|
||||
#include "core/gimpsamplepoint.h"
|
||||
#include "core/gimpselection.h"
|
||||
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager-file.h"
|
||||
|
||||
|
@@ -29,9 +29,9 @@
|
||||
#include "core/gimp.h"
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimptext.h"
|
||||
#include "gimptext-path.h"
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include "core/gimplayer.h"
|
||||
#include "core/gimpchannel.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "widgets/gimppivotselector.h"
|
||||
#include "widgets/gimppropwidgets.h"
|
||||
|
@@ -38,7 +38,7 @@
|
||||
#include "core/gimppickable.h"
|
||||
#include "core/gimppickable-auto-shrink.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "widgets/gimphelp-ids.h"
|
||||
#include "widgets/gimpwidgets-utils.h"
|
||||
|
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "paint/gimppaintoptions.h" /* GIMP_PAINT_OPTIONS_CONTEXT_MASK */
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "widgets/gimpdialogfactory.h"
|
||||
#include "widgets/gimpdockcontainer.h"
|
||||
|
@@ -56,9 +56,9 @@
|
||||
#include "text/gimptextlayout.h"
|
||||
#include "text/gimptextundo.h"
|
||||
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppath-warp.h"
|
||||
#include "path/gimpstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppath-warp.h"
|
||||
|
||||
#include "widgets/gimpdialogfactory.h"
|
||||
#include "widgets/gimpdockcontainer.h"
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "core/gimpchannel.h"
|
||||
#include "core/gimplayer.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "widgets/gimpcontainerview.h"
|
||||
#include "widgets/gimpdialogfactory.h"
|
||||
|
@@ -50,8 +50,8 @@
|
||||
#include "core/gimptoolinfo.h"
|
||||
#include "core/gimpviewable.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "widgets/gimpwidgets-utils.h"
|
||||
|
||||
|
@@ -39,7 +39,7 @@
|
||||
#include "core/gimpprogress.h"
|
||||
#include "core/gimp-transform-resize.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "display/gimpdisplay.h"
|
||||
#include "display/gimpdisplayshell.h"
|
||||
|
@@ -45,9 +45,9 @@
|
||||
#include "core/gimptemplate.h"
|
||||
#include "core/gimptoolitem.h"
|
||||
|
||||
#include "text/gimpfont.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "text/gimpfont.h"
|
||||
|
||||
#include "gimpdnd.h"
|
||||
#include "gimpdnd-xds.h"
|
||||
|
@@ -34,9 +34,9 @@
|
||||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppath-export.h"
|
||||
#include "vectors/gimppath-import.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppath-export.h"
|
||||
#include "path/gimppath-import.h"
|
||||
|
||||
#include "gimpactiongroup.h"
|
||||
#include "gimpcontainerview.h"
|
||||
|
@@ -35,7 +35,7 @@
|
||||
#include "core/gimplayer.h"
|
||||
#include "core/gimppalette.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "path/gimppath.h"
|
||||
|
||||
#include "gimpviewrenderer-utils.h"
|
||||
#include "gimpviewrendererbrush.h"
|
||||
|
@@ -32,8 +32,8 @@
|
||||
#include "core/gimpimage.h"
|
||||
#include "core/gimpitem.h"
|
||||
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
|
||||
#include "gimpviewrendererpath.h"
|
||||
|
||||
|
@@ -68,15 +68,15 @@
|
||||
|
||||
#include "operations/layer-modes/gimp-layer-modes.h"
|
||||
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpstroke.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimppath-compat.h"
|
||||
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "text/gimptextlayer-xcf.h"
|
||||
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimppath-compat.h"
|
||||
|
||||
#include "xcf-private.h"
|
||||
#include "xcf-load.h"
|
||||
#include "xcf-read.h"
|
||||
|
@@ -62,15 +62,15 @@
|
||||
|
||||
#include "operations/layer-modes/gimp-layer-modes.h"
|
||||
|
||||
#include "path/gimpanchor.h"
|
||||
#include "path/gimpbezierstroke.h"
|
||||
#include "path/gimppath.h"
|
||||
#include "path/gimpstroke.h"
|
||||
#include "path/gimppath-compat.h"
|
||||
|
||||
#include "text/gimptextlayer.h"
|
||||
#include "text/gimptextlayer-xcf.h"
|
||||
|
||||
#include "vectors/gimpanchor.h"
|
||||
#include "vectors/gimpbezierstroke.h"
|
||||
#include "vectors/gimppath.h"
|
||||
#include "vectors/gimpstroke.h"
|
||||
#include "vectors/gimppath-compat.h"
|
||||
|
||||
#include "xcf-private.h"
|
||||
#include "xcf-read.h"
|
||||
#include "xcf-save.h"
|
||||
|
@@ -1296,7 +1296,7 @@ HELP
|
||||
);
|
||||
|
||||
%invoke = (
|
||||
headers => [ qw("vectors/gimppath-import.h") ],
|
||||
headers => [ qw("path/gimppath-import.h") ],
|
||||
code => <<'CODE'
|
||||
{
|
||||
GList *path_list = NULL;
|
||||
@@ -1359,7 +1359,7 @@ HELP
|
||||
);
|
||||
|
||||
%invoke = (
|
||||
headers => [ qw("vectors/gimppath-import.h") ],
|
||||
headers => [ qw("path/gimppath-import.h") ],
|
||||
code => <<'CODE'
|
||||
{
|
||||
GList *path_list = NULL;
|
||||
@@ -1414,7 +1414,7 @@ HELP
|
||||
);
|
||||
|
||||
%invoke = (
|
||||
headers => [ qw("vectors/gimppath-export.h") ],
|
||||
headers => [ qw("path/gimppath-export.h") ],
|
||||
code => <<'CODE'
|
||||
{
|
||||
GList *path_list = NULL;
|
||||
@@ -1456,7 +1456,7 @@ HELP
|
||||
);
|
||||
|
||||
%invoke = (
|
||||
headers => [ qw("vectors/gimppath-export.h") ],
|
||||
headers => [ qw("path/gimppath-export.h") ],
|
||||
code => <<'CODE'
|
||||
{
|
||||
GList *path_list = NULL;
|
||||
|
@@ -1056,8 +1056,8 @@ CODE
|
||||
"core/gimplayermask.h"
|
||||
"core/gimplist.h"
|
||||
"core/gimpselection.h"
|
||||
"path/gimppath.h"
|
||||
"text/gimptextlayer.h"
|
||||
"vectors/gimppath.h"
|
||||
"gimppdb-utils.h"
|
||||
"gimppdbcontext.h"
|
||||
"gimp-intl.h");
|
||||
|
@@ -1120,12 +1120,12 @@ CODE
|
||||
"core/gimplist.h"
|
||||
"core/gimpimage.h"
|
||||
"core/gimpimage-undo-push.h"
|
||||
"path/gimpanchor.h"
|
||||
"path/gimpstroke-new.h"
|
||||
"path/gimpbezierstroke.h"
|
||||
"path/gimppath.h"
|
||||
"text/gimptext-path.h"
|
||||
"text/gimptextlayer.h"
|
||||
"vectors/gimpanchor.h"
|
||||
"vectors/gimpstroke-new.h"
|
||||
"vectors/gimpbezierstroke.h"
|
||||
"vectors/gimppath.h"
|
||||
"gimppdb-utils.h"
|
||||
"gimp-intl.h");
|
||||
|
||||
|
@@ -429,7 +429,7 @@ package Gimp::CodeGen::pdb;
|
||||
dup_value_func => '$var = GIMP_VALUES_GET_PATH ($value)',
|
||||
set_value_func => 'g_value_set_object ($value, $var)',
|
||||
take_value_func => 'g_value_set_object ($value, $var)',
|
||||
headers => [ qw("vectors/gimppath.h") ] },
|
||||
headers => [ qw("path/gimppath.h") ] },
|
||||
|
||||
filter => { name => 'DRAWABLE_FILTER',
|
||||
gtype => 'GIMP_TYPE_DRAWABLE_FILTER',
|
||||
|
@@ -356,6 +356,10 @@ app/paint/gimpsourcecore.c
|
||||
app/paint/gimpsourceoptions.c
|
||||
app/paint/paint-enums.c
|
||||
|
||||
app/path/gimppath.c
|
||||
app/path/gimppath-export.c
|
||||
app/path/gimppath-import.c
|
||||
|
||||
app/pdb/channel-cmds.c
|
||||
app/pdb/drawable-cmds.c
|
||||
app/pdb/drawable-color-cmds.c
|
||||
@@ -532,10 +536,6 @@ app/tools/gimpwarpoptions.c
|
||||
app/tools/gimpwarptool.c
|
||||
app/tools/tools-enums.c
|
||||
|
||||
app/vectors/gimppath.c
|
||||
app/vectors/gimppath-export.c
|
||||
app/vectors/gimppath-import.c
|
||||
|
||||
app/widgets/gimpactioneditor.c
|
||||
app/widgets/gimpactiongroup.c
|
||||
app/widgets/gimpactionview.c
|
||||
|
Reference in New Issue
Block a user