Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
authorChris Morgan <chris.morganiser@gmail.com>
Wed, 17 Nov 2010 02:12:56 +0000 (13:12 +1100)
committerChris Morgan <chris.morganiser@gmail.com>
Wed, 17 Nov 2010 02:12:56 +0000 (13:12 +1100)
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

1074 files changed:
share/extensions/addnodes.py
share/extensions/bezmisc.py
share/extensions/color_randomize.py
share/extensions/convert2dashes.py
share/extensions/cspsubdiv.py
share/extensions/cubicsuperpath.py
share/extensions/dimension.py
share/extensions/dots.py
share/extensions/dxf_input.py
share/extensions/dxf_outlines.py
share/extensions/edge3d.py
share/extensions/embedimage.py
share/extensions/eqtexsvg.py
share/extensions/export_gimp_palette.py
share/extensions/extractimage.py
share/extensions/ffgeom.py
share/extensions/fig2dev-ext.py
share/extensions/flatten.py
share/extensions/foldablebox.py
share/extensions/fractalize.py
share/extensions/funcplot.py
share/extensions/gears.py
share/extensions/generate_voronoi.py
share/extensions/grid_cartesian.py
share/extensions/grid_polar.py
share/extensions/handles.py
share/extensions/hpgl_output.py
share/extensions/inkex.py
share/extensions/interp.py
share/extensions/launch_webbrowser.py
share/extensions/lindenmayer.py
share/extensions/markers_strokepaint.py
share/extensions/measure.py
share/extensions/motion.py
share/extensions/param_curves.py
share/extensions/pathalongpath.py
share/extensions/pathmodifier.py
share/extensions/pathscatter.py
share/extensions/perfectboundcover.py
share/extensions/perspective.py
share/extensions/plt_output.py
share/extensions/polyhedron_3d.py
share/extensions/ps2pdf-ext.py
share/extensions/pturtle.py
share/extensions/radiusrand.py
share/extensions/render_alphabetsoup_config.py
share/extensions/render_barcode_datamatrix.py
share/extensions/render_barcode_qrcode.py
share/extensions/restack.py
share/extensions/rtree.py
share/extensions/rubberstretch.py
share/extensions/run_command.py
share/extensions/simplepath.py
share/extensions/simplestyle.py
share/extensions/simpletransform.py
share/extensions/sk1_output.py
share/extensions/spirograph.py
share/extensions/straightseg.py
share/extensions/summersnight.py
share/extensions/svg_and_media_zip_output.py
share/extensions/triangle.py
share/extensions/uniconv-ext.py
share/extensions/uniconv_output.py
share/extensions/whirl.py
share/extensions/wireframe_sphere.py
share/extensions/wmf_output.py
src/2geom/angle.h
src/2geom/basic-intersection.cpp
src/2geom/basic-intersection.h
src/2geom/bezier-clipping.cpp
src/2geom/bezier-curve.h
src/2geom/bezier-to-sbasis.h
src/2geom/bezier-utils.cpp
src/2geom/bezier-utils.h
src/2geom/bezier.h
src/2geom/chebyshev.cpp
src/2geom/chebyshev.h
src/2geom/choose.h
src/2geom/circle-circle.cpp
src/2geom/circle.cpp
src/2geom/circle.h
src/2geom/circulator.h
src/2geom/concepts.h
src/2geom/conjugate_gradient.cpp
src/2geom/conjugate_gradient.h
src/2geom/convex-cover.cpp
src/2geom/convex-cover.h
src/2geom/coord.h
src/2geom/crossing.cpp
src/2geom/crossing.h
src/2geom/curve-helpers.cpp
src/2geom/curve.h
src/2geom/curves.h
src/2geom/d2-sbasis.cpp
src/2geom/d2-sbasis.h
src/2geom/d2.h
src/2geom/ellipse.cpp
src/2geom/ellipse.h
src/2geom/elliptical-arc.cpp
src/2geom/elliptical-arc.h
src/2geom/exception.h
src/2geom/forward.h
src/2geom/geom.cpp
src/2geom/geom.h
src/2geom/hvlinesegment.h
src/2geom/interval.h
src/2geom/isnan.h
src/2geom/linear.h
src/2geom/matrix.cpp
src/2geom/matrix.h
src/2geom/numeric/fitting-model.h
src/2geom/numeric/fitting-tool.h
src/2geom/numeric/linear_system.h
src/2geom/numeric/matrix.cpp
src/2geom/numeric/matrix.h
src/2geom/numeric/vector.h
src/2geom/ord.h
src/2geom/path-intersection.cpp
src/2geom/path-intersection.h
src/2geom/path.cpp
src/2geom/path.h
src/2geom/pathvector.cpp
src/2geom/pathvector.h
src/2geom/piecewise.cpp
src/2geom/piecewise.h
src/2geom/point-l.h
src/2geom/point.cpp
src/2geom/point.h
src/2geom/poly.cpp
src/2geom/poly.h
src/2geom/quadtree.cpp
src/2geom/quadtree.h
src/2geom/rect.h
src/2geom/recursive-bezier-intersection.cpp
src/2geom/region.cpp
src/2geom/region.h
src/2geom/sbasis-2d.cpp
src/2geom/sbasis-2d.h
src/2geom/sbasis-curve.h
src/2geom/sbasis-geometric.cpp
src/2geom/sbasis-geometric.h
src/2geom/sbasis-math.cpp
src/2geom/sbasis-math.h
src/2geom/sbasis-poly.cpp
src/2geom/sbasis-poly.h
src/2geom/sbasis-roots.cpp
src/2geom/sbasis-to-bezier.cpp
src/2geom/sbasis-to-bezier.h
src/2geom/sbasis.cpp
src/2geom/sbasis.h
src/2geom/shape.cpp
src/2geom/shape.h
src/2geom/solve-bezier-one-d.cpp
src/2geom/solve-bezier-parametric.cpp
src/2geom/solver.h
src/2geom/sturm.h
src/2geom/svg-elliptical-arc.cpp
src/2geom/svg-elliptical-arc.h
src/2geom/svg-path-parser.cpp
src/2geom/svg-path-parser.h
src/2geom/svg-path.cpp
src/2geom/svg-path.h
src/2geom/sweep.cpp
src/2geom/sweep.h
src/2geom/transforms.cpp
src/2geom/transforms.h
src/2geom/utils.cpp
src/2geom/utils.h
src/MultiPrinter.h
src/PylogFormatter.h
src/TRPIFormatter.h
src/approx-equal.h
src/arc-context.cpp
src/attributes-test.h
src/attributes.cpp
src/attributes.h
src/axis-manip.cpp
src/box3d-context.cpp
src/box3d-context.h
src/box3d-side.cpp
src/box3d-side.h
src/box3d.h
src/color-profile-fns.h
src/color-profile-test.h
src/color-profile.cpp
src/color-profile.h
src/color.cpp
src/common-context.cpp
src/common-context.h
src/conditions.cpp
src/connector-context.cpp
src/connector-context.h
src/console-output-undo-observer.cpp
src/console-output-undo-observer.h
src/context-fns.cpp
src/context-fns.h
src/debug/demangle.cpp
src/debug/demangle.h
src/debug/event-tracker.h
src/debug/event.h
src/debug/gc-heap.h
src/debug/gdk-event-latency-tracker.cpp
src/debug/gdk-event-latency-tracker.h
src/debug/heap.cpp
src/debug/heap.h
src/debug/log-display-config.cpp
src/debug/log-display-config.h
src/debug/logger.cpp
src/debug/logger.h
src/debug/simple-event.h
src/debug/sysv-heap.cpp
src/debug/sysv-heap.h
src/debug/timestamp.cpp
src/debug/timestamp.h
src/desktop-events.cpp
src/desktop-events.h
src/desktop-handles.h
src/desktop-style.h
src/desktop.cpp
src/device-manager.cpp
src/device-manager.h
src/dialogs/clonetiler.cpp
src/dialogs/clonetiler.h
src/dialogs/dialog-events.cpp
src/dialogs/dialog-events.h
src/dialogs/export.cpp
src/dialogs/export.h
src/dialogs/find.cpp
src/dialogs/item-properties.cpp
src/dialogs/item-properties.h
src/dialogs/object-attributes.cpp
src/dialogs/object-attributes.h
src/dialogs/spellcheck.cpp
src/dialogs/text-edit.cpp
src/dialogs/text-edit.h
src/dialogs/xml-tree.cpp
src/dialogs/xml-tree.h
src/dir-util-test.h
src/dir-util.h
src/display/canvas-arena.cpp
src/display/canvas-axonomgrid.cpp
src/display/canvas-bpath.cpp
src/display/canvas-bpath.h
src/display/canvas-grid.cpp
src/display/canvas-text.cpp
src/display/curve-test.h
src/display/curve.cpp
src/display/curve.h
src/display/guideline.cpp
src/display/inkscape-cairo.cpp
src/display/inkscape-cairo.h
src/display/nr-3dutils.cpp
src/display/nr-3dutils.h
src/display/nr-arena-forward.h
src/display/nr-arena-glyphs.cpp
src/display/nr-arena-group.cpp
src/display/nr-arena-group.h
src/display/nr-arena-image.cpp
src/display/nr-arena-image.h
src/display/nr-arena-item.cpp
src/display/nr-arena-item.h
src/display/nr-arena-shape.cpp
src/display/nr-arena-shape.h
src/display/nr-arena.cpp
src/display/nr-filter-blend.cpp
src/display/nr-filter-blend.h
src/display/nr-filter-colormatrix.cpp
src/display/nr-filter-colormatrix.h
src/display/nr-filter-component-transfer.cpp
src/display/nr-filter-component-transfer.h
src/display/nr-filter-composite.cpp
src/display/nr-filter-composite.h
src/display/nr-filter-convolve-matrix.cpp
src/display/nr-filter-convolve-matrix.h
src/display/nr-filter-diffuselighting.cpp
src/display/nr-filter-diffuselighting.h
src/display/nr-filter-displacement-map.cpp
src/display/nr-filter-displacement-map.h
src/display/nr-filter-flood.cpp
src/display/nr-filter-flood.h
src/display/nr-filter-gaussian.cpp
src/display/nr-filter-gaussian.h
src/display/nr-filter-getalpha.cpp
src/display/nr-filter-getalpha.h
src/display/nr-filter-image.cpp
src/display/nr-filter-image.h
src/display/nr-filter-merge.cpp
src/display/nr-filter-merge.h
src/display/nr-filter-morphology.cpp
src/display/nr-filter-morphology.h
src/display/nr-filter-offset.cpp
src/display/nr-filter-offset.h
src/display/nr-filter-pixops.h
src/display/nr-filter-primitive.cpp
src/display/nr-filter-primitive.h
src/display/nr-filter-skeleton.cpp
src/display/nr-filter-skeleton.h
src/display/nr-filter-slot.cpp
src/display/nr-filter-slot.h
src/display/nr-filter-specularlighting.cpp
src/display/nr-filter-specularlighting.h
src/display/nr-filter-tile.cpp
src/display/nr-filter-tile.h
src/display/nr-filter-turbulence.cpp
src/display/nr-filter-turbulence.h
src/display/nr-filter-types.h
src/display/nr-filter-units.cpp
src/display/nr-filter-units.h
src/display/nr-filter-utils.cpp
src/display/nr-filter-utils.h
src/display/nr-filter.cpp
src/display/nr-filter.h
src/display/nr-light-types.h
src/display/nr-light.cpp
src/display/nr-light.h
src/display/nr-plain-stuff-gdk.h
src/display/nr-plain-stuff.h
src/display/nr-svgfonts.cpp
src/display/pixblock-scaler.cpp
src/display/pixblock-scaler.h
src/display/pixblock-transform.cpp
src/display/pixblock-transform.h
src/display/sodipodi-ctrl.cpp
src/display/sodipodi-ctrl.h
src/display/sodipodi-ctrlrect.cpp
src/display/sodipodi-ctrlrect.h
src/display/sp-canvas-util.cpp
src/display/sp-canvas-util.h
src/display/sp-canvas.cpp
src/display/sp-ctrlline.cpp
src/display/sp-ctrlline.h
src/display/sp-ctrlpoint.cpp
src/display/sp-ctrlpoint.h
src/display/sp-ctrlquadr.cpp
src/display/sp-ctrlquadr.h
src/document-subset.cpp
src/document-subset.h
src/document.cpp
src/document.h
src/dom/prop-svg.cpp
src/draw-anchor.cpp
src/draw-anchor.h
src/draw-context.cpp
src/draw-context.h
src/dropper-context.h
src/dyna-draw-context.cpp
src/dyna-draw-context.h
src/eraser-context.cpp
src/eraser-context.h
src/event-context.cpp
src/event-context.h
src/event-log.cpp
src/event-log.h
src/event.h
src/extension/db.h
src/extension/implementation/implementation.cpp
src/extension/implementation/script.cpp
src/extension/implementation/xslt.cpp
src/extension/init.cpp
src/extension/init.h
src/extension/internal/cairo-png-out.h
src/extension/internal/cairo-ps-out.h
src/extension/internal/cairo-render-context.cpp
src/extension/internal/cairo-render-context.h
src/extension/internal/cairo-renderer-pdf-out.h
src/extension/internal/cairo-renderer.cpp
src/extension/internal/cairo-renderer.h
src/extension/internal/emf-win32-inout.cpp
src/extension/internal/emf-win32-inout.h
src/extension/internal/emf-win32-print.cpp
src/extension/internal/emf-win32-print.h
src/extension/internal/gdkpixbuf-input.cpp
src/extension/internal/gdkpixbuf-input.h
src/extension/internal/gimpgrad.h
src/extension/internal/javafx-out.cpp
src/extension/internal/latex-pstricks.cpp
src/extension/internal/latex-text-renderer.cpp
src/extension/internal/latex-text-renderer.h
src/extension/internal/odf.cpp
src/extension/internal/pov-out.cpp
src/extension/internal/win32.cpp
src/extension/internal/win32.h
src/extension/param/bool.cpp
src/extension/param/int.cpp
src/extension/param/notebook.cpp
src/extension/param/parameter.cpp
src/extension/param/parameter.h
src/extension/script/InkscapeScript.cpp
src/extension/script/InkscapeScript.h
src/extract-uri-test.h
src/extract-uri.cpp
src/extract-uri.h
src/filter-chemistry.cpp
src/filter-chemistry.h
src/filter-enums.cpp
src/filter-enums.h
src/filters/blend-fns.h
src/filters/blend.cpp
src/filters/blend.h
src/filters/colormatrix-fns.h
src/filters/colormatrix.cpp
src/filters/colormatrix.h
src/filters/componenttransfer-fns.h
src/filters/componenttransfer-funcnode.cpp
src/filters/componenttransfer-funcnode.h
src/filters/componenttransfer.cpp
src/filters/componenttransfer.h
src/filters/composite-fns.h
src/filters/composite.cpp
src/filters/composite.h
src/filters/convolvematrix-fns.h
src/filters/convolvematrix.cpp
src/filters/convolvematrix.h
src/filters/diffuselighting-fns.h
src/filters/diffuselighting.cpp
src/filters/diffuselighting.h
src/filters/displacementmap-fns.h
src/filters/displacementmap.cpp
src/filters/displacementmap.h
src/filters/distantlight.cpp
src/filters/distantlight.h
src/filters/flood-fns.h
src/filters/flood.cpp
src/filters/flood.h
src/filters/image-fns.h
src/filters/image.cpp
src/filters/image.h
src/filters/merge-fns.h
src/filters/merge.cpp
src/filters/merge.h
src/filters/mergenode.cpp
src/filters/mergenode.h
src/filters/morphology-fns.h
src/filters/morphology.cpp
src/filters/morphology.h
src/filters/offset-fns.h
src/filters/offset.cpp
src/filters/offset.h
src/filters/pointlight.cpp
src/filters/pointlight.h
src/filters/specularlighting-fns.h
src/filters/specularlighting.cpp
src/filters/specularlighting.h
src/filters/spotlight.cpp
src/filters/spotlight.h
src/filters/tile-fns.h
src/filters/tile.cpp
src/filters/tile.h
src/filters/turbulence-fns.h
src/filters/turbulence.cpp
src/filters/turbulence.h
src/flood-context.cpp
src/gc-alloc.h
src/gc-anchored.cpp
src/gc-anchored.h
src/gc-core.h
src/gc-finalized.cpp
src/gc-finalized.h
src/gc-managed.h
src/gc-soft-ptr.h
src/gc.cpp
src/gradient-chemistry.cpp
src/gradient-chemistry.h
src/gradient-context.cpp
src/gradient-context.h
src/graphlayout.cpp
src/help.h
src/helper-fns.h
src/helper/action.h
src/helper/geom-curves.h
src/helper/geom-nodetype.cpp
src/helper/geom-nodetype.h
src/helper/geom.cpp
src/helper/geom.h
src/helper/gnome-utils.h
src/helper/helper-forward.h
src/helper/pixbuf-ops.cpp
src/helper/png-write.cpp
src/helper/unit-menu.cpp
src/helper/unit-menu.h
src/helper/unit-tracker.cpp
src/helper/unit-tracker.h
src/helper/units-test.h
src/helper/units.cpp
src/helper/window.h
src/id-clash.h
src/inkscape-private.h
src/inkscape-version.h
src/inkscape.h
src/interface.cpp
src/interface.h
src/io/resource.cpp
src/io/resource.h
src/io/simple-sax.cpp
src/jabber_whiteboard/defines.cpp
src/jabber_whiteboard/defines.h
src/jabber_whiteboard/dialog/choose-desktop.cpp
src/jabber_whiteboard/inkboard-document.h
src/jabber_whiteboard/inkboard-node.cpp
src/jabber_whiteboard/invitation-confirm-dialog.cpp
src/jabber_whiteboard/invitation-confirm-dialog.h
src/jabber_whiteboard/message-verifier.h
src/jabber_whiteboard/session-file-selector.h
src/jabber_whiteboard/session-manager.cpp
src/jabber_whiteboard/session-manager.h
src/knot-enums.h
src/knot-holder-entity.cpp
src/knot-holder-entity.h
src/knot.h
src/knotholder.cpp
src/knotholder.h
src/layer-fns.cpp
src/layer-fns.h
src/layer-manager.cpp
src/layer-manager.h
src/libnr/in-svg-plane-test.h
src/libnr/in-svg-plane.h
src/libnr/nr-blit.h
src/libnr/nr-compose-test.h
src/libnr/nr-convert2geom.h
src/libnr/nr-coord.h
src/libnr/nr-dim2.h
src/libnr/nr-forward.h
src/libnr/nr-gradient.cpp
src/libnr/nr-gradient.h
src/libnr/nr-i-coord.h
src/libnr/nr-matrix-ops.h
src/libnr/nr-matrix-rotate-ops.cpp
src/libnr/nr-matrix-rotate-ops.h
src/libnr/nr-matrix-test.h
src/libnr/nr-matrix-translate-ops.h
src/libnr/nr-matrix.cpp
src/libnr/nr-matrix.h
src/libnr/nr-maybe.h
src/libnr/nr-pixblock-line.h
src/libnr/nr-pixblock-pattern.h
src/libnr/nr-pixblock-pixel.h
src/libnr/nr-pixblock.cpp
src/libnr/nr-pixblock.h
src/libnr/nr-pixops.h
src/libnr/nr-point-fns-test.h
src/libnr/nr-point-fns.cpp
src/libnr/nr-point-fns.h
src/libnr/nr-point-l.h
src/libnr/nr-point-matrix-ops.h
src/libnr/nr-point-ops.h
src/libnr/nr-point.h
src/libnr/nr-rect-l.cpp
src/libnr/nr-rect-l.h
src/libnr/nr-rect.h
src/libnr/nr-rotate-fns-test.h
src/libnr/nr-rotate-matrix-ops.cpp
src/libnr/nr-rotate-matrix-ops.h
src/libnr/nr-rotate-ops.h
src/libnr/nr-rotate-test.h
src/libnr/nr-rotate.h
src/libnr/nr-scale-matrix-ops.cpp
src/libnr/nr-scale-ops.h
src/libnr/nr-scale-test.h
src/libnr/nr-scale-translate-ops.cpp
src/libnr/nr-scale-translate-ops.h
src/libnr/nr-scale.h
src/libnr/nr-translate-matrix-ops.cpp
src/libnr/nr-translate-matrix-ops.h
src/libnr/nr-translate-ops.h
src/libnr/nr-translate-rotate-ops.cpp
src/libnr/nr-translate-rotate-ops.h
src/libnr/nr-translate-scale-ops.cpp
src/libnr/nr-translate-scale-ops.h
src/libnr/nr-translate-test.h
src/libnr/nr-translate.h
src/libnr/nr-types-test.h
src/libnr/nr-types.cpp
src/libnr/nr-types.h
src/libnr/nr-values.h
src/libnrtype/FontFactory.cpp
src/libnrtype/FontFactory.h
src/libnrtype/Layout-TNG-Compute.cpp
src/libnrtype/Layout-TNG-Output.cpp
src/libnrtype/Layout-TNG-Scanline-Maker.h
src/libnrtype/Layout-TNG.h
src/libnrtype/TextWrapper.cpp
src/libnrtype/TextWrapper.h
src/libnrtype/boundary-type.h
src/libnrtype/font-lister.h
src/libnrtype/font-style-to-pos.h
src/libnrtype/one-box.h
src/libnrtype/one-glyph.h
src/libnrtype/one-para.h
src/libnrtype/text-boundary.h
src/line-geometry.cpp
src/livarot/AVL.cpp
src/livarot/AVL.h
src/livarot/Livarot.h
src/livarot/Path.h
src/livarot/PathCutting.cpp
src/livarot/PathSimplify.cpp
src/livarot/float-line.cpp
src/livarot/float-line.h
src/livarot/int-line.h
src/livarot/path-description.h
src/livarot/sweep-event-queue.h
src/livarot/sweep-event.cpp
src/livarot/sweep-event.h
src/livarot/sweep-tree-list.cpp
src/livarot/sweep-tree-list.h
src/livarot/sweep-tree.cpp
src/livarot/sweep-tree.h
src/live_effects/lpe-circle_with_radius.cpp
src/live_effects/lpe-circle_with_radius.h
src/live_effects/lpe-extrude.cpp
src/live_effects/lpe-extrude.h
src/live_effects/lpe-knot.cpp
src/live_effects/lpe-perspective_path.cpp
src/live_effects/lpe-perspective_path.h
src/live_effects/lpe-powerstroke.cpp
src/live_effects/lpe-powerstroke.h
src/live_effects/lpe-recursiveskeleton.cpp
src/live_effects/lpe-recursiveskeleton.h
src/live_effects/lpe-skeleton.cpp
src/live_effects/lpe-skeleton.h
src/live_effects/lpe-sketch.cpp
src/live_effects/lpe-sketch.h
src/live_effects/lpeobject.h
src/live_effects/parameter/parameter.h
src/lpe-tool-context.cpp
src/lpe-tool-context.h
src/macros.h
src/marker-test.h
src/media.cpp
src/media.h
src/memeq.h
src/menus-skeleton.h
src/message-context.cpp
src/message-context.h
src/message-stack.cpp
src/message-stack.h
src/message.h
src/mod360-test.h
src/mod360.cpp
src/mod360.h
src/modifier-fns.h
src/number-opt-number.h
src/object-edit.cpp
src/object-edit.h
src/object-hierarchy.cpp
src/object-hierarchy.h
src/path-chemistry.cpp
src/path-chemistry.h
src/pen-context.cpp
src/pen-context.h
src/pencil-context.cpp
src/pencil-context.h
src/persp3d-reference.cpp
src/persp3d-reference.h
src/persp3d.cpp
src/persp3d.h
src/perspective-line.cpp
src/preferences-skeleton.h
src/preferences-test.h
src/preferences.cpp
src/print.cpp
src/print.h
src/profile-manager.cpp
src/profile-manager.h
src/proj_pt.cpp
src/proj_pt.h
src/rdf.cpp
src/rdf.h
src/rect-context.cpp
src/remove-last.h
src/round-test.h
src/rubberband.cpp
src/rubberband.h
src/satisfied-guide-cns.cpp
src/satisfied-guide-cns.h
src/selection-chemistry.cpp
src/selection-describer.cpp
src/selection-describer.h
src/selection.cpp
src/selection.h
src/seltrans-handles.cpp
src/seltrans.cpp
src/shortcuts.cpp
src/shortcuts.h
src/snap-preferences.cpp
src/snap-preferences.h
src/snap.cpp
src/sp-animation.cpp
src/sp-clippath.cpp
src/sp-cursor.h
src/sp-ellipse.cpp
src/sp-filter-fns.h
src/sp-filter-primitive.cpp
src/sp-filter-primitive.h
src/sp-filter-reference.cpp
src/sp-filter-reference.h
src/sp-filter-units.h
src/sp-filter.cpp
src/sp-filter.h
src/sp-flowtext.h
src/sp-gaussian-blur-fns.h
src/sp-gaussian-blur.cpp
src/sp-gaussian-blur.h
src/sp-gradient-fns.h
src/sp-gradient-reference.cpp
src/sp-gradient-reference.h
src/sp-gradient-spread.h
src/sp-gradient-test.h
src/sp-gradient-units.h
src/sp-gradient-vector.h
src/sp-gradient.cpp
src/sp-gradient.h
src/sp-guide-attachment.h
src/sp-guide-constraint.h
src/sp-guide.h
src/sp-item-notify-moveto.cpp
src/sp-item-notify-moveto.h
src/sp-item-rm-unsatisfied-cns.cpp
src/sp-item-rm-unsatisfied-cns.h
src/sp-item-transform.cpp
src/sp-item-transform.h
src/sp-item-update-cns.cpp
src/sp-item-update-cns.h
src/sp-item.h
src/sp-linear-gradient-fns.h
src/sp-linear-gradient.h
src/sp-lpe-item.cpp
src/sp-lpe-item.h
src/sp-mask.cpp
src/sp-metric.h
src/sp-metrics.cpp
src/sp-namedview.cpp
src/sp-namedview.h
src/sp-object-repr.cpp
src/sp-object-repr.h
src/sp-object.cpp
src/sp-object.h
src/sp-offset.cpp
src/sp-offset.h
src/sp-paint-server.h
src/sp-pattern.h
src/sp-radial-gradient-fns.h
src/sp-radial-gradient.h
src/sp-root.cpp
src/sp-root.h
src/sp-script.h
src/sp-shape.cpp
src/sp-skeleton.cpp
src/sp-skeleton.h
src/sp-spiral.cpp
src/sp-star.cpp
src/sp-stop.cpp
src/sp-stop.h
src/sp-string.cpp
src/sp-style-elem-test.h
src/sp-style-elem.cpp
src/sp-style-elem.h
src/sp-text.cpp
src/sp-text.h
src/sp-textpath.h
src/sp-tref.cpp
src/sp-tref.h
src/sp-tspan.cpp
src/sp-tspan.h
src/spiral-context.cpp
src/splivarot.cpp
src/splivarot.h
src/spray-context.cpp
src/spray-context.h
src/star-context.cpp
src/streq.h
src/strneq.h
src/style-test.h
src/style.cpp
src/style.h
src/svg/css-ostringstream-test.h
src/svg/css-ostringstream.cpp
src/svg/css-ostringstream.h
src/svg/path-string.cpp
src/svg/path-string.h
src/svg/stringstream-test.h
src/svg/stringstream.cpp
src/svg/stringstream.h
src/svg/strip-trailing-zeros.cpp
src/svg/strip-trailing-zeros.h
src/svg/svg-affine-test.h
src/svg/svg-affine.cpp
src/svg/svg-color-test.h
src/svg/svg-color.cpp
src/svg/svg-icc-color.h
src/svg/svg-length-test.h
src/svg/svg-length.cpp
src/svg/svg-length.h
src/svg/svg-path-geom-test.h
src/svg/svg-path.cpp
src/svg/svg.h
src/svg/test-stubs.cpp
src/svg/test-stubs.h
src/syseq.h
src/test-helpers.h
src/text-chemistry.cpp
src/text-chemistry.h
src/text-context.cpp
src/text-tag-attributes.h
src/tools-switch.cpp
src/trace/potrace/potracelib.cpp
src/transf_mat_3x4.cpp
src/transf_mat_3x4.h
src/tweak-context.cpp
src/tweak-context.h
src/ui/cache/svg_preview_cache.h
src/ui/clipboard.cpp
src/ui/clipboard.h
src/ui/context-menu.cpp
src/ui/context-menu.h
src/ui/dialog/align-and-distribute.cpp
src/ui/dialog/align-and-distribute.h
src/ui/dialog/behavior.h
src/ui/dialog/calligraphic-profile-rename.cpp
src/ui/dialog/calligraphic-profile-rename.h
src/ui/dialog/color-item.cpp
src/ui/dialog/color-item.h
src/ui/dialog/debug.cpp
src/ui/dialog/debug.h
src/ui/dialog/desktop-tracker.cpp
src/ui/dialog/desktop-tracker.h
src/ui/dialog/dialog-manager.cpp
src/ui/dialog/dialog-manager.h
src/ui/dialog/dialog.cpp
src/ui/dialog/dialog.h
src/ui/dialog/dock-behavior.cpp
src/ui/dialog/dock-behavior.h
src/ui/dialog/document-metadata.cpp
src/ui/dialog/document-metadata.h
src/ui/dialog/document-properties.cpp
src/ui/dialog/document-properties.h
src/ui/dialog/extension-editor.cpp
src/ui/dialog/extension-editor.h
src/ui/dialog/extensions.cpp
src/ui/dialog/filedialog.cpp
src/ui/dialog/filedialog.h
src/ui/dialog/filedialogimpl-gtkmm.cpp
src/ui/dialog/filedialogimpl-gtkmm.h
src/ui/dialog/filedialogimpl-win32.cpp
src/ui/dialog/filedialogimpl-win32.h
src/ui/dialog/fill-and-stroke.cpp
src/ui/dialog/fill-and-stroke.h
src/ui/dialog/filter-effects-dialog.cpp
src/ui/dialog/filter-effects-dialog.h
src/ui/dialog/find.h
src/ui/dialog/floating-behavior.cpp
src/ui/dialog/floating-behavior.h
src/ui/dialog/glyphs.cpp
src/ui/dialog/glyphs.h
src/ui/dialog/guides.cpp
src/ui/dialog/guides.h
src/ui/dialog/icon-preview.cpp
src/ui/dialog/icon-preview.h
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/input.cpp
src/ui/dialog/input.h
src/ui/dialog/layer-properties.cpp
src/ui/dialog/layer-properties.h
src/ui/dialog/layers.cpp
src/ui/dialog/layers.h
src/ui/dialog/livepatheffect-editor.cpp
src/ui/dialog/livepatheffect-editor.h
src/ui/dialog/memory.cpp
src/ui/dialog/memory.h
src/ui/dialog/messages.cpp
src/ui/dialog/messages.h
src/ui/dialog/ocaldialogs.h
src/ui/dialog/panel-dialog.h
src/ui/dialog/print.cpp
src/ui/dialog/print.h
src/ui/dialog/scriptdialog.cpp
src/ui/dialog/scriptdialog.h
src/ui/dialog/session-player.cpp
src/ui/dialog/session-player.h
src/ui/dialog/svg-fonts-dialog.cpp
src/ui/dialog/swatches.cpp
src/ui/dialog/swatches.h
src/ui/dialog/tile.cpp
src/ui/dialog/tile.h
src/ui/dialog/tracedialog.h
src/ui/dialog/transformation.cpp
src/ui/dialog/transformation.h
src/ui/dialog/undo-history.cpp
src/ui/dialog/undo-history.h
src/ui/dialog/whiteboard-connect.cpp
src/ui/dialog/whiteboard-sharewithuser.cpp
src/ui/icon-names.h
src/ui/previewable.h
src/ui/previewfillable.h
src/ui/previewholder.cpp
src/ui/previewholder.h
src/ui/tool/commit-events.h
src/ui/tool/control-point-selection.cpp
src/ui/tool/control-point-selection.h
src/ui/tool/control-point.cpp
src/ui/tool/control-point.h
src/ui/tool/curve-drag-point.cpp
src/ui/tool/curve-drag-point.h
src/ui/tool/event-utils.cpp
src/ui/tool/event-utils.h
src/ui/tool/manipulator.cpp
src/ui/tool/manipulator.h
src/ui/tool/modifier-tracker.cpp
src/ui/tool/modifier-tracker.h
src/ui/tool/multi-path-manipulator.cpp
src/ui/tool/multi-path-manipulator.h
src/ui/tool/node-tool.cpp
src/ui/tool/node-tool.h
src/ui/tool/node-types.h
src/ui/tool/node.cpp
src/ui/tool/node.h
src/ui/tool/path-manipulator.cpp
src/ui/tool/path-manipulator.h
src/ui/tool/selectable-control-point.cpp
src/ui/tool/selectable-control-point.h
src/ui/tool/selector.cpp
src/ui/tool/selector.h
src/ui/tool/shape-record.h
src/ui/tool/transform-handle-set.cpp
src/ui/tool/transform-handle-set.h
src/ui/view/edit-widget-interface.h
src/ui/widget/attr-widget.h
src/ui/widget/color-picker.cpp
src/ui/widget/color-picker.h
src/ui/widget/combo-enums.h
src/ui/widget/dock-item.cpp
src/ui/widget/dock-item.h
src/ui/widget/dock.cpp
src/ui/widget/dock.h
src/ui/widget/filter-effect-chooser.cpp
src/ui/widget/filter-effect-chooser.h
src/ui/widget/imagetoggler.cpp
src/ui/widget/imagetoggler.h
src/ui/widget/labelled.cpp
src/ui/widget/labelled.h
src/ui/widget/layer-selector.cpp
src/ui/widget/layer-selector.h
src/ui/widget/object-composite-settings.cpp
src/ui/widget/object-composite-settings.h
src/ui/widget/panel.cpp
src/ui/widget/panel.h
src/ui/widget/point.cpp
src/ui/widget/point.h
src/ui/widget/preferences-widget.cpp
src/ui/widget/random.cpp
src/ui/widget/random.h
src/ui/widget/registered-enums.h
src/ui/widget/rendering-options.cpp
src/ui/widget/rendering-options.h
src/ui/widget/ruler.cpp
src/ui/widget/scalar-unit.cpp
src/ui/widget/scalar-unit.h
src/ui/widget/scalar.cpp
src/ui/widget/scalar.h
src/ui/widget/style-subject.cpp
src/ui/widget/style-subject.h
src/ui/widget/svg-canvas.cpp
src/ui/widget/text.cpp
src/ui/widget/text.h
src/ui/widget/zoom-status.cpp
src/unclump.cpp
src/unclump.h
src/uri.cpp
src/uri.h
src/util/accumulators.h
src/util/copy.h
src/util/ege-tags.cpp
src/util/ege-tags.h
src/util/enums.h
src/util/filter-list.h
src/util/fixed_point.h
src/util/format.h
src/util/forward-pointer-iterator.h
src/util/function.h
src/util/glib-list-iterators.h
src/util/list-container-test.h
src/util/list-container.h
src/util/list-copy.h
src/util/list.h
src/util/map-list.h
src/util/mathfns.h
src/util/reference.h
src/util/reverse-list.h
src/util/share.cpp
src/util/share.h
src/util/tuple.h
src/util/units.cpp
src/util/unordered-containers.h
src/vanishing-point.cpp
src/verbs-test.h
src/verbs.cpp
src/widgets/dash-selector.cpp
src/widgets/dash-selector.h
src/widgets/eek-preview.cpp
src/widgets/eek-preview.h
src/widgets/ege-paint-def.cpp
src/widgets/ege-paint-def.h
src/widgets/fill-n-stroke-factory.h
src/widgets/fill-style.cpp
src/widgets/fill-style.h
src/widgets/font-selector.h
src/widgets/gradient-vector.cpp
src/widgets/gradient-vector.h
src/widgets/icon.cpp
src/widgets/paint-selector.cpp
src/widgets/paint-selector.h
src/widgets/ruler.h
src/widgets/select-toolbar.h
src/widgets/shrink-wrap-button.cpp
src/widgets/shrink-wrap-button.h
src/widgets/sp-attribute-widget.cpp
src/widgets/sp-attribute-widget.h
src/widgets/sp-color-icc-selector.cpp
src/widgets/sp-color-icc-selector.h
src/widgets/sp-color-notebook.cpp
src/widgets/sp-color-notebook.h
src/widgets/sp-color-preview.cpp
src/widgets/sp-color-preview.h
src/widgets/sp-color-selector.cpp
src/widgets/sp-color-selector.h
src/widgets/sp-color-wheel-selector.cpp
src/widgets/sp-color-wheel-selector.h
src/widgets/sp-color-wheel.cpp
src/widgets/sp-color-wheel.h
src/widgets/spinbutton-events.h
src/widgets/spw-utilities.cpp
src/widgets/spw-utilities.h
src/widgets/stroke-style.cpp
src/widgets/stroke-style.h
src/widgets/swatch-selector.cpp
src/widgets/swatch-selector.h
src/widgets/toolbox.cpp
src/widgets/toolbox.h
src/widgets/widget-sizes.h
src/xml/comment-node.h
src/xml/composite-node-observer.cpp
src/xml/composite-node-observer.h
src/xml/croco-node-iface.cpp
src/xml/document.h
src/xml/element-node.h
src/xml/event.h
src/xml/invalid-operation-exception.h
src/xml/log-builder.cpp
src/xml/log-builder.h
src/xml/node-fns.cpp
src/xml/node-fns.h
src/xml/node-iterators.h
src/xml/node-observer.h
src/xml/node.h
src/xml/pi-node.h
src/xml/quote-test.h
src/xml/quote.cpp
src/xml/repr-action-test.h
src/xml/repr-css.cpp
src/xml/repr-io.cpp
src/xml/repr-sorting.cpp
src/xml/repr-sorting.h
src/xml/repr-util.cpp
src/xml/repr.h
src/xml/simple-document.cpp
src/xml/simple-document.h
src/xml/simple-node.cpp
src/xml/simple-node.h
src/xml/sp-css-attr.h
src/xml/subtree.cpp
src/xml/subtree.h
src/xml/text-node.h
src/xml/xml-forward.h

index 3a8bebe668fb5e4cebb33652e91133b057b2ac49..d78ab55e7e767be212fb7c771fd723846556c4ec 100644 (file)
@@ -113,4 +113,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index e663fa67f57e23de3dba33771e5565fb11e0ba6b..0c7ad4957ae7d03a55208e733fe42aa9eb134ee4 100755 (executable)
@@ -271,4 +271,4 @@ if __name__ == '__main__':
         print beziertatlength(curve,0.5)
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 9ac9fb55349786dd27879baca15ec13d16bce71a..e939b7b6d26b529aa9fe9cd2b3fda39511b38e2c 100644 (file)
@@ -36,4 +36,4 @@ c = C()
 c.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index b7796174075d55ba92c4c2b76465928baefe66ef..f88734baf2945f1b64c6aced99fbcd42a169b2b0 100644 (file)
@@ -86,4 +86,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 20817d8cfb25adf510ba0cd3312d9f562347f10c..f05068df9121f7befe6a3e027fb8f296267207ca 100644 (file)
@@ -38,4 +38,4 @@ def subdiv(sp,flat,i=1):
         subdiv(sp,flat,i)
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index af61acb3a4537d52b40e3bfe6e881ee1c0210450..da46f80800bde830f88e4863b785dfb8728115ed 100755 (executable)
@@ -166,4 +166,4 @@ def formatPath(p):
     return simplepath.formatPath(unCubicSuperPath(p))
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 1b84642eab44cd2d18b96fb1029c52de2250dd11..9156fdc2c7bf1f9724cafa87cfc5f5a153dc0628 100644 (file)
@@ -177,4 +177,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index c3d3671c46151a8249e1d5736e4844744680fe62..7b88dd1b1c64fef8f41b4d183809d06fa074c7fd 100755 (executable)
@@ -124,4 +124,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index a5de65418b5dc848cffb55a65dbbb694f6536bef..b46477de16bf581366e880e4caa08cb948d7f7de 100644 (file)
@@ -460,4 +460,4 @@ while line[0] and line[1] != 'DICTIONARY':
 
 doc.write(inkex.sys.stdout)
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 219ee1dda6d650cf8c24520f51653d9641bcb654..b2f777ae6b2eafaf8af4a7e9bcf450bc967079e6 100755 (executable)
@@ -236,4 +236,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 2deff9b67021bd0801f35e13c8e8e0d4ac22fc8e..d2d8ead5ce8652df55e9494881c9334f270e8a85 100644 (file)
@@ -146,4 +146,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index f73ceb358dfac505d7bf2462156afba243e616ed..882455cb071381ddb400f3cc867bd4005533e998 100644 (file)
@@ -106,4 +106,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 8e2e70a10336a6dd1ffa64cb6f590c028395c1db..bf2874ef976c942d60d6ac0eeff0d348aa754a30 100644 (file)
@@ -156,4 +156,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index f1b4086c01ae41478360038ff958fdbbc430faa3..b9d6a10598bf3e906719e8d5a5846911b8a31a68 100644 (file)
@@ -47,4 +47,4 @@ for k,v in sorted(colors.items()):
     print k+v
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 4093b94a7e97727c9ef0d7c70cc71ccf7712ba72..d5cf285c81041347aec9ab638440c1c81c651342 100644 (file)
@@ -77,4 +77,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 1983586728760a67e852bbb3b5535d770e8eb1a3..ef8799b97f25bcc6e2c0fa03e839b7ed00de3913 100644 (file)
@@ -138,4 +138,4 @@ def dot(s1, s2):
     return s1.delta_x() * s2.delta_x() + s1.delta_y() * s2.delta_y()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 0e32a941d28d14a9a488633b340836e26bd84719..ac51b00ef52a1a942f8f8037842fb464374ff91f 100644 (file)
@@ -27,4 +27,4 @@ from run_command import run
 run('fig2dev -L svg "%s" "%%s"' % sys.argv[1].replace("%","%%"), "fig2dev")
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 48044936b306a3d60c0ba8f501945655ed24a3b1..ce691508639e576d263769df370513f33f118d60 100755 (executable)
@@ -47,4 +47,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 47f3ad59c589e19d600476d645511b42716acb85..21de1056572d435f504a3b484716082effa91a32 100755 (executable)
@@ -262,4 +262,4 @@ if __name__ == '__main__':   #pragma: no cover
     e = FoldableBox()
     e.affect()
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index ec92064d19688a8e1b474265b3a75f0900038e33..901a8f761ce1cbad2248ecf9931964f91efe6403 100755 (executable)
@@ -94,4 +94,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index b94fda278707c4ed5672bd3b94e1d2b281aead18..0beaf394649d9b25c8798f0a3e28e23116dc3d3d 100644 (file)
@@ -289,4 +289,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index e4dbefc2e48b78cf9c9ef9888ebce017cce026c3..8f47454239b29f3a29e1c72497522ca58b2e3ae2 100644 (file)
@@ -163,4 +163,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 6c317c348324c27e6385427631cb38336894c8c2..54400a90a23712339378d515e09ee6f718ee6772 100644 (file)
@@ -190,4 +190,4 @@ if __name__ == '__main__':
     e = Pattern()
     e.affect()
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 19adbbbe29d76905dfe61d34b5b361d711fef70f..85716a6fd332190b2dfae476d7951a9a4304d5ba 100644 (file)
@@ -261,4 +261,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 4d7a3989c37d63a2fe2d012c6fe655369434f56a..3ae3fac34f2a2e9278bc30e3129775478f7ce349 100644 (file)
@@ -195,4 +195,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 256e3d422b686526f91b4608b1112a2e80e4e93d..0cbdef44c84e757a729770bb9c38cf206d9d45b2 100755 (executable)
@@ -55,4 +55,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index a556e6180c56849f606a85ae9308d16cddead127..bd28e3717dbcb7188e415c6a4ffbb2a6af9a19cc 100644 (file)
@@ -110,4 +110,4 @@ if __name__ == '__main__':   #pragma: no cover
     e = MyEffect()
     e.affect()
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index fba7276fd3793e00bf67713b9e0175a1e6d1a048..b2b59442b1febdebe7ac65751d42434acd9005cf 100755 (executable)
@@ -244,4 +244,4 @@ class Effect:
         return retval
             
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index bb05d8d846b3a9299c3e3b25b17397419969b1e7..8ca7f6aeb0efee3ab89faa57e56fa5c2bfec1d7b 100755 (executable)
@@ -313,4 +313,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 0deea3c8f0e4cced381df6e2fa8680b686bf5ad7..8de5611be44401f11fa558aa031e7edd3cc2cbb5 100644 (file)
@@ -18,4 +18,4 @@ vwswli = VisitWebSiteWithoutLockingInkscape()
 vwswli.start()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index daa002b89c3f079ec2c6f70ed34e215a6d350879..f9abce3ec7e731f7920558775389c9b48fef99ff 100755 (executable)
@@ -116,4 +116,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 265b4d4338f1beeb7e5c625ef9e8b5b732a41bb2..5f85d69db44df9cb791a901f0c79972cc7c83e89 100644 (file)
@@ -78,4 +78,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 0335f3fe9d9d734e6f4e9a872ac1cf9654d30e02..147027fb6d8b971f747af3919554cad1a67505b8 100644 (file)
@@ -198,4 +198,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 5e0e7373186f47fb2edf2f38ee9548e825fa63b3..9bf31e00889b23149030a9a61dd394de0af9d93c 100755 (executable)
@@ -110,4 +110,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 7a8f384aabb60d58704713c221383ccfe0b1f804..d8f880d0cd284cc67735f8d19f9061b7506cf2ad 100644 (file)
@@ -249,4 +249,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index b39f29c3a9623c8fd3863f1a5f6ed326854c03ba..7a2fa09eabffe05ec601bc3a1b84a713dad89fed 100644 (file)
@@ -284,4 +284,4 @@ if __name__ == '__main__':
     e.affect()
 
                     
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 128c1b7540b79f87d99896527faf1d1378ee32bd..ceb0994e65fa20a834941f8ee2b0b7fcc9344ead 100644 (file)
@@ -307,4 +307,4 @@ class Diffeo(PathModifier):
 #e.affect()
 
     
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index b8b8e31bc8f27e01a642149e19d1360e3bf9d926..6ed3cc8ac8a1018f9a3ab9f59d72912d7e673e96 100644 (file)
@@ -289,4 +289,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 6940404342bf9349dd7ea2e3dad10e22210715db..6cdab7eabdc9493e29864ca965243008eadeceb0 100644 (file)
@@ -169,4 +169,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index ae47cacfb07758215c1f390b4c7ea774e53ecd7a..4caaa68a1314b8b2cb65b6073550c6ddd3db5a1c 100755 (executable)
@@ -158,4 +158,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 86a674f23f9c10e6e564d282fd66ccb1899bacd7..49ac1f604084e74353e7900e7851a658a48dc27e 100644 (file)
@@ -27,4 +27,4 @@ from uniconv_output import run, get_command
 cmd = get_command()
 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
\ No newline at end of file
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
\ No newline at end of file
index b64cf413e43047311901014578f89304aeeaf4a0..1efce876fd0bf8420ff4c777a11b3080d84f2ca1 100644 (file)
@@ -520,4 +520,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 3d137e9b4d220b7eb9966133711e08cec47f055e..3c699c8ff4f168d862c8401295f01a1fe7a50921 100644 (file)
@@ -29,4 +29,4 @@ if (sys.argv[1] == "--dEPSCrop=true"): cmd += ' -dEPSCrop '
 
 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 8c67d3bc9c8a4f84879fce599ed1bdd96d24db55..b2740a4bc3e4cba8e12c6425009859f77a91ae44 100755 (executable)
@@ -80,4 +80,4 @@ class pTurtle:
     pd = pendown
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 1a36d5cbabe8f3447dfd9b6968868ccdc943b9b0..e272a50c42bdbfc305e29e7348689b4bc168c9ed 100755 (executable)
@@ -82,4 +82,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 204991123619ce6ae762365abb68c9801eb1e836..63f3fe5c1f700e46ed1b14d14b798378b4ec43c8 100644 (file)
@@ -581,4 +581,4 @@ units = 36                                        # pixels per unit box in font
 font = "alphabet_soup/"                           # location of font images
     
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index e5365546edd55c2903fc6b0f8d208a498ae0e8a9..785d7de561ca382d3a3f8d2bc5c6dba1695efec3 100644 (file)
@@ -651,4 +651,4 @@ if __name__ == '__main__':
     e = DataMatrix()
     e.affect()
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index a8727aea05ae7333d7422fca53a1e50cde27c14f..129b96c13c7b8e64aa6c1b54e01e5c9fef936d3f 100644 (file)
@@ -1065,4 +1065,4 @@ if __name__ == '__main__':
     e = QRCodeInkscape()\r
     e.affect()\r
 \r
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99\r
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99\r
index 139f783b2da6956fccc7dec7158b68e56d927e76..518c1b10e42dccf5d20a84566ebaed74df46cebe 100644 (file)
@@ -143,4 +143,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index ddd0078d0be4b35d3972dd050a6e101ee3a50b56..3231d284e5a1c56a22f2d15e3e80842f5a1200fb 100755 (executable)
@@ -62,4 +62,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 5426ea3c90f655216516f2f7c09a6e4df3590ed6..95d1cffb5fbe42edd2d8a4c0e3fc255f974b27c0 100644 (file)
@@ -78,4 +78,4 @@ if __name__ == '__main__':
     e.affect()
 
     
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 89d42338a0ace03ea3f5d1781814ce8e7470a48c..7012c42746d1713c91cf8402d4e7af09152b539d 100644 (file)
@@ -93,4 +93,4 @@ def run(command_format, prog_name):
         sys.exit(0)
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index f62b1b4b3ca86dda01ada1594837df78c0020ad5..94ab09242036226ddd2bebb5fc6707e578b79434 100755 (executable)
@@ -209,4 +209,4 @@ def rotatePath(p, a, cx = 0, cy = 0):
                     params[i + 1] = (r * math.sin(theta)) + cy
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index e312d3cefc92645fc6feb29fa204c38ffcb8da62..feb0b0bcd61f94690878bd1a820042fe704dc71b 100755 (executable)
@@ -231,4 +231,4 @@ def formatColor3f(r,g,b):
     return '#%02x%02x%02x' % (int(round(r*255)),int(round(g*255)),int(round(b*255)))
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 08aa4c55fd6084c47bf22d36618c8a154675f0fb..8f8a811dc0d94d905ba4c51874241e80ac2be173 100644 (file)
@@ -230,4 +230,4 @@ def computeBBox(aList,mat=[[1,0,0],[0,1,0]]):
     return bbox
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index fd85f77407aa3f2a65b609472bea54dab6b4ad2e..5ad2eacccb9c5e700d324776510e58f48989c4e1 100644 (file)
@@ -27,4 +27,4 @@ from uniconv_output import run, get_command
 cmd = get_command()
 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
\ No newline at end of file
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
\ No newline at end of file
index 9dbf0dcea2fa13b64e233adca86e1e31ba493285..21249831f79d29ceb8c56b4e72527ba49f186d6b 100644 (file)
@@ -113,4 +113,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 16db996fc94a81c089550522667aba96122756e6..f18658012187765a3c77f824e4e2c386d62d4204 100755 (executable)
@@ -70,4 +70,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index f14b400cd44ea274273c4f2bbd47819b2dfa9186..7f4ffb1b053d9da620dac1ec2b33fbc677834604 100755 (executable)
@@ -121,4 +121,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index dc5ca5f26890fb80274e4d97a8253e31349fd0fd..640c9ede4c1979dbc3818bd595b3243cefb31ed4 100644 (file)
@@ -136,4 +136,4 @@ if __name__ == '__main__':   #pragma: no cover
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 965de243ee9abe51e02abfde19360ca47205fb20..81945f370e409ab6c411c142b407c807bb968ef5 100644 (file)
@@ -194,4 +194,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index a7608bc568be8d86b18b7d49dbb5283b725909c1..246340e8980c32ce9c56f3fae83dea87f3409c5d 100644 (file)
@@ -61,4 +61,4 @@ if cmd == None:
 
 run((cmd+' "%s" "%%s"') % sys.argv[1].replace("%","%%"), "UniConvertor")
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 720666103c29b3398d6489487674c6d311f1384d..30d1c2fe0857bd7b2e46f720d23cde51e736a27b 100644 (file)
@@ -127,4 +127,4 @@ def get_command():
 
     return cmd
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 4c5db2262c2eb224a71926f0209cf1cc5815b089..cea9da8df964680433d3dfb51fca998ea1167c5c 100644 (file)
@@ -58,4 +58,4 @@ if __name__ == '__main__':
     e.affect()
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 5391af3e6c8bd397236fb36a69c7a665f1803021..467aa609eea0dd03ad63d6d29bdebad5b8580e9c 100644 (file)
@@ -218,4 +218,4 @@ if __name__ == '__main__':
     e = Wireframe_Sphere()
     e.affect()
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
index 3ea4c0acf107ea9be2da64dc46693ce11ae8c897..8d92b0518cff9c0395785c3555b6b6d3dfcbc375 100644 (file)
@@ -27,4 +27,4 @@ from uniconv_output import run, get_command
 cmd = get_command()
 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
\ No newline at end of file
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
\ No newline at end of file
index 621235a5ec7496243be5c042d14afe60f9cce6d5..c950dd803ada487dafd3f0313465a1b22bf8b963 100644 (file)
@@ -104,4 +104,4 @@ Coord map_unit_interval_on_circular_arc(Coord t, double start_angle, double end_
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e159839d208626c77a30de4d1c93f9c4bb66ea33..66f174da6f85f820eb35776ccaf2e620496575fd 100644 (file)
@@ -422,4 +422,4 @@ double hausdorf(D2<SBasis>& A, D2<SBasis> const& B,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a19a10c8c59cf2a2ce20f20d51299da1e69b2d7f..b07052449d208a135cd6ded7d280b27597745801 100644 (file)
@@ -148,4 +148,4 @@ double hausdorf(D2<SBasis>& A, D2<SBasis> const& B,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 96a06376cb43a1b9a2299f2bf27e08290fc0d75d..799b3664a8be2fdafee0698f198a7cba527f0ca7 100644 (file)
@@ -1289,4 +1289,4 @@ void find_intersections_bezier_clipping (std::vector< std::pair<double, double>
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d5259c71f61ade37848c799444b3bf263c54e24b..c943512c791ee401a1888e282be6013a850e9e30 100644 (file)
@@ -252,4 +252,4 @@ Curve *BezierCurve<1>::derivative() const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 71e39e2c74f40c34c7dbb00ae08afe4fa233fef7..ba98a8a34f396ecc8fc123f3db76c795a0feecee 100644 (file)
@@ -95,4 +95,4 @@ D2<SBasis> handles_to_sbasis(T const& handles, unsigned order)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4aa720127502d294b288190bc234ef322b287b12..dc8025115c43f9f6d446f7cfe9196cf9d4f2bebe 100644 (file)
@@ -1002,4 +1002,4 @@ compute_hook(Point const &a, Point const &b, double const u, BezierCurve const b
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3d79df3b2b50dd6ebf1a847f5f434dea2007b1c3..9689db82de5caa110d450a8cf03e66f8109811c7 100644 (file)
@@ -96,4 +96,4 @@ cubic_bezier_poly_coeff(iterator b, Point *pc) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9e68d93aec45fd1e798a576184c1c9ef5120485e..2a06d44f5bd94e45f4d7e3a01df97a43f0d23e01 100644 (file)
@@ -417,4 +417,4 @@ inline std::ostream &operator<< (std::ostream &out_file, const Bezier & b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 73baf7b6b4420c788ef42b8307d02dd46003c2fb..d0d6edab468b200d7b082c64b4d70e64ea2537c5 100644 (file)
@@ -123,4 +123,4 @@ SBasis chebyshev(unsigned n) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6de9e9cc0ed1f742e3182ee2dd3939ec56f60c9f..f729e1f07271d6a55bc6d74354dc81c04ce6eaa3 100644 (file)
@@ -25,6 +25,6 @@ SBasis chebyshev(unsigned n);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 #endif
index 337569e36e5697a6c027d03fa04fed60319d367b..579c4671854e9549b84ab52426a7ceaf7b250922 100644 (file)
@@ -86,4 +86,4 @@ T choose(unsigned n, unsigned k) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 25385180b531e8f2b2cd1f1d0b8fe791cc05efda..425ff0e9f22fb9b20c21a7182859e2deb594e4cb 100644 (file)
@@ -138,4 +138,4 @@ int main(void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 00b91de129cf58aac41e7adcd725e8b980f7f2cc..8a070473548acdf20debe9e7d7fc60b752205535 100644 (file)
@@ -129,4 +129,4 @@ Circle::getPath(std::vector<Path> &path_out) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c346b8c8fb0c7c9f4c7485ec3e24271196c91bf9..987570b623f64a91584fb8cdd30da3e8621bf036 100644 (file)
@@ -132,4 +132,4 @@ class Circle
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 57f3bf741187231e5374d066d2a25c4e1a4dc4f9..1a70dc4d38f4be81b93b4ee63d3669df3d8e5f03 100644 (file)
@@ -145,4 +145,4 @@ Geom::Circulator<T> operator+(int n, Geom::Circulator<T> const &c) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9c57db44d882d400bea0b587a0fb2ad01dfb4d3d..a03538d42bcbe7fd333521a49dbdf743753242c3 100644 (file)
@@ -160,4 +160,4 @@ struct MultiplicableConcept {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9c4ea7776d232f12a6e195ba6b35debf0e4a11af..ae69d5281841001a006c3280bcec1e51d29d666a 100644 (file)
@@ -135,4 +135,4 @@ conjugate_gradient(valarray<double> const &A,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6f4098b5bdeb62c3f0f54e40e56bb0b8378d953f..8ea1b83b44d032bad4e873759d368b88ee87c206 100644 (file)
@@ -55,4 +55,4 @@ conjugate_gradient(std::valarray<double> const &A,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e8ea2280d9d77ed808ef50e2e5f9a5efe8346d19..db8094540b726ba708a47c41d095c8ada6ffea30 100644 (file)
@@ -562,4 +562,4 @@ double ConvexHull::narrowest_diameter(Point &a, Point &b, Point &c) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 52410896500b6df8de161b9dea8012206835678a..8a5124019c4ae8461d320cb9624327b1e411f4e4 100644 (file)
@@ -186,4 +186,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b44a0f71e9705cc2a00d9ae3d24fc5a5ae26d62e..481723413b8a5a32e435d5cc2b4f5b9b147cad5d 100644 (file)
@@ -67,4 +67,4 @@ inline bool are_near(Coord a, Coord b, double eps=EPSILON) { return fabs(a-b) <=
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 91180a939f8b076b8e52b6a925d8080b86994f1b..13affa8e9920d93ec3cb69e2b43c219c22edbcfe 100644 (file)
@@ -212,4 +212,4 @@ void clean(Crossings &/*cr_a*/, Crossings &/*cr_b*/) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 593ce366257f5c4edec007601d1cfd9baf43a7b9..62e44745011fb70fa4e190ff21f6e829d2a55343 100644 (file)
@@ -196,4 +196,4 @@ void clean(Crossings &cr_a, Crossings &cr_b);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c767af54f9e2f1ef28751e5edf4b38b6ecc3ff81..0ecd7d42554a8a4a7026e46c719b05f0ade4bf1a 100644 (file)
@@ -91,4 +91,4 @@ int CurveHelpers::root_winding(Curve const &c, Point p) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ce1fec3a65a20d1a409ef38345e144cccb6ae0a7..65bf86ef6e7570db3f08707e5458e7e1355dcdf4 100644 (file)
@@ -172,4 +172,4 @@ Coord nearest_point(Point const& p, Curve const& c)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f45d1e31fcbcc8e2123560f4ae55f64ac5e894d5..6c8435387f453cc37c6b1e2e7eb5b8a02cf71da0 100644 (file)
@@ -61,5 +61,5 @@
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index aef989fc7a25b7a38fcb43f0f4115e7a186af38a..4f5a53cd22720e617c3bfaf93684ff1a1343435a 100644 (file)
@@ -272,4 +272,4 @@ std::vector<Piecewise<D2<SBasis> > > fuse_nearby_ends(std::vector<Piecewise<D2<S
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d404e061837da864654465c5b96db2fecaeeb59e..2b087bda625ba1b9fdbe686dd830aeda564e477d 100644 (file)
@@ -153,4 +153,4 @@ inline OptRect bounds_local(D2<SBasis> const & s, OptInterval i, unsigned order=
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b2a0f886694ef36658efbffa1e5e98bada92b87e..bdf042806b22243cc1c5241375eb065743f22d16 100644 (file)
@@ -458,5 +458,5 @@ OptRect bounds_local(const D2<T> &a, const OptInterval &t) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 #endif
index 10071d09a15f35b8ac984e5a86518606dbbb9e15..8030ea517d505a06d6f261c68989f10aaed22cd8 100644 (file)
@@ -282,6 +282,6 @@ Ellipse::Ellipse(Geom::Circle const &c)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 
index 7ed04e51b396ff4fcd0bae92cebd8b653019fb5a..8e44f339593b04ea844fc27dc943ac1b9e1ee6bf 100644 (file)
@@ -138,4 +138,4 @@ class Ellipse
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f2b6b6be283db411ba74677d8a354324626e55e6..fd0e7cf9bfffb0afd523b65345608541df6533a8 100644 (file)
@@ -926,6 +926,6 @@ allNearestPoints( Point const& p, double from, double to ) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 
index b0c0bd9df2b906e36e1730805ff0ac42abae4d1d..0027359447d0b2ce6392036cca4d2d62ca760b8e 100644 (file)
@@ -307,4 +307,4 @@ class EllipticalArc : public Curve
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 99db54b457d9180945cad3663cefbda547e52f5e..fd92ca5e13d0d50ea6220cee018b2c7fb8be51d2 100644 (file)
@@ -134,4 +134,4 @@ struct SVGPathParseError : public std::exception {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 15740faf0e1db319440b728f45c517ad74291f28..adc099379d1bccdd45fda95362e480f6376f4034 100644 (file)
@@ -103,4 +103,4 @@ template <typename> class SVGPathGenerator;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5eade57f2d4bb73467ea1934e452a2bd0445d81c..d3cf0ca73d7f79818e9ac111ba6c231550f992b0 100644 (file)
@@ -386,4 +386,4 @@ int centroid(std::vector<Geom::Point> const &p, Geom::Point& centroid, double &a
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9233696d74fc631d07380c55c56eb18e1a2b2242..5aeded23decfdcf6ed50b7205eda71add7f01e82 100644 (file)
@@ -105,4 +105,4 @@ int centroid(std::vector<Geom::Point> const &p, Geom::Point& centroid, double &a
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6c42b06aa4f7b199aa673a604de72a66b4595cbe..6a9edbcea1110d849677dfdbef45b281d1e4e90d 100644 (file)
@@ -537,4 +537,4 @@ class VLineSegment : public Curve
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d4dae41b429951010b19e49fab988d7943e7ed60..68a4063180eb3681be983b110e84805565a702c0 100644 (file)
@@ -282,4 +282,4 @@ inline std::ostream &operator<< (std::ostream &os,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b4e7341ff8032791a10254944f16c3bbbc0ca99d..e20ab7f87e2b3512e19a77d9142bc37137c32704 100644 (file)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a7f4c8f21950364b3bd00a8c7f73ab69f056da7d..1b6cca0711d128839d7965425a427b421c7f704b 100644 (file)
@@ -169,4 +169,4 @@ inline Linear operator/=(Linear & a, double b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cc91743b172235a02049192d528d2ec23310175d..e130d202796b29bec6181d1980498b37bff5059e 100644 (file)
@@ -255,4 +255,4 @@ Eigen::Eigen(Matrix const &m) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e207bf812e2d7562350a32ff3417ea6a01b867e5..6a378dbf1d5c23a9e982ae86014ff042df7b7675 100644 (file)
@@ -162,4 +162,4 @@ inline bool operator!=(Matrix const &a, Matrix const &b) { return !( a == b ); }
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 564663cf78a1e188ac96fef6c6db4b9332d848bb..dcf0e8e1d71d79e4f76ca042a6c2df6fe94804d2 100644 (file)
@@ -480,4 +480,4 @@ class LFMBezierCurve
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d6a26bd2d26a1eeff1fcd69a76403d9b629476fd..f2e856a722648811e5e438ba9d7032ebc7606ab2 100644 (file)
@@ -559,4 +559,4 @@ class least_squeares_fitter<ModelT, Point, true>
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dc2a1d7e01fe2b73e836a9026041cbebd754e62c..f793e208b879c5e8551ce77a236d267d09533c45 100644 (file)
@@ -135,4 +135,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bb2a4cefda7ede3bb379a3649683bd182fe8432b..94a345fd5eebe75e3e365782275211afa2d7153f 100644 (file)
@@ -112,4 +112,4 @@ Matrix pseudo_inverse(detail::BaseMatrixImpl const& A)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 97db59d56a4c18bdd336f03927ef681d714679f9..f2a934235caaa7b60482462d9b8f4df0fc5a231a 100644 (file)
@@ -570,4 +570,4 @@ Matrix pseudo_inverse(detail::BaseMatrixImpl const& A);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 04c1333727b9190df75e4f2093dac3c2f7e54c59..46701645a78b9b8f6107d145ffb327cd9313f7dd 100644 (file)
@@ -570,4 +570,4 @@ void swap_view(VectorView & v1, VectorView & v2)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8c011529a7576ea0dc619bf2df7c7e340f20c4f4..ca91af57911eebfe144e730dcaa2d4f661822993 100644 (file)
@@ -78,4 +78,4 @@ inline Cmp cmp(T1 const &a, T2 const &b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2e4eba519c77c18b1e35a4b18d4657f017a9434c..5e58525c7dfc26cccce78e48d9256cf6cc921cdf 100644 (file)
@@ -800,4 +800,4 @@ CrossingSet crossings_among(std::vector<Path> const &p) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6457b5e431d2ab7f2bcfe0c4354594521f0421f8..de2a5b02c5cf776fe16c2b1675838a488f0d934a 100644 (file)
@@ -117,4 +117,4 @@ inline CrossingSet crossings(std::vector<Path> const & a, std::vector<Path> cons
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 88c7a99b9df9af99c8d1e3112cfb8e03c7825700..c47902649654953884b54247e50e8a00ce104d23 100644 (file)
@@ -420,4 +420,4 @@ void Path::check_continuity(Sequence::iterator first_replaced,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b95a54eaae8fb737e125630154454123c0009ab1..3167bb09ebd424bb1b6c102048a729320de8b526 100644 (file)
@@ -717,4 +717,4 @@ inline void swap<Geom::Path>(Geom::Path &a, Geom::Path &b)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 790265c7649bb0939d5856264b5467fe35fce524..3d11dd48b4f447f46d2fc7344fbffa56a6a45fe1 100644 (file)
@@ -149,4 +149,4 @@ std::vector<PathVectorPosition> allNearestPoints(PathVector const & path_in, Poi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d1d785a07a1897dd06e8226772acaf054b3d0864..a531cc95565c8d03e286f5881efff823b8176a48 100644 (file)
@@ -136,4 +136,4 @@ Point pointAt(PathVector const & path_in, PathVectorPosition const pvp) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4c63b20dfabee681ebf6f7cc842a05cb0042ccce..fcecc13c19b61d96690e5ef2b80e39cb042492fe 100644 (file)
@@ -189,4 +189,4 @@ std::vector<std::vector<double> > multi_roots(Piecewise<SBasis> const &f, std::v
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a0628daf1347f18569d4450dc93dcab5c329abb0..62185b472267259fd49041805961b1c593ded703 100644 (file)
@@ -804,4 +804,4 @@ Piecewise<T> lerp(double t, Piecewise<T> const &a, Piecewise<T> b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 88c4af9482a8fcdb6b93b75e143d754e8f027364..d57314a196e783c694a95d0631ace9988607a78f 100644 (file)
@@ -83,4 +83,4 @@ class IPoint {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4a0625713385337d9e211cbbf627fb49f4d3a45b..45e035d4ad64152517a797a187e135f042b61443 100644 (file)
@@ -173,4 +173,4 @@ Point constrain_angle(Point const &A, Point const &B, unsigned int n, Point cons
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index af97cbfa56d04d1864675f738ab2e4112fa4ed58..562950525d692c43afe34961265135aaa8859ad7 100644 (file)
@@ -247,4 +247,4 @@ Point constrain_angle(Point const &A, Point const &B, unsigned int n = 4, Geom::
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d8b379557f154b812dd151dd62d3a50df3ac73e3..9fa8e47db9feee21d7a067440399cbb199a9fe4b 100644 (file)
@@ -199,4 +199,4 @@ Poly gcd(Poly const &a, Poly const &b, const double /*tol*/) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 86041a8897ec5f54a977e1c426b0d75572782e78..e0ba0580f3efe2adef2d99098a9859a85d12d9b8 100644 (file)
@@ -244,4 +244,4 @@ inline std::ostream &operator<< (std::ostream &out_file, const Poly &in_poly) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 211590baeff75dcc69de5e28f01deff416525ed5..08e6dd7e2ec4518df184a4cb9771f1830e76aad8 100644 (file)
@@ -285,4 +285,4 @@ bool QuadTree::clean_root() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2e114a0a08fb101a3234d60cdcc12370e57598d0..01ea33ed7e7fbac932cc667b6e276a6b4fafbb16 100644 (file)
@@ -96,4 +96,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe2cc297b97b424979e144e5bb88631c4c78c4e5..cce1d64f0239cef8f36e522cced7c5d48479a3d2 100644 (file)
@@ -270,4 +270,4 @@ inline void Rect::unionWith(OptRect const &b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d59e7d9c9c1a8690e6f5006502221208ef09b024..421f613081545d7bded74655e54f14fc408b286d 100644 (file)
@@ -469,4 +469,4 @@ void find_intersections_bezier_recursive( std::vector<std::pair<double, double>
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 065f3f418b3eb166359708ac6c43c7d7658a28fc..3c8c7fd1c8973538a7156b4e1cbb4182f2bd5be6 100644 (file)
@@ -42,4 +42,4 @@ unsigned outer_index(Regions const &ps) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe2517e23d81876e763ac2fa2d1ddf7585efc15b..93781759549f062a3da416c5e89c9785a84cd946 100644 (file)
@@ -127,4 +127,4 @@ inline Regions region_boolean(bool rev, Region const & a, Region const & b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 399fb8595faf0888ccef69e9135f7a9047973409..4b414099abcb54c5bcd44acd83e82d754a8bce82 100644 (file)
@@ -199,4 +199,4 @@ sb2d_cubic_solve(SBasis2d const &f, Geom::Point const &A, Geom::Point const &B){
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c29d53bcb56250cdd596a2fbb884e6aaf0b2afc8..f1218b02840c774625bdaa448ddc4d129b54745e 100644 (file)
@@ -367,5 +367,5 @@ sb2d_cubic_solve(SBasis2d const &f, Geom::Point const &A, Geom::Point const &B);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 #endif
index 893cd23aff680bbd2ceadb8ccb92114d0a17a7e6..6641c0fe1f4db7668266bbd8de42f4d0f780b129 100644 (file)
@@ -121,4 +121,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c3711840270f31d0d0c2c40a9d0122ca496a6bfc..3fd6672249ce589c49d894acf5846cb01c29db55 100644 (file)
@@ -764,4 +764,4 @@ std::vector<double> find_tangents(Point P, D2<SBasis> const &A) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4f249a7b1888060e43f70072ac58d7e2817e0443..f7216c15a7e214e811d03e4ba45892f5b0b28f33 100644 (file)
@@ -115,5 +115,5 @@ std::vector<double> find_tangents(Point P, D2<SBasis> const &A);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index f3a984c967636cc26435adeb72cc10fbe506ddca..409f80c3132cc496677b64009d06381b48584db5 100644 (file)
@@ -377,4 +377,4 @@ Piecewise<SBasis> interpolate(std::vector<double> times, std::vector<double> val
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 49ad965d42aea10cdbe2a7a6e9d2e354631e1fc5..e6d40a3dec4c37b13466f83e54c275a9d6b67bb3 100644 (file)
@@ -97,4 +97,4 @@ Piecewise<SBasis> interpolate( std::vector<double> times, std::vector<double> va
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ec632d5a2e7a81376b61dcb4276c83414e79c14c..ffee43f678e662714220bed7b3839f53e4739524 100644 (file)
@@ -56,4 +56,4 @@ Poly sbasis_to_poly(SBasis const & sb) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1c509cf845bd60f0012b056f3404233d3a9f22af..e0bef93330b8453d13a5debefc3d4b2efe92a0b7 100644 (file)
@@ -54,6 +54,6 @@ Poly sbasis_to_poly(SBasis const & s);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 #endif
index 37e07cbe8a69f96d8344f985d8fa6dd18d725fc3..95fd0cf3ba8e45c19da4b878537ad7f84ea5576e 100644 (file)
@@ -389,4 +389,4 @@ std::vector<double> roots(SBasis const & s) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a54412543b1c2e2aaac507d2e471fad0d9cf8f6..aabafabea23f665af4aec838a8a8781533756feb 100644 (file)
@@ -425,4 +425,4 @@ path_from_piecewise(Geom::Piecewise<Geom::D2<Geom::SBasis> > const &B, double to
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2875ab3f0e59f034662d6c5be5798bbdde771c2d..5b88a40fa5f96fa0fe13c690b19251a2c3bd0e5d 100644 (file)
@@ -83,4 +83,4 @@ inline Path cubicbezierpath_from_sbasis(D2<SBasis> const &B, double tol)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2f7f03bfcdf81df230521b27940862f452f9150c..e313ad08da8e2c1654c9a09e3f141a250ac8c82c 100644 (file)
@@ -660,4 +660,4 @@ SBasis compose_inverse(SBasis const &f, SBasis const &g, unsigned order, double
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a32823f133a6d838bf65a226d81d514b2d2321da..d7390c64d822b51eac3e1c7827bb124c0f33c069 100644 (file)
@@ -383,5 +383,5 @@ std::vector<std::vector<double> > multi_roots(SBasis const &f,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 #endif
index 9ea856133e87aecf841dbd1f504d7ea17888bfaa..92af814cba74b8d77faef5f1468aac9acd1e05ab 100644 (file)
@@ -686,4 +686,4 @@ bool Shape::invariants() const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7877bea20925e500ff1437151f767f998e0ecdf3..960f9668ba86b9276d2bce50b921e830210e2149 100644 (file)
@@ -145,4 +145,4 @@ inline std::vector<Path> desanitize(Shape const & s) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a1c0ca5578853b662d5219a333c4a61bcdedeb9e..876c483fe2fa7b7cb65407de3a635b3f1df1b1f6 100644 (file)
@@ -248,4 +248,4 @@ double Bernsteins::horner(const double *b, double t) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ad017f596d5258b7adcb50a23586cb65017b880a..76cf65e17f141d0f33cebe70f8d0c444eb9cb9c8 100644 (file)
@@ -222,4 +222,4 @@ Bezier(Geom::Point const *V, /* Control pts */
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4f3e8a13c5152699a871c858ac9b8dff1f09d560..2aadaa47697ca354c1eef38ee86f616042af5003 100644 (file)
@@ -75,4 +75,4 @@ find_bernstein_roots(
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 097a5120a1d3ee219625acb86cc24066950a1bc7..4fef1b954bc0dd565543f352f8bd61132088d9e6 100644 (file)
@@ -67,4 +67,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 42c787eca2cb186b017fd4ab01bc78adf8fa41cd..877667b43671336401b8fac9fc7cfa70fddaaab4 100644 (file)
@@ -1175,5 +1175,5 @@ bool make_elliptical_arc::make_elliptiarc()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index dad9000c11034758512383b920f9c08b1022a29f..34c51508b6c21fff0c958b29d7b0d28a976ea7d7 100644 (file)
@@ -525,5 +525,5 @@ class make_elliptical_arc
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 691ddf022a80ea23db576cb86dcd5c1a1fc64f04..804284077a8e2178767dbe39869f8dfd69c7409e 100644 (file)
@@ -1392,4 +1392,4 @@ throw(SVGPathParseError)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 12e80df5ad6e0456bec7e8ac301606b596ceba8f..93fd23b774d7ce3e77b09d2a79104b2025ced8d9 100644 (file)
@@ -77,4 +77,4 @@ inline std::vector<Path> read_svgd(char const * name) throw(SVGPathParseError) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 898c72bf5c85b74625b72089b93801218c987668..3e4bf7becaabb868f74fe034b6b3d4ab29a60508 100644 (file)
@@ -108,4 +108,4 @@ void output_svg_path(Path &path, SVGPathSink &sink) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f1fd67867c77a6d16013c944a2e4a8956efd0908..89192fb72a330016022481c784ee46e3ce03c09e 100644 (file)
@@ -163,4 +163,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7571efe094b671c8080bcd64927d102cb43564db..f2589428272dd172369162bac3074f00d804761c 100644 (file)
@@ -136,4 +136,4 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9d1643d7af83edd5e0970cc8300b36525d8a0a21..29981324412437acdc22638ea526be979accffa4 100644 (file)
@@ -73,4 +73,4 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a6426fe811a978e94e5d60524e41d6176ebae9c3..8182ce16d96ebe10d8736baa234d48b52ce695f0 100644 (file)
@@ -114,4 +114,4 @@ Matrix pow(Matrix x, long n)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 29aab11aa20b28e0e12aa7ea3c8cbf55d157b532..1d8d87da31e7bed0e41fbc244824f2550d3c9f4c 100644 (file)
@@ -172,4 +172,4 @@ Matrix pow(Matrix t, int n);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 579718553503dd13f0509e839468dff1cadbe44f..a40b7253d883a73265d8bf1675e14ad2c384fb58 100644 (file)
@@ -84,4 +84,4 @@ void binomial_coefficients(std::vector<size_t>& bc, size_t n)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5ab19174947a886f0f93776f503c137d8e9e0a8e..dcadc84315d40fea98e7e68119a379ca59fe2007 100644 (file)
@@ -95,4 +95,4 @@ void binomial_coefficients(std::vector<size_t>& bc, size_t n);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 944eead0650f6f9fb56e5d96f2e4b250a9b8ef50..0d97b2ee91b9d964c738d6fd3b776c78562950a1 100644 (file)
@@ -107,6 +107,6 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 #endif //SEEN_MULTI_PRINTER_H
index adfc9a7f15e524c9a7fcd4eb00d4efcbf14b6b6c..94dba050c6be1f3598b33e622437dc120ba0f684 100644 (file)
@@ -381,6 +381,6 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 #endif // PYLOG_FORMATTER_H_SEEN
index 2b0ab20c391f0a8b5764377f69b11b4161b62bb4..4aa9ed2e63b38bc84dccfbd6545a74a98b58532a 100644 (file)
@@ -189,6 +189,6 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 #endif // TRPI_FORMATTER_H_SEEN
index 3f5ebf10951ae1be10f2a647fab2f8b59ee87b34..92f36d7a5359f9802f5ff9ce96a61bb4ad232e55 100644 (file)
@@ -22,4 +22,4 @@ inline bool approx_equal(double const a, double const b)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ddfb8f9234ce2edd468d0786edc35dbca38c7bfc..b485dd1835c2d3446f4a7d058ff74f9bdad29cb3 100644 (file)
@@ -542,4 +542,4 @@ static void sp_arc_cancel(SPArcContext *ac)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6677294f232b3f88bb81aa4592e303c2f0d30b8c..14696b8458644f682118038900a8c185b0b3c816 100644 (file)
@@ -540,4 +540,4 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5d3a00826db704c48921e010144f8b9e4f874814..118a9048274626bd12385a06932076f6236df2d8 100644 (file)
@@ -524,4 +524,4 @@ sp_attribute_name(unsigned int id)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 82ac962d0cbf6bb411a84739f760347a602046f9..3755268d00268e88d59bcc9d5b32cf5730f9beac 100644 (file)
@@ -495,4 +495,4 @@ enum SPAttributeEnum {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1eed56439eadc39d0a756a2c7533116b181028e1..1dfa0e6bf8fd48575d3018b14dcf7e25805ed2b7 100644 (file)
@@ -44,4 +44,4 @@ get_remaining_axes (Axis axis) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8274ffde7c2d594c8b29779149dfc0bd1ac946e2..14f4470bc1241b9fe240d565846c0fbac8235565 100644 (file)
@@ -691,4 +691,4 @@ void sp_box3d_context_update_lines(SPEventContext *ec) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8bafa75f2f4e41f46b89694789db26cd7ff44315..913e9826306d7a4a96b85bc48cc97f6a9b534210 100644 (file)
@@ -80,4 +80,4 @@ void sp_box3d_context_update_lines(SPEventContext *ec);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 69bae53d93b696fb1f362d85b7ac2bee9650a1f3..057d8f7dfcd6e2c9bac68a937a8fad3bb9868ee1 100644 (file)
@@ -336,4 +336,4 @@ box3d_side_convert_to_path(Box3DSide *side) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d40e64b7524311b3f981108783ea26d77f5235ae..18c81507312652658ba87dd41eb10a3e14b68fa8 100644 (file)
@@ -57,4 +57,4 @@ Inkscape::XML::Node *box3d_side_convert_to_path(Box3DSide *side);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9f2e1d78e8ac33210b80d30c5abaa56969600911..8273e35420324c6f2ace6011dfd98763f19dcc73 100644 (file)
@@ -89,4 +89,4 @@ SPGroup *box3d_convert_to_group(SPBox3D *box);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c8c51b5510f4ae5c69e90bcb7f62f2478f1da6c7..3d22417f673a7a6d983363850e0519e8cc375616 100644 (file)
@@ -61,4 +61,4 @@ Glib::ustring get_path_for_profile(Glib::ustring const& name);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cdbf76b446721bcd2f4799ed08442ab8eeb6a8fc..42893039a070b5e82274334964920a41b8b9f066 100644 (file)
@@ -147,4 +147,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c42cd42eabd225fabd038a888fd0b71693789294..1189a7c29701f1886b7687d6de5105b652e04b28 100644 (file)
@@ -1180,4 +1180,4 @@ cmsHTRANSFORM Inkscape::colorprofile_get_display_per( Glib::ustring const& id )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fa8f353952e86b47fa0be82c4ae222521f8bad50..e1dd298bd82a9519552ca1a24d3dc033dc24452e 100644 (file)
@@ -92,4 +92,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ae1bfa05dd36abbd43e0e696156822310ac24764..54af89ae5d5c92665b458a5cf5666d11179a7d5b 100644 (file)
@@ -452,4 +452,4 @@ sp_color_cmyk_to_rgb_floatv (float *rgb, float c, float m, float y, float k)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2229f3a23fa58bf384756f4c89506bab0c93fa87..08bac0152fab10992d0dcaff98a2978de910f82d 100644 (file)
@@ -216,4 +216,4 @@ static gint sp_common_context_root_handler(SPEventContext *event_context, GdkEve
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 870649caa5924b7d9a06561d6d32fe287c6e1ab0..416307d58e6331154c7edf8acd757b98600a3413 100644 (file)
@@ -116,5 +116,5 @@ GType sp_common_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 4a18a6913be5ddebf2bae19315a599260f279f39..8d1770d6abc7f26fa135b315c5bddcf4e2189060 100644 (file)
@@ -459,4 +459,4 @@ zu Zulu
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a1159e17d875dded908e9ed148db340574c141ad..adc54a1ae228b68e08b129030f19b17415caec16 100644 (file)
@@ -2052,4 +2052,4 @@ shape_event_attr_changed(Inkscape::XML::Node *repr, gchar const *name,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bd3805e9603ad797976c40255cb1e55cd24bf3b5..036981f6ffc7df624c14e53cbe026b8abcbe8bdc 100644 (file)
@@ -130,4 +130,4 @@ bool cc_item_is_connector(SPItem *item);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 84d8af3a8534d30dfde3e12a939c175384e2a631..18782c1638279172303d9511b43a4f97674a16e9 100644 (file)
@@ -57,4 +57,4 @@ ConsoleOutputUndoObserver::notifyClearRedoEvent()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9b42cf033df133a8a9c587440cb849eb524da3e8..f7d1c7d291fbe3c789b6e7efba60998a7aba711d 100644 (file)
@@ -42,4 +42,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6da1813ca9b2806334e9e4a423f8faf98cdf9bd9..81eb6fdb5b1467f0de1609bde5731c4a70e3575d 100644 (file)
@@ -238,4 +238,4 @@ Geom::Point Inkscape::setup_for_drag_start(SPDesktop *desktop, SPEventContext* e
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 794f16c39ccfc3f4755b986da41688a95ae54e97..be8b4dfd5599bd946a8060d326ad139c1a00a9a5 100644 (file)
@@ -44,4 +44,4 @@ Geom::Point setup_for_drag_start(SPDesktop *desktop, SPEventContext* ec, GdkEven
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0da7cfd635f83fd8dbb0b045d33a8c7a3e045273..2b00fb8e954a1e85a05a99c81503acdda1f0328d 100644 (file)
@@ -77,4 +77,4 @@ Util::ptr_shared<char> demangle(char const *name) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8c0dd6b4e965e2188720fb37ae7d0d282019ce38..7505d9550c1f10ee55362e86ae884680b74c1e87 100644 (file)
@@ -34,4 +34,4 @@ Util::ptr_shared<char> demangle(char const *name);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 89180d8d4f1d0f0605b8b3f64f4812abf558b4bd..fe2069a29de3eec885defb76d78bbb3f61e53c4c 100644 (file)
@@ -221,4 +221,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ad56751fc33493544cd892f3a98ebf4815d95e78..1cdd4f7e2758bfdb4e8eac16655ade5ed4e6e786 100644 (file)
@@ -77,4 +77,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4d0343f12ce77753aa030db9c0839bd0d6d70d0e..957f2067a91536cdb648a7137d229c9b6cfa4d08 100644 (file)
@@ -49,4 +49,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a6baae8dae47c5f6e360abcf088d0e54b09a05ba..b21675f538a29b5e9e5f044e5a24f87b7ffcc62f 100644 (file)
@@ -75,4 +75,4 @@ GdkEventLatencyTracker &GdkEventLatencyTracker::default_tracker() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5a05baf480d15bce5e3844f1a5f4199b5d87be4b..12ebb6570a74fccb0777886bbcddcb147b97370f 100644 (file)
@@ -53,4 +53,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c0452f26bad9aabdab8e84ee72abf1397dc5a62e..8e7a920ba1630d6e2d7bfd2b936b6ce049d98554 100644 (file)
@@ -62,4 +62,4 @@ void register_extra_heap(Heap &heap) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f3cc250a5a643bef50c6a6b3284b347a08499249..e1e01f022148207e23bda57d334391ea4fdf9d60 100644 (file)
@@ -60,4 +60,4 @@ void register_extra_heap(Heap &heap);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0aeb71cf9ef143af5c4ea82b6e01cf0bc2fbe43c..d2821cc53724491b591073c02fb81e54181c0330 100644 (file)
@@ -86,4 +86,4 @@ void log_display_config() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ae64b08362ff1458f1c621b14c179459fbb4d71e..6a598ac0f4adad3a84719512bcbcb823ea674ab4 100644 (file)
@@ -34,4 +34,4 @@ void log_display_config();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f28d2750bdd7f00d051a40ecef722928dc57a200..bc761d67ef3816f92ca060d714bc7fa73a3ad590 100644 (file)
@@ -225,4 +225,4 @@ void Logger::shutdown() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1513c0ac65beab3e9fadec46ca3e935f9696d4fe..b5970e1ba6b5031126f623a3897d8512ef5433b2 100644 (file)
@@ -243,4 +243,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 74301a609b2cef7109e717f5edbf355f44be3e1f..d09358224830c372bf55494349fc09f198e9ac6e 100644 (file)
@@ -96,4 +96,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9ca6ea549e7a04d6953018fcff2596869f252ad4..5cc06d6192dbbfe11302069ecee4abc0f3cae24f 100644 (file)
@@ -76,4 +76,4 @@ Heap::Stats SysVHeap::stats() const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 82fe9b7696edc62a213fc26c2fcba3833169a860..ba8f5db836d6c0dff6c7f19a83ceeb73ec7b1ab0 100644 (file)
@@ -44,4 +44,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8814f37ad0fec6df6f225dc9ed30d7bc93b456fc..4c014e965ace1ea5237b5fcdeeef58d23bdfb70c 100644 (file)
@@ -42,4 +42,4 @@ Util::ptr_shared<char> timestamp() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 31eac35fdb071f7bc2e1ee61624a1c7db23d82d4..336ed5d0f19e6aa556c3588bca093b725b82de54 100644 (file)
@@ -34,4 +34,4 @@ Util::ptr_shared<char> timestamp();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d5d57717ff396d7ecaec39002f7ae724046cd834..f7697a6c06d4ebe93dc7ffa5ae5897986c876566 100644 (file)
@@ -621,5 +621,5 @@ void snoop_extended(GdkEvent* event, SPDesktop *desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 8ddff09499835d131338ff061468e56771e39cc2..e720cf7a022ab03b7067f79d25b6103afbd438aa 100644 (file)
@@ -51,4 +51,4 @@ gint sp_dt_guide_event (SPCanvasItem *item, GdkEvent *event, gpointer data);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a8d0a3d1e9bae4672434edb7c895c4e658692f40..61ea43d1e5cd206b2c6cf371962b39eca6673155 100644 (file)
@@ -54,4 +54,4 @@ SPNamedView * sp_desktop_namedview (SPDesktop const * desktop);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e1ca5b3e7db4009aae1b3d80c98a95d24764d154..6aa685a364cb1ea6aea73e3a8e7200f8cb26c3dc 100644 (file)
@@ -95,4 +95,4 @@ bool sp_desktop_query_style_all (SPDesktop *desktop, SPStyle *query);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1fdad010fb331493e16c679f42ac5c7affae8de7..83a6f40219717352957ad0f7659cd591290da120 100644 (file)
@@ -1816,4 +1816,4 @@ Geom::Point SPDesktop::dt2doc(Geom::Point const &p) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 62e0c2545a12c12b986b1ad76bcf818126517b98..2b44a8d5166722d7ca02ea099ddededc530edc87 100644 (file)
@@ -690,4 +690,4 @@ static void createFakeList() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4aea99ac0cb236b804ee4c9bae99680e2e29edfb..5f83ab7b0df9c4f5e6d9f8f186afc9972e1b05f1 100644 (file)
@@ -84,4 +84,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 097278995dc48078bc967127171c28f255b39244..864cf8927e884029e2f63c303e075f76fe1e2591 100644 (file)
@@ -2977,4 +2977,4 @@ clonetiler_dialog (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6bfb257a42d7ede26c7e69c6d70e97bd7447b78e..bfb35cd96a9810f269fbbdf304692c538f563919 100644 (file)
@@ -27,4 +27,4 @@ void clonetiler_dialog       ( void );
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b5992ab5cecfa7d762c8f35c1a609dfe444e5057..89feca23e0b93b57323a763dae093c87e108bc5d 100644 (file)
@@ -256,4 +256,4 @@ sp_dialog_unhide (GtkObject */*object*/, gpointer data)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2fca84ad2bd3e6257e678849563b6114c54edec8..7b04d0f69d40ff729ca8ca92becc70266294fa0d 100644 (file)
@@ -72,4 +72,4 @@ gboolean sp_dialog_unhide (GtkObject *object, gpointer data);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 696f38b7753aad1857e2af793b026724a1ea978b..82e2d45e1b18df482aa835864742b66c161027f2 100644 (file)
@@ -2054,4 +2054,4 @@ sp_export_filename_modified (GtkObject * object, gpointer data)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 801ddc91a2f2465491934e4b2a61524d48bc194a..d4ea17c1d6ff308ce16a037b4faf30393a0e0e4e 100644 (file)
@@ -32,4 +32,4 @@ void sp_export_dialog (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2e51ebff41bcacb4fca22fd19ade5a60a2db3705..a3612f60e18f7f1cb0fa763739f4688337737fb9 100644 (file)
@@ -763,4 +763,4 @@ sp_find_dialog_old (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 06b3f4d34b65742a4f83dd01489aeef6721bc6ce..40665e08ea5de165c092c9a29a241c4f25f8b59f 100644 (file)
@@ -560,4 +560,4 @@ sp_item_dialog (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9815a1fc58b66ab24ac8f1dacf8935d79b6c0179..bc04608bce3bc6ae23448fa67bdfbd87e549f6a7 100644 (file)
@@ -30,4 +30,4 @@ void sp_item_dialog (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe5d9c3e16b1413461e76e41c87b1cf249bb2e4a..d9a0545e13fe55ee8c70541445383505d004c56a 100644 (file)
@@ -160,4 +160,4 @@ sp_object_attributes_dialog (SPObject *object, const gchar *tag)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 726d8e43b8e3039212eded6c1841608686005991..ef84708c036c26ddc390c0750e78309f4d1b33e3 100644 (file)
@@ -29,4 +29,4 @@ void sp_object_attributes_dialog (SPObject *object, const gchar *tag);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1645218c63a5a2514c1f983a044e928870607322..476a551f13269f3df0e9889e06ab109ac602f060 100644 (file)
@@ -1031,4 +1031,4 @@ void sp_spellcheck_dialog (void) {}
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dc71de7c33006b297899efd9319e40e647500de4..8a8fe6a29c972c2654ee503533d23e35a8874723 100644 (file)
@@ -964,4 +964,4 @@ sp_ted_get_selected_text_count (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1e5cdc77d7ea6e525e0f8f820a3934f7a1aeeb00..84f9147283e4a263a4b13ccefe0d315e61e66f8b 100644 (file)
@@ -28,4 +28,4 @@ void sp_text_edit_dialog_default_set_insensitive (); //FIXME: Replace trough a v
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c8644fef962ef2b3af6adddb79be4791f2d50f19..bd442b8872a1ec375b0f36f38f9722b7c3b4cc37 100644 (file)
@@ -1609,4 +1609,4 @@ bool in_dt_coordsys(SPObject const &item)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0edea8f4df9c0d71333e994368f23b45bfd516f6..8b1a213371ace5722c710b0c26350bfdd7acd148 100644 (file)
@@ -26,4 +26,4 @@ void sp_xml_tree_dialog (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e2f0f8ed8bb22c53a671a8e67f18174f880f160a..8f847587317e0d6a9dee93f8bb2d89a1aed17bc2 100644 (file)
@@ -45,4 +45,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9bdfafa9ee52deeac1900a1458eee8ea5c7e706f..7d04b3007b311936d61a1799e77f41c33ecadf37 100644 (file)
@@ -30,4 +30,4 @@ gchar *prepend_current_dir_if_relative(gchar const *filename);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 733f9a51305264be1067c8eff10a96192347c08b..af9a38281916624b3a6f33d8720ed744af4bcae5 100644 (file)
@@ -398,4 +398,4 @@ sp_canvas_arena_render_pixblock (SPCanvasArena *ca, NRPixBlock *pb)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 37469fa737bdede42dd9c7a3b564ef53892ce5ea..9dfde969dc1f362ee1ba9b24a1fba849de8a6457 100644 (file)
@@ -818,4 +818,4 @@ bool CanvasAxonomGridSnapper::ThisSnapperMightSnap() const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c47806615d1f98f7c13ab4407fd1eb637262f12a..063bdab66322e4dcb9d5bd37cc23400bcecb47b5 100644 (file)
@@ -284,4 +284,4 @@ sp_canvas_bpath_set_stroke (SPCanvasBPath *cbp, guint32 rgba, gdouble width, SPS
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b97bbcc6b5b593b161d4bba178845a66019a319b..65ad4aa0053e54876ab8b61382d068457d12b5d2 100644 (file)
@@ -106,4 +106,4 @@ void sp_canvas_bpath_set_stroke (SPCanvasBPath *cbp, guint32 rgba, gdouble width
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a79a6b610c1bc947b0ede5f7bf2c6d4007d86dec..34c60b140e0382f4d37544ef3198f08561bdd4e3 100644 (file)
@@ -1056,4 +1056,4 @@ bool CanvasXYGridSnapper::ThisSnapperMightSnap() const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d32bc20c3f07638349a4acc431755ec65d02ef41..94312bacb6880e4983df6d20e2125cf224300892 100644 (file)
@@ -269,4 +269,4 @@ sp_canvastext_set_anchor (SPCanvasText *ct, double anchor_x, double anchor_y)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 784ccee8938b98bc345c3997977011498f219a91..d89cb4c990e537228bded6534655d231e2a4a564 100644 (file)
@@ -257,4 +257,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 73b8dc36dbf3a1c2fda0079aa573c5748b17513b..303d1bb4d26bacb5831896628858c8011c0e5d9b 100644 (file)
@@ -687,4 +687,4 @@ SPCurve::last_point_additive_move(Geom::Point const & p)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe072019522aff84a053137832ba6d381d10603f..e6387a9f0e65434998ad99085d954be14abdf370 100644 (file)
@@ -101,4 +101,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f1b85b556b7f5188ffc3f0891ab25ac054202357..0141692f284946529e5fa2f1a69cfbbd013c7d75 100644 (file)
@@ -364,4 +364,4 @@ sp_guideline_drawline (SPCanvasBuf *buf, gint x0, gint y0, gint x1, gint y1, gui
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a3e550fc59c1e1d39a9ebc9b770889199df3d934..fdbd49727a3df395ad3bfd0e205c2fb7f125cbc0 100644 (file)
@@ -245,4 +245,4 @@ feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cb4d474a6d1bec40accd8c15361577ce6643d0fd..0b3c99a7f7da2ca49864c570ee43c974f931fcee 100644 (file)
@@ -34,4 +34,4 @@ void feed_pathvector_to_cairo (cairo_t *ct, Geom::PathVector const &pathv);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 89c21940a7463c7934006fe2aeb13e5b504c7ba4..de97c2e04749688e5950bdbf69fb96fdfcfaf1bc 100644 (file)
@@ -181,4 +181,4 @@ void normalized_sum(Fvector &r, const Fvector &a, const Fvector &b) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dbbc7c9a4eff947f5e7063ce1c6c348010a7f629..01138cf1f1404b7d6b6df36b25819949d7ffde99 100644 (file)
@@ -108,4 +108,4 @@ void convert_coord(gdouble &x, gdouble &y, gdouble &z, Geom::Matrix const &trans
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 67f62a78bceaf7681147240df0345d531abe09fd..5a5cf228ad94e3723c0e4f6fa8cd75e555105989 100644 (file)
@@ -48,4 +48,4 @@ struct NRArenaGlyphsGroupClass;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 33b08a91c34952c3eb56c6c5d952ed1e2596e163..fb7f572727d77e7801c9cfab30c27e265c9f7998 100644 (file)
@@ -684,4 +684,4 @@ nr_arena_glyphs_group_set_paintbox(NRArenaGlyphsGroup *gg, NRRect const *pbox)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 38d37c233421cfede8c4bea486028a6ad77a620e..e339fe5a76a5d7156840ae5aa4380f5a77f79e4b 100644 (file)
@@ -298,4 +298,4 @@ void nr_arena_group_set_child_transform(NRArenaGroup *group, Geom::Matrix const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ae1763e9901694a491e768d23059dc66272bc774..4579d068fc108c9df942515c378d7b34479ab0d8 100644 (file)
@@ -58,4 +58,4 @@ void nr_arena_group_set_style(NRArenaGroup *group, SPStyle *style);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ec11d9ed171b71eb0b28303156ec6e59c710235c..4132ada784eadd081cbabc0866e7e570c6630749 100644 (file)
@@ -389,4 +389,4 @@ void nr_arena_image_set_style (NRArenaImage *image, SPStyle *style)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 209cb8de656d05f9e5fd47e78d63f8790a5e7765..48ebc5bd0051222a4fbd217b5fd6ed7e6320fadb 100644 (file)
@@ -65,4 +65,4 @@ void nr_arena_image_set_style (NRArenaImage *image, SPStyle *style);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3b8dceb93aa1ad017a1c0b5711083d380652cba6..9b3a6214cf1877ae7e092d211e459b3ffc392bcd 100644 (file)
@@ -936,4 +936,4 @@ nr_arena_item_detach (NRArenaItem *parent, NRArenaItem *child)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e92fb1313d36f05091e9c1ffe615057bf3e5d605..d1b157775530d3015b95feac0cf2258bc3bccd48 100644 (file)
@@ -206,4 +206,4 @@ NRArenaItem *nr_arena_item_detach (NRArenaItem *parent, NRArenaItem *child);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a3b295a4efcae5b18b255eaec1be3ce2df1f2a6b..6aaf395b3288c5e705524d2995e3768632c6c993 100644 (file)
@@ -1508,4 +1508,4 @@ void nr_pixblock_render_shape_mask_or(NRPixBlock &m,Shape* theS)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 455757806f727bc2e4a7d56fe49285ce96ca5234..03505cfc2af0a97a5914274d35e74941fd67d986 100644 (file)
@@ -228,4 +228,4 @@ void nr_arena_shape_set_paintbox(NRArenaShape *shape, NRRect const *pbox);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 33870a11839648b9e5608930dd7f4d49f3dbc09f..85de5c11936879a680b8fbd8a53f0a236eab30f4 100644 (file)
@@ -214,4 +214,4 @@ void nr_arena_separate_color_plates(guint32* rgba){
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4645d9bc063a8bf0493e202e0b54ff4f5f0365b3..a0f074dc93a6681212a4edfd24ca31fc177f1b28 100644 (file)
@@ -232,4 +232,4 @@ void FilterBlend::set_mode(FilterBlendMode mode) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ffdd6211879bad49b501fdfce2c5432c059d0a54..254653566b97e7b06b8c27e9fc21989deaa03d16 100644 (file)
@@ -67,4 +67,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0b24649a99a9f1e122dffa8d147a59717329841c..7d0792325cd861655249af2f67f0e1f7f1c86bef 100644 (file)
@@ -223,4 +223,4 @@ void FilterColorMatrix::set_values(std::vector<gdouble> &v){
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 47b454c535c98d5ef4a9aa7b8ab05f1b95339d96..8507f8a637872f9597267621abb390ffd8b6c23b 100644 (file)
@@ -58,4 +58,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ab9990360635342e80b80b61cf3968fc5ab5fc09..2b6f0c722bcd5efbfa4a17a0d37e887b572c4a31 100644 (file)
@@ -214,4 +214,4 @@ void FilterComponentTransfer::area_enlarge(NRRectL &/*area*/, Geom::Matrix const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index eb76bd54392d7bb73f3b846fa6bdee29a7cb0fb6..2fda2692ad778edc327a84b7cc4f8c1ce0ee19e1 100644 (file)
@@ -60,4 +60,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 51652d743e562ed5ef0cf471687cf3ebc004121f..41175ee07f7f05630e58b4c1f0a216db50890ede 100644 (file)
@@ -226,4 +226,4 @@ void FilterComposite::set_arithmetic(double k1, double k2, double k3, double k4)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b2466653111a8bd86e2d646c9e32d6c55f90602c..45114a92c5bf463eeed54d033c673436fe879c09 100644 (file)
@@ -53,4 +53,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fc88102d82bfdf24fac71108de3912b3719f586f..4b88aa9290b43c8befa0e49c22f1a8b5002d83ff 100644 (file)
@@ -272,4 +272,4 @@ FilterTraits FilterConvolveMatrix::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e7416f9cca2e89a970a8c11da8d9aa5ca7b0d500..846ef568572b414fcf11c94bdc66fc6df26b2be0 100644 (file)
@@ -71,4 +71,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0fe4c5947fd6c8bbf28e4e12611c41f61380f8d2..7443039f66d551bfb7eb0a3fba18563c303b63ac 100644 (file)
@@ -197,4 +197,4 @@ FilterTraits FilterDiffuseLighting::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 708c7a0a224fe50f08d4ec711e38fdf27e93d954..5141d0b61fc2227c377cf21ccd98bf8a0969d9c2 100644 (file)
@@ -61,4 +61,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a983fb840d22e2b2be1db4b7c632f1549503dc89..863927f4b3f5d85e17ab851048c912d3501d26b0 100644 (file)
@@ -268,4 +268,4 @@ FilterTraits FilterDisplacementMap::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bb15b77a3c200c8a2cd98c122de61716390ea28e..e76e47fec18586abb63798a4ce121158ca49ecc0 100644 (file)
@@ -55,4 +55,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fd0600cdbbc6b7130e494b50d513f3bf8a550d12..3f4951dd65cf8237af468994ecf54293ad2b2063 100644 (file)
@@ -103,4 +103,4 @@ void FilterFlood::area_enlarge(NRRectL &/*area*/, Geom::Matrix const &/*trans*/)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 98c374bbd0b558c3c46d12b945614cdb3b93c6db..b11fa117d8ba4701e1fec589f364f168ee78481a 100644 (file)
@@ -50,4 +50,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a45e838da1ac4e3197fe3f744346b79f4ef07d31..5cfaab54dddb7d722a31a2da68955710b8f8c314 100644 (file)
@@ -891,4 +891,4 @@ void FilterGaussian::set_deviation(double x, double y)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 763e42de22239d9c87002e4f32d2db5529f60912..1dcb07d67de03ef48db072400406a85ee423f1d9 100644 (file)
@@ -81,4 +81,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0b71e28c81dbb9317c78d623b3d8375f93a4bcc7..7b5e2a1016c6802c29afd40ca738905304308a2c 100644 (file)
@@ -53,4 +53,4 @@ NRPixBlock *filter_get_alpha(NRPixBlock *src)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fca64577651c1d71664b9c0e256da66a74c6937e..e279494b1115f6c318b059b801351fc786ace43d 100644 (file)
@@ -32,4 +32,4 @@ NRPixBlock *filter_get_alpha(NRPixBlock *src);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4ad6982f369ddbd8c1fa5ab4d54510cb3d24d8b7..b0b3ee184eed8eec3fbd584891b33bad05234cfe 100644 (file)
@@ -252,4 +252,4 @@ FilterTraits FilterImage::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f3565ef9f756899b5455f198f1c236b794434fd7..7b2fa8bc779875ab12fe0c73fe5b9c8ed7b825db 100644 (file)
@@ -58,4 +58,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b913e2cd7193509cb4c50ef95a7e3fd4d2f4bc7e..971dcb80ffe64b87cde37c08e65ab5f556293855 100644 (file)
@@ -141,4 +141,4 @@ void FilterMerge::set_input(int input, int slot) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b7737e34717df11441ba40ead1f59ffd477b17f0..715f20d8369bc6188d39c96b2dda562c615566e0 100644 (file)
@@ -50,4 +50,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2582987512fed3472507972758c6c60da4f8a0d0..6902bacc6dc35d2dc112bb9ba58cd0d3c9b4c423 100644 (file)
@@ -151,4 +151,4 @@ FilterTraits FilterMorphology::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 16ccad5e60ae4333e2136f0efc0a007d1f2e65f1..867a6a391c01d783b2bd2fe1c47e862dbad59207 100644 (file)
@@ -57,4 +57,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fd4f55053d031b448f16aa612cf9ca20379c7167..bee73c9985e43182b8fd5a3b49cdf871301aafe3 100644 (file)
@@ -106,4 +106,4 @@ void FilterOffset::area_enlarge(NRRectL &area, Geom::Matrix const &trans)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b00ad25fe3ceb360529251ac8391d03ba8d55c79..7c2b33742a9b099347e49db277f8e61da3bfb3b4 100644 (file)
@@ -49,4 +49,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 22b1a55cd51e2dc3ed455eee325cfe279698299d..afd9e98bd32dc50a0fcc2848661f2f82e129faa5 100644 (file)
@@ -101,4 +101,4 @@ void pixops_mix(NRPixBlock &out, NRPixBlock &in1, NRPixBlock &in2) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b70ae57fe9764da53478b7448b655f6978648783..f79af8bd83172650a3473d5a96290bc150a87b1c 100644 (file)
@@ -70,4 +70,4 @@ FilterTraits FilterPrimitive::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 74b41211bb3acddf13829c3f03d7d1a3365b855f..87fe21f31db051110348224396641ecac7789427 100644 (file)
@@ -135,4 +135,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bdb993ed9b603013ee12ebfe24d214923283366c..c17bee1d4b2b6dff91e73e186e206ea7bddb10a1 100644 (file)
@@ -64,4 +64,4 @@ int FilterSkeleton::render(FilterSlot &slot,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dc69c95ed06550e1b4cb9b14537085c5fcedcee7..a03004be123490c9de59a70e777255f59ac833a7 100644 (file)
@@ -56,4 +56,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 354b31b4da65964bc1a4d4992869844d394b44b0..96e2a92e915e53ea4bbe2ea180443419d2247ce6 100644 (file)
@@ -351,4 +351,4 @@ int FilterSlot::get_blurquality(void) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a12d75a26475189a409fca84abc2d3b907261096..871d80a8eb3681258aaa6c9de2e895fd41ba4753 100644 (file)
@@ -123,4 +123,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6a6ce38a8199284dcd40ef6f27991b094d725e1b..354695dd7325f1b9e2feafee77a4127797d6d379 100644 (file)
@@ -217,4 +217,4 @@ FilterTraits FilterSpecularLighting::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0f9e6dfe94efdb03ee07cdb23c17a8ce23a3fbe2..5d31b09f13eb2b06223c01dbb1e347dc9e1a0c53 100644 (file)
@@ -62,4 +62,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 898db9f5352b15c65bec088472efee326033a241..8eca6b18f9ba364399917780a48bd6d7ca01a6e1 100644 (file)
@@ -73,4 +73,4 @@ FilterTraits FilterTile::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5a6a5a78c4198722b73f848264f7fab9c485345f..505fb994810cfb15f7e70f172db0ac01d87fc0bf 100644 (file)
@@ -44,4 +44,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8d22b180d8170b2f4e1531c8fd108b053f3aa4dd..dde92c0a57070d4145d767807271884acded0e8c 100644 (file)
@@ -363,4 +363,4 @@ FilterTraits FilterTurbulence::get_input_traits() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b841cc37fc73c352f0f052feed208f136f0d7374..ee870f758f448f205d569199cf731ba09e67fb7f 100644 (file)
@@ -120,4 +120,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 595606d4942e3ebc14d15da4bf13390120b2c10c..502bfe348f8a211e44d2738b015cc23684215343 100644 (file)
@@ -59,4 +59,4 @@ enum FilterQuality {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6a7de1fedfa0adbef32194323bb225213811f61e..4cf1658003a45b6bc90d3dc51a121e21a46c845e 100644 (file)
@@ -202,4 +202,4 @@ FilterUnits& FilterUnits::operator=(FilterUnits const &other) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d8489b42e437f7087d8259610e12080e79b9ec85..2a64b1afc6a52425c5f7e87bfd12631b7c167c99 100644 (file)
@@ -136,4 +136,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d36c0beb5bdb0efcf46331b2d7575f090e5bafd0..1ba34179195df99cf7deb026cc21bda663508ac3 100644 (file)
@@ -18,4 +18,4 @@ namespace Filters {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5c59a0e8429cb4021c08b0c9207be1c481fb7c15..4d2b06bd50308f4f79cbba5e69fd7ecbc94aaa70 100644 (file)
@@ -82,4 +82,4 @@ inline int clamp_alpha(int const val, int const alpha) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3b19ff69ba6f996ac0a91e2b34183f876be8c50b..5ff9d2da5ea5366090d46344c44f4ae72de7912d 100644 (file)
@@ -563,4 +563,4 @@ std::pair<double,double> Filter::_filter_resolution(
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 318e1030f088579933fcb6020b048dff113f76f1..a7cf932b1d6c25e31d27072c75251cd68b13087a 100644 (file)
@@ -220,4 +220,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 79b4a3a5edc4fb4e15ea9469c4b4aa2d89dcd2f1..5c9acb32488ec72786e0e821b2608a12591f9621 100644 (file)
@@ -24,4 +24,4 @@ enum LightType{
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a3373aadb7aec1a99627f0c38071a1f9a5eddbb1..a8a31734d20f4d53e4d7dbf84f7ed7ce4f86ce0e 100644 (file)
@@ -118,4 +118,4 @@ void SpotLight::light_components(NR::Fvector &lc, const NR::Fvector &L) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e1870f176243be7289b4dedb0eb38d1bb5124f76..65c341a7e0193bfd3a0fa242c3179c142c4ad1f8 100644 (file)
@@ -158,4 +158,4 @@ class SpotLight {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7c83792a8203e5a25a825e15fb6596de92539db8..bff54a81faa6fb4b68599d6ac3aa76f7e20d50ab 100644 (file)
@@ -29,4 +29,4 @@ void nr_gdk_draw_gray_garbage (GdkDrawable *drawable, GdkGC *gc, gint x, gint y,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c568f38a6a8e9d68150de68bb3f342b53e8a9715..457442312b21d2ae05fa20b1d2ded7ef6fcaed42 100644 (file)
@@ -30,4 +30,4 @@ void nr_render_rgba32_rgb (guchar *px, gint w, gint h, gint rs, gint xoff, gint
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7a0db664ac322e6ac13ffd79de07760c2ad6f3a3..2b724246a22b7ac562605dc9aaf643d312d6da42 100644 (file)
@@ -301,4 +301,4 @@ void SvgFont::refresh(){
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1f2b1db3feaef37e090491e74eebcfec339947cd..c9df0c8339f46be3ee69328daebc75254699a254 100644 (file)
@@ -296,4 +296,4 @@ void scale_bicubic(NRPixBlock *to, NRPixBlock *from, Geom::Matrix const &trans)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8e9b1ec6224867feb9d3b45047cdf61e22a42ce4..f7cbcb0be6a04e1be893eb8297bfa98ead5d733b 100644 (file)
@@ -37,4 +37,4 @@ void scale_bicubic(NRPixBlock *to, NRPixBlock *from, Geom::Matrix const &trans);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index af05a9b8845a109696fa54feffe76feebf7b58b5..78324434a7fe8cfe07e79ff03b7b0a4be7046299 100644 (file)
@@ -276,4 +276,4 @@ void transform_bicubic(NRPixBlock *to, NRPixBlock *from, Geom::Matrix const &tra
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3ba00a08f5c751190e8a245ebc9527e41c067c75..6c322835c10b9e4856c013e7422d5933b6bb19c0 100644 (file)
@@ -32,4 +32,4 @@ void transform_bicubic(NRPixBlock *to, NRPixBlock *from, Geom::Matrix const &tra
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index caa5fa6977830084b5d9585d552230f5e810ce9f..6084ff898c174e8f04dd7db2353700f96105e6a1 100644 (file)
@@ -569,4 +569,4 @@ void SPCtrl::moveto (Geom::Point const p) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 859735e4f77b2ed88a29f93abaf8348e8173ae3e..945d94807f5da0538696294c54b3079f30ed7bb8 100644 (file)
@@ -77,4 +77,4 @@ GtkType sp_ctrl_get_type (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dcd6dc0a618708173bfa029cab532d0bd24f23c6..46d83c208a4ca082b93353d86177a401a3705f4d 100644 (file)
@@ -407,4 +407,4 @@ void CtrlRect::_requestUpdate()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7e5f5157e13c0df1636209fa48f7ce42126d2031..70dcf1f3025ca4560b214f7b934709181f9e3439 100644 (file)
@@ -67,4 +67,4 @@ GtkType sp_ctrlrect_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a23b157df6a7150aff20bae8cfe9c670c587ba9c..a06d930740e505846bba863d83e40e02c4834e70 100644 (file)
@@ -140,4 +140,4 @@ sp_canvas_item_compare_z (SPCanvasItem * a, SPCanvasItem * b)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4708126e5e182baa2c6a5724c75cec0c5df750cf..639163a288b3bb7eb76a12a3218c069777778edf 100644 (file)
@@ -53,4 +53,4 @@ gint sp_canvas_item_compare_z (SPCanvasItem * a, SPCanvasItem * b);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e39fef45b2186df76e3b668024559264f8cb5df5..2319f82f60480da027342d969e3f200db9a9aac4 100644 (file)
@@ -2452,4 +2452,4 @@ void sp_canvas_mark_rect(SPCanvas* canvas, int nl, int nt, int nr, int nb, uint8
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 033c8d1f80116b419493fabcefc3eb38fd105756..d8a622d908ca7e67a08c762ea3ebdc9eef1dcb77 100644 (file)
@@ -201,4 +201,4 @@ sp_ctrlline_set_coords (SPCtrlLine *cl, const Geom::Point start, const Geom::Poi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 696fb52eeaac77610644317f9188f8ac9c4854f1..64497c4641d3f796945507a123186989db6b18da 100644 (file)
@@ -49,4 +49,4 @@ void sp_ctrlline_set_coords (SPCtrlLine *cl, const Geom::Point start, const Geom
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 279d3f7f8e94cf9a001013757706c76e4a49c8f3..1f8c145a85d1a61a20b0a204c07e05efb38bb112 100644 (file)
@@ -187,4 +187,4 @@ sp_ctrlpoint_set_radius (SPCtrlPoint *cp, const double r)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 67440c4db2b455bcc56998d1ba4f2f3d0eaafc41..d0e72f5181f39a947306f5675f96891b8073474d 100644 (file)
@@ -49,4 +49,4 @@ void sp_ctrlpoint_set_radius (SPCtrlPoint *cp, const double r);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b307684e5bb04af6f1835fee97f61e36ec389739..54b9bc3e18c1de9bd48e8bf726866708e0492d98 100644 (file)
@@ -203,4 +203,4 @@ sp_ctrlquadr_set_coords (SPCtrlQuadr *cl, Geom::Point p1, Geom::Point p2, Geom::
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 996c02295aded72f2534541a4d22815d16ee5792..f3c1ced45969dfd874825b9ad5824d6de5863fee 100644 (file)
@@ -40,4 +40,4 @@ void sp_ctrlquadr_set_coords (SPCtrlQuadr *cl, const Geom::Point p1, const Geom:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1988865d10c98b88221d875eb5292d5b1c6ba92b..6a7f8822c1d1d32b8c5a2d2f7f199fbd60869cfc 100644 (file)
@@ -408,4 +408,4 @@ DocumentSubset::connectRemoved(sigc::slot<void, SPObject *> slot) const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e424a289c5ce048829b7b80a36d7c01f1d1611ff..ce7776da4d18a84395bd9347e52be93186acc80d 100644 (file)
@@ -67,4 +67,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 17aa642b1681152f06f03e13737c8815b71b9bf7..677883112660bfcd219f73d696f43316f11be0cf 100644 (file)
@@ -1479,4 +1479,4 @@ bool SPDocument::isSeeking() const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5810b535848b52626e917cd8ca6db10d97b7b5f6..4f5f045c5566fb5819fcb59a5898740637b844a3 100644 (file)
@@ -301,4 +301,4 @@ unsigned int vacuum_document(SPDocument *document);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a517ef76f8a39cb633dfb90f4fb0288fcf0c8b1..a38f23c2348dc51d7b4e80493ce9d61145c5a754 100644 (file)
@@ -743,4 +743,4 @@ int main(int /*argc*/, char **/*argv*/)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c6590ac44d422272d99c82a8bbd5bbb0561dcd9f..f3a42ca4e797a4c7184a9b2fe60f24e0c5a5df17 100644 (file)
@@ -107,4 +107,4 @@ sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, gboolean activate)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0277616846a450278e7ad12b10e4838a773f497e..4aa713b52345240b691010a0a22fb4b1e227b906 100644 (file)
@@ -41,4 +41,4 @@ SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, gboolean
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 66a2309b2e949e6f1629ea8b7518d8b811cb2388..3f33f9499809ff22f9c5410e5cc60742a58e66d1 100644 (file)
@@ -855,4 +855,4 @@ void spdc_create_single_dot(SPEventContext *ec, Geom::Point const &pt, char cons
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 30ebaa61d3a024f6eeab2398747eb9baf9312385..1364b5dadb407ed0af9debd92ef762cd9be9c8df 100644 (file)
@@ -101,4 +101,4 @@ void spdc_create_single_dot(SPEventContext *ec, Geom::Point const &pt, char cons
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 64181e3c8764860e4d438cfdbecc5ea7ca1d04e4..6f8b60b3469451572452792ab3825e687d635698 100644 (file)
@@ -61,4 +61,4 @@ guint32 sp_dropper_context_get_color(SPEventContext *ec);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bb8e690923e66402bdabd7f5e71914e3267ff809..98f57b5bcfc742296501bad82e43fe6e16917adb 100644 (file)
@@ -1284,4 +1284,4 @@ draw_temporary_box(SPDynaDrawContext *dc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 19cbfbb29f2f2cdec57ade900685df0ca85c1303..9a736a3fca8bb7867488c276347fdea746b0b14e 100644 (file)
@@ -72,4 +72,4 @@ GType sp_dyna_draw_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6afa07d773721f0c0febe39b360809ea5c1523a3..021479843a1a4ff9de526345c2a139b5b6c80931 100644 (file)
@@ -1071,4 +1071,4 @@ draw_temporary_box(SPEraserContext *dc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0e3f5c625f8598c8dcebb7a8fad8207ca95c5828..a581acd94289f95cfd061d4f060ee0ccd9606ed2 100644 (file)
@@ -56,4 +56,4 @@ GType sp_eraser_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 56f8758449538da39ff5546d2f1a93c3d443450c..a4109a91cb754a2877c379c91431f40575ae79b8 100644 (file)
@@ -1373,4 +1373,4 @@ void sp_event_context_discard_delayed_snap_event(SPEventContext *ec) {
  fill-column:99
  End:
  */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fc22762fdbd1b94d8072519a7ef05f6d1d81f0e3..71084cb5f50cfb3e779c9ea1d4ee32723fd921ab 100644 (file)
@@ -197,4 +197,4 @@ void event_context_print_event_info(GdkEvent *event, bool print_return = true);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 82de44696b7b8b29356fac0fce0d0b22d8a6a219..977d068f8a2b98d8f4fa940ca51f84cb8bfbbdd9 100644 (file)
@@ -380,4 +380,4 @@ EventLog::checkForVirginity() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9fcd01e1c7a2b9c45e4d688a3dcd99e9bd237e70..3f3c6830eeeb94088f25763f93cacf37c0811eaa 100644 (file)
@@ -165,4 +165,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bf11604d8aaac85d8b7c8c02d57b3533b1fb78e7..fe4ed681ca8dddf7dccb05eb296e45c9fd6de930 100644 (file)
@@ -52,4 +52,4 @@ struct Event {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9d4fc77d3da8c8582cc4e3bab3c5f803e672f8cd..bc07c859199705e3a9deea726b4b5735f2bd8e90 100644 (file)
@@ -85,4 +85,4 @@ extern DB db;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6090b72d071a747be60a013d8f4291d9fd389a0d..a8533a4279d7e16254bf158ea130b727f81dbcc7 100644 (file)
@@ -240,4 +240,4 @@ Implementation::fontEmbedded(Inkscape::Extension::Print * /*ext*/)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4fe0b58492f6a452f8cf39543a03e642f7941450..04c7c15a671e40bfb438be45d5dd81aa1864c4bb 100644 (file)
@@ -1015,4 +1015,4 @@ int Script::execute (const std::list<std::string> &in_command,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 143d7236241733875e347a1edaf7df85b1e09629..2ab821e445635da2f1fe53d3f4274b436c78096c 100644 (file)
@@ -239,4 +239,4 @@ XSLT::save(Inkscape::Extension::Output */*module*/, SPDocument *doc, gchar const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f58c8cbe6a7e8932607daf1d867831cf53bc8297..8578e8c6c61931fd80a08ea087bf96a771c54839 100644 (file)
@@ -358,4 +358,4 @@ check_extensions()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6ccc85aea0d830b0fb9225e33a771388198fb0b6..efe44bf4788240db3182735748a979c37c71ef80 100644 (file)
@@ -33,4 +33,4 @@ void init (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9b9bd6ffe9d5d3f84b9205a62df855bf0c77a707..93e3ab37f3b564fca9be97731d5c8264415e4b96 100644 (file)
@@ -47,4 +47,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 019b6b8101ed9341f3d4d3cb4aa55862aa42b7b5..368d827b172e1e7eecf8010fe3eb2cf16709e51c 100644 (file)
@@ -62,4 +62,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9cb2b8a0bdc72aba54b12628efcd13a06db72a73..ce698086964b29082f7fbbf934730d9ec8f693ed 100644 (file)
@@ -1687,4 +1687,4 @@ _write_callback(void *closure, const unsigned char *data, unsigned int length)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a1f902457302c4fada849f0483398de680d8f253..73ee585ce6b79a5dd1daab3ce739f9ee573b5ed1 100644 (file)
@@ -216,4 +216,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d76ffb4d44bfb76996963014749c659e184dbeb9..5cb61444b8b2e6663e0810ff245738425f87a9a8 100644 (file)
@@ -47,4 +47,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d429cbee3cd69a49f2fc263ec829e4dc171798c7..988f6126385a1d5f9539abaa8d391d58261e3c1a 100644 (file)
@@ -813,4 +813,4 @@ calculatePreserveAspectRatio(unsigned int aspect_align, unsigned int aspect_clip
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d69a607532bace1993ab3514568f0b435b5f5b04..f1a26a3134c4cde8b77090c3defb9f46b2f7973c 100644 (file)
@@ -81,4 +81,4 @@ void calculatePreserveAspectRatio(unsigned int aspect_align, unsigned int aspect
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 98b5f01147ffce47608ecd95d3348edcb04c8b43..474dd17932b1fa9d7d453d30c5335e072222bc95 100644 (file)
@@ -2454,4 +2454,4 @@ EmfWin32::init (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c62d7a4e9025071fcab7637f9e12acd8d2984358..4b975c8de1b05d6c4226d283c5221e3b88e72f16 100644 (file)
@@ -54,4 +54,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d098f6466ab95ba25ddabb62deb3e0523f2d5208..bd42b0eb6e8a03358533ca00dc0426167265820a 100644 (file)
@@ -1020,4 +1020,4 @@ PrintEmfWin32::init (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5c1d8439d329670ba048c4e7fb542c5829cf2f81..a0f26abb588fc5db2c25c410a2bba628ef75fa7e 100644 (file)
@@ -104,4 +104,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index df7f3481c7a3892e4d26a701ea8db63bff750a99..ff272d28d524abb1e68777713472970f13cfe2b5 100644 (file)
@@ -195,4 +195,4 @@ GdkpixbufInput::init(void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9d5e6ccf7ea876f93089232f5961ea6270ce7407..597e7246bf786e9de8e9b20a03f12b5c69de2ad2 100644 (file)
@@ -28,4 +28,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 45b76dd6d42420da3f91494d8ec4055d087495b1..ed409ef93b75c5373f9d37c2b050b45eb0cf5089 100644 (file)
@@ -43,4 +43,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c635f7b2d03a2a9af7fa8d9382b7afe6db86bb21..b371b01058543d0a79a9d29e7c05ce19887fc773 100644 (file)
@@ -993,4 +993,4 @@ JavaFXOutput::init()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 34b7532cee112fe1038c09feef1fff12a8f47d53..ed6024adfc1124a2127f7e0eccfcf522b8695f71 100644 (file)
@@ -369,5 +369,5 @@ PrintLatex::init (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 00448b89e6452a97575887d556ab5539d6b1b2b6..b37316d8fc6a77c5d628d6d328068b1196f85f7b 100644 (file)
@@ -578,4 +578,4 @@ LaTeXTextRenderer::pop_transform()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b5d4bfac154f1244b3a2f005f072f19572704320..e4bbd94ed716cb722ad1a77c84478c48aa9ba534 100644 (file)
@@ -82,4 +82,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5331c072cb82c075f866d06f4d844b19f5324730..4f3f1ac89bc8f4b9c8932afdb32a445c32ede929 100644 (file)
@@ -2482,4 +2482,4 @@ OdfOutput::check (Inkscape::Extension::Extension */*module*/)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 16877c370568aa6da791194362a9ddce7b91c472..7b1fe8b870f25174eec19d6484b7ac224a75985e 100644 (file)
@@ -727,4 +727,4 @@ PovOutput::init()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 21f27885850115b34c7448be7815f5ce116fd8ff..0c711824ce75b191f9d6d36bb5560d7904b549a8 100644 (file)
@@ -506,4 +506,4 @@ PrintWin32::init (void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9462115c679b463b10720dcf00d2ebed39e84234..02790a231152a21d52412a2e45a93bfdd56f0775 100644 (file)
@@ -93,4 +93,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 299d8ffd19b1b4e487101a03846600c2b8ee6b3e..a8a410382b49ff09ef5f47b7b08f64544dcd99ec 100644 (file)
@@ -162,4 +162,4 @@ ParamBool::get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::signa
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 301d54ed008aa0ff1b9737c10e54bff4f496b71e..ae69d0661adc60773dafdde3e4cb5f717fce61d6 100644 (file)
@@ -169,4 +169,4 @@ ParamInt::string (std::string &string)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 50cef0db7a2d167a9152afed896154bf8ba1365c..86e3cefe61651058b54ac01ceb2305a25938795d 100644 (file)
@@ -428,4 +428,4 @@ ParamNotebook::get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::s
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 91d614b93f4e3c9eaac85c01e59fc310119f4c0a..1347653a2bd1e5aec2a65a23bd1a6c9fe013d840 100644 (file)
@@ -423,4 +423,4 @@ Glib::ustring const extension_pref_root = "/extensions/";
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c62dad9cc03a77be3b9cc292b58e7f4d8ccf2691..beddf5936da9bc1bd6a6aba6c924add0a5cdc3d1 100644 (file)
@@ -136,4 +136,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d492cb100f83b244a4478960ae3be055a19a389a..ec9b5a8f96af6ae45f6950daee2ed44057b926a9 100644 (file)
@@ -220,4 +220,4 @@ bool InkscapeScript::interpretFile(const Glib::ustring &fname,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 98508e4e645ce56c8120536c90add9dd2602ae1c..c4a59e1e2e4d4453209a99498e0fe80f7d43eba5 100644 (file)
@@ -98,4 +98,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aa96fa24939cbbf96eae439035afa7bf126dd6e7..e795960a9ff23bdca633b825729f98abe803fe0f 100644 (file)
@@ -85,4 +85,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8580270108bfafcf9322ff5964ede83cd93206d2..76778bacb93748ff655a9fb0840fdaed1b9a8904 100644 (file)
@@ -93,4 +93,4 @@ gchar *extract_uri( gchar const *s, gchar const** endptr )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1975d9b3af3f97fe2716197fd15c1b349e8d80d9..b41a2b9d9b81b039ae7b73d4d8b22ae0a49df6a5 100644 (file)
@@ -17,4 +17,4 @@ gchar *extract_uri(gchar const *s, gchar const** endptr = 0);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 363663ac3c8c34c946916077a4f73f8bd8cfc9f2..63e618dcf8fc2f297a2d98cbb7328ea1f922f191 100644 (file)
@@ -492,4 +492,4 @@ double get_single_gaussian_blur_radius(SPFilter *filter)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1b18ec11ab706ead1f166202438eae5cc4771483..9e97d6f8038f9c5f4ba27991c2682dc4faf9a082 100644 (file)
@@ -38,4 +38,4 @@ double get_single_gaussian_blur_radius(SPFilter *filter);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1f0c957a6137e19ba19ea4bcbd21c6223848fd04..2f6d2f64b15b5e0e8749e816699d97acda811c18 100644 (file)
@@ -135,4 +135,4 @@ const EnumDataConverter<LightSource> LightSourceConverter(LightSourceData, LIGHT
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6367a51022d4088cd045657a0ae49f2b807b7d54..3ced5ab9420aef8d59130d39627e713349b0f61d 100644 (file)
@@ -85,4 +85,4 @@ extern const Inkscape::Util::EnumDataConverter<LightSource> LightSourceConverter
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f08ed9dd18229cb3dd5d5b83f3f4d9be4262968a..94456e0dd6b1eff1d744339a6ee8c1c52d30a5fc 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feBlend_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5998d7be335021cb0ea6b4aeefa97e69c8a9efb9..4c41184db4f9f4c6652538cae6c15910e1f377f7 100644 (file)
@@ -298,4 +298,4 @@ static void sp_feBlend_build_renderer(SPFilterPrimitive *primitive, Inkscape::Fi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9f3cab47595d2ab23de41a638332d5c3a4d792c1..62c6faaee5dd4ac9e91cfd9d38994c33e38b1d2a 100644 (file)
@@ -46,4 +46,4 @@ GType sp_feBlend_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3a4a8d35cff92af5940afc64b478b18ddf724696..62f7a190d814d70d9f4d41478f48955ebeaceb4f 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feColorMatrix_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3f60ea05cc778c0147cca5e59d77f6f7d49c0d0f..da1c91632fe6f9e646e60b3f3ffe0fc4ca0dd3c1 100644 (file)
@@ -227,4 +227,4 @@ static void sp_feColorMatrix_build_renderer(SPFilterPrimitive *primitive, Inksca
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 69be969281e7cc8200aa1a97cb685ca6d4cf23af..7546076085885b9e68abda92dab813c9515840f0 100644 (file)
@@ -46,4 +46,4 @@ GType sp_feColorMatrix_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 49983770acd4bff9b4f06da0cc06667ab2c691df..65120fefabb6ee37505ba9e6d2c17c0ba9d7c53a 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feComponentTransfer_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8edb9cf2d3df096bb21d314dd0fe11f11432995b..2fad817971c2e16ca20edc374a5cb9348f67d430 100644 (file)
@@ -342,4 +342,4 @@ TODO: I'm not sure what to do here...
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 52873f6d32516b39c8ec4b0c2deac36a47eac888..d81e50577abfd2caeed33282ed47261dd57fb413 100644 (file)
@@ -69,4 +69,4 @@ GType sp_fefuncA_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 27e63eaa608c74363cc34a4e245b17b612a5668e..f1d4a709bbeb06a43c6a4eaa3612b0177ca2db9b 100644 (file)
@@ -259,4 +259,4 @@ static void sp_feComponentTransfer_build_renderer(SPFilterPrimitive *primitive,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8281d9aea7342d7dc113b5250d3563aadabf760f..8a9c3c6821355e81bf2c86863a085a8258bd510f 100644 (file)
@@ -45,4 +45,4 @@ GType sp_feComponentTransfer_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c79cb17bb1c08be156616e50916a9352bdf627ec..04530b15229b591c32784109d455251801a60222 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feComposite_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 93c692f94d14f24749b9c116e954b1340ab4106c..9398aeea766666c3bb9ffc5986ee8cbfc8879748 100644 (file)
@@ -344,4 +344,4 @@ static void sp_feComposite_build_renderer(SPFilterPrimitive *primitive, Inkscape
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 095d7616d7ae5da3433cea815745968bfdd0f319..0fa1b5665f2800bdea734ae1eafbe386d2b31022 100644 (file)
@@ -56,4 +56,4 @@ GType sp_feComposite_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 76baf7f41fb0de2aa733918a1ac8d2bf10ab53a6..f6a4c846a30ea5d98baa1b6bf94400619b6e5ee1 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feConvolveMatrix_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6440f340aad7a84fc32e9e70858148d36483d44f..45c0a080efea76dd69a69df128ef5fd684a6b343 100644 (file)
@@ -343,4 +343,4 @@ static void sp_feConvolveMatrix_build_renderer(SPFilterPrimitive *primitive, Ink
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1e854504094b9e7e9d944c8d4576ef8f22e1c1d5..1d085fd6c6258a46e1f73390ca6222025dea3b2e 100644 (file)
@@ -57,4 +57,4 @@ GType sp_feConvolveMatrix_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b91ed80f63bd7022b43420c5a1685928a89e3a42..27ea773584cc70bda3882655708d6938d2af0752 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feDiffuseLighting_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bdc569083564712f170bc94d0b69e72105db86cc..ca7a8423cacee396063133dcb5c6409646c48829 100644 (file)
@@ -380,4 +380,4 @@ static void sp_feDiffuseLighting_build_renderer(SPFilterPrimitive *primitive, In
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3c6c0ae73f5dd1c89106e46cce189f484925607c..7f0d8bc7ac1332c04a796204dbb9b1778b73ea48 100644 (file)
@@ -62,4 +62,4 @@ GType sp_feDiffuseLighting_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6d92c6b78d01a5bcc4d7c12efebd35e6f18dd61a..2fc115bb8e28e654e5570d0db3f34e82e9814b7d 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feDisplacementMap_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index baa17d785f00452de09356050bfe7d599a259ade..956719d10c909bdc91d58a5bc86bb0cdbf5aed7f 100644 (file)
@@ -310,4 +310,4 @@ static void sp_feDisplacementMap_build_renderer(SPFilterPrimitive *primitive, In
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6a8ac9cd955635bd31af83b17c9ccb75025d40e5..f3c596f11051933a4932e4704d978a7e87ebfb95 100644 (file)
@@ -53,4 +53,4 @@ GType sp_feDisplacementMap_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 41584c4a4c17c664bdb41adf50b3727e9ca42cfd..ee366a23d95f2479bafa00e007cf5abe85a1e220 100644 (file)
@@ -231,4 +231,4 @@ sp_fedistantlight_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 21edbc56c586365faff1a342dd47fefec891f669..a68746334dbe9f45b0db26deb3148a0211d6182a 100644 (file)
@@ -56,4 +56,4 @@ sp_fedistantlight_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8cc507274082f662298604034200a8b818c4c25b..55130a7ba34e66fe2e2c0228b52beb3e97e8037e 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feFlood_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 221b0daf22b84aa31ac1203329fa3ff5834e65bc..cf7ce662fc3eba7ff2ac9b3052076b6895d777c2 100644 (file)
@@ -241,4 +241,4 @@ static void sp_feFlood_build_renderer(SPFilterPrimitive *primitive, Inkscape::Fi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f386e2cd47f56b1509fa5e9904e6e30d42e1cb20..66b5dd96a747539b6da5b6334b686cd11b958d64 100644 (file)
@@ -48,4 +48,4 @@ GType sp_feFlood_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a8b453fec9ba85bd392127bca6baec894453aa9..d9de38342ea33d1c2608126fd989f09c365c09ea 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feImage_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index eb6dfc22a906aed44076d2a96c264437b613d959..69a4b601833c72a1e8560a2168e5d2e298893438 100644 (file)
@@ -274,4 +274,4 @@ static void sp_feImage_build_renderer(SPFilterPrimitive *primitive, Inkscape::Fi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 78e719ac7bffd9aa12f92f7a761e0684c1c98977..2445da5c6dfdb46d7bbe4a3efbd938bc31531987 100644 (file)
@@ -53,4 +53,4 @@ GType sp_feImage_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 24bda1ae2e1c7c2d7f88d9fce18450a2fd93c499..e3674a3918ea882e305dbfcd13bd60b6fc04056a 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feMerge_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 437cb4b5511caf21724301aa24594a4dca167020..4d6573564e0f55b64f03709ed65fc4bc13f0a40d 100644 (file)
@@ -197,4 +197,4 @@ static void sp_feMerge_build_renderer(SPFilterPrimitive *primitive, Inkscape::Fi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5d28faba923bbe8e396ca74b4dda041b6e656d8c..93374d1341a535fadacca38f8b22fb8fd4dcb8a5 100644 (file)
@@ -41,4 +41,4 @@ GType sp_feMerge_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8a4e0dd0ac179691fbb754e3cfeae9ab056cd514..1f92df4d662cedcd707fb13a6c61f46a6dd4e321 100644 (file)
@@ -174,4 +174,4 @@ sp_feMergeNode_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::X
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8ec00bdcd4604fec4035d58a22d78583109da54d..8352632a63b4db89f46c6a6f123fdac7c2033a64 100644 (file)
@@ -46,4 +46,4 @@ GType sp_feMergeNode_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a0550405d32c95f508ab8dcbe950848bd44eef72..dd023b607d8a710a7f6c90bbf069f642e3f65549 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feMorphology_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1530dae8c33ffb7ce784c0bc6b6dae7e40af55f2..668f94c4c37bd6d5ce0500b4bad1654b978796d6 100644 (file)
@@ -222,4 +222,4 @@ static void sp_feMorphology_build_renderer(SPFilterPrimitive *primitive, Inkscap
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 20abf8a8d4a860efd9a01ae8e9606a8546b3a1d4..4a493d16c14de30baadc21b9738ca91fe6c76d4f 100644 (file)
@@ -47,4 +47,4 @@ GType sp_feMorphology_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 38561c18859d156329a2858359d0298700c3caac..d9d2a2fc4f8fa62d8a9f48104a12dc93f49fe00b 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feOffset_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 61ea45ff2a5549b1f1cf365b9af41e46719f1970..2db9316500c1e46e4566c60d82f378bd94d191ec 100644 (file)
@@ -206,4 +206,4 @@ static void sp_feOffset_build_renderer(SPFilterPrimitive *primitive, Inkscape::F
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 72d8525144b1dc0fac27aef0a5aef8dbde8cea92..49f8108ef9ddbddbdbb27328be0747a3ea4ee4e7 100644 (file)
@@ -42,4 +42,4 @@ GType sp_feOffset_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ce58cf13e34f52d0719fb054a7ad2f87e33deccf..a4939023eaabc6e134e4cd1202d7ca9a949e916b 100644 (file)
@@ -256,4 +256,4 @@ sp_fepointlight_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 915d726afb5dc0479c527b4093663fd2949ace5f..c0b2720212e634201833c9c8a51c597358412813 100644 (file)
@@ -61,4 +61,4 @@ sp_fepointlight_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bd48ba6849b4cdf96b6d295c2ece35e010e1ff46..9fd5f46b3c4fcb9c5a7bc2c9ed36b75b42c22385 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feSpecularLighting_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 03a0c7f9687d2f844ed4629086c4f7ed8c1d586e..6ed540892e640d2d902b6772bc62c92eed32cef3 100644 (file)
@@ -404,4 +404,4 @@ static void sp_feSpecularLighting_build_renderer(SPFilterPrimitive *primitive, I
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cdca5f99f388bfff1f6b41b395c7e6670ce26544..692ec9bf99d21d5fcfe4c2e57e5ae4b64e5ee605 100644 (file)
@@ -65,4 +65,4 @@ GType sp_feSpecularLighting_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3b518f0b430653e24f71ffa8a9f478f94e6fd3fe..6d13479756015a6e48d3e241a54213a053778a42 100644 (file)
@@ -369,4 +369,4 @@ sp_fespotlight_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::X
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d48cf6daa73ba5f22385135e7a12f9d6cc0c7408..6e2463c08d32048f2c0b3cf2a3713b8abce8ad99 100644 (file)
@@ -75,4 +75,4 @@ sp_fespotlight_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b7c4c5f27561f6f6027f5f726dd92898e190cfc4..5f8393a7bc64d4ce2c88926865a302aca07fd880 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feTile_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 877f70b27d0f72223a1cd83a8c7217c27001d02d..f37409b149da22e671a16e463346f76c5757c863 100644 (file)
@@ -184,4 +184,4 @@ static void sp_feTile_build_renderer(SPFilterPrimitive *primitive, Inkscape::Fil
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9e12ca7ee57462b8ef87bf0aaeabaee765e38d91..747be7aa1c882717600ccc846c86af2a8a5add41 100644 (file)
@@ -45,4 +45,4 @@ GType sp_feTile_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 43b4450a5ab43cc723c3004f5cf607e8c7126440..33946e3da685e292d1b62cb677478e17adb452be 100644 (file)
@@ -35,4 +35,4 @@ GType sp_feTurbulence_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index eed056eccc4ad5ce4100457d061b5e07f5170b17..268eca643b0b21863c364c5f5f22d47c93589db6 100644 (file)
@@ -279,4 +279,4 @@ static void sp_feTurbulence_build_renderer(SPFilterPrimitive *primitive, Inkscap
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 792a6181a72d3d08b51d54d1837d77641eb3743a..a19b8df574401209ed615dad1f34d6b2adeb900a 100644 (file)
@@ -51,4 +51,4 @@ GType sp_feTurbulence_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 12a8febe2f75027fbe296dea06172722b11aece9..282ccbeb6285b81004fb5f6bce783c080997a24e 100644 (file)
@@ -1300,4 +1300,4 @@ void flood_channels_set_channels( gint channels )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 83811c0b3392e26be4f416163fe6dd0c79393363..a552ff6d205b231e007b97c49283a7c717fa1349 100644 (file)
@@ -86,4 +86,4 @@ bool operator!=(Alloc<T1, collect1> const &, Alloc<T2, collect2> const &) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 91055c968259493cd9ca562c6b9207bf07308b51..0350e6bdda447abece2e1b8c37e4d1cba17221e6 100644 (file)
@@ -92,4 +92,4 @@ void Anchored::release() const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 917930a966ca6e0ccdf26c3b8d48914c5e30ef85..b15d11f5d0e31deb0952abaccf0b09f928f0330e 100644 (file)
@@ -176,4 +176,4 @@ static R *release(R *r) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index af327dc55f6256c13529b4b778563782374e9673..32779c83fcb169e994e7d861d97a9cdb97c807bd 100644 (file)
@@ -211,4 +211,4 @@ inline void operator delete[](void *mem, Inkscape::GC::Delete) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5b9aa3c8005a5c75b97679326620be05f9d4e6e1..88685ae52eb1fedb549851eeddb2c236e4d7f125 100644 (file)
@@ -61,4 +61,4 @@ void Finalized::_invoke_dtor(void *base, void *offset) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cf47cb09b1da2b4ed3fc33caa2887acc44b93137..4e09d6f8b1770388c316eca58f0f2a9d7dcba709 100644 (file)
@@ -142,4 +142,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 954c8103b4dea86a5c16b954c5b8ef23f060e279..74d224c9b19c8ceefd274d5e391e2c30fb0cc83d 100644 (file)
@@ -60,4 +60,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 539eac678553dd212672db4c39136075334627ea..f83a0808def448f94cf8da310ed925b99a93f6d0 100644 (file)
@@ -68,4 +68,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ee988afbbc7811a3105edbc3b690299a4f825a9f..97350daffa4686080b112df5049363964a888ba8 100644 (file)
@@ -300,4 +300,4 @@ void request_early_collection() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 974a13b5fe622b74f3626808b38e4acbeba41967..d5b3ddb0978ab1d12193525f9176d51030958361 100644 (file)
@@ -1274,4 +1274,4 @@ SPGradient *sp_gradient_vector_for_object( SPDocument *const doc, SPDesktop *con
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0c8d0afe7bfa55547518d60dd1fcd58e75574f3d..5e4a7b3374749ff123bffcc4c6581c4a39ac02b2 100644 (file)
@@ -89,4 +89,4 @@ void sp_item_gradient_reverse_vector (SPItem *item, bool fill_or_stroke);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 013c9bcd8df3c92c49e281603ccf4e9b7edd382a..f104bbd413aad9a0666b4b15d3ec29a9f242420c 100644 (file)
@@ -949,4 +949,4 @@ static void sp_gradient_drag(SPGradientContext &rc, Geom::Point const pt, guint
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6f8a804ae3fe757236053769159e58475279c89b..0e1059ee987aa7aa644e2172e4ce5406b8578df2 100644 (file)
@@ -65,4 +65,4 @@ void sp_gradient_context_select_prev (SPEventContext *event_context);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a89af10aff18b0124d3ab6235f0d553444f8710f..0905cd94c96f3b8b0d57ce3ab2c9fbfa983c7cc0 100644 (file)
@@ -259,4 +259,4 @@ void graphlayout(GSList const *const items) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ab1008257f4e12affd6cfc458ab1b354e3f83f3a..35f67a7148643c9906a9bb5e8f5d69b29019fa34 100644 (file)
@@ -31,4 +31,4 @@ void sp_help_open_tutorial(GtkMenuItem *menuitem, gpointer data);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2c2db92c46a87005a1f5b79529c4351bfda9f51b..05e65fea82edbc9ba48e0a44b7e7093a83232ac1 100644 (file)
@@ -129,4 +129,4 @@ inline std::vector<gdouble> helperfns_read_vector(const gchar* value){
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c4367df62ea5290242e11aa56752e76877eced79..14a91b45367163e4340b3dfe6ced407d98273d1c 100644 (file)
@@ -91,4 +91,4 @@ Inkscape::UI::View::View *sp_action_get_view(SPAction *action);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7c181832c651927f5dc2d76c5108549a5a57f0e6..f927634d81174f43b9a0f310dc60176dad879bf1 100644 (file)
@@ -53,4 +53,4 @@ inline bool is_straight_curve(Geom::Curve const & c) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 17266ad315348eb8e6c0e2d8ad3cd7126c4d9fb4..f570fc9ae457dff55d9b64c284e040fefe8b4d60 100644 (file)
@@ -59,4 +59,4 @@ NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 932ba6d845e888a9d2c27ae24b1a8203f590cd93..1a0d33b9d668bf22b4ef9bf9c57ac28aa2d8acc9 100644 (file)
@@ -51,4 +51,4 @@ NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c79cd829a0d53f562b88260bada2b9d179b0caee..cc9064451f833004f8ac979673c8f99d3aa6137f 100644 (file)
@@ -541,4 +541,4 @@ Geom::Matrix GEOM_MATRIX_IDENTITY = Geom::identity();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index adf16739294501298fb5a95829e34b4735b0171d..73f95794ffa8697293074fa43124f61139dc8f91 100644 (file)
@@ -49,4 +49,4 @@ bool matrix_equalp(Geom::Matrix const &m0, Geom::Matrix const &m1, Geom::Coord c
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a28c95a90b07313d6a3d763793ce43eab40f945..1a087433e82ed97dc0e0c40161538dd88012bd6b 100644 (file)
@@ -33,4 +33,4 @@ GList *gnome_uri_list_extract_filenames(gchar const *uri_list);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7cb0cddead4c0a80156a62b2bae585debb2281fd..f9b7f985b5907fc8f9239d36d99f539a336b48fd 100644 (file)
@@ -32,4 +32,4 @@ struct SPUnitSelectorClass;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3be63aa686abd54794b5531bb92652068126058f..f50062d2dab062152625d4167191643269e9b40d 100644 (file)
@@ -203,4 +203,4 @@ sp_generate_internal_bitmap(SPDocument *doc, gchar const */*filename*/,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b1c135db02a2e5c3e2e63b910c79a9a32872c48e..754372f23b35e40b22d22c2d2961c0a96090dac4 100644 (file)
@@ -508,4 +508,4 @@ sp_export_png_file(SPDocument *doc, gchar const *filename,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 66fee95de61aa85f4cf4fde4ff467ea7f9278016..e4ff098290cae47f4c3d77c6361276c62f983356 100644 (file)
@@ -372,4 +372,4 @@ sp_unit_selector_set_value_in_pixels(SPUnitSelector *selector, GtkAdjustment *ad
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bf5bb260eeb02b40bfd0460aa1bdc66afdd7653e..b3ab8836c9fcd1f52d23018424906ee58b7f772a 100644 (file)
@@ -56,4 +56,4 @@ void sp_unit_selector_set_value_in_pixels(SPUnitSelector *selector, GtkAdjustmen
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ac860f9554679c75ffdfb2eb8660bbfc67787de1..3f5a72e6a325dd3f2ea2a4814a8300f59af66954 100644 (file)
@@ -264,4 +264,4 @@ void UnitTracker::_fixupAdjustments( SPUnit const* oldUnit, SPUnit const *newUni
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 30cbdabe0a6dcb9088599c03760c27ad2fcaafd8..0f333b2ec635dba9b5b9323d5b83bf4361848d3a 100644 (file)
@@ -73,4 +73,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e54c9d2f93149b2bbcb4c1cda01a2f389059d238..05bc75eff8863e514143941af9f6b1803c08fd6d 100644 (file)
@@ -87,4 +87,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 47c4746ac562c8a210d522cf1678d52da8e10be8..7914feeb3fb202ff4fc45c875cdbcc40e4d72937 100644 (file)
@@ -260,4 +260,4 @@ angle_from_compass(double angle)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7f06fe42392f3277ff3bf63e41fc5c88713e9a93..36b91a813ac4180e24bbc5d6d3b367b9de164841 100644 (file)
@@ -37,4 +37,4 @@ Gtk::Window *window_new (const gchar *title, unsigned int resizeable);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 41864273815cf22df93cfa911dae11a03fbbafb8..a76bf5137ddf2e6f52f6c8a939991c56490521fa 100644 (file)
@@ -16,4 +16,4 @@ void prevent_id_clashes(SPDocument *imported_doc, SPDocument *current_doc);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cb7f98729aa5ef23fdc57414f5035524b6a8a175..2cb83ae76249ce042152fd6f7a4cd2563d6b3494 100644 (file)
@@ -65,4 +65,4 @@ void inkscape_set_color (SPColor *color, float opacity);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 41fbc4c8ce446a62a2e7810e0f4206ed4e34128e..791351184b83e11e82bf9db41faa147f0cb9b26b 100644 (file)
@@ -31,4 +31,4 @@ extern gchar const *version_string; ///< Full version string
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b0ae505390ebfdf7d283755e765f861d184d2911..d9de5478258dacf146b6cbf25e6e9461eb2fb270 100644 (file)
@@ -95,4 +95,4 @@ void inkscape_exit (Inkscape::Application *inkscape);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d66a14dbf43176ab18584cb8eff72a843ba408b8..40d8458a3d2b39059c973d08425a72f77dfb3957 100644 (file)
@@ -1605,4 +1605,4 @@ sp_ui_menu_item_set_name(SPAction */*action*/, Glib::ustring name, void *data)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3900350bd59f75490c09cf4b64f14bc31e4d449b..30fda6a392b468b74e3be8dd3ffe0a00d6a0b7f7 100644 (file)
@@ -80,4 +80,4 @@ bool sp_ui_overwrite_file (const gchar * filename);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1f6f8459c60b4738bdc37fb2ff67958565fda3d7..8c76c7132751142e7b8027afa442d8db614c3719 100644 (file)
@@ -106,4 +106,4 @@ Util::ptr_shared<char> get_path(Domain domain, Type type, char const *filename)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a5269899f3b78180318e8d0e68c0b5aba2970237..be3ff21b715ddb239ed9326885b39304c60a1b17 100644 (file)
@@ -63,4 +63,4 @@ Util::ptr_shared<char> get_path(Domain domain, Type type,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d8733858b5cfe9c09801d24f2e567595d3a0a7d8..33e7b72bf55b595547e560862fef40ccbece6ad0 100644 (file)
@@ -1491,4 +1491,4 @@ void FlatSaxHandler::_characters(const xmlChar *ch, int len)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ad064126016c92b30d942f7984813115746b2619..fc56618bfb5870cc33b8ea889d06b9bebc869c9c 100644 (file)
@@ -113,4 +113,4 @@ char const* DOCUMENT_NAMEDVIEW_NAME =       "sodipodi:namedview";
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a9bc80ca6b1072193d6fa60bfe98fe921551867b..975ea18ca80ee66483eb4c95880e2b0d88ea4dbb 100644 (file)
@@ -259,4 +259,4 @@ extern char const* DOCUMENT_NAMEDVIEW_NAME;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 862b6cb3382ecedf4742b7405255df3c76e5a3d8..d46fd0161ebbe8bdc12163ea64b2a03cbb9807f7 100644 (file)
@@ -104,4 +104,4 @@ bool ChooseDesktop::doSetup()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a4a82c6fbf828d1aeaaf7ee8bfb1a05a1ba71083..69d92a75120203bf7a826f5a37f1954d79594aaa 100644 (file)
@@ -164,4 +164,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4d24cf72a309ebcd2cd2a6eef21dac1cbe0e515e..f64d0f2128036eac31155c1dea0579a968a79476 100644 (file)
@@ -147,4 +147,4 @@ InkboardDocument::changeNew(Glib::ustring parentid, Glib::ustring id,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 77fd75fcd740e7ede8450c3ce682196bc9932806..7530f58aadc90c5bf4611642146f9ee2cdd66e27 100644 (file)
@@ -65,4 +65,4 @@ InvitationConfirmDialog::_construct()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ea83bf0f73b91ec251d6ad344c349dcab8c45c4e..4143e8866241379668e4927e0b233a0d4b49a111 100644 (file)
@@ -64,4 +64,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 48ef01b4dc6394d85ad66d8525c31a2b042ddf6a..c7dca9958c8731c95e41264b26adf8a795268ef2 100644 (file)
@@ -44,4 +44,4 @@ enum MessageValidityTestResult {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e0c7965c3473bbcadfa38e9d4af036f8a30d13b3..ed6101ac5c24a8e5a2b4fae6911d86ce2372fdf1 100644 (file)
@@ -56,4 +56,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d8453c13781114a3bf2cd819d24f59142dd31d62..0dcd744c34026242469711f017d4a8319f174eea 100644 (file)
@@ -409,4 +409,4 @@ makeInkboardDesktop(SPDocument* doc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 53cc8f5b4e53f71539800558a2064f45eb677853..ce57cc4253f74b2fdaac31cec64391a5e5140f07 100644 (file)
@@ -138,4 +138,4 @@ SPDesktop*  makeInkboardDesktop(SPDocument* doc);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 708d3e19beca5091b5c94fdcd2790fdcb9ecbd2b..e82810242059ebf52acec7093d54ddcd763dad0d 100644 (file)
@@ -55,4 +55,4 @@ enum {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 24cfd8486eb1913682c60d098899e8e860836fcf..f8f4866637afa5746f2fdeb3bf21586ac5303747 100644 (file)
@@ -273,4 +273,4 @@ PatternKnotHolderEntityScale::knot_get()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aba93798a4f5386ecc16e6450045ea7ad1d8476d..bd654616c59e775a32451cfdc0b6c0dd9667641d 100644 (file)
@@ -117,4 +117,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 351c7f7be0cab0cce83f2f04c71331b6b132349e..32035d603990624c7d06a82a042989c5847fe094 100644 (file)
@@ -189,4 +189,4 @@ Geom::Point sp_knot_position(SPKnot const *knot);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 314ad807c5a1de383472327124a322bff06cfd6a..df5c1cad9d4f93e104786b1c98ffe9b3439afd72 100644 (file)
@@ -270,4 +270,4 @@ KnotHolder::add_pattern_knotholder()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0b37d211c52079b2358621fd9a964f02b8cc5b30..76142ed9826b14b8c9433b9d303a28c35df3ac85 100644 (file)
@@ -83,4 +83,4 @@ void knot_ungrabbed_handler(SPKnot *knot, unsigned int state, KnotHolder *kh);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ca7c1c493f5d0dc4939d542df28f39bd332ce87f..7cf582f7af5506bf527b51809f2cb07b63a267b8 100644 (file)
@@ -213,4 +213,4 @@ SPObject *create_layer(SPObject *root, SPObject *layer, LayerRelativePosition po
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c3e74c47200652da0529f1a232e47193d21ff5a9..63b1147a60d69b9ccb7da61ae1946063ad686864 100644 (file)
@@ -40,4 +40,4 @@ SPObject *previous_layer(SPObject *root, SPObject *layer);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index db7384622ee6dc6d007b73e69588402baabfe551..1e1bb8c339ae9e9f9f8770e907e5ab6ac9fcc66b 100644 (file)
@@ -341,4 +341,4 @@ void LayerManager::_selectedLayerChanged(SPObject *layer)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5b5d25eb2aaf5deb342bae5baa017fe2f94b0bae..fbb22d40511dd85d7f5608fe1907af905d0e5198 100644 (file)
@@ -73,4 +73,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 304182fed71cbe4162455741c2aa762fc229e645..e64f762514bd56d62751fc8acb68ed920450ce1e 100644 (file)
@@ -78,4 +78,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d184f45be700351ce00a532253f1ab65dd463767..c1937f0fc57640035058325745c8a651e75b3a6a 100644 (file)
@@ -30,4 +30,4 @@ in_svg_plane(NR::Point const p)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3221c81872eca7f343adf7a31d9cf99159c1a4c7..9c2def1144caabad0ee8f93672376315160e5b6e 100644 (file)
@@ -29,4 +29,4 @@ void nr_blit_pixblock_mask_rgba32 (NRPixBlock *d, NRPixBlock *m, unsigned long r
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe3ccd61fbc8f9fc6a6b1dd67d8711669dc454f0..2164e1bf4700c9fa0ef46ef2f2b2ee85814b0202 100644 (file)
@@ -454,4 +454,4 @@ indent-tabs-mode:nil
 fill-column:99
 End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b7cbd7ee803f907b2787d774432f6d27af5e4166..b4bca3516980239e10bee2f6b202d62db98dfb28 100644 (file)
@@ -72,4 +72,4 @@ inline Geom::Scale to_2geom(NR::scale const & in) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 668e2b460088f390091c277e1556132958f105de..e094caeb3031481dc365880843764bafaed006db 100644 (file)
@@ -26,4 +26,4 @@ typedef double Coord;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d06fd4227a5a3736cf4b762811f2892838550b66..c068bc2200281c988c55a9c8a57132782d78e614 100644 (file)
@@ -19,4 +19,4 @@ enum Dim2 { X=0, Y };
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index da4fe99dfbd6dae1a8e4f35bea6afaee8401e2d8..82e29030ca76d046084916c50dfa19ae634a9fda 100644 (file)
@@ -35,4 +35,4 @@ struct NRRectL;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e6eb9b79c93a88802362c4987e583fe595dc5e25..cb03c048bd547995109312a60426b574440bfce4 100644 (file)
@@ -551,4 +551,4 @@ nr_rgradient_render_block_end(NRRenderer *r, NRPixBlock *pb, NRPixBlock *m)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1073f36ae18faeace48043584dbcd93aa0cf90b6..f5afdc98dacf6fd76217d1c8ec4313d3aa8ef676 100644 (file)
@@ -78,4 +78,4 @@ NRRenderer *nr_rgradient_renderer_setup (NRRGradientRenderer *rgr,
  * fill-column:99
  * End:
  */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f87dea3d526c39fca3b2edbebf45bc8fadd30ed2..a19d2ca46cbd583c69afaf87a179661947f090fb 100644 (file)
@@ -22,4 +22,4 @@ typedef gint32 ICoord;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e534f9cf62007fa39225f4d61afdd20c833d4041..2c9c931243cc65be79be0a532e999fa9c05431ed 100644 (file)
@@ -38,4 +38,4 @@ inline Matrix &operator*=(Matrix &a, Matrix const &b) { a = a * b; return a; }
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6252915757e466a03920ab34afc647703577c708..d16809318a218668fcdfdeafe4202902004d1b93 100644 (file)
@@ -15,4 +15,4 @@ NR::Matrix operator*(NR::Matrix const &m, NR::rotate const &r)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 44d9c872603813c13abdabb23b718fa8cef9c482..a3cc4c8069dff061a27843e0f47c3916fe6da5c6 100644 (file)
@@ -17,4 +17,4 @@ NR::Matrix operator*(NR::Matrix const &m, NR::rotate const &r);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d4267ffa518297af2f77dc31e74b0f05025a6306..6477523fcb1dd386cefb7de888d07ecdd9e2ea3b 100644 (file)
@@ -188,4 +188,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6e5607759f7c760973e60b33a990a5bc4e6422a9..3d944651f5fc54f955cd69391b7540c945318ebe 100644 (file)
@@ -34,4 +34,4 @@ inline Matrix operator/(Matrix const &numer, translate const &denom) { return nu
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c7948a96edd1f66ab935fa4e862635560c8d9484..4f94dd3df4ee1ac2f9b5cecc253fad1d440251ab 100644 (file)
@@ -288,4 +288,4 @@ bool matrix_equalp(Matrix const &m0, Matrix const &m1, NR::Coord const epsilon)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b1f9d589ac02679fa58f5cd0ee7f239a02264d99..206ff18b6f1e12336e615c6d4cb6c30ca3f5a7e0 100644 (file)
@@ -310,4 +310,4 @@ inline std::ostream &operator<< (std::ostream &out_file, const NR::Matrix &m) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6071a60ad74fee3068adf192af12e04efe181374..1413f69d2ce8ec533bc4e3de280a09fe5d477fdd 100644 (file)
@@ -198,4 +198,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7fd58a0ab039669449a0c0626b1f88a1fa671887..cebab31d8ce8cd6dc7501b49d88f46f1483e4eea 100644 (file)
@@ -25,4 +25,4 @@ void nr_pixblock_draw_line_rgba32 (NRPixBlock *d, long x0, long y0, long x1, lon
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 463a24379753b715f60dffeccadc4b7e1ece2b39..a79a39f13ce686b49c827229208fd567a8ac2cef 100644 (file)
@@ -25,4 +25,4 @@ void nr_pixblock_render_gray_noise (NRPixBlock *pb, NRPixBlock *mask);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d989f53cfaec7a1a4973f405ce82b91f03e11b15..da64aee4cea9a561654ce0a7f5b773de6a02a031 100644 (file)
@@ -25,4 +25,4 @@ void nr_compose_pixblock_pixblock_pixel (NRPixBlock *dpb, unsigned char *d, cons
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6b2b12b7bf0bb2a0adb74b67714b8fe25023deae..d69b6fe547eb96243f8f1bcfa74e5f2af75513ea 100644 (file)
@@ -454,4 +454,4 @@ nr_pixelstore_1M_free (unsigned char *px)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cedc2ad3d7cb85e242c365d6f28b88d51dfab217..404a0fd038b2a70e6f919344c78912670c535846 100644 (file)
@@ -100,4 +100,4 @@ void nr_pixelstore_1M_free (unsigned char *px);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7eafd1a9d368add0ece8dc9511982d5d99aaf4a1..92196928a4ef915f93b00e6c85d9b1f6bbaf0c7a 100644 (file)
@@ -145,4 +145,4 @@ static inline unsigned int NR_DEMUL_411(unsigned int c, unsigned int a) { return
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7d28c9c0e4e43966c4a0fd07de8d30e6c349dd97..df166660c4af2e30a9e710aa98137223aa77ee0d 100644 (file)
@@ -136,4 +136,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0142655f2ff44df786eedcb80585984b36b91cba..cd6d6927b90a8ccecfe73bce2e5419df00e591b1 100644 (file)
@@ -120,4 +120,4 @@ project_on_linesegment(NR::Point const p, NR::Point const p1, NR::Point const p2
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9ef7205c6a72ac25be81d43c8e607798121e36e8..05c4f718c704c2f96c2601ea1cf61aab2d509dfa 100644 (file)
@@ -107,4 +107,4 @@ NR::Point project_on_linesegment(NR::Point const p, NR::Point const p1, NR::Poin
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4ae1a8b82bbbaffe8ebe9f52aa0dc952641ea15e..9bfe2c7906edb0a7442ccc6c675d3ebc7ba6b429 100644 (file)
@@ -100,4 +100,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 81e351103a71d0968a38370588fb56c57fd29200..7bed715877a89111bac2484c24cc2bb7cc61997b 100644 (file)
@@ -46,4 +46,4 @@ inline Point &Point::operator*=(Matrix const &m)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 03d61fb15dfe28e0babeaf6230d9e7ccf598ec73..aba9818036be68140ed15b199b345557f4c3f0d2 100644 (file)
@@ -85,4 +85,4 @@ inline bool operator!=(Point const &a, Point const &b)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 57a25c74656bfd2294c745770fa72407a51fa0ce..19add7dd1b090c90c87a8ef1ae8686b026caa6fa 100644 (file)
@@ -152,4 +152,4 @@ inline std::ostream &operator<< (std::ostream &out_file, const NR::Point &in_pnt
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4f6c5c866814b2659bb137385866b064721bd7fc..9d1f80988dc7ccd869e180c9c7972abb29c9cb52 100644 (file)
@@ -27,4 +27,4 @@ IRect::IRect(Rect const &r) :
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f21ba8fc6295d5847ab4f5c64a5c2176bf9b9020..3493fa8f407b14421e3fcc1217e8ec07447cada2 100644 (file)
@@ -138,4 +138,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c074b00347c34160ea1bee9e6da0bb5f25128c7e..ea656c8e1bffdd50f929dbd743beedd8b5ad6c72 100644 (file)
@@ -312,4 +312,4 @@ NRRectL *nr_rect_l_enlarge(NRRectL *d, int amount);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e3bfe30439ab71d19c6b5e6da98ac7e94fb20d36..9d85da097a4d42bf141cac9dee2ef44fb7eb0c5a 100644 (file)
@@ -51,4 +51,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dd3851643621c5bfc2faf413b2ea7eb4bc720e51..a2dd44b4377e4a0e1a4c63a44d36bcbb1b951bb3 100644 (file)
@@ -16,4 +16,4 @@ operator*(NR::rotate const &a, NR::Matrix const &b)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d2f0eadba826a9399182a18be52cb90da913ed4c..e34cc623b0bd21b57e086fa1726fa348e4984742 100644 (file)
@@ -18,4 +18,4 @@ NR::Matrix operator*(NR::rotate const &a, NR::Matrix const &b);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4b60b9d0c8197b2f5dddcfab91e79123a062e723..80eb57b9ca86532590b794b9fb51ec9dd9ce094f 100644 (file)
@@ -40,4 +40,4 @@ inline rotate operator/(rotate const &numer, rotate const &denom)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5514d09d1f3282e6624cfc854fa7b3f0d6c8335b..4b35011130ee6963c780991b1c013d7b6a235cc8 100644 (file)
@@ -107,4 +107,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 051372ce6cf0451a6f8d1354c08a22a4bf1cbe94..6464983ab0668bee30a527be2263a5a825ffd091 100644 (file)
@@ -63,4 +63,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5b19efaea18b36825f68a325052126efda75616a..4bb90196e0de913b706b6ba1b8a2f12c1f2b2de2 100644 (file)
@@ -22,4 +22,4 @@ operator*(NR::scale const &s, NR::Matrix const &m)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index da1fea64c156ad7cf0f994306ecaad7af44dfc74..63bfe222a41affc27e6be6ff1b2d1b9269c2bdf3 100644 (file)
@@ -37,4 +37,4 @@ inline scale operator/(scale const &numer, scale const &denom)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 938e8e14ddf838a0d7fff35e3b0ba14841230af3..55384c637c16e21af71fc306c2c6ef032be5bc80 100644 (file)
@@ -87,4 +87,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 911c92e5bf86d5e2ad1d2e2f63c6ef5468c7e699..579d071d83f2e43b9dcd4f4633a896cd9846fe2e 100644 (file)
@@ -16,4 +16,4 @@ operator*(NR::scale const &s, NR::translate const &t)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2f6f23c2c04de7442664a45521d654a9d8214343..719b7b93429fe4512c1ebe0a5d6f1a68fed45871 100644 (file)
@@ -17,4 +17,4 @@ NR::Matrix operator*(NR::scale const &s, NR::translate const &t);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b4dbd1fb56a69ebb2b5faae882e587c23941fd6d..fd59dc2102e379dce71e9c7175f48d1cab1d2385 100644 (file)
@@ -52,4 +52,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 47f362f9f39243960fca9274f941448fbf3e08ad..80d08afa8441bb3143e2446c1d34b5de2c2cd227 100644 (file)
@@ -23,4 +23,4 @@ operator*(translate const &t, Matrix const &m)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aceb123d12bae9d0d207c9e52e6c1fc11baa58ce..cb939d5cf8c2872b15cde5a7037adf448f4500bd 100644 (file)
@@ -19,4 +19,4 @@ Matrix operator*(translate const &t, Matrix const &m);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 14ab6d1ed8fc3802b0f199e8934dfadecaf13e56..2812893fbabacd3f6e059772f7abb71da0aab998 100644 (file)
@@ -40,4 +40,4 @@ inline Point operator*(Point const &v, translate const &t)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 35f60c10df6a42925ac4d002b9258edc764880c3..3dbe31211d189657545c71d521977c1c0460dd3b 100644 (file)
@@ -17,4 +17,4 @@ operator*(NR::translate const &a, NR::rotate const &b)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0716f21cc2f148e0b741c2b985154b12a4f94d39..286e5caa7ae468b67ee0a64e3f49dd44b7ec1e19 100644 (file)
@@ -18,4 +18,4 @@ NR::Matrix operator*(NR::translate const &a, NR::rotate const &b);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 83e5e8e654998b1bebc2ec1c9b8621937525fb9d..41e85c296b6b38ce28767fe9f3454f21f6e0fd72 100644 (file)
@@ -21,4 +21,4 @@ operator*(NR::translate const &t, NR::scale const &s)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c726658574abf934c9dd6029063493b56058e2e6..ad362a6a732f1a1b0bf5ea17cefa97cd69f9b400 100644 (file)
@@ -17,4 +17,4 @@ NR::Matrix operator*(NR::translate const &t, NR::scale const &s);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 630f435232c34755484f72d9aef2cc80b3cb44eb..54d7c725fd7b04305af37082945dc838eadb9311 100644 (file)
@@ -82,4 +82,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c1ea927e027aa9baa45ea2ef87ba6374f8dde1f0..65660099cc5ad5ed3afce5e211ca26fad7f7f3b5 100644 (file)
@@ -31,4 +31,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e472c2d2930505472b7bb8826779c76ffee48c1b..77550351fe6cde69c33808522be1eab2439ee142 100644 (file)
@@ -139,4 +139,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4da711cc01351d3e82e34a4c5a0b667f9b90c21b..0231c91d500f66503c13f2b22f8cebe19018519d 100644 (file)
@@ -65,4 +65,4 @@ void NR::Point::normalize() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bf499e7ffb5c13eb231bc83bd4521fe91648f895..8a1cb82cd58791a5574d292da7652d85af498521 100644 (file)
@@ -37,4 +37,4 @@
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fb3c574a61ef9be9f352df9443c965eed14d8c23..2a795e2c6bb2ce704af7ce45169bb03e95ab6f79 100644 (file)
@@ -42,4 +42,4 @@ extern NR::Point const component_vectors[2];
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 067254b9e898e17e31c2f986cb461eea16206420..41533e0ab8efb1e62d9bfd336fdea6ab0af8859c 100644 (file)
@@ -1102,4 +1102,4 @@ void font_factory::AddInCache(font_instance *who)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 632ea565f1ecfa145c99099052ea2e83e4665f12..9843ebcfb7cb741d34a778c550fe8deb05727609 100644 (file)
@@ -160,4 +160,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 77e21ef56e916fd913d8ad66a26295fa2063ead2..7e684e7e39344dd4e9c18bc8ce0cd69280261a97 100644 (file)
@@ -1630,4 +1630,4 @@ bool Layout::calculateFlow()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f34b93d6efaad7da92f85e0ae65c96d3d2fdcd8f..10be0fc51766ab4c92e1bb3ffd54c7656ee22f25 100644 (file)
@@ -601,4 +601,4 @@ void Layout::transform(Geom::Matrix const &transform)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f0783c149b6dc846895089d191e3cf37e6d05618..d513d7cc19a98be9409dc6633071ab1d596ea3b0 100644 (file)
@@ -166,4 +166,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a2463a562614aa6d4d83ea2967c4044beff8ade..ae2b9ae9a72c1055703cdd2fade5b68ab927ea83 100644 (file)
@@ -1062,4 +1062,4 @@ inline bool Layout::iterator::prevCharacter()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c818bcab3526fb7deb9f2f523589f6cae141053f..3de85fcdf3e59e8ad5b007affd58b527efe8c1da 100644 (file)
@@ -934,4 +934,4 @@ void text_wrapper::AddDxDy(void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e3b3272a6b6bbc8f4cca09314f87771c56a512bc..b4a3cc724b759b85e441fe204584db9c64377c2e 100644 (file)
@@ -136,4 +136,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 27baf43b714099753d18f15cfe7e19a704a4d985..91d748de5ddbf0dd93c7383a9bb522668225f17e 100644 (file)
@@ -30,4 +30,4 @@ enum BoundaryType {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 13611caf7189bf438ca3006c66e34fe01370e2bb..23c8548fe24bb97f80b2b3f30a43dc2cc1c9f06b 100644 (file)
@@ -130,4 +130,4 @@ namespace Inkscape
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f58fdda3f285b604a282ebde44c741c67b6ac59e..635c7378d294959f8808609457612c0a03c04be2 100644 (file)
@@ -17,4 +17,4 @@ NRTypePosDef font_style_to_pos (SPStyle const &style);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7e1d90b72574a5da8eefda3255f491976bbfa4ba..c868cf23f0bb1cf2ed6c6358fd85838a86a2480a 100644 (file)
@@ -26,5 +26,5 @@ struct one_box {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 9467e69e96afb7412feb8e0d2ec2e6317d36f10f..678a3858533385a4a033b7739512790c096739f7 100644 (file)
@@ -46,4 +46,4 @@ struct one_glyph {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 60e59531ffba543e42c7a3946aee32a6588838fb..a7c8815636fc7fc1a4d63d696f55516585bc5057 100644 (file)
@@ -17,4 +17,4 @@ struct one_para {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 82532df1f67171488d955a91fa95cd740bd3d2ca..accd89e5a5474f21bd7be7e9a8f6cb1b627bd2ad 100644 (file)
@@ -49,4 +49,4 @@ struct text_boundary {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d01b5db828dfc6c0375eada362f52d51777fb820..2e528f3afe5b555e64c459f02ef58e5d76a16836 100644 (file)
@@ -229,4 +229,4 @@ void create_canvas_line(Geom::Point const &p1, Geom::Point const &p2, guint32 rg
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7eb606db9d7b708d2f67edd248d3f8e9cd1dec87..e8ece7f8c3f67ff86f45b946d04b8aac6d132a81 100644 (file)
@@ -962,4 +962,4 @@ void AVLTree::insertBetween(AVLTree *l, AVLTree *r)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9bfe5b36d936f1152d50865b8299c97eb59801e2..cc0f095cc01ebf6eb74e7d9149b4b929b9678b91 100644 (file)
@@ -92,4 +92,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0218e012764a93dd259e9dea5e7a0b3ad956c811..24a7024236f3e483860d6aedceebc8c307bd97c7 100644 (file)
@@ -31,4 +31,4 @@
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 102840d54ec77d1737e150715a38c7c018fe3fd5..19b1ab48c23063735d07a2d50b6ee6b7ac25b2f6 100644 (file)
@@ -401,4 +401,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4a5aec0f5e8029c314cb537eb87813639a7efa33..c279eb449eb15810c7a98e970c1ac75cdc5d5e27 100644 (file)
@@ -1532,4 +1532,4 @@ void        Path::ConvertPositionsToMoveTo(int nbPos,cut_position* poss)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0f440de24c088d2c68cf249aae72b920f2c41897..c04979fe92285942301449f139828e3300f0bd0e 100644 (file)
@@ -1395,4 +1395,4 @@ void Path::FlushPendingAddition(Path *dest, PathDescr *lastAddition,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 57d77e3a4f6e5f43bcf4902f5765193c5d666ed1..55fda019a6e97fcd869f3297fe80a18ccea91f51 100644 (file)
@@ -917,4 +917,4 @@ void FloatLigne::Over(FloatLigne *a, float tresh)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 473d08a19f6ca0117b09255951b0eafb97185023..2359db95c63a72d3e60459356023b787ee30e889 100644 (file)
@@ -133,4 +133,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 31567e6370686272ec506b935023f981bde9bcab..afd4d2f0408a7ecf42911299b19acc7db4e1935f 100644 (file)
@@ -104,4 +104,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 27521e4b8a0e0d330786eeb04612be9110438f2a..68088c27ca1df9f209d128f97a7df86e620f941f 100644 (file)
@@ -173,4 +173,4 @@ struct PathDescrClose : public PathDescr
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 22b349abfd11a3ebdbe21afb96418efc224191a2..28bec9065a00a780dc4d71a3216e6da764f5fa08 100644 (file)
@@ -51,4 +51,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 88d895e6b47485f87c3688a1d869abdd948411fc..268d0e3638d2acce1d508e967400a73b250ccb03 100644 (file)
@@ -272,4 +272,4 @@ void SweepEvent::MakeDelete()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bb22eddcfe7e1ce44ea2d04ce14477e6c2a13756..dab006101e31762baf0f9b7b0fd0418acfad6517 100644 (file)
@@ -42,4 +42,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1d2dcec7dd501a8c2896a6ceef2c06787a0de277..bef6a17974e40057c4f7ae056a4d71bcc95a68de 100644 (file)
@@ -44,4 +44,4 @@ SweepTree *SweepTreeList::add(Shape *iSrc, int iBord, int iWeight, int iStartPoi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b6e765e13bdea56b6289baeb9aa56bf97e318da5..7ae7b1ab471dcf988c51ff15ebbc7557665a8954 100644 (file)
@@ -37,4 +37,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b932b1542e412ebeba0d40c66480dcef3c0e43b6..9ff1143ce425f986d28cf8a6eb245b708ea3981a 100644 (file)
@@ -556,4 +556,4 @@ SweepTree::Avance(Shape */*dstPts*/, int /*curPoint*/, Shape */*a*/, Shape */*b*
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7f6b827dc99959e435a259b2f5997c20660bf796..4a2efe5ec4f03e2181dc3614346cb76944315e40 100644 (file)
@@ -79,4 +79,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 71611e18bdc6613fbc0a1356a2b2b09ed4200ce5..4aec8237711bd114807544831cdca0a17591ae23 100644 (file)
@@ -83,4 +83,4 @@ LPECircleWithRadius::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > & p
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2b94948755086dc61e54163a5d7f7ab92f448713..10f652771947a08d68bd3671b7e19a7a1038daa8 100644 (file)
@@ -51,4 +51,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5f63d0567cdf984a5d289ff927db02cf60976ba0..96d46556970ef3176e17341ccd2b9e626b50921b 100644 (file)
@@ -195,4 +195,4 @@ LPEExtrude::resetDefaults(SPItem * item)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b704aa8567690277b745fd6c4c8d46d0ae6577be..0c9f11444f1dc56c7440f8a8cde4371e4525aea9 100644 (file)
@@ -49,4 +49,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4c74df02e19a3f27007562167cc86c7054bcdb01..86d0907a1e75c81dcb807e9b6fe04983e1b3d44e 100644 (file)
@@ -670,5 +670,5 @@ KnotHolderEntityCrossingSwitcher::knot_click(guint state)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 3d18318c5c53ff0bbe899e2a5cd3e40e0e312ec1..58efe4ef51f7822b3229a667f30a6ef5e01905e2 100644 (file)
@@ -188,4 +188,4 @@ KnotHolderEntityOffset::knot_get()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 23731f9f7441d89bb8accc7bdd2744dbef8adf05..ad4d307c1d9466dcc9b8dcb1c9574b380a4aa4a0 100644 (file)
@@ -74,4 +74,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6109ea498f77ea546af3c4be4faf59e353ad4b44..5dc170e84f106abfe09d0e30d62e9c26e8440591 100644 (file)
@@ -259,4 +259,4 @@ LPEPowerStroke::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const &
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6c208fda45a18c86d53058c9f8eced067b850227..667c94f5353e8f49935a35f6e20c460ef5ec46f6 100644 (file)
@@ -50,4 +50,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 50a3bfb6cf41b1e4d3d737a30cbfdc4c1a0da8d0..d78ad2fcb063c2dbb32eacd7c01831e49c2b7275 100644 (file)
@@ -129,4 +129,4 @@ LPERecursiveSkeleton::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > co
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2fc9f8b686e91a65cb9ebe3519bd021b21f65216..099b030d44504c19e8be2af2df4e6fcecb80f090 100644 (file)
@@ -47,4 +47,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fdee68b88423bbf9d2421ed683c0eaab10b8173b..daf96aa139091fc7cfea173cb1e88397964bc2fa 100644 (file)
@@ -112,4 +112,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fd9dc0abaecd2cf8b75e700d89049d953748da6a..104ef3489065f33a078b2a55354bd63800748610 100644 (file)
@@ -63,4 +63,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bb3a7f76570e5685b6fa12c8a74799b264ed93e6..f03bac811ef530278f04e6baf1e716cda3707399 100644 (file)
@@ -387,4 +387,4 @@ LPESketch::doBeforeEffect (SPLPEItem */*lpeitem*/)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e82dab5c36091f9c72f837668291cddab31c2990..b95f57682689490299d2ff30507b399f1ae9c2f7 100644 (file)
@@ -78,4 +78,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9f802643b6bfde639924216be6306484d5e0367e..3ea1ea9ad24f73ed056cf08406a36ec369442ae5 100644 (file)
@@ -70,4 +70,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 61c151b0e9e8398546aed9725df9846a730bfea8..ff878e717ac1f8daaef18c206fabdc15f124d78b 100644 (file)
@@ -144,4 +144,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 438258cb3dd2810feb20e23022153ce8668583e4..8aa350d86a1ca5f073f714a9b55ae6e030d1407b 100644 (file)
@@ -550,4 +550,4 @@ lpetool_show_measuring_info(SPLPEToolContext *lc, bool show)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8a52ba97c70308ce7ef4a910bab4cf5e0eababc0..478989e0ba809eb2e94f7fa0e303488edd74cb37 100644 (file)
@@ -87,4 +87,4 @@ GType sp_lpetool_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d43dbc69239e03fe4e1fab65629c7c0c0b356c15..9a97820d8c3ec2eed3a3c45a42518d462ead7983 100644 (file)
@@ -51,4 +51,4 @@
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5b84dcc66c1137fba576491f40ffdb576fa04238..bf7e1040a90516c7dc01eaa909f07b7a1f76717c 100644 (file)
@@ -36,4 +36,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8f9dfc18a1cd0fd6bde85f55b3e1f3387b53d6b8..89221d9c4a6b8c7873b4a56ad41aff9b59a639ce 100644 (file)
@@ -24,4 +24,4 @@ media_set_all(Media &media)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8ae374aa111a5af4c2ea78847a28cffd8dd803d4..23020a9b6e9f5f6a199cb9828c12ae1688b05cd2 100644 (file)
@@ -21,4 +21,4 @@ void media_set_all(Media &);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index db348d3f5e1a6b69336ea7de05b6c4d683d62ae8..ebccc3c9e5a238e0f3232a0267f1db4a0e0cfb35 100644 (file)
@@ -22,4 +22,4 @@ memeq(void const *a, void const *b, size_t n)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9c0ca1767e6ef405c424f313b92546456a6a863b..924cc19894bac7133113a6c55cf81f65d4a68bdd 100644 (file)
@@ -303,4 +303,4 @@ static char const menus_skeleton[] =
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5055f41027746553c894b7611a74cc1224f9c36f..6b8944185b49459136a7d9abbe4840699eab680d 100644 (file)
@@ -91,4 +91,4 @@ void MessageContext::clear() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 145a73ee553c10d0de0a06f77e81db2d5e1ed12e..a92874d68ed425ea795cd6b5a4e962a105f2e88d 100644 (file)
@@ -115,4 +115,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 05aec87fc8a1951c5108f49c228200f32715d700..d2101009e0d90a8b537523c7f4876f1c8bac4eee 100644 (file)
@@ -163,4 +163,4 @@ gboolean MessageStack::_timeout(gpointer data) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 24ec2d599219527ce92309805ceab4cb4a6ac1b2..b5f1dd3455eba9765504a6037ca10d762e3b78a7 100644 (file)
@@ -174,4 +174,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b9b38b61380641ae6d1231564be017d0db28947d..956f2c03e9f9c51f4a4ee25d4cc55fb795c61ca9 100644 (file)
@@ -47,4 +47,4 @@ typedef unsigned long MessageId;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2d65beb924bf77924daafaa35e61b6c4fd08a138..508553970c27ea011e8fad09c0bd07edcdd296a3 100644 (file)
@@ -54,5 +54,5 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 8abda4cf7bba906ad76e6dcf8d2c7f6c5d8e2e73..13e9aa36a1e326b89cbadf092f5dad7d2f458311 100644 (file)
@@ -36,4 +36,4 @@ double mod360symm(double const x)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 15e006dd700af3455021e34d76f95827e3034aea..0a8a91e98d42268b8d26fc551b00a8158e05ae2e 100644 (file)
@@ -15,4 +15,4 @@ double mod360symm (double const x);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a3cab7d20f900ab83be004ae482878df5aa67af3..8d78455e1337f7dc16b0743086e8aed677a2c5a2 100644 (file)
@@ -61,4 +61,4 @@ mod_alt_only(guint const state)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0025f2d07b73e51911e79c174cfb4766b72761a7..b2f2f2a1ed94c737284623596c178721769dc38f 100644 (file)
@@ -138,4 +138,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 83b01013c4d16323e4da50f2634f12d9bafc56c9..9ad52eb1eded179bcc5a65b693ce1da31b8eb28c 100644 (file)
@@ -1365,4 +1365,4 @@ FlowtextKnotHolder::FlowtextKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotH
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9dda02e3498220f7c4ea030f8968420c4b6d878b..ad63e92e23423c28c51b650e2b821734c7b92f50 100644 (file)
@@ -74,4 +74,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 49de16d0baf00de0c664a99c7899215c3480bc57..55af55f283f2fadc90c310833105ef07baf9c4f2 100644 (file)
@@ -214,4 +214,4 @@ void ObjectHierarchy::_detach(ObjectHierarchy::Record &rec) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e5f44b413ea916edc383a57e62ecd6f006ae29d6..8a6d4aedc69e3cffad129db45170b5f4440ce4cd 100644 (file)
@@ -117,4 +117,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c44ab5bc616e3c64e26e2558f27a467b59478bfd..6a796b2ed01504dcfb96a669e27000fc1ebd1b90 100644 (file)
@@ -643,4 +643,4 @@ sp_selected_path_reverse(SPDesktop *desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 64d7f63af9f3399174f2b89212607fb9dfd8f571..03adeeff9470d6740209c1e8c817225cddb68e74 100644 (file)
@@ -34,4 +34,4 @@ bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bce499615483e97d37a2b32d0a07cab7fe6c256c..6778d4bcc90b95cbcdd387f978dc40d52163205d 100644 (file)
@@ -1498,4 +1498,4 @@ void pen_set_to_nearest_horiz_vert(const SPPenContext *const pc, Geom::Point &pt
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c214da30ddd7b6d69479cd0b686733c3f6df7b41..1026369d1cae7f7a353c00b457fbf2937ad23eda 100644 (file)
@@ -81,4 +81,4 @@ void sp_pen_context_put_into_waiting_mode(SPDesktop *desktop, Inkscape::LivePath
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5d89c9715ce7d32feffc73530cae32ea1d31c43b..0717724de29f72a437bdda984d76f7f2ef550c14 100644 (file)
@@ -953,4 +953,4 @@ fit_and_split(SPPencilContext *pc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cbcf2b98e4e16afed55642605934a22c77255251..aa0f60eb24b063f210ebfd9ba73c03d90710f127 100644 (file)
@@ -55,4 +55,4 @@ GType sp_pencil_context_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aa5e882ac8d2147ea0fb862960f710d4b797afa7..509332b524d90cdff0b557de380e61952c754206 100644 (file)
@@ -107,4 +107,4 @@ persp3dreference_source_modified(SPObject */*iSource*/, guint /*flags*/, Persp3D
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7c2ce31bf6136bf5996d2603239e41eaa3d31e2e..992d34f60585c1527f43860ce54e527072dec788 100644 (file)
@@ -63,4 +63,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6a697ec9b5e1d9893ed76b787144abc608c8bb50..543d7efde48969e800621dd1d11905bf05008eeb 100644 (file)
@@ -612,4 +612,4 @@ void print_current_persp3d(gchar *func_name, Persp3D *persp) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 62cc586ef15496c3fff523fc707e16e77ecedae8..44b6d2435f8baa2f35e232a18c3f7f2f2ec0561d 100644 (file)
@@ -111,4 +111,4 @@ void print_current_persp3d(gchar *func_name, Persp3D *persp);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3e7d96fdd187fd28f6828b279de8b319472957e5..4fd68f8edbf8b51d6f3cda8f05b9a11bf4702a30 100644 (file)
@@ -40,4 +40,4 @@ PerspectiveLine::PerspectiveLine (Geom::Point const &pt, Proj::Axis const axis,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 32f4b7c350bddfe7bdf4d25650bb80d2c6bc8fd1..40e1c892a6f553741eb4b62d861fad6a29c3b189 100644 (file)
@@ -478,4 +478,4 @@ static char const preferences_skeleton[] =
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 79f85210635da7184cec55ddf68eabe061432ac6..8e8ddb65bb745041eec54ee6f3f1d646de1264f9 100644 (file)
@@ -133,4 +133,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 315c668b4ab08d5d305bf154884e7caf92408c6d..3815d44c563eaf32d19a1af7a03e835a79ae079b 100644 (file)
@@ -828,4 +828,4 @@ Preferences *Preferences::_instance = NULL;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ed9b8d19c4a5c011a8d9aa555e30dc9ff9afa9d9..ba29b17ad55b3db9edea6dcb4dadd0e285e69e3b 100644 (file)
@@ -195,4 +195,4 @@ sp_print_document_to_file(SPDocument *doc, gchar const *filename)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 577a169cf819ebdbebce3f13226559ab30399fe3..f566d4e31b3ba0d69380e661323e17810e0ee46f 100644 (file)
@@ -57,4 +57,4 @@ void sp_print_document_to_file(SPDocument *doc, gchar const *filename);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b5ac861e13b4665b5ae1bf313fe0b34db5f2d300..b70926947605ea5c8f14a06a5772e67c191c26de 100644 (file)
@@ -96,4 +96,4 @@ ColorProfile* ProfileManager::find(gchar const* name)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 61e22615fd080d270876b40df97d024aa78e8296..be9446c17c50f24db419f045012cc33088ccb6db 100644 (file)
@@ -52,4 +52,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9294046ab43bc46fc8ed93609adc029613fcd9ea..1d308f847f0860f719ce8039055c00ec22ab4710 100644 (file)
@@ -116,4 +116,4 @@ Pt3::coord_string() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 844cbb2c42732fd9e86f6d7e454728764c0ced11..90f4af6529638bd35801eeca3f310b3a7fefc899 100644 (file)
@@ -169,4 +169,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 32f5fb5fe410da68d6b0147d30dcfe315a5aa8b9..99b56a103ad295edd1f50289960ca0042e9fca4e 100644 (file)
@@ -1020,4 +1020,4 @@ rdf_set_defaults ( SPDocument * doc )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a98f5a1e474b43354585e2824fd81cae46df07fd..e7a1f946f476bf439e548a496d4d917ead368efa 100644 (file)
--- a/src/rdf.h
+++ b/src/rdf.h
@@ -117,4 +117,4 @@ void rdf_set_defaults ( SPDocument * doc );
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 81f615571c71940c5d2f2454cbcf8727c983b1c8..86f0b54a3631a32d0f33fea8f0bd93d3a235dd70 100644 (file)
@@ -588,4 +588,4 @@ static void sp_rect_cancel(SPRectContext *rc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 094f57cc2a5112d473824b89db994d0eba6e2b79..a5bbd89f88d791abe8ab760f2a2436c12c431ce7 100644 (file)
@@ -29,4 +29,4 @@ inline void remove_last(std::vector<T> &seq, T const &elem)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f2918583a88c03da4b8e5b3ab503e691dbcb85d7..8e9ca69e069a5fa96a9d6021685c632a494b04a3 100644 (file)
@@ -87,5 +87,5 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 76743cf8b6017f578148c507fe3406ab9f4fa516..17e7102f8b0a8b22f2fe6b816de76fdb804c25f7 100644 (file)
@@ -156,4 +156,4 @@ bool Inkscape::Rubberband::is_started()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1f4b7d2eaec6b3b2be2154234999c2a46da1aff7..57e4ea2a394e159b499b0369173a7537452bfcd8 100644 (file)
@@ -85,4 +85,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dcf635989a14d363079704942ef17fec8a541124..0a47a585251481f95567b93f37ba10d9994f6355 100644 (file)
@@ -30,4 +30,4 @@ void satisfied_guide_cns(SPDesktop const &desktop,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7fba2916120f1a9e7093e07f76bf7e4b2d1d72a4..57803daf4080857af06636bcb1545bac9ea77a33 100644 (file)
@@ -24,4 +24,4 @@ void satisfied_guide_cns(SPDesktop const &desktop,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 428ca2b9bb8c1ec6cab17c18b8a974f28406debf..61db7f9610cbac5a5e5514f05151177ade4c1134 100644 (file)
@@ -3304,4 +3304,4 @@ void unhide_all_in_all_layers(SPDesktop *dt) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b7dc94441ffd0cba72dcfe4828e8f28e221e4a16..c9d6871c3ddc953210db6d01496082f0cef9df6b 100644 (file)
@@ -251,4 +251,4 @@ void SelectionDescriber::_updateMessageFromSelection(Inkscape::Selection *select
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4b0e3d8c716df6542f9f2abc6222a93d810e37b9..cca6a3033937e4d980b9211b8c365a0b4c70cc82 100644 (file)
@@ -51,4 +51,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3f333e4e24e4569904b7dc90a41c42bc0c5c86fd..a4508d9bb2d0458901a76d2abcdb4710fe5eb0b8 100644 (file)
@@ -557,4 +557,4 @@ guint Selection::numberOfParents() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 479a99e760208af26a3e81e2fa2476f931b897a2..9ac49ae12c698ec51c9427b00cd57734038c597e 100644 (file)
@@ -383,4 +383,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 95b680c5e5fc81fbb5e7675f7cf46e39bba56896..d3197a062c0d6294af1debc229dafeb3f493978e 100644 (file)
@@ -39,4 +39,4 @@ SPSelTransHandle const handle_center =
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f96fce228083359e2d5d39a5598f30f9a11fe486..5a8e5d3dbabceb84a9acbdb9e10356e21fa212fe 100644 (file)
@@ -1655,4 +1655,4 @@ void Inkscape::SelTrans::_keepClosestPointOnly(std::vector<Inkscape::SnapCandida
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c8ff5b3296c9e328efc3193e659138e064355ecf..d647d30b3264aebfaf9b01e035f5ce72280dcff5 100644 (file)
@@ -244,4 +244,4 @@ gchar *sp_shortcut_get_label(unsigned int shortcut)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3fa0927138078abebd24d635a58d94913d5aeec0..9d84aa6d1a52daea6dcbcb8e8b881ad6acc59099 100644 (file)
@@ -44,4 +44,4 @@ char* sp_shortcut_get_label (unsigned int shortcut); // Returns the human readab
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aa967349d0fdf1d0c0deab27f63ec3c78275d082..15c9764666067764af284234e837ebb7463e218d 100644 (file)
@@ -124,4 +124,4 @@ bool Inkscape::SnapPreferences::getSnapFrom(Inkscape::SnapSourceType t) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 49d52cdb2bddaa2968bd256cb9e37fc7d02d735c..cc8f245039f538b03c30b5ea783a0ad3bf0679f2 100644 (file)
@@ -132,4 +132,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f41dcf2ab6c93453d832c4cdb4126d7f86a468ee..8b2d188e6975d8067c1f087645447dca0959293d 100644 (file)
@@ -1433,4 +1433,4 @@ void SnapManager::_displaySnapsource(Inkscape::SnapCandidatePoint const &p) cons
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2d9f2e94191478e4377bc9267025da0b1b63739e..132d0aa0f1b8b9088a1efb96efc0a09e00e85edb 100644 (file)
@@ -287,4 +287,4 @@ sp_animate_set(SPObject *object, unsigned int key, gchar const *value)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4bbabc965fbaf3360018461fe9bec96615e81192..856c10b1e3791a157c400a6055d8a76ada4e22b5 100644 (file)
@@ -417,4 +417,4 @@ sp_clippath_create (GSList *reprs, SPDocument *document, Geom::Matrix const* app
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4ab90d16906b5ecfe1f2abf1b9630dbc5a3857cf..8c23d4632b34594f24160a6288c5d9c30388696c 100644 (file)
@@ -18,4 +18,4 @@ GdkCursor *sp_cursor_new_from_xpm(gchar const *const *xpm, gint hot_x, gint hot_
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dbc5b140799ce709860cbc851105b0a46b199c66..d2472c914e87ebb600787d4ec2571502c30084b0 100644 (file)
@@ -925,4 +925,4 @@ Geom::Point sp_arc_get_xy(SPArc *arc, gdouble arg)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4e1b012a362b5b4cc8c3e8c3fb48dbb92a1b2f89..a5f08a41aefa063c70b9554a017a89c2860ede16 100644 (file)
@@ -50,4 +50,4 @@ SPFilterPrimitive *get_primitive(SPFilter *filter, int index);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 77325c4b11fa9041d2b79ccd8857e167aaff569d..265c72b14590046eacbde8f8d123ba9fc3bb54ff 100644 (file)
@@ -292,4 +292,4 @@ void sp_filter_primitive_renderer_common(SPFilterPrimitive *sp_prim, Inkscape::F
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3a7e738617a6179f042cd12b0183e41f30828fbb..92f36e7aeca6e97a5773222198a04ebad5df6e04 100644 (file)
@@ -56,4 +56,4 @@ int sp_filter_primitive_read_result(SPFilterPrimitive *prim, gchar const *name);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 18e187603f6832b8a29e67cff2dfbaf0245d138e..41db865fc26ad12381308c61a092c9ca3be95273 100644 (file)
@@ -18,4 +18,4 @@ SPFilterReference::_acceptObject(SPObject *obj) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 216ff1d6f7a8bc10c57be0ac948a262209222edc..2e1d4648e3fae05958adce22b9e9a637a66ac60a 100644 (file)
@@ -30,4 +30,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3f4c4c3a5c2c009d11cd0a41195777a8281349b3..415b8936558561f334824801e3bc993fac935206 100644 (file)
@@ -18,4 +18,4 @@ enum SPFilterUnits {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4cbafe50cf2e3b6ff7265c531925783fce1c05c6..a39cc64372d4ee2c4fa43fbc81bfb63d2a14b12f 100644 (file)
@@ -583,4 +583,4 @@ bool ltstr::operator()(const char* s1, const char* s2) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5ad3863e5abd5b17272882b2be4d570ac9f7931b..45586f1fbcefe852c335aa358af12b00881c2c9f 100644 (file)
@@ -111,4 +111,4 @@ Glib::ustring sp_filter_get_new_result_name(SPFilter *filter);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8889c7a563fc74ed939fbcc71320e2cc70f8c31c..3b0ce178a349002a3a77b96147a66a72569da3e8 100644 (file)
@@ -65,4 +65,4 @@ SPItem *create_flowtext_with_internal_frame (SPDesktop *desktop, Geom::Point p1,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 030739263689c4b189edc0d368c3170f37cdfbf3..ab2c851cf0a46adc1a54f90d24643307ebc73b85 100644 (file)
@@ -37,4 +37,4 @@ void  sp_gaussianBlur_setDeviation(SPGaussianBlur *blur, float num, float optnum
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e6eab5032264c454b762b7029d827e2c2bf4b719..6bb1f64e7dc79e563b669d9aa1fd14f4db3db30a 100644 (file)
@@ -209,4 +209,4 @@ static void sp_gaussianBlur_build_renderer(SPFilterPrimitive *primitive, Inkscap
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c86ee328889cf2094281c8d8a94c611876680ee6..9b6b9aa9b1bc097f439da8d16d74eba5eacb5f62 100644 (file)
@@ -42,4 +42,4 @@ GType sp_gaussianBlur_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aabc3eda7f487fb28ff38df02f73e173e10e5b53..5e7e1d3874b854b24862833cafccffd930b417f2 100644 (file)
@@ -42,4 +42,4 @@ void sp_gradient_set_gs2d_matrix(SPGradient *gr, Geom::Matrix const &ctm, Geom::
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 39ef9915a91b725ae180d7e865c454900dccfe39..d2b8128fb12b7d18ae47d7c1946079b63b590a6e 100644 (file)
@@ -19,4 +19,4 @@ SPGradientReference::_acceptObject(SPObject *obj) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8f368b82510d3af1ab93fb4baf3150d2ce842eaa..7705938230d6b80c750b5db9d5da12b1cb03dacc 100644 (file)
@@ -28,4 +28,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 537b6aad78f119676401d6f50f147693523ab887..cc74ef61474accb97b6a54e293127ef405289665 100644 (file)
@@ -19,4 +19,4 @@ enum SPGradientSpread {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bc188401bec90b927341ce6dd155c1ed8632a1ff..a664218e0627a4336a59eda6b0c05af2973b2678 100644 (file)
@@ -159,4 +159,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f79b4c264473058b001a7ace44e6ecf6d9c36731..2f58897b0ebb6c27c0a7623e4236908c27edc843 100644 (file)
@@ -18,4 +18,4 @@ enum SPGradientUnits {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7bdfb51bf4cb685e32d80b978dff0142b7ac4d89..5bb2a848a38f7d7e7974883b44da80ffb4ec86a8 100644 (file)
@@ -39,4 +39,4 @@ struct SPGradientVector {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 68efd08322e2990a5bbdbde7638ca9bdce17d7bd..cd57f40b5ef76fe9ba281a4d07813f94dc634b53 100644 (file)
@@ -1999,4 +1999,4 @@ sp_rg_fill(SPPainter *painter, NRPixBlock *pb)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 97ea78fca4d773f2b7307f26ad299c2816a3ee3d..fbcc4934ec0f0872a1afc47e4d318985ca395dd9 100644 (file)
@@ -175,4 +175,4 @@ struct SPGradientClass {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 277b435b6dfb252a3097b15d598f5e012cbd15b3..e42b2ed322e5c5fa4c66b49a590ceb1c22e843c9 100644 (file)
@@ -40,4 +40,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5444b84685d7c6ee9cf63f81f3ab76113d45e3da..a39660e756eb15f3de63a2e47363a0035a42c6f7 100644 (file)
@@ -41,4 +41,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6bf541cd1e562a32287fd87c9655a196011e2e6f..91c181a7046146d9ea21d5f4894a5cb393f96993 100644 (file)
@@ -73,4 +73,4 @@ char *sp_guide_description(SPGuide const *guide, const bool verbose = true);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 628d7795643f0eaec41b9b48846bae32b953bc39..6383a1faecba26b93c6aa99211a4ebbf84d546d2 100644 (file)
@@ -73,4 +73,4 @@ void sp_item_notify_moveto(SPItem &item, SPGuide const &mv_g, int const snappoin
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 41bd9ef21ce2068fe61f623b62c13c58a848145a..1e6ff285437f1697deee9397cbef4b8e5a41b6d0 100644 (file)
@@ -19,4 +19,4 @@ void sp_item_notify_moveto(SPItem &item, SPGuide const &g, int const snappoint_i
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 792a9d3bf046f2cd47373408eb9afdcf4f2e90b5..78628f4a527d5a82acd80102d3d0ca1d95e22680 100644 (file)
@@ -40,4 +40,4 @@ void sp_item_rm_unsatisfied_cns(SPItem &item)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 72a6e0c66c521eacc50ff71c9932291fd7c7adfa..97742dd4da6e18d20c8df0b4ffbf4fa796cf7626 100644 (file)
@@ -16,4 +16,4 @@ void sp_item_rm_unsatisfied_cns(SPItem &item);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 23c0bdf33bd0cc544c172ed8f0c335c6343a5785..e401f437cfe5d9aa2241357f1fb9b50841914bc6 100644 (file)
@@ -200,4 +200,4 @@ get_visual_bbox (Geom::OptRect const &initial_geom_bbox, Geom::Matrix const &abs
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 40bf0fa4e2d500cc4e2f60942c8a701d25750f22..893ab5822856a5e9fa70605747334fce81bbac6a 100644 (file)
@@ -24,4 +24,4 @@ Geom::Rect get_visual_bbox (Geom::OptRect const &initial_geom_bbox, Geom::Matrix
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 51da1679d344255eca65864de1536070f7c98b5b..c90df01ba83c0fff7be59a0e3bcc3e036e11012d 100644 (file)
@@ -43,4 +43,4 @@ void sp_item_update_cns(SPItem &item, SPDesktop const &desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4cb6a60b69f4e6e52d8d9aa7ac12bac5066d09f7..bf8de715df598a596efd2cc9f4f91eb92a89ba4b 100644 (file)
@@ -17,4 +17,4 @@ void sp_item_update_cns(SPItem &item, SPDesktop const &desktop);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index faf64846e4ae40691f8ef807364fb734e1106d80..7387a63cfa4f94c44543d00e9472798faed2377f 100644 (file)
@@ -280,4 +280,4 @@ void sp_item_convert_to_guides(SPItem *item);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0962bae35c36a625cd6ac0de33908bd7a6391aa5..9f2f541dd62b5adfdc528a30c8e1e159f70bc4b8 100644 (file)
@@ -37,4 +37,4 @@ void sp_lineargradient_set_position(SPLinearGradient *lg, gdouble x1, gdouble y1
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index eabf7f308253b01fd02d6c1737900b404a98457e..b99b6b29334598de6f14aaa81d5e690310d88f68 100644 (file)
@@ -33,4 +33,4 @@ struct SPLinearGradientClass {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 71352ed98992c2c6105c989f274e862c1c3de3ce..43eb3c52e69cde0684a68001423e15e568e506c3 100644 (file)
@@ -868,4 +868,4 @@ bool sp_lpe_item_path_effects_enabled(SPLPEItem *lpeitem)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 49edbf90a8c251ad335d6774334163ddb01dce0c..1af7f27979bb5aac5b45d52ad651461e5f60251e 100644 (file)
@@ -89,4 +89,4 @@ bool sp_lpe_item_path_effects_enabled(SPLPEItem *lpeitem);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 20cb38297c126fd07e93a27c1e6687accfc21575..15be0348f3088be6127f73a7210fa8f54e8a65b3 100644 (file)
@@ -413,4 +413,4 @@ sp_mask_view_list_remove (SPMaskView *list, SPMaskView *view)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 644c2c8eb1bf8fdaf4161a18e617d9590330c2f0..5f0e5c8f6d4118fa16f7eb93d61746888b28661e 100644 (file)
@@ -25,4 +25,4 @@ enum SPMetric {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e3d8c3fe19bad2c66f9bd2b7d5ff77f16b0ef1a7..5e34d9ab95d60a5b900700c31fc3b73b00529c91 100644 (file)
@@ -117,4 +117,4 @@ sp_metric_to_metric_string(gdouble const length,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f7fdef94b9f6c290a9f3f9556d96cac1338e349d..be2bcd478781ef9d9be4535f15116e4e50131ef4 100644 (file)
@@ -1063,4 +1063,4 @@ void SPNamedView::scrollAllDesktops(double dx, double dy, bool is_scrolling) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5d8b7f1cb6aaa90e70125458460702722281a95d..7a54b2dc56580c6018cce83e0cef8ce8a6a4143b 100644 (file)
@@ -111,4 +111,4 @@ Inkscape::CanvasGrid * sp_namedview_get_first_enabled_grid(SPNamedView *namedvie
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 62143e3ab047d458d07f611047ff00cf4935a75b..17f2706adc4713ebe61311d747d162adec160df6 100644 (file)
@@ -290,4 +290,4 @@ sp_object_type_register(gchar const *name, GType const gtype)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f3a80f83c77a1259279d1f3b99dfd85b08a3828c..4e85acf5340704d9a519ca8d36c7b7c089b344e0 100644 (file)
@@ -38,4 +38,4 @@ void sp_object_type_register(gchar const *name, GType type);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fd17b3c12f521daeb688391ae93946cbc7aefe6c..7fe0996997850fb1a462552cd53c38b8f9519415 100644 (file)
@@ -1821,4 +1821,4 @@ SPObject::textualContent() const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 633091668909baf01e6bb3296136ee2ecd20b449..59cab2328252d99cebe84bf2b760a5620f6360fd 100644 (file)
@@ -584,4 +584,4 @@ SPObject *sp_object_prev(SPObject *child);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 556778676cd2ada7055f69738aa946ef919bc5f2..a43bc873d0084e6376ae1383ddce561f224bed5f 100644 (file)
@@ -1172,4 +1172,4 @@ sp_offset_get_source (SPOffset *offset)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index caecdb1beca9f8a2f9e49c9910b2cdac267f29c0..47e597c284f890cd849fbe1bc8015d414f915b9d 100644 (file)
@@ -105,4 +105,4 @@ SPItem *sp_offset_get_source (SPOffset *offset);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dc7bcc9c55e52e6bc93c66c73b88727aac2adabd..a663807b0ba9781a81e1a6575348b263f30f815f 100644 (file)
@@ -95,4 +95,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f15285e277cd545791cde08ec1c3327263539ee0..cf716b2f8b2cdae57ad154256f1981c5025621e7 100644 (file)
@@ -110,4 +110,4 @@ NRRect *pattern_viewBox (SPPattern *pat);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6d38e160597681eaf1fc60688f2b6e0bf65da0ee..912508a33807789fb0cea82c3733cf144917a339 100644 (file)
@@ -37,4 +37,4 @@ void sp_radialgradient_set_position(SPRadialGradient *rg, gdouble cx, gdouble cy
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bec6cbe00be91694ba229737c95cd737b441740f..143afd79cbd5f70a7900ea40bd19f660cd65ae1a 100644 (file)
@@ -36,4 +36,4 @@ struct SPRadialGradientClass {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bd935074dec47dfba5663dbf6a68aebcdf5348c5..d5a1e064021d602057e4d3d629bf69f182459844 100644 (file)
@@ -661,4 +661,4 @@ sp_root_print(SPItem *item, SPPrintContext *ctx)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7976eb2f4eb46f7b073f9d4edf918284d855b620..28ed43154e10501fe9525695760600328bd68e46 100644 (file)
@@ -78,4 +78,4 @@ GType sp_root_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 127eeedf7b9c5420e6c861052ac30ec34b323a80..976603b65a7770cdd7a4db7d9861442c8ba5bd31 100644 (file)
@@ -43,4 +43,4 @@ GType sp_script_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 24790c65766bec858150ecc760fe79cb64e0ba5d..4bbfbc1e12fcbc728be7c8330d213942a0bcb418 100644 (file)
@@ -1300,4 +1300,4 @@ static void sp_shape_snappoints(SPItem const *item, std::vector<Inkscape::SnapCa
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ec6c9b437534b6b30bdb96f57200f613eb270b36..329df8eb64d199e963a39014be66db1ee9dbcbe6 100644 (file)
@@ -212,4 +212,4 @@ sp_skeleton_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fc706aacd05f57a9cae188d58dd1b52ac07512eb..d01cbcada3b3dcba7f373e1f513866769b3d9e2f 100644 (file)
@@ -45,4 +45,4 @@ GType sp_skeleton_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 11e84d9b221c7748803ce94f0080d0c9fc98fffb..c309c60ccfd8059ec75e516beb342b88e670cd20 100644 (file)
@@ -679,4 +679,4 @@ sp_spiral_is_invalid (SPSpiral const *spiral)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 16c71d030105f81d6efa379cfc24ce438cd13717..3694a7cd1025904042fa2c013de8d295fc88be3a 100644 (file)
@@ -610,4 +610,4 @@ sp_star_get_xy (SPStar *star, SPStarPoint point, gint index, bool randomized)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 71f937927b2a3b62c6531b8fd3ea5eb39943abe6..15fc93e2f116b90684016d865f3f38fee0c8a0cb 100644 (file)
@@ -91,4 +91,4 @@ SPColor SPStop::getEffectiveColor() const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2cf8ad6901aa034856508f54e3ccb6cf04079206..692e67c5b1778eb2aaa3d417c736e6127e689b3a 100644 (file)
@@ -71,4 +71,4 @@ guint32 sp_stop_get_rgba32(SPStop const *);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 871338ad599ef44c0990f42b462182863cad18c3..b424ac3d8c318ee10e14af386b7c4b1f97fa886f 100644 (file)
@@ -166,4 +166,4 @@ sp_string_update(SPObject *object, SPCtx *ctx, unsigned flags)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6e24ee28c4b0abff1c0b4a7d6c0acfc94e16a881..0c01136f6af47df3d97b86a4efc73af5215210db 100644 (file)
@@ -163,4 +163,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 46c311920708dd6cebf0c3cbd87854efc3675c3b..5a57d548b83e9e0d772e5f17c6d8be5f355fe720 100644 (file)
@@ -416,4 +416,4 @@ sp_style_elem_build(SPObject *object, SPDocument *document, Inkscape::XML::Node
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f63fa1eb917286c61073ce8878d73e6d942ebb67..e6823442b62b6d35beef72b4a0e4612ab9fd6f8e 100644 (file)
@@ -33,4 +33,4 @@ GType sp_style_elem_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 36f67aa884980715928978c1fc7d2ffee9b06670..4b896db9cd980ad8d90d8f6a4408bb1e2165b618 100644 (file)
@@ -1039,4 +1039,4 @@ void TextTagAttributes::setRotate(unsigned index, double angle)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d9b15392532ae1ad721ba27eb5482d64225c61fd..e7c264b07700bd00edde183dfc414922897b92ff 100644 (file)
@@ -85,4 +85,4 @@ GType sp_text_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 19319660664365395e4602e46110d6d9568cb0f6..76d236cc9bfa91c584086b6f2f299e3028a268a8 100644 (file)
@@ -48,4 +48,4 @@ void sp_textpath_to_text(SPObject *tp);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 83f9ecfa6e3cf2f8a1b9d98a432789fa7449c3a2..66a8c1e7920f6ef75b5a0170d53669334eed6808 100644 (file)
@@ -663,4 +663,4 @@ sp_tref_convert_to_tspan(SPObject *obj)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2e79a28c394f78a1e86042d2d2ebafed4a1b06eb..cc80e48a8fa78fc7f04dfab83bbb35516eb4bd89 100644 (file)
@@ -77,4 +77,4 @@ SPObject * sp_tref_convert_to_tspan(SPObject *item);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 89a86218efb37d0318ce3a0d35505ad8a4ab9ab4..056436ed3abf6cf785e950f1b428740bf8d1d578 100644 (file)
@@ -618,4 +618,4 @@ sp_textpath_to_text(SPObject *tp)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index def80516551782e6fb5cb04769f3b509201bad0e..a0e641b8ea25ac8a606c99f40c0eb9794103ae3c 100644 (file)
@@ -46,4 +46,4 @@ GType sp_tspan_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 822fafb75fa13d58eab8fae4f7eaace5e672f856..6730ab63b77a7fc1b6db06975aa855a3235cf61b 100644 (file)
@@ -519,4 +519,4 @@ static void sp_spiral_cancel(SPSpiralContext *sc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e273ca82f196d1e5f4831317fc15425e84cfe5d6..e7787813d3830383700e0e69f9b70ce5937c7b5d 100644 (file)
@@ -2155,4 +2155,4 @@ Geom::Point get_point_on_Path(Path *path, int piece, double t)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ff9f4f5774fe19d30160af9534825605bc7d1d35..d85ae030acd13398bd40091fb046aaccbf381558 100644 (file)
@@ -65,4 +65,4 @@ Geom::Point get_point_on_Path(Path *path, int piece, double t);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2bdac197f75e749d18a7ab9541e4940deccb9f16..e7172acd4febc29ecf51ce3de7fce7a6af4f3ade 100644 (file)
@@ -1051,5 +1051,5 @@ break;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index ab24342231f0fed9c052da2db45b5da634b08bf5..b559fa5936a451ff020abdde004d2ba4a6f8ef6f 100644 (file)
@@ -119,5 +119,5 @@ GtkType sp_spray_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 603865ce16d966490602102fbdef7f132f769cc1..910c048b6f67e26ab58b4a9377d09ca8f6ff0120 100644 (file)
@@ -540,4 +540,4 @@ static void sp_star_cancel(SPStarContext *sc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 06f78e1e5584e6c782714e5b341d652f33fbbe1b..a3524a941f29236e6bf88c9041c026cdd78c65a1 100644 (file)
@@ -29,4 +29,4 @@ struct streq_rel {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 73a82e87166095840f46494714401e579349bcf8..9314f2630f3fce122a1cbc563f7a248d6f150275 100644 (file)
@@ -22,4 +22,4 @@ strneq(char const *a, char const *b, size_t n)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a2d5fcf24459bdcf7aa4d2b56495811cf654300d..67a4d70141b2d70005ea4a509a8d3f38e9fb8148 100644 (file)
@@ -133,4 +133,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a4094621f8d9712abc32bf5f7d551f0513b27ee6..551dd658516b594ea794405040c0aa6427b0d73b 100644 (file)
@@ -4436,4 +4436,4 @@ css2_escape_quote(gchar const *val) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f937fe33b795e1c338522d4fe3987964c6b6b972..b4663e8f6c043cb86434eafb514e9a08306611a6 100644 (file)
@@ -612,4 +612,4 @@ gchar *css2_escape_quote(gchar const *val);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 295bf4bf3f6fe196fbdc759d437bf2702e60a122..fe2016d437acb6feb87f63bff7960f9c997c0879 100644 (file)
@@ -76,4 +76,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a6eb2783e3c3e834354d2185686df5066ee178f2..f6e6a72939f24b88b423bde899d223fa3c2d0228 100644 (file)
@@ -80,4 +80,4 @@ operator<<(Inkscape::CSSOStringStream &os, double const d)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 48ecf299260bcf0e0b885d1f814d565a7f37c2cc..52019f0d55ab0f12ca045aceef625f3d3d7556b9 100644 (file)
@@ -77,4 +77,4 @@ Inkscape::CSSOStringStream &operator<<(Inkscape::CSSOStringStream &os, double d)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a850d7c108bb02b312089084a7f88fa34a4054f5..61e9c90a244a88564fc38d6cd8dd543e3d775ecd 100644 (file)
@@ -149,4 +149,4 @@ void Inkscape::SVG::PathString::State::appendNumber(double v, double &rv, int pr
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9079acfb44294cb7580ce538b6a53bcb8a75357d..1d057519f3ac1e1981a97ea1a1401dd8d43d8c60 100644 (file)
@@ -246,4 +246,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d1a041721b8ee84397058256d232e5d2de525a78..ce32683f86d0271e409c215b6e79bd24a3d5f5dd 100644 (file)
@@ -75,4 +75,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 431d5d97b15cbc268b2f398f886c6042ca056dc1..ef75871546c237007e9c527e227a145226e658c9 100644 (file)
@@ -100,4 +100,4 @@ Inkscape::SVGIStringStream::SVGIStringStream(const std::string& str):std::istrin
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 60ed74ecbef249d5e7f9974a78c9ea98ea8b4567..5c819fcc69818b7dc4c305a275c92639c1e927bd 100644 (file)
@@ -100,4 +100,4 @@ Inkscape::SVGOStringStream &operator<<(Inkscape::SVGOStringStream &os, Geom::Poi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 769834d1844c380b89008803fa669929073c4174..b0a14a74d7f663181e92efd655511dd13b9264c1 100644 (file)
@@ -44,4 +44,4 @@ strip_trailing_zeros(string str)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 53f6395a2f1bd5196a041f1bacbbc459276548cc..697be62271dd4e4988b122ad2faf6177a1956118 100644 (file)
@@ -17,4 +17,4 @@ std::string strip_trailing_zeros(std::string str);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5e9fc61fc5ee82a1252c16d6cc451ed9b3f47bd7..be5a941bb2a40fa54bf52e407763573c70829afd 100644 (file)
@@ -258,4 +258,4 @@ SvgAffineTest::test_t const SvgAffineTest::write_skew_tests[3] = {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 91a9fa7e5365db7fa869715fb38b83ff1a470384..aa817d2f97b128856e3bb8ab70f88f288ec0c6d7 100644 (file)
@@ -260,4 +260,4 @@ sp_svg_transform_write(Geom::Matrix const *transform)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a540d4b1b5dfa2c9397b79a2ca6255ee387bfcd1..e077cc43d701149499b2d1c2e3de08f50c3dac36 100644 (file)
@@ -122,4 +122,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 04f387798f792073f5a6ab87741c51dfef77846c..e50cb2928fd6208317401567659cad3ed9c028c8 100644 (file)
@@ -615,4 +615,4 @@ bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 25ab4c1e1ed302c148e897c0a8c206b87a802505..a8e498594adc0eae4da1e4e72665a16900f538bd 100644 (file)
@@ -26,4 +26,4 @@ struct SVGICCColor {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 833b4a08bdca7a99a69f06f8984a76bf9aa9ccf8..81a28c9e76ff1d4052c57fb560382fe3abc9f746 100644 (file)
@@ -194,4 +194,4 @@ char const * SvgLengthTest::fail_tests[8] = {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 94f1cf312c5ec4943ba35aa0b66e7db773dd0719..3f04588eae6af5b8c118603e630d9c3b3cc70a0e 100644 (file)
@@ -549,4 +549,4 @@ void SVGLength::readOrUnset(gchar const *str, Unit u, float v, float c)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1f4be8123eaebe4d21c4164e064e502464f593fc..66f473cfd756d694e7094871329024494ec90664 100644 (file)
@@ -68,4 +68,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1a084d5bf86301653d748fc213401e325503d756..239a975f65a5aa044eb997da3700d7f2144e37ff 100644 (file)
@@ -624,4 +624,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bbf1589b43b3baec0f1105932c81deb8d1d86938..22af18acb6602878aadfa5f9b7f7e03bbf05e0c9 100644 (file)
@@ -153,4 +153,4 @@ gchar * sp_svg_write_path(Geom::Path const &p) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0b2c3ae531addf69233a81c0104b798119c70ef1..237a5d348ef95da91e8314aaf1c69718f0ffa183 100644 (file)
@@ -78,4 +78,4 @@ gchar * sp_svg_write_path( Geom::Path const &p );
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 945488300a3e2e5047e757823b5cf9953cc81ccb..dea249aa98edd466142e0f12f9c1af5b36baee59 100644 (file)
@@ -43,4 +43,4 @@ prefs_get_int_attribute(gchar const *path, gchar const *attr, long long int def)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ab258b38343a4401bdac6451deea060913282cbf..4e07315209075b730b23f20b3c478f9db638f450 100644 (file)
@@ -27,4 +27,4 @@ long long int prefs_get_int_attribute(gchar const *path, gchar const *attr, long
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2902a8858f854b66295091456616ccc2ca719d94..5c7702268f3a9c28a197c1859b11c2b0e89c457f 100644 (file)
@@ -314,4 +314,4 @@ template <int S, int T> SolutionKind gaussjord_solve (double A[S][T], double x[T
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8dba0c942e23a81d16dfe7350733bbc2bd420602..19dacd9c8cf56b9fa6e3652b84a1564677f20e46 100644 (file)
@@ -61,4 +61,4 @@ T* createSuiteAndDocument( void (*fun)(T*&) )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f574b69fb14a6628f693373dac3927d2c9fc27e1..cc02c656e350b397dad443592c222ca25c606945 100644 (file)
@@ -553,4 +553,4 @@ flowtext_to_text()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7762b8fbcb122c37da5e9ace2c18e84ef7b85ac5..cb86fc6c6f9e8b0afb2833e33941df7e125e86c4 100644 (file)
@@ -32,4 +32,4 @@ void flowtext_to_text();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c10e0d1a0f70846cb68d9f405f0795da0a3b2fa4..9d94e0e78ac11e500cb95d66ba9f7b353a22d313 100644 (file)
@@ -1798,4 +1798,4 @@ Inkscape::Text::Layout::iterator *sp_text_context_get_cursor_position(SPTextCont
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 197bfb73fb44a6180e316d3ca9e6d6a1c29f83c9..11b751a2c2022e1dd67f6bd803fbcf7640fdb8d0 100644 (file)
@@ -166,4 +166,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5f33453f02c42e2fc6f4d3d813c25bbdd5934ab2..e9fca952eb93c65ba2c4671169091b1135295710 100644 (file)
@@ -277,4 +277,4 @@ void tools_switch_by_item(SPDesktop *dt, SPItem *item, Geom::Point const p)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 136f7a95a6d87c14944400f3874558a31ededaa3..17e04cabbc3d16b962ed5960fed85650d0cf3ee9 100644 (file)
@@ -124,4 +124,4 @@ char *potrace_version(void) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6b49dc44aa70a8f6cdaf41a0156202721ae833bc..533972e29dbff52b907695d43137d452cd1fa78a 100644 (file)
@@ -193,4 +193,4 @@ TransfMat3x4::normalize_column (Proj::Axis axis) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 53c9ffa8124ce9f5b168081903c296fc3aa209bf..6229f61aa182bbf61dd034debef7d9e87a0dcbbf 100644 (file)
@@ -78,4 +78,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 904d0cb231a73536d34526fa7ae5d32e969d0f25..29289e053adbb5ce3eabc63719f61e98e6a47ee1 100644 (file)
@@ -1539,4 +1539,4 @@ sp_tweak_context_root_handler(SPEventContext *event_context,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e860fd7ea36bf0d67d51b04b77e92fa71a005468..ad688b0256431fd0d40cace694dcfd01c0438190 100644 (file)
@@ -100,4 +100,4 @@ GtkType sp_tweak_context_get_type(void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0b4d5277461929a2b43e12cce864c34aa3203bca..0fac94782ba93cf8789f127cb8f523a47a7a07a8 100644 (file)
@@ -47,6 +47,6 @@ class SvgPreview {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 
index 4a71174b7aaffa604b8f9b671293d25cf68878f1..90a9ba0f548e3a80f9a96b421a199a6017e4a790 100644 (file)
@@ -1534,4 +1534,4 @@ ClipboardManager *ClipboardManager::get()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6020ecdd858a5f7cd29eaaf133bbba835ef37144..fb28bfc146ea2bbe0f9b711a04e3b8efe16c8960 100644 (file)
@@ -75,4 +75,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 96b3f591aa437a9b4017be8c20c625c3dba0a534..262fdcf32de710975a884b55186c7c1ab02a7dc8 100644 (file)
@@ -593,4 +593,4 @@ sp_text_menu(SPObject *object, SPDesktop *desktop, GtkMenu *m)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 571698fd240de0f6d7f49e58d335676feaf32742..c66cd4e965aae06a312a5d88f94ab8ea7198d42f 100644 (file)
@@ -29,4 +29,4 @@ void sp_object_menu (SPObject *object, SPDesktop *desktop, GtkMenu *menu);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a88688d80882fc69ffc3b7d40326c8eae33ac1fb..ba8cc939b5b5e3a7c328a1cc86559cc7fb0da58f 100644 (file)
@@ -1296,4 +1296,4 @@ AlignAndDistribute::AlignTarget AlignAndDistribute::getAlignTarget()const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f559983856ac2e258c9ae3c3fc344d545bc30fe3..7c99d67c791285a090ad46368e7f0c5e08917898 100644 (file)
@@ -141,4 +141,4 @@ bool operator< (const BBoxSort &a, const BBoxSort &b);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fbe42c2fb3afc827e99f77a863948e764a177e6b..385cd05f5e06be626aea5a00bfd10f7f415dba22 100644 (file)
@@ -100,4 +100,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 888b327f43aba9d30b1b1b67beff04ed971359e2..fd7299ba21c92ee7def12d76ee36d69772663c37 100644 (file)
@@ -105,4 +105,4 @@ void CalligraphicProfileRename::show(SPDesktop *desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 53ce907edfbb57d2371966a802eab0f99b0ae311..e9f6a8b9564cf4b63e363501b2bf2442f28d2dcc 100644 (file)
@@ -72,4 +72,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cb6cfbbbe05b7bd01a156ab21ebc871a13e44f1a..97603a8a2a1786666f7fe39d7e209a6d410f1e24 100644 (file)
@@ -834,4 +834,4 @@ void ColorItem::_linkTone( ColorItem& other, int percent, int grayLevel )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4aac86a3074f44898a247e998963887310648dc7..a6e344ce38bb59d02c6dc7b644a3865fb5cfec90 100644 (file)
@@ -125,4 +125,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b4079662703e7c63e05bb31ed6e48f44bf871164..1f7539fc725c3d42719c75b2edb6457a7630a187 100644 (file)
@@ -249,4 +249,4 @@ void DebugDialogImpl::releaseLogMessages()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f2ad61dd4ad03523ebe1e7bdd3ce02722cf12332..34785a61734815416898aeda1d4ff351e964ed03 100644 (file)
@@ -97,4 +97,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f527f1c05b0769ed7e7ded05ef95b3155b25746f..4eeac74b95622aa339d753a992f54a1ecf6f23fc 100644 (file)
@@ -156,4 +156,4 @@ void DesktopTracker::setDesktop(SPDesktop *desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7a5bc39c284d71434f3c69da8c6fcd306bf1d515..edde110af70766ecbe21dfcc81829d647c112467 100644 (file)
@@ -70,4 +70,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aab9d89d7dea89928e446bd3026d404d16370a87..ff31c91c4910178b544ec84608ff7f76fa59037e 100644 (file)
@@ -251,4 +251,4 @@ void DialogManager::showDialog(GQuark name) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a97b58ce368b533703d1f9bd66b2614540faab07..90e1862f1b7736eb0f98731b20336900dccef6b2 100644 (file)
@@ -71,4 +71,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 72da46e29646cab6e08731a55521ff33baf7e6bb..43863625f9ba50525c55d31861d54b4a6d1a1f28 100644 (file)
@@ -372,4 +372,4 @@ Dialog::_getSelection()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f07c1bc867c66a8c9ae8184d4ca2c8f98105de6f..307257b52382b4cd85f87a6757f2ead0bc61f5e0 100644 (file)
@@ -141,4 +141,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6b7a9b6971036072d4f14d73041468bd039e304f..39d671cd84b60d7852cd2f9a574af1392fe83a3d 100644 (file)
@@ -300,4 +300,4 @@ DockBehavior::signal_drag_end() { return _dock_item.signal_drag_end(); }
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7f0d0ece0bed2f28ef65376ee7c82f0e840a4309..b865af545f949e4abe2797962ccde31a99cbff03 100644 (file)
@@ -104,4 +104,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 55eb94f9223b0e09232181f8dfc8accbaaa07d01..a8a0fa191d971a3b97e7254b4c74b9d265d44ecd 100644 (file)
@@ -256,4 +256,4 @@ on_repr_attr_changed (Inkscape::XML::Node *, gchar const *, gchar const *, gchar
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f21bb0d83f82e608af0e98135f10a770237b9e12..21915c00f0f0afe870c12ad8290bc7b8f8b8907d 100644 (file)
@@ -83,4 +83,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0dfac0c7d1ffbdaf7c8fa2517577fea37d125860..f22509496ec8685cc96c32241da718e55b660524 100644 (file)
@@ -979,4 +979,4 @@ DocumentProperties::onRemoveGrid()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c67dc970627cbf38de2bf235577795f9062624c1..dbefca23560e69a68ebd7af9ac0a201b2d35ce6e 100644 (file)
@@ -172,4 +172,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c2f3426fd26bef2a6df9220d9d99704cba13e88d..527dfe23c7d33f838c96254dcb0132776433535e 100644 (file)
@@ -232,4 +232,4 @@ ExtensionEditor::add_extension (Inkscape::Extension::Extension * ext)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe171f60c163168b326cb6ac4f8bb8004c541ab9..c209eb8831d0532de8a3875e727056308f29deff 100644 (file)
@@ -97,4 +97,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f168da33ac1d453fd1c24153694bb1de0cfd0695..3c778affee897bdbddd946f9b6691c1b8b0190fd 100644 (file)
@@ -126,4 +126,4 @@ void ExtensionsPanel::rescan()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 68c0926aa6c9b331ec5268cafcd458f487f14187..8db390cd2ca6af75c5ce02f98c64ad64cf0b557f 100644 (file)
@@ -199,4 +199,4 @@ FileExportDialog *FileExportDialog::create(Gtk::Window& parentWindow,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 472c4ac0b04f7d49dc58c0c66498baf3ee2327b0..9f13308fb711355412e8e097c777524465af0757 100644 (file)
@@ -386,4 +386,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6f83a706faaa3d6475660db532972b34fcbdeeae..fbfdc4a9b5fca13c9b63a69de84e0a898dfc207a 100644 (file)
@@ -1625,4 +1625,4 @@ FileExportDialogImpl::getFilename()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 65bb389716abe5f383746ab8cfa70c9f3cc51d1b..af607c1244899f706d5ee832a21a5ca8f2e58504 100644 (file)
@@ -592,4 +592,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c78ce95091980239f1dfd50e74bbfb7f7a81ca98..e2bf47db928b1652a20990518374ee2231ff8a5f 100644 (file)
@@ -1786,4 +1786,4 @@ UINT_PTR CALLBACK FileSaveDialogImplWin32::GetSaveFileName_hookproc(
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4234c17825b0159032fb9f191dc7a01af2e8ac31..00d9cf37f282e8b8f0e7558bdc2282057b98a7ba 100644 (file)
@@ -368,4 +368,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8c86e1ca46afeb6f025b1d35d11a061b5574ad7b..0c234003e210397eab05d96b5237bd28e00d599e 100644 (file)
@@ -171,4 +171,4 @@ FillAndStroke::_createPageTabLabel(const Glib::ustring& label, const char *label
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2d4e90d734f40d48b0c444ee8bacfd33aa8fa624..fe72aa31c88e975312819cae1d35d58052f465d5 100644 (file)
@@ -94,4 +94,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c3ba9da9f0ee58530aa4645aea520f6a12a6e4c1..bee6b7c9da7e73badd35517a9f3e9d26bd390ad3 100644 (file)
@@ -2530,4 +2530,4 @@ void FilterEffectsDialog::update_color_matrix()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a14c85a91ae9ebbd9acaafd46d9c19fbde41d7a2..61bb934155e3279837a2bb15bf694bf7d93d1075 100644 (file)
@@ -287,4 +287,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 891df221f9691930b9b82a032fab7e066c286ccb..d672bc6585f6fa33f96a5fa03fe6b12f758e0d59 100644 (file)
@@ -106,4 +106,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 884037c259f00303f53a71ee22239e4615d3cbdb..35cc880908cc648f29f3884b591a454021d45d68 100644 (file)
@@ -238,4 +238,4 @@ FloatingBehavior::onDesktopActivated (SPDesktop *desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 30ecaa053c0fc95b49763750046a266021d2ef69..6ad31645721e9a834ad72338f4b7cfbceb1d1e33 100644 (file)
@@ -92,4 +92,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8ed502aae04d8e1cdffb9965233f99ff8a3681c6..5e66ca9b8960edbca6150278f5381d29ab9389db 100644 (file)
@@ -746,4 +746,4 @@ void GlyphsPanel::rebuild()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1a01aebcad5782f640bee36cc4c8239f46a834a8..d6c731dda5b11a980f7c742fe04eb74c55230a48 100644 (file)
@@ -104,4 +104,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3a7964ba250e47bdb5546191bd5c0ae3fc9e9a64..aac6024b9341c8ded3c8f1c2ada827fb49ee9b31 100644 (file)
@@ -282,4 +282,4 @@ void GuidelinePropertiesDialog::_setup() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 49f94deeacb6d80e808ed3a474ae1f5525eb6d94..2817e264409542f476790e43aadfdb592f39500a 100644 (file)
@@ -90,4 +90,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a9c3381512010f27ac226e20b425fdfb4e6a98c7..07e1ff43052a02bec77f857367a7bdd70b672e2e 100644 (file)
@@ -493,4 +493,4 @@ void IconPreviewPanel::updateMagnify()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f8957086aaf4305bfb9a4ddfc2ec74fb752098a9..9c10eb89bd1cb1da32231d931b1308eb9ad1b66c 100644 (file)
@@ -115,4 +115,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 99f88e8dd46682b4380c0bb7c2f5d6c431712c95..13491312adf2007e3bdeef89ed09a4cc7efa33d9 100644 (file)
@@ -1503,4 +1503,4 @@ void InkscapePreferences::_presentPages()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8c98515e99babe71d676cdd026cfb04a566c6d75..8f19c90c4cb12543afc9dc0043598fbe2128e345 100644 (file)
@@ -1610,4 +1610,4 @@ bool InputDialogImpl::eventSnoop(GdkEvent* event)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 186612af0d94853e77b8512010d5adb454c86057..40bbbeebfb7cd4ea702a67810a9b114e5a86202e 100644 (file)
@@ -44,4 +44,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ffa4642e77533f0c4327ee4d9fb0f1ffdfa2e64c..1728ff3a6d95c9723d6fbf7140abae87b6812483 100644 (file)
@@ -259,4 +259,4 @@ void LayerPropertiesDialog::_setLayer(SPObject *layer) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 807967e8d44302284bea41703b9bb2d1cc95de56..4172c284dfbf3d450c2067a118549e83bc87c740 100644 (file)
@@ -129,4 +129,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9d1f35c85ebf780395b145a24fe2510e1e7bbe0d..c3c0ae3c5b946bcfb6e15f2690e12433946f2cfc 100644 (file)
@@ -792,4 +792,4 @@ void LayersPanel::setDesktop( SPDesktop* desktop )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4f2a654350901a671a6bd185a85693800c18beb2..b7e81480c0b01fa308e08aa7864fb71a7a12904d 100644 (file)
@@ -144,4 +144,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fb24d8e72bf0ca41840eed384c262af18173bbc2..706a84733932685d29ad568bec02459fe8b2dc29 100644 (file)
@@ -483,4 +483,4 @@ void LivePathEffectEditor::on_visibility_toggled( Glib::ustring const& str )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 50e9486444c05efefd54ba1b4f9f3c1d7e48a6e0..7880d726b5a19b4877f99e8b2f492dc9a090ea6f 100644 (file)
@@ -144,4 +144,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a80c7b449c483392a65cf03f7011af16070b1ac2..7f5c5cefa8acb2025f79ecc0f754a1266682a6e2 100644 (file)
@@ -241,4 +241,4 @@ void Memory::_apply() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 48dcc8f097728afdaa51f6dd0a374b4e0bd58ea9..792391b8973cdc4377d8e460d83db279133ef65d 100644 (file)
@@ -50,4 +50,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 31f9cc51e7f879bb4347d534b2fdd6bd70ff183c..654117704ca596295e21794e7bece36740532a37 100644 (file)
@@ -190,4 +190,4 @@ void Messages::releaseLogMessages()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b0a9d812b7fd73592ca714e52309294341c6598c..1232914c82ae7f1867ca00ab4adc0f2ea3cc533b 100644 (file)
@@ -93,4 +93,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ce26f2148434b6d2ddcf66f12e63c8c057a7225e..85aefade88f9ad6dc5a1e16c7ee86f5e7d636a35 100644 (file)
@@ -375,4 +375,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dc01c6a29e0c0de788797a5b382e6b62690f134e..1103eccadc0201cb1dc824ed2d0919d5edceb0fd 100644 (file)
@@ -252,4 +252,4 @@ PanelDialog<Behavior::FloatingBehavior>::create()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 60cab06a27c1aacf804525344fba880600368387..2456e10daa69931b9728436b7120af8b6e304b0d 100644 (file)
@@ -240,4 +240,4 @@ Gtk::PrintOperationResult Print::run(Gtk::PrintOperationAction, Gtk::Window &par
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ea89ebdf225c11128d4715347cf9d3c17d337780..cc27955cb31eef4c897d32f318b138f959eb27d3 100644 (file)
@@ -70,4 +70,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0e8a23baf75af137e8caf0c9dd7ea332b203f694..c7f828067de646998d40136a610ecfc2ba632370 100644 (file)
@@ -279,4 +279,4 @@ ScriptDialog &ScriptDialog::getInstance()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d0021ce68890659de12f1fab0bfd862b04426568..0b26f169a345f950290fe5b1348292c0092c6f1a 100644 (file)
@@ -75,4 +75,4 @@ class ScriptDialog : public UI::Widget::Panel
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0e484c3f21143b078742b09d2fc980dd0c42fd6b..51b206a85b7cb72110dbebd6fefcf089aa7bccb6 100644 (file)
@@ -227,4 +227,4 @@ SessionPlaybackDialogImpl::_respCallback(int resp)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 52377a73f1879140bfd2b9906e9ef47c4f631581..9c10f264fd557de2b6411616773a2d2b7365d855 100644 (file)
@@ -131,4 +131,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 10d3537e9a453091f55e39b31d5795cda1409cd1..1f11a412e9fb0ecb2b6ddd4ad5df4652a19d385c 100644 (file)
@@ -911,4 +911,4 @@ SvgFontsDialog::~SvgFontsDialog(){}
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 728bed2741608827c382926576b3dc01b0527ebc..4c8a018fa5c2a8ae131dc022fb4eda3015482b3f 100644 (file)
@@ -1075,4 +1075,4 @@ void SwatchesPanel::_rebuild()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 93bbe81d880788293e0777a128aa49a3cd9e3922..f9f3daf91f8df95cf216da39c4f1e8c06b14c770 100644 (file)
@@ -87,4 +87,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6be3465828cc5775490791a0a84d3a2bd9ea8ad5..b506109383cc8d2f7080ea9b0c94a9c8fca76da6 100644 (file)
@@ -885,4 +885,4 @@ TileDialog::TileDialog()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 ::
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9ade64935a0ab7e8f15015f65c0ca3e0bcddd7d2..16ae3e4f8d1e43fe230439158652585a6faab398 100644 (file)
@@ -177,4 +177,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9dc084cd61509b454479d3ab8fc763f1fefdceb2..b52162aba7464d0dc34e338bf27cd51409a3e756 100644 (file)
@@ -65,4 +65,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c25e9a8c4bbd647f505538c170d59cf052b4914a..338e11d38bfca6896321f74798db7ad438ed7dd8 100644 (file)
@@ -1080,4 +1080,4 @@ Transformation::onApplySeparatelyToggled()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 86c8a92295333cb9f2a8af4802901663650a0966..cf6d7244710f87846a018eb31f05c01a40697e76 100644 (file)
@@ -225,4 +225,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8017af8031140b8253aca36474807434679f9279..111dc014d5841462475d78a7b6375a1349c76a38 100644 (file)
@@ -345,4 +345,4 @@ const CellRendererInt::Filter& UndoHistory::greater_than_1 = UndoHistory::Greate
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 82e04f3c941ae495d2946c176c74a36f593c7eec..1a4d2e486a74e0adda8986d05b018a7d64d52766 100644 (file)
@@ -170,4 +170,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b18ed99d4edbd4bc7cf7e7cc761d9ab0021a46ca..0555281d4fa27ae5fe7f45a55347d87eb6a7d1a9 100644 (file)
@@ -318,4 +318,4 @@ WhiteboardConnectDialogImpl::_useSSLClickedCallback()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bb3761f31ff55251a9a8459ad74a1c583b359de3..6d905b684800a883086cd438dc5931d0439a2976 100644 (file)
@@ -224,4 +224,4 @@ WhiteboardShareWithUserDialogImpl::_listCallback()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 92fd86a488f9d5e287c5fae1988cc414703102dc..2ec03c5cc7599dd2ae39fe1c190f7c179773320f 100644 (file)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ef1ca3ce256898728e78cca7819e9e6e6f826cc5..9a086a9a20afbb6f87d892e74686740f7ade8e05 100644 (file)
@@ -59,4 +59,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f863af121969bf5a3d7752d69a3d0b78866c7363..07fbc4fc5ed566f0f0d7d0833dc3b9fd778f9701 100644 (file)
@@ -52,4 +52,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ba0b6a7efa31f9aa822b0c17bf2cc1d062d85c1a..7a018d91a4d5310f7b15d98379bd0645d3103c41 100644 (file)
@@ -338,4 +338,4 @@ void PreviewHolder::rebuildUI()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3c1a161955e9c5ef2a9916fbb12965a8a48d75dd..c396cef19e3376e6060152620557aeab811fab45 100644 (file)
@@ -77,4 +77,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d998727666114db91bf1fcaa82590f774cb6ab08..110564ba3288c3d1c34a8dac3898f7bc01474cd7 100644 (file)
@@ -48,4 +48,4 @@ enum CommitEvent {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 615587eebb7aaa62bc38277c7978bae2b936ca48..91e0bc2c242d367a8b1fc12496593f779f012b22 100644 (file)
@@ -654,4 +654,4 @@ bool ControlPointSelection::event(GdkEvent *event)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8023c3e2884825f8eb28942ce110b0fe89c22f31..3aed6ae93bf4a378ec32ed14ffca6128d1991943 100644 (file)
@@ -159,4 +159,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 28c679985c6b376536aa8184136e43cd80967501..d5e5b7dfe8e01091abc876eaf6bcc9a7017786e7 100644 (file)
@@ -579,4 +579,4 @@ bool ControlPoint::doubleclicked(GdkEventButton *) { return false; }
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 48c70748b0f465f997089381f8e22feab7d1719d..4de5e58475b667e365d55f5630c8c46b28595992 100644 (file)
@@ -199,4 +199,4 @@ extern ControlPoint::ColorSet invisible_cset;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0e5805ddac233f256193d8eef54ab68a149527f7..a3fb5aa6e5bc33130262233c9ea3bfc064cee1df 100644 (file)
@@ -193,4 +193,4 @@ Glib::ustring CurveDragPoint::_getTip(unsigned state)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 288ae6a8e11973e5097a38d59de11a8e6185cb84..42a4930c8fd3f0c40eae638c80da5e17e51e3c3c 100644 (file)
@@ -59,4 +59,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 91b2cdb04f1f1dc92dda7d8dfd691e5dcf06f395..ef2d27653a7c81d4d319ee2e7028e0905fd13b84 100644 (file)
@@ -153,4 +153,4 @@ unsigned state_after_event(GdkEvent *event)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 784855f56f9d24d0482b4007a14630fc8f874ea2..de29c3ddabfcbcc6bdaf17f2cb786b3abc5f0434 100644 (file)
@@ -129,4 +129,4 @@ unsigned state_after_event(GdkEvent *event);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b532fcab4d761b4e279e54bcd22e7a291146f8ff..49e601797863547f5d6f698664522e4a89bd8b72 100644 (file)
@@ -86,4 +86,4 @@ bool ManipulatorGroup::event(GdkEvent *event)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 799dad0d3cb6e754390fc0129e2d4fb80c0d6e7d..fd24e7b61738dca5e391c2ee9c306ed7a6edf011 100644 (file)
@@ -162,4 +162,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8c6033bc7b084de24a15cf6fd1fdbfc1bb2bb736..bbef0d4690804e26f089ca857fb6bd7d0af89764 100644 (file)
@@ -90,4 +90,4 @@ bool ModifierTracker::event(GdkEvent *event)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 55538ead6a212b1fba95d43a541d05ff220f92a9..8c8787e87de301c5bbe08b0ce6069e2d46658508 100644 (file)
@@ -51,4 +51,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a85e85217ebfe64dd020dd11e9ac66ff9598ddd1..82446b7b438247675bfc0b44117f4d551458851e 100644 (file)
@@ -758,4 +758,4 @@ guint32 MultiPathManipulator::_getOutlineColor(ShapeRole role)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7a4cfdb5d706d6e9875d9a2de7da8a2954692637..ddb74c1bc13d0f65422c2d25ff82e73b9d2048e7 100644 (file)
@@ -136,4 +136,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b573ff3e3d1bac0bac918bbc08d9ff4498c685ef..57e57b711d2e3388b2550cfa9de77f0a631fc548 100644 (file)
@@ -662,4 +662,4 @@ void ink_node_tool_mouseover_changed(InkNodeTool *nt, Inkscape::UI::ControlPoint
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 39d04a18305e7d901badc1f0613b8586990ea4db..4d38e69e2dc8739a8e2fdd244f02b0cc6afa09ca 100644 (file)
@@ -89,4 +89,4 @@ GType ink_node_tool_get_type (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 80eaf4fa7fc7b552817d90994a72ce4c31fb5d94..e4921fa8d92cac8501f67e4abeae86fa51985642 100644 (file)
@@ -45,4 +45,4 @@ enum SegmentType {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 60b5812c69c720003c67e7e34e8e4ff03620d43f..9ab4954883aad8dc4de16bc9eb5f5e15d6e7b907 100644 (file)
@@ -1382,4 +1382,4 @@ NodeList &NodeList::get(iterator const &i) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index af4cd7e3af1c5b09f4d3bbd67b204cfda14480fa..0194f5053176936f7ee0ef62543cb02fa32d2403 100644 (file)
@@ -408,4 +408,4 @@ NodeIterator<N> &NodeIterator<N>::retreat() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 41be81d4f38da06bfce547c51354f909876de687..956f48a7d8bd2b5d3d19dc711a23343fb6445643 100644 (file)
@@ -1489,4 +1489,4 @@ double PathManipulator::_getStrokeTolerance()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c57b6497eea80056121a112dd86dfb3d74332348..87b88fc77495bfb4c141bb2a936eec1f1d968d53 100644 (file)
@@ -163,4 +163,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 76028dd82d3ee0204344800dd7681b8c3dec3bd6..e9a8bcbd61458b28a53137f38d33ba15bac926a7 100644 (file)
@@ -136,4 +136,4 @@ void SelectableControlPoint::_setState(State state)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2fde16ea94dfd596e58a74e53c2f6859c73961d5..1b8bd46cc31f1cfcd6eb6afc9698780e556cbccb 100644 (file)
@@ -69,4 +69,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d766d5be3b9897121e07297896beffc77fb974de..fdd0fc51ff53844531d0c8900dd5c19f3aaba5c8 100644 (file)
@@ -130,4 +130,4 @@ bool Selector::event(GdkEvent *event)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f7c00ea716510c3a5da48fb7657919a020b8a6fe..e61668d9ecdef8cda8c8523c5eaf8057c406d07c 100644 (file)
@@ -56,4 +56,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index edfad1401796bf97f526cb17a0668107feb4f417..893231404fb9af5a17bc023fbb02efdaaba73aab 100644 (file)
@@ -58,4 +58,4 @@ struct ShapeRecord :
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6b8fb4c1155c638b5ed6854c00403517295558f3..ef93a3767c32777722c67854f5fd6d19c66e7a14 100644 (file)
@@ -654,4 +654,4 @@ void TransformHandleSet::_updateVisibility(bool v)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 48ad3af51a73500415fcfea0d4275f69bac2ec98..2a4df87510948af90bd78b0e500a459c7dd9e761 100644 (file)
@@ -93,4 +93,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7456f4adf12efb665158f48b8640c598f47d300a..919b570dd655f9825b889af0aa4720157fd9d976 100644 (file)
@@ -158,4 +158,4 @@ struct EditWidgetInterface
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8abe6b1bab1fcc4f0a67c27459cf5614696d13cd..b9924a2ef6f181079818c58366ace87477770c09 100644 (file)
@@ -179,4 +179,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 34cf1d5e35f72718ae2a6f12da676a1063f3c908..b7a67b74419184b7879619c3f23fc466f879e297 100644 (file)
@@ -156,4 +156,4 @@ sp_color_picker_color_mod(SPColorSelector *csel, GObject *cp)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 477aa1c191851f19ac29a6ad149df22952827ab5..2c246aaa3a852a9f5bdc2412e2d7fc477f76bbbe 100644 (file)
@@ -86,4 +86,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4f70c9d2827b6ca1384047fc7ce28a0715adc479..d9044daa60a32d16df59ce7b0e9b77dc9b94ed61 100644 (file)
@@ -208,4 +208,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b48d43076dd04a7302e167e755a7cc9e55d99e77..026eac8e08b3b751a72108aa7aac6d85bc696ad1 100644 (file)
@@ -508,4 +508,4 @@ DockItem::_signal_drag_end_callback(GtkWidget *self, gboolean cancelled, void *d
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c0f52a77a6735337904a5d1e6cea289eba900e62..79d69d862919a22033be1422403324f89716d86e 100644 (file)
@@ -160,4 +160,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3608c355100a96a5974c6a96275e42d5fcafd158..02e1f2b418e3367d01eb01acedf2ee1547ed4abd 100644 (file)
@@ -294,4 +294,4 @@ Dock::_signal_layout_changed_proxy =
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c49d7126850ceab467a624bc9d08721aa0785fb8..5836cf83f95c87bd0a7a4336732569ea94105542 100644 (file)
@@ -99,5 +99,5 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index 14666513a2a01c079cdfde47019bdab305da1d21..3097306009a3fb36751c8b9aec216fabb49cfb0a 100644 (file)
@@ -106,4 +106,4 @@ void SimpleFilterModifier::set_blur_sensitive(const bool s)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7f2a980c3d490e04a93d0ba42fc24b9f9853c21d..e91d786cdee4c69038ef7fbbc3a71fb8b0f270a6 100644 (file)
@@ -76,4 +76,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 961cce5b563f2e041a965c0ba0a3d31648a5b012..073e071af878b9843a06c7c9c4b0b41353c4d77d 100644 (file)
@@ -103,6 +103,6 @@ ImageToggler::activate_vfunc(GdkEvent* event,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 
index 229d153a8b709c05f31ed5947321f6c86d421f1a..54446230e10d43d135eff45bc5766e67c5d23d94 100644 (file)
@@ -83,4 +83,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 72c4f678574db44543238a8153dd3b61d0b90783..c55b57616d5a44abc3f83d5451496ff2f9d8a2cf 100644 (file)
@@ -99,4 +99,4 @@ Labelled::getLabel() const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5670af0b6657d6e36c49dd26573cacae28ae7909..a8b00ebb610c98b9803a3c4afaa6abdc74dd7cfc 100644 (file)
@@ -64,4 +64,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f25192b2a301605b979af42c051636ec1a299729..5fb8089b4a3b69fd4bd33ff528f40879c67a29df 100644 (file)
@@ -608,4 +608,4 @@ void LayerSelector::_hideLayer(bool hide) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0b5300272bc98a8fe418a82afd7540424e6c2a5a..8bfa52ad76c31e5a3e4701a37e274e976d4b1753 100644 (file)
@@ -107,4 +107,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b94b968db5525bb60a61788634ca29be9461494e..a9b4fe83e32f8954c8f50840a70c1f4d64ea4611 100644 (file)
@@ -305,4 +305,4 @@ ObjectCompositeSettings::_subjectChanged() {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f778c3ac0da99073920bffa1491705075b841a05..76538d6a7d5941738461d23552aa82c690816675 100644 (file)
@@ -83,4 +83,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f3cb0967c0c0e70743c89688665104888652ac59..b3c8ce37633683a2d57d1d2b4205bb8699d4f9d6 100644 (file)
@@ -601,4 +601,4 @@ Inkscape::Selection *Panel::_getSelection()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d42548f161f64744f8c25705f6fbec90f1855028..fe3e226b4181bad33c43a56768a9268f07484d56 100644 (file)
@@ -150,4 +150,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f27cfe8c686b9e2fba56947e021cebfc92076176..ca7f7a501d781f939c18d1f64dc542e331fe42cf 100644 (file)
@@ -246,4 +246,4 @@ Point::signal_y_value_changed()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 94477d877c7532f8a0d0cbbea9d68e366829cf5a..68d2f4c9d9bb6dd1ed688379954dfb841692b41e 100644 (file)
@@ -95,4 +95,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 70aed505e062149f5d9e07d866022f145c58677d..4816304dbf3670af4e56fbbc8506cf98d20671d4 100644 (file)
@@ -700,4 +700,4 @@ void PrefUnit::on_changed()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c06051098633fb501ba0ea89c735e8b48ef5c00d..02201be125d0281ca9b019c0eef7cf734519205e 100644 (file)
@@ -145,4 +145,4 @@ Random::onReseedButtonClick()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 93c6c2ff43a5153d9898d929f62ad8d25f6e74e2..71cc8d1e51d7e4cd877af9ef175c0d527bb782d0 100644 (file)
@@ -69,4 +69,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7397458170e7a21c77060e7db8981ad01d4e1679..056a09fed74bfdf3ec0b5d17c71e7a3deabe1b7c 100644 (file)
@@ -94,4 +94,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d17c11d0f7401e45d74747098569d8bfbd7912ea..48e257af757a304d6ad0be336ca5007067dbab14 100644 (file)
@@ -121,4 +121,4 @@ RenderingOptions::bitmap_dpi ()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 964ffca577232ec07bc2f9363a8999ad9fb227b2..8e047e6824eb06a9a539c2c2179da4d77c9c3b54 100644 (file)
@@ -60,4 +60,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0afc0da3e642da4a6d532867c1b9a9ce933dfa1d..7f260680bb6b817a111b2c40050f4a408d5654d1 100644 (file)
@@ -197,4 +197,4 @@ VRuler::~VRuler()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8727ed052bfa2e0c25bc36fd1f29f3576f47235d..6209d40e0018997269ae2db1f532d9275e62619e 100644 (file)
@@ -249,4 +249,4 @@ ScalarUnit::on_unit_changed()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c99161dad88dbcf166342a28ed5b9a9c1ec191a4..d8b2edbd5ee1c3e8cc073553fd9135da9e6d3d3f 100644 (file)
@@ -82,4 +82,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 17fb4964dcad3c311cfe19d98de1c635497fd241..26a1f654166d2096f2223a48da607fd121e23bc1 100644 (file)
@@ -219,4 +219,4 @@ Scalar::signal_value_changed()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8ce72d9494f1c6b398149dab4b5118fdd122fe52..6de128edb2f60c3b75be3784317413002a3e5d5d 100644 (file)
@@ -83,4 +83,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a7359242d904c2a463ffd1a552422a52635e027d..09001a993223428bea45ebe19cc278e92ef13186 100644 (file)
@@ -191,4 +191,4 @@ void StyleSubject::CurrentLayer::_afterDesktopSwitch(SPDesktop *desktop) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6f46efff52cccc5265e921a3746035647ba6ff7f..77e4c484644958647e951d08857f16bfcb0c9152 100644 (file)
@@ -121,4 +121,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1ba49b7ec42c385299401eb98ad0b47bb867d0aa..64657296ddd427bd207c2e643d1afedc8e011cba 100644 (file)
@@ -89,4 +89,4 @@ SVGCanvas::onEvent (GdkEvent * ev) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3284af54a277354608463debd3be9e8b3fde8fef..581491f0e724f0579e57952890b2523ab94fad5b 100644 (file)
@@ -79,4 +79,4 @@ Text::signal_activate()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d1ef35be5f1017c088f08cace9c9725efa0c2805..0dcfc5cc6f2c52f961094d5ae72a625520960f0b 100644 (file)
@@ -59,4 +59,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7c1cf72d7db5f3ba9319dd99fe7bb53c10351def..9322aa803692f40b90c2e6727eb5010e90aad420 100644 (file)
@@ -125,4 +125,4 @@ ZoomStatus::on_value_changed()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 85306698c1b80a8dc546e7322b7ffa2eeff9d455..3226160dc8bacfcacbd9a52f0a87a44bbb77c5fe 100644 (file)
@@ -385,4 +385,4 @@ unclump (GSList *items)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c5a8bf7d7af4acf59e43732a10832d7cd63d2c6b..f7fcea087e28b465cefec19d1b24e88a7d09f503 100644 (file)
@@ -26,4 +26,4 @@ void unclump(GSList *items);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aeb6783047e9234be5f15cb8881cba61f5745860..1e38c034a9ba7b72cfd551fa5616a4a73e1505fd 100644 (file)
@@ -260,4 +260,4 @@ gchar *URI::Impl::toString() const {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1c890a6084e554e021f27954bc78fd318487669a..7786afcce0788fb4ad767656670870857a8a431e 100644 (file)
--- a/src/uri.h
+++ b/src/uri.h
@@ -88,4 +88,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c627786b189754846542e5d2190270f1c3f357bb..2cd51b1015e76d224a710fad96c2367960838ff3 100644 (file)
@@ -110,4 +110,4 @@ struct LogicalOr {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 27038ff2dbac1c39f4df11895ce393053224b957..1b42328140aa975399563bc798484d197cd67f25 100644 (file)
@@ -45,4 +45,4 @@ struct Copy<T &> {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5d33c85a30f296117eb123a89c58b1d54a89c3ed..8a2ce052931ec349deaf2135f0dc5480cdf2aada 100644 (file)
@@ -175,4 +175,4 @@ void TagSet::decrement( std::string const& key )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index eaba6a00a80805e3f2a764e70cc35d25e16b3432..7280e1f6a2b54148ed997bd90a893906bcca54e0 100644 (file)
@@ -118,4 +118,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cbb1cb9a1ba6e57c217db0397990027a39c51f77..824da3f75c96165e7b9170ef948e749d2e534d60 100644 (file)
@@ -130,4 +130,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 50aba12fae79a1286ea9afc7df90ae633c85b8ee..cf086df4a50e3a4946c5ed06c808a1a0c998012c 100644 (file)
@@ -62,4 +62,4 @@ filter_list(UnaryPredicate p, List<T> const &list) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 05a73dab515cadf2c32c5935d0bbdba3ed375425..cfc6e4020953f794dc51b437d1e51045391d0f46 100644 (file)
@@ -108,4 +108,4 @@ template<typename T, unsigned int precision> double operator *(double a, FixedPo
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 80d79c28a4467b1502eaf6331587cf6b6c82534c..6901212542073636148b654a01419bc91695cfb4 100644 (file)
@@ -53,4 +53,4 @@ inline ptr_shared<char> format(char const *format, ...) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1603fed2727acaef19a09a065184edcedc607e1a..198225d5f8839391db32f4720939f3e19cfef0f4 100644 (file)
@@ -117,4 +117,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d0dd5d87c2c9cf5a09a6bc8b762fe16001c2334c..a7970f1c09eb6cfb28e89d19cd849606428ef5d1 100644 (file)
@@ -119,4 +119,4 @@ struct Function<R (*)(A0, A1, A2, A3, A4, A5)> {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 586bc314a9321db3db3de3fc2a5e86a605e3a770..dfee69c0776afbc6b0e4609fd3bec4f4dcc740c7 100644 (file)
@@ -235,4 +235,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7765352eb17594d5270417d16d35ba219202fd3f..5f0e06e0c69dacfa975f9a7febafe14b94ca8619 100644 (file)
@@ -246,4 +246,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ca614314c577b3ba4a9b5c83893fbd70511f0e62..e123fea0cbbe7c6793b42c5a90954706bfb13025 100644 (file)
@@ -349,4 +349,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 811f93b771af14c0d9f73cf665e7610ecc4b09b0..28ce66ad3b6a2b3a1e8f4c80268cf4b2bb63008b 100644 (file)
@@ -42,4 +42,4 @@ struct ListCopy {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ebe3a97730f935a78ffb4ae2a5128b3f6c1bc675..e65aa849ba3a82d36642d6c05f14bb9f48953656 100644 (file)
@@ -404,4 +404,4 @@ inline MutableList<T> const &set_rest(MutableList<T> const &list,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8eba81e3c7b1b36704e2bf5b8590198bcaa91468..841a87a6d2dd323b5d27f4db081b4c60dcdddbbe 100644 (file)
@@ -65,4 +65,4 @@ map_list_in_place(UnaryFunction f, List<T> start,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index e208ca93f9c97bbd2701cfa52ac1bef6fd4e69dd..830e159dab2eb9ba62fa7d712d87da0bd6f54177 100644 (file)
@@ -80,4 +80,4 @@ inline double round_to_upper_multiple_plus(double x, double const c1, double con
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 199ae8929e140c7a0315e586e963448ddf240e92..5c94bbba596b11343e0687a7347254649827e743 100644 (file)
@@ -46,4 +46,4 @@ struct Reference<T &> {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 798b157012d1848185e59fe7b65a1f7fc101d65b..dacbc2a11444a718ac7d4d2f4a245e21bb4eb964 100644 (file)
@@ -65,4 +65,4 @@ reverse_list_in_place(MutableList<T> start,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2f693fac93204e54f191de09789db98fee5ab50d..606ed9d47006d61b64256300f97bf1794c5ba6d7 100644 (file)
@@ -40,4 +40,4 @@ ptr_shared<char> share_string(char const *string, std::size_t length) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3a2b73561434210e39279de914cc0a441728baa3..4891b9588ff07e52c0f1ad04290419eea8ebc023 100644 (file)
@@ -145,4 +145,4 @@ inline ptr_shared<T1> reinterpret_cast_shared(ptr_shared<T2> const &ref) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 42266c8d25f381bd29c44a9415cf0f24616b685e..1e4c4f62a4396b620f54b16ede97084fb65f92c0 100644 (file)
@@ -179,4 +179,4 @@ inline Tuple<> tuple() { return Tuple<>(); }
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c49b2176d0839b5dec90abe53cdcf42efb0d0317..a251dc5db680204f85a4b8569be77e6fde92fe80 100644 (file)
@@ -341,4 +341,4 @@ void UnitsSAXHandler::_endElement(xmlChar const *xname)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index aaf7719591714f8182dc959b76a8704bd6df755d..9411657a5f6dd380b8aa507d524b86c304f27eef 100644 (file)
@@ -75,4 +75,4 @@ struct hash<T *> : public std::unary_function<T *, std::size_t> {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5ee1582342f6950ab89e294352e3e11f26e82d32..d8e27debd009161902a462a1148e3a518aa6e3de 100644 (file)
@@ -787,4 +787,4 @@ VPDrag::addLine (Geom::Point p1, Geom::Point p2, guint32 rgba)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 145b3859fade88daed70c6bf68a191d87b0d6574..04a0b80c09ec0cd898c90da9e737a588033d01e1 100644 (file)
@@ -83,4 +83,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 378d812814de68d3247701338db5e6ecb5b2a0fe..8b5ec9b3bc8d57a7ca0fd23d1e563d96467f4f2f 100644 (file)
@@ -2768,4 +2768,4 @@ Verb::list (void) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 3ac2bd4afefaa9d930c9d146188aa2daaf6e2af0..e7e02933400b177228848933cbd92ec27f31e8a9 100644 (file)
@@ -347,4 +347,4 @@ SPDashSelector::offset_value_changed()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 25417285a6ff440a16cb0c169d400fb07306c3e8..6db66f8057a69a7c1fbbc58d794a3b448cb23adc 100644 (file)
@@ -58,4 +58,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7d408c689c57219c9dc9d2135157fa671ee051e6..8fefbe75cf26165b07d38d329200ca93fbcc9cee 100644 (file)
@@ -771,4 +771,4 @@ GtkWidget* eek_preview_new(void)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 86481e5481b08d3e1b9d097ba6e8b9202afba903..49fe8e660175a55b1ec31aab72dbd9918bb96403 100644 (file)
@@ -151,4 +151,4 @@ G_END_DECLS
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f7a46cfbb2cd4c1f8becf5034fe6b303be5b10ee..cab675b295b44c8448878dd5dba2a375acc1a30e 100644 (file)
@@ -326,4 +326,4 @@ static std::string doubleToStr(double d)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b47aec8aa52b8e79807945010f5d41a5c6fff137..32f92ac3d72391d027c5f77c01e4260378c66f27 100644 (file)
@@ -108,4 +108,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 74339a07f76ee03b3ad13b126538e7d222db59cc..c671842fca2d27e44bcdcbd8f41c09fc200e98b2 100644 (file)
@@ -33,4 +33,4 @@ Gtk::Widget *createStyleWidget( FillOrStroke kind );
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a0e343b5876a5b019bf3ce7be45fe10d939619d0..b70c8f47d8e6da161fe824571ab5c175470963ec 100644 (file)
@@ -705,4 +705,4 @@ void FillNStroke::updateFromPaint()
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ef19d7788b6f3569be6a775fdeb37723abc073a2..28a3f4f461d2debbe7c635e4a98bee47f27d1024 100644 (file)
@@ -35,4 +35,4 @@ void sp_fill_style_widget_set_desktop(Gtk::Widget *widget, SPDesktop *desktop);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 094db03433421a872e548db1fc241f5c07a88e15..6ab2a1a1200d32f55d27cc96a964724e9a4f5b77 100644 (file)
@@ -64,4 +64,4 @@ void sp_font_preview_set_phrase (SPFontPreview *fprev, const gchar *phrase);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 1c1e8173bc8fd3bc2642667c55b448a0ab2bb77f..76bb9b8e1c9b63fa3473d092b723836a18d4e1bc 100644 (file)
@@ -1200,4 +1200,4 @@ static void sp_gradient_vector_color_changed(SPColorSelector *csel, GtkObject *o
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ceca9158cbfa372dcc1c9320412750354b6bba83..9147f9cc1595f728c51cd35e5f1df8ff73c846ab 100644 (file)
@@ -80,4 +80,4 @@ GtkWidget *sp_gradient_vector_editor_new (SPGradient *gradient, SPStop *stop = N
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5d91d35322bf861f378340e85a4715d39cd5a5c3..f9d01113ef46a66b2bfbe537891b6aadf444bf69 100644 (file)
@@ -1440,4 +1440,4 @@ static void imageMapNamedCB(GtkWidget* widget, gpointer user_data) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cf6a04a3c6cc0c6cd1b15c8eab54ab0342a2b99b..a7bed9e94c6461a294bedb0fe0f57b18daebe8e0 100644 (file)
@@ -1186,4 +1186,4 @@ SPPaintSelector::Mode SPPaintSelector::getModeForStyle(SPStyle const & style, Fi
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 84209d1da4fae3f467f9655f1fb061fee24641e1..f3aff5a68ec78f165293769aca33096ed61ba76d 100644 (file)
@@ -131,4 +131,4 @@ SPPaintSelector *sp_paint_selector_new(FillOrStroke kind);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 9e685771bff872fc6cf17dee51fc3ce069d99c0c..7a3509325fc15df30f95e0081b7115f3ce8a6490 100644 (file)
@@ -80,4 +80,4 @@ GtkWidget* sp_vruler_new      (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fe5a0b8da352058ed9ba3599ce63cefc954e3260..dbab1975aebebbfebd61148d1a9b982f7cdc715e 100644 (file)
@@ -32,4 +32,4 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c1775005c755231599adfcb32e064fa3413435af..d73f972d909e213b0a8795924cc0bd1c88880123 100644 (file)
@@ -52,4 +52,4 @@ void shrink_wrap_button(Gtk::Button &button) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ce615960ff587e5a49f24a9ccd2c8690826f9f14..ca9153aea6c140f6b2ab5ab84595d795fdbd1721 100644 (file)
@@ -32,4 +32,4 @@ void shrink_wrap_button(Gtk::Button &button);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index de14fc173bb5732e667243f41f82fb6d510f498b..3473d8f31c8fbac07673a169a77808525f08f27c 100644 (file)
@@ -787,4 +787,4 @@ sp_attribute_table_entry_changed ( GtkEditable *editable,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 01da29bed6ad682f258bc96bca9e2fa6b5c68573..2703bd98a4371d424062b156d2a110d3d11085a9 100644 (file)
@@ -127,4 +127,4 @@ void sp_attribute_table_set_repr ( SPAttributeTable *spw,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f5b4d925e418ac1f44f12f0bc8c22b3a0ad3f817..4b565d1a31b38b9464eb99e027069de495007aac 100644 (file)
@@ -933,4 +933,4 @@ void ColorICCSelector::_sliderChanged( SPColorSlider */*slider*/, SPColorICCSele
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index dfba71a0919f3623419643e0cf81b387fccdab47..9fd80c04a66e0f1c1fc12b4ea4e63339afbd2b10 100644 (file)
@@ -115,4 +115,4 @@ GtkWidget *sp_color_icc_selector_new (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 6c5113084cace30228036351fc6aefff5f042dd5..8429434a61e8d47e55973d19916ee1e7b58da2c7 100644 (file)
@@ -725,4 +725,4 @@ void ColorNotebook::removePage( GType page_type, guint submode )
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5eb29ac7357d3a15c65b7b5d5ecf2f5cefe6f93a..0b9b2ed8774458c37009f067010499fdcd7090e4 100644 (file)
@@ -116,5 +116,5 @@ GtkWidget *sp_color_notebook_new (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index ddeb5d123ff46f2da948ebe777f5f7ac1545a97e..5c81547097414469369b63e1557209f154a471a4 100644 (file)
@@ -208,4 +208,4 @@ sp_color_preview_paint (SPColorPreview *cp, GdkRectangle *area)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 873e59d80728f8486217e37d2495ac664d48dca5..32572e9150da7b1d00a14e7c7e23a2222623e85e 100644 (file)
@@ -52,4 +52,4 @@ void sp_color_preview_set_rgba32(SPColorPreview *cp, guint32 color);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b879dab5ab159eb1dcbc0063a48dd4830cf4e55e..c6f13b391bbb9b50386b2881efb4773dc4bc0724 100644 (file)
@@ -353,4 +353,4 @@ void ColorSelector::getColorAlpha( SPColor &color, gfloat &alpha ) const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index a2ad87dd55ddc3332aadf24407776724233f380a..3b35140ed875cb0409a2487f203bb13b28eef82b 100644 (file)
@@ -99,4 +99,4 @@ GtkWidget *sp_color_selector_new( GType selector_type );
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 04a2fec7910d997015c2943a42c2e8d3ec8a08d3..5ba2c347b84a77a4af5b55f8aaaa7d7958c2e3ff 100644 (file)
@@ -311,4 +311,4 @@ void ColorWheelSelector::_wheelChanged( SPColorWheel *wheel, SPColorWheelSelecto
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index df8819bc961e13e1ecb5dcdb817fee4b30e2c71f..1adbb65a7aede7cc9dab086010a68812db17201e 100644 (file)
@@ -87,4 +87,4 @@ GtkWidget *sp_color_wheel_selector_new (void);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index b565bd485ff59d25acc90166c3507f9ff42067a0..25cfb8dbd3791e1bc032b97fc5f21dc5ca1d4b9d 100644 (file)
@@ -1159,4 +1159,4 @@ static void sp_color_wheel_process_in_triangle( SPColorWheel *wheel, gdouble x,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 699750bed62d40d0f3c5d0832fa337657dc78f97..d62c267827f8181309152e7996495e868aa3dc79 100644 (file)
@@ -77,4 +77,4 @@ gboolean sp_color_wheel_is_adjusting( SPColorWheel *wheel );
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 868bc195a07e10c537b999cf9f9d412c4daeb347..683748d0a7f1ca1d943d7da0e482f5934ee6dbe8 100644 (file)
@@ -27,4 +27,4 @@ void spinbutton_defocus (GtkObject *container);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0e191b0025068bf43586e5cb05b3c73e6cf02182..7c2956c65e97be8b8d4c927439f7c9ed1e5fdc0f 100644 (file)
@@ -278,4 +278,4 @@ sp_search_by_value_recursive (GtkWidget *w, gchar *key, gchar *value)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5c4018199f7529f54965f1041c20bdca2ebddc5a..d17762811ef0d0ca24cc7e389b24dcf3e824114e 100644 (file)
@@ -72,4 +72,4 @@ GtkWidget *sp_search_by_value_recursive(GtkWidget *w, gchar *key, gchar *value);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 642d4c453839489a79c49990b5b044c2870cae4e..2c5506273d05080d5742c5dbeb67695eedb0bada 100644 (file)
@@ -1471,4 +1471,4 @@ ink_extract_marker_name(gchar const *n, SPDocument *doc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 72dc5449a7401cbed516df473b4898c8d95cf94a..b8ab0581065a2bc1a2740cda016578af9561068f 100644 (file)
@@ -35,4 +35,4 @@ void sp_stroke_style_widget_set_desktop(Gtk::Widget *widget, SPDesktop *desktop)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 88abca358ab218c59bd6084998f480cb3cc18924..3c209a45d455555c0a19f942e563a91f7ffbe80a 100644 (file)
@@ -202,4 +202,4 @@ void SwatchSelector::setVector(SPDocument */*doc*/, SPGradient *vector)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 83acf9fdac4f9dac5a6e8e2d61301aed886f5b91..b97aac4f1da8c40b65528bff694c9d6da2cc3d2a 100644 (file)
@@ -55,5 +55,5 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
index f7c493915509f8e65a0ef90d5638658de2172c56..9a2fc8dd2f2721326395e84be0ab60997a1548da 100644 (file)
@@ -8467,4 +8467,4 @@ static void sp_paintbucket_toolbox_prep(SPDesktop *desktop, GtkActionGroup* main
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2e4b2958a0b44379dae116412bef4ffe417b7668..a2570553698217b72a6dcf4b64e03a8a40403797 100644 (file)
@@ -68,4 +68,4 @@ void sp_toolbox_add_label(GtkWidget *tbl, gchar const *title, bool wide = true);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c63890bd00bf169e0514789d9f29e76cde3ab3a7..6447406374ed8f61bbde266167d91c84420c360d 100644 (file)
@@ -49,4 +49,4 @@
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 698a30a908e3d57da3e7a18636da7bec8997f99c..2232fb61e98f4c69a67a1c59fa76121244f0d6b2 100644 (file)
@@ -55,4 +55,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 564938dda30f27c57fb7740c9b9702e5e11db3ef..36fe469de7053546441984e52a436976e38ded00 100644 (file)
@@ -308,4 +308,4 @@ void CompositeNodeObserver::removeListenerByData(void *data) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 826467dc48aa7ff928021da3c86fb35ba2159ec2..96825d6074551541db605b36aa06b907b3bd2208 100644 (file)
@@ -106,4 +106,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index db98e3d016d4d6765edc87bdc4200e88a84ac1d1..afea4abbaf4abb450cac0ad08e783514dda7b83a 100644 (file)
@@ -75,4 +75,4 @@ CRNodeIface const croco_node_iface = {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 2b9ea5cc3c8ebd12648af2d8cdbfbd51ff1747c7..98cc0522eaf00d7318bae73f67345d454c2ae541 100644 (file)
@@ -118,4 +118,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7b75f8080812fd9359b4c88d178a1bca72a8cedd..12df8dc97be927e376dfe9c8d9b0ccc128ff6285 100644 (file)
@@ -51,4 +51,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c62257751e712bf7ee0e985ac9cad276299c0265..18dc4786598ecd7619bbb29dedb570b0f10b0468 100644 (file)
@@ -245,4 +245,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index fa3f740d1d55ad40e692a3bb7b6ebafd63340896..d9d7435571feaa8e014633b1f013b843ba0aa7b1 100644 (file)
@@ -44,4 +44,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 5ff09a0e00738bd00a8320681aa133190cd73849..951cd4029470ee4a38006ccccb9db844d371dc44 100644 (file)
@@ -75,4 +75,4 @@ void LogBuilder::setAttribute(Node &node, GQuark name,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a161d18f71d5e0597a464a3547edbc9622cf3d0..264c2ced72583995329ed47bc3beac7706e69e9d 100644 (file)
@@ -81,4 +81,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index bf860d8f3924dac73e3b57e284c99c86bb1e2072..20e9fbc3882e1ab7d03f54f648b929dd22698b99 100644 (file)
@@ -88,4 +88,4 @@ Node *previous_node(Node *node) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4c64087893fe53d26774128ec5a7ce7b17ced7d0..f6b1173dbf9288e6333ef924042956dcbd07ef7c 100644 (file)
@@ -85,4 +85,4 @@ inline Node const *parent_node(Node const *node) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0868fb2ab8fd493cb458e62d7e4c78e3d53a43bf..3d09dfd1baa52715ee1842602493c71eaae25d80 100644 (file)
@@ -58,4 +58,4 @@ typedef Inkscape::Util::ForwardPointerIterator<Node const,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ca787c269f982e34e74cce457dcab88d35b59749..c3ec437b5233fb28555df0bcf02eb3d9d136c7d3 100644 (file)
@@ -160,4 +160,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index abcccdb9a68483123cbc293fb2d366b8d6c572bf..17479e50b1819f81820258698573aa138759e6a6 100644 (file)
@@ -471,4 +471,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 4aa1f840b0e58905dcbe2cd7f9abed4297823e85..e1f59ab27c5cce93036a4c9cbb8420bb689dcfa8 100644 (file)
@@ -53,4 +53,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index cfcb3bef21a75160e59304a47a904fae6eb56377..bd5c1f54cf6b9ff8d863858d10899e5f248b0eed 100644 (file)
@@ -79,4 +79,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 37f00bad0738ce37a7efe665e796f7e09237b4b7..e569ed8185fdcf3ec174c21fd1280d0ab02ee941 100644 (file)
@@ -83,4 +83,4 @@ xml_quote_strdup(char const *src)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 8fe1327aff29e11551f8f084c6e8f62ac03a7b83..afc9b2c4628ebb38901c07672b87456abf771630 100644 (file)
@@ -100,4 +100,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index be125f45358481f40259bb75bbc6ad297897872f..dc6494bcda116c8be40cd9db4949034a81d2a589 100644 (file)
@@ -299,4 +299,4 @@ sp_repr_css_change_recursive(Node *repr, SPCSSAttr *css, gchar const *attr)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 115b4b138dc696778900e1efff59f49aa49382f4..b1320a4a399d9eb54fc06671da6cb5b779d6e431 100644 (file)
@@ -990,4 +990,4 @@ sp_repr_write_stream_element (Node * repr, Writer & out, gint indent_level,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 27293d3c24b6878b7055298f777cde2f55811cf2..df1d2cbb8bd5fed5a754d8a612b7cb9522ed2d4a 100644 (file)
@@ -50,4 +50,4 @@ AncetreFils(Inkscape::XML::Node *descendent, Inkscape::XML::Node *ancestor)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 37f719622a0f291d2f73e6304708de2f7eb72713..7d5542f67dcd224be80378d92b217dea63656a58 100644 (file)
@@ -22,4 +22,4 @@ Inkscape::XML::Node *AncetreFils(Inkscape::XML::Node *descendent, Inkscape::XML:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index d78f6a927772f547d90809a61a423f3d3499fc23..d310639ba2a15fe63a6924e19dfe22484f57b43f 100644 (file)
@@ -659,4 +659,4 @@ sp_repr_get_point(Inkscape::XML::Node *repr, gchar const *key, Geom::Point *val)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 549822e4e1a4c82e7509d51eb2ec805ee3ffe965..3b8d532fd8a0a4755f0ad38df04352f4ca386a56 100644 (file)
@@ -162,4 +162,4 @@ inline Inkscape::XML::Node *sp_repr_document_first_child(Inkscape::XML::Document
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c2f7c8c1cebf15da2b9f51c2cd386bb9fc36843f..2807133affe68a5bc4951ca352dba6be3d816cc7 100644 (file)
@@ -126,4 +126,4 @@ void SimpleDocument::notifyAttributeChanged(Node &node,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 0a20f121ed2e5db505d75475a8f21aaa120c423c..8a37c577c6f67f417945d2a70ffe0741c72dc94d 100644 (file)
@@ -92,4 +92,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 7ecdc1b8398b004a290fc60be21fa718e59c1290..b7c0c34ed7fdfe6ac53f9e8737b6b585f6bc8dbf 100644 (file)
@@ -628,4 +628,4 @@ void SimpleNode::mergeFrom(Node const *src, gchar const *key) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 67070d0fceb05db834f1639f4b3ee01d4d2b26ee..7c5eb8fbdcff692cb198fbd20529c3a1e479370c 100644 (file)
@@ -166,4 +166,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index f6a0d968223f78c9882da51357036d4bd12662ff..e3aecf8fa97ad50881a398290af8006abaa49d93 100644 (file)
@@ -30,4 +30,4 @@ class SPCSSAttr : virtual public Inkscape::XML::Node {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index c608efd64e49408d74671b77e68c5a570b625d2e..94c1436a9e6250ed77370fad08c167bc813fa5ac 100644 (file)
@@ -62,4 +62,4 @@ void Subtree::removeObserver(NodeObserver &observer) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 07996e6a68b5c1a246b6c2c78fb947ccfdb13d0e..deee0cab1639a713c6c04a27edfc94eaf96df243 100644 (file)
@@ -74,4 +74,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index ef6e477abad5a22bfc0c86bf17d13c803b291936..b0b7c884bbfa32f43d6588a540bc68baf4d98683 100644 (file)
@@ -54,4 +54,4 @@ protected:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
index 33218c8ae2378131c88559fca59125d9af1f1066..bc7b8a405566b826d0e5bf307ef2c14c324a59e5 100644 (file)
@@ -55,4 +55,4 @@ struct TextNode;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :