History log of /inkscape/src/main.cpp
Revision Date Author Comments Expand
ce403fe58d5797e6eade54b606a9c9c73d22778a 15-May-2016 tavmjong-free <tavmjong@free.fr>

GTK3: Fix compile for GTK3 versions less than 3.16.

4e3f339f206fb67cf0f2ad086bdf4ea6430747f4 08-May-2016 tavmjong-free <tavmjong@free.fr>

Start of GTK3 external style sheet support.

c3f84ae23bbfb35bc90f6cf50f607c2cc79db19c 20-Nov-2015 insaner <launchpad@insaner.com>

window/task bar icon missing when installed in non-standard location

3e5363a5df0492469944038c83af8175b3d88222 30-Sep-2015 Adrian Johnson <ajohnson@redneon.com>

Change command line PostScript export level to 3 (bug #1432310)

8134091b19fa6b55da860b22070ee1f1ffd1ae06 08-May-2015 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Remove round_rectangle_outwards from helper/geom.h

f789e93464ce3e156a12bc353532047015b66e29 27-Apr-2015 Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr>

Just reread the entire diff against trunk. Given the diff size, i must have forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b)

aa9235c966804d9b8f8daa083a2d123d9d47d2bb 27-Feb-2015 Marc Jeanmougin <mc@localhost.localdomain>

corrected the casts (hopefully)

conn-avoid-ref.cpp desktop-style.cpp desktop-style.h document.cpp document.h extension/execution-env.cpp extension/implementation/implementation.cpp extension/implementation/script.cpp extension/internal/bitmap/imagemagick.cpp extension/internal/bluredge.cpp extension/internal/cairo-renderer.cpp extension/internal/filter/filter.cpp extension/internal/grid.cpp extension/internal/latex-text-renderer.cpp file.cpp filter-chemistry.cpp gradient-chemistry.cpp gradient-drag.cpp graphlayout.cpp live_effects/lpe-knot.cpp main.cpp object-snapper.cpp path-chemistry.cpp removeoverlap.cpp selcue.cpp selection-chemistry.cpp selection-chemistry.h selection-describer.cpp selection.cpp selection.h seltrans.cpp snap.cpp sp-conn-end.cpp sp-defs.cpp sp-filter.cpp sp-item-group.cpp sp-item-group.h sp-marker.cpp sp-object.h sp-pattern.cpp sp-switch.cpp splivarot.cpp splivarot.h text-chemistry.cpp text-editing.cpp trace/trace.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/export.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/find.cpp ui/dialog/find.h ui/dialog/font-substitution.cpp ui/dialog/font-substitution.h ui/dialog/glyphs.cpp ui/dialog/grid-arrange-tab.cpp ui/dialog/icon-preview.cpp ui/dialog/objects.cpp ui/dialog/polar-arrange-tab.cpp ui/dialog/tags.cpp ui/dialog/text-edit.cpp ui/dialog/transformation.cpp ui/interface.cpp ui/tools/connector-tool.cpp ui/tools/eraser-tool.cpp ui/tools/gradient-tool.cpp ui/tools/gradient-tool.h ui/tools/measure-tool.cpp ui/tools/mesh-tool.cpp ui/tools/select-tool.cpp ui/tools/spray-tool.cpp ui/tools/tweak-tool.cpp unclump.cpp unclump.h vanishing-point.cpp widgets/arc-toolbar.cpp widgets/connector-toolbar.cpp widgets/fill-style.cpp widgets/gradient-toolbar.cpp widgets/mesh-toolbar.cpp widgets/rect-toolbar.cpp widgets/spiral-toolbar.cpp widgets/star-toolbar.cpp widgets/stroke-style.cpp widgets/text-toolbar.cpp
8f8f7c7fe35e8c54bf8ce47fbb4d6021bd7a712d 26-Feb-2015 Liam P. White <inkscapebrony@gmail.com>

Rename libgc/ => inkgc/ to reflect difference from Boehm GC

c83fdd0e5de4555dcd3c0814071b8c681eb49a39 25-Feb-2015 Liam P. White <inkscapebrony@gmail.com>

Isolate components of libgc

acd93b79c034f4bcc8ff02de8aa877f70f081881 19-Feb-2015 Marc Jeanmougin <mc>

Put a few std::vector<SPitem*>

conn-avoid-ref.cpp desktop-style.cpp desktop-style.h desktop.cpp desktop.h document.cpp document.h extension/execution-env.cpp extension/implementation/implementation.cpp extension/implementation/script.cpp extension/internal/bitmap/imagemagick.cpp extension/internal/bluredge.cpp extension/internal/filter/filter.cpp extension/internal/grid.cpp file.cpp gradient-chemistry.cpp gradient-drag.cpp graphlayout.cpp graphlayout.h helper/png-write.cpp helper/png-write.h live_effects/lpe-knot.cpp main.cpp object-snapper.cpp path-chemistry.cpp path-chemistry.h removeoverlap.cpp removeoverlap.h selcue.cpp selection-chemistry.cpp selection-chemistry.h selection-describer.cpp selection.cpp selection.h seltrans.cpp seltrans.h snap.cpp snap.h sp-conn-end.cpp sp-item-group.cpp sp-item-group.h sp-lpe-item.cpp sp-marker.cpp sp-marker.h sp-pattern.cpp sp-pattern.h splivarot.cpp text-chemistry.cpp text-editing.cpp trace/trace.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/clonetiler.cpp ui/dialog/export.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/find.cpp ui/dialog/find.h ui/dialog/font-substitution.cpp ui/dialog/font-substitution.h ui/dialog/glyphs.cpp ui/dialog/grid-arrange-tab.cpp ui/dialog/icon-preview.cpp ui/dialog/objects.cpp ui/dialog/pixelartdialog.cpp ui/dialog/polar-arrange-tab.cpp ui/dialog/print.cpp ui/dialog/swatches.cpp ui/dialog/tags.cpp ui/dialog/text-edit.cpp ui/dialog/transformation.cpp ui/interface.cpp ui/tools/connector-tool.cpp ui/tools/eraser-tool.cpp ui/tools/gradient-tool.cpp ui/tools/lpe-tool.cpp ui/tools/measure-tool.cpp ui/tools/mesh-tool.cpp ui/tools/node-tool.cpp ui/tools/select-tool.cpp ui/tools/spray-tool.cpp ui/tools/text-tool.cpp ui/tools/tool-base.cpp ui/tools/tweak-tool.cpp ui/widget/object-composite-settings.cpp ui/widget/style-subject.cpp unclump.cpp unclump.h vanishing-point.cpp widgets/arc-toolbar.cpp widgets/connector-toolbar.cpp widgets/fill-style.cpp widgets/gradient-toolbar.cpp widgets/mesh-toolbar.cpp widgets/rect-toolbar.cpp widgets/spiral-toolbar.cpp widgets/star-toolbar.cpp widgets/stroke-style.cpp widgets/stroke-style.h widgets/text-toolbar.cpp
0de73848362e95b081e5fa85f910d6481094b2b9 17-Feb-2015 Marc Jeanmougin <mc@localhost.localdomain>

At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on.

/inkscape/.cproject /inkscape/.project conn-avoid-ref.cpp desktop-style.cpp desktop-style.h extension/execution-env.cpp extension/implementation/implementation.cpp extension/implementation/script.cpp extension/internal/bitmap/imagemagick.cpp extension/internal/bluredge.cpp extension/internal/cairo-renderer.cpp extension/internal/filter/filter.cpp extension/internal/grid.cpp extension/internal/latex-text-renderer.cpp file.cpp filter-chemistry.cpp gradient-chemistry.cpp gradient-drag.cpp graphlayout.cpp graphlayout.h helper/png-write.cpp helper/png-write.h live_effects/lpe-knot.cpp main.cpp object-snapper.cpp path-chemistry.cpp path-chemistry.h removeoverlap.cpp removeoverlap.h selcue.cpp selection-chemistry.cpp selection-chemistry.h selection-describer.cpp selection.cpp selection.h seltrans.cpp seltrans.h snap.cpp snap.h sp-conn-end.cpp sp-defs.cpp sp-filter.cpp sp-item-group.cpp sp-item-group.h sp-lpe-item.cpp sp-marker.cpp sp-marker.h sp-object.cpp sp-object.h sp-pattern.cpp sp-pattern.h sp-switch.cpp sp-switch.h splivarot.cpp text-chemistry.cpp text-editing.cpp trace/trace.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/clonetiler.cpp ui/dialog/export.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/find.cpp ui/dialog/find.h ui/dialog/glyphs.cpp ui/interface.cpp unclump.cpp unclump.h vanishing-point.cpp widgets/arc-toolbar.cpp widgets/connector-toolbar.cpp widgets/fill-style.cpp widgets/gradient-toolbar.cpp widgets/mesh-toolbar.cpp widgets/rect-toolbar.cpp widgets/spiral-toolbar.cpp widgets/star-toolbar.cpp widgets/stroke-style.cpp widgets/stroke-style.h widgets/text-toolbar.cpp
3c5ddb51d857f6e6cc04b2bfc17025675419f668 04-Feb-2015 JazzyNico <nicoduf@yahoo.fr>

Fix for Bug #1417990 (Trunk: crash on export to PS/EPS/PDF via command line (rev >= 13880)).

da4bca199b132e21ceb5b375d1c25ba251c73bef 03-Nov-2014 apenner <penner@vaxxine.com>

default export dpi = 96

cee084c8a6394fa638af2629ca8670ca138ed706 05-Oct-2014 Liam P. White <inkscapebrony@gmail.com>

Move obvious ui component to ui/

3e3e2a49f82b250cb852586703fbc460b3ca20e4 27-Jun-2014 Liam P. White <inkscapebrony@gmail.com>

5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application

box3d.cpp conn-avoid-ref.cpp desktop.cpp desktop.h dialogs/dialog-events.cpp dialogs/dialog-events.h document-undo.cpp document-undo.h document.cpp document.h extension/effect.cpp extension/implementation/script.cpp extension/internal/cdr-input.cpp extension/internal/pdfinput/pdf-input.cpp extension/internal/vsd-input.cpp extension/system.cpp file.cpp graphlayout.cpp helper/stock-items.cpp inkscape.cpp inkscape.h inkview.cpp interface.cpp line-geometry.cpp live_effects/effect.cpp live_effects/lpe-bspline.cpp live_effects/lpe-envelope-perspective.cpp live_effects/lpe-lattice2.cpp live_effects/parameter/text.cpp main-cmdlineact.cpp main.cpp persp3d.cpp selection-chemistry.cpp selection.cpp sp-item.cpp tools-switch.cpp ui/dialog/align-and-distribute.cpp ui/dialog/clonetiler.cpp ui/dialog/desktop-tracker.cpp ui/dialog/desktop-tracker.h ui/dialog/dialog.cpp ui/dialog/dialog.h ui/dialog/document-metadata.cpp ui/dialog/document-metadata.h ui/dialog/document-properties.cpp ui/dialog/document-properties.h ui/dialog/export.cpp ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/fill-and-stroke.h ui/dialog/grid-arrange-tab.cpp ui/dialog/panel-dialog.h ui/dialog/symbols.cpp ui/dialog/transformation.cpp ui/tools/connector-tool.cpp ui/view/view.cpp ui/widget/dock.cpp ui/widget/imageicon.cpp ui/widget/object-composite-settings.h ui/widget/panel.cpp ui/widget/panel.h vanishing-point.cpp verbs.cpp widgets/box3d-toolbar.cpp widgets/desktop-widget.cpp widgets/gradient-vector.cpp widgets/select-toolbar.cpp widgets/sp-widget.cpp widgets/sp-widget.h widgets/stroke-marker-selector.cpp
30f9f4fe4daca79803eb15c44fea79502bf3ce72 27-Jun-2014 Liam P. White <inkscapebrony@gmail.com>

Move constructor/destructor into private section, remove protected section. Rename init(). Add to-do list.

bdd77920088d5498d22675b0ed6c1cdb843bc51b 26-Jun-2014 Liam P. White <inkscapebrony@gmail.com>

Convert accidental member accesses into static function accesses

52cad88e59adf0342e9294b9249b96bffe8fbe9e 26-Jun-2014 Liam P. White <inkscapebrony@gmail.com>

4. further refactor Application class; create proper singleton, encapsulate members, simplify signals

6cc2da37c4f1d408dbc9ca92ee622d4093f554fb 26-Jun-2014 Liam P. White <inkscapebrony@gmail.com>

3. remove dead code, refactor existing code. Connect overlooked signals.

1989682aa0e9162a46a309839ea541ff98bd83c1 25-Jun-2014 Liam P. White <inkscapebrony@gmail.com>

1. make it compile

box3d.cpp desktop.cpp document-undo.cpp document.cpp extension/effect.cpp extension/error-file.cpp extension/extension.cpp extension/implementation/script.cpp extension/init.cpp extension/internal/cdr-input.cpp extension/internal/filter/filter-file.cpp extension/internal/pdfinput/pdf-input.cpp extension/internal/vsd-input.cpp extension/system.cpp file.cpp inkscape-private.h inkscape.cpp inkscape.h inkview.cpp interface.cpp io/resource.cpp live_effects/lpe-perspective_path.cpp main-cmdlineact.cpp main.cpp persp3d.cpp preferences.cpp selection-chemistry.cpp selection.cpp shortcuts.cpp tools-switch.cpp ui/dialog/export.cpp ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/inkscape-preferences.cpp ui/dialog/swatches.cpp ui/dialog/symbols.cpp ui/dialog/template-load-tab.cpp ui/view/view.cpp vanishing-point.cpp verbs.cpp widgets/box3d-toolbar.cpp widgets/desktop-widget.cpp widgets/icon.cpp
67bc89481d6d169da17efc38cf39c616dec58d58 03-Jun-2014 mathog <>

Fix for bugs 1262782 and 1262792

50432d329d79df8db572107c587a239727cc6ebf 05-Apr-2014 Martin Owens <doctormo@gmail.com>

Allow command line options -i and -j to effect plain-svg output, this involves cropping and reducing.

f48bc4de4380356aed46fb4484ce68e21fe7bcf0 03-Apr-2014 Martin Owens <doctormo@gmail.com>

Use the save mechanism from the export instead of suplicating code to save an svg. Fixes bug #500440 also clean vacuum defs from command line which should be using extension also.

942fad96b23fb5d413a80866fab06905fb9befaf 29-Mar-2014 Markus Engel <markus.engel@tum.de>

Removed obsolete header file.

3e81ab982a9c97363775152a78e2876757f14103 27-Jan-2014 Martin Owens <doctormo@gmail.com>

Protect pdf and png exports from failure and output reasonalbe warnings.

326d88b20a5552486f5cd3e39b9b8f1856be3412 27-Jan-2014 Martin Owens <doctormo@gmail.com>

Protect export options from blank filenames, png, pdf, emf and wmf. This should fix Bug #941103

9ebe2da593292f923c30f6d89a408b7d1ad7b708 02-Jan-2014 JazzyNico <nicoduf@yahoo.fr>

Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in Windows 7) by Max Gaukler.

35b6196eeb37dce8eb695a4f814727dbdb7164cd 21-Nov-2013 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>

reorder header file includes. Because glibmm depends on a deprecated/threads.h of glib, it has to be included first.

c595882a48c70bd140a3c36e88c6ae1c24a0d52a 13-Nov-2013 JazzyNico <nicoduf@yahoo.fr>

Add command line support for EMF and WMF export, by David Mathog.

5f19756f48574526dda8abedebf811c9d1456e80 07-Nov-2013 Markus Engel <markus.engel@tum.de>

First step of moving tools into appropriate namespaces.

arc-context.cpp arc-context.h box3d-context.cpp box3d-context.h common-context.cpp common-context.h connector-context.cpp connector-context.h context-fns.cpp context-fns.h desktop-events.cpp desktop-handles.cpp desktop-handles.h desktop.cpp desktop.h dialogs/dialog-events.cpp doxygen-main.cpp draw-anchor.cpp draw-anchor.h draw-context.cpp draw-context.h dropper-context.cpp dropper-context.h dyna-draw-context.cpp dyna-draw-context.h eraser-context.cpp eraser-context.h event-context.cpp event-context.h flood-context.cpp flood-context.h gradient-chemistry.cpp gradient-context.cpp gradient-context.h helper/window.cpp inkscape-private.h inkscape.cpp inkscape.h knot.cpp live_effects/effect.cpp live_effects/lpe-line_segment.cpp live_effects/parameter/path.cpp lpe-tool-context.cpp lpe-tool-context.h main.cpp measure-context.cpp measure-context.h mesh-context.cpp mesh-context.h pen-context.cpp pen-context.h pencil-context.cpp pencil-context.h persp3d.cpp persp3d.h proofs rect-context.cpp rect-context.h select-context.cpp select-context.h selection-chemistry.cpp seltrans.cpp shortcuts.cpp spiral-context.cpp spiral-context.h spray-context.cpp spray-context.h star-context.cpp star-context.h text-context.cpp text-context.h tool-factory.h tools-switch.cpp tweak-context.cpp tweak-context.h ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/dialog.cpp ui/dialog/layer-properties.cpp ui/dialog/layers.cpp ui/dialog/xml-tree.cpp ui/tool/control-point-selection.cpp ui/tool/control-point-selection.h ui/tool/control-point.cpp ui/tool/control-point.h ui/tool/curve-drag-point.cpp ui/tool/curve-drag-point.h ui/tool/manipulator.h ui/tool/multi-path-manipulator.cpp ui/tool/multi-path-manipulator.h ui/tool/node-tool.cpp ui/tool/node-tool.h ui/tool/node.cpp ui/tool/node.h ui/tool/path-manipulator.cpp ui/tool/path-manipulator.h ui/tool/selector.cpp ui/tool/selector.h ui/tool/transform-handle-set.cpp ui/tool/transform-handle-set.h ui/widget/rotateable.cpp ui/widget/spinbutton.cpp vanishing-point.cpp verbs.cpp widgets/connector-toolbar.cpp widgets/fill-style.cpp widgets/gradient-toolbar.cpp widgets/lpe-toolbar.cpp widgets/mesh-toolbar.cpp widgets/node-toolbar.cpp widgets/paintbucket-toolbar.cpp widgets/pencil-toolbar.cpp widgets/sp-color-notebook.cpp widgets/spinbutton-events.cpp widgets/text-toolbar.cpp widgets/toolbox.cpp widgets/toolbox.h widgets/tweak-toolbar.cpp zoom-context.cpp zoom-context.h
a235c2b827a388f0ee109359c3c3e5119197a908 24-Sep-2013 bryce <bryce@canonical.com>

Fix my email address through codebase

35636e0c762d50c37515a072b12bdc0197afd24c 28-Aug-2013 Matthew Petroff <matthew@mpetroff.net>

Improve code readability.

fc2e20aa610641335a34aa9b6604c3c4ec0ae7c4 05-Aug-2013 Matthew Petroff <matthew@mpetroff.net>

Switched to global UnitTable.

c751b68e56ace7b9d649ee20b7f25ed1f65922e3 01-Aug-2013 Matthew Petroff <matthew@mpetroff.net>

Eliminate "unit-constants.h".

66dfa5c3094a0271d3640678e2a8cb8eafb3f141 17-Jul-2013 Alex Valavanis <valavanisalex@gmail.com>

Fix remaining g_type_init deprecation issues

5a50399d73848f325bc99bf005fd990900a670a2 10-Jul-2013 Eric Greveson <eric@greveson.co.uk>

Added "dbus-name" command line option to allow a D-Bus bus name other than "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session.

df25fb9885def2805a4399e8f20d43efb693949a 05-Jul-2013 Eric Greveson <eric@greveson.co.uk>

Fix for builds without --enable-dbusapi (missing #ifdef)

f2614fa5142149207082d04e9b039c4520fa0856 03-Jul-2013 Eric Greveson <eric@greveson.co.uk>

Modified dbus interface so that it works in console mode (--dbus-listen) Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode

27e8a544f1ad1e2044b3e993fe7236e16ac099c7 01-Jul-2013 Eric Greveson <eric@greveson.co.uk>

Factored layer model out into new Inkscape::LayerModel class. This allows Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes.

CMakeLists.txt Makefile_insert desktop.cpp desktop.h dyna-draw-context.cpp eraser-context.cpp extension/dbus/document-interface.cpp extension/effect.cpp extension/effect.h extension/internal/bluredge.cpp extension/internal/filter/filter-all.cpp flood-context.cpp helper/CMakeLists.txt helper/Makefile_insert helper/action.cpp helper/action.h inkscape.cpp interface.cpp main-cmdlineact.cpp main-cmdlineact.h main.cpp selection-describer.cpp selection.cpp selection.h shortcuts.cpp splivarot.cpp splivarot.h spray-context.cpp ui/dialog/layers.cpp ui/dialog/swatches.cpp ui/dialog/symbols.cpp ui/widget/page-sizer.cpp ui/widget/style-swatch.cpp verbs.cpp verbs.h widgets/button.cpp widgets/desktop-widget.cpp widgets/gradient-selector.cpp widgets/lpe-toolbar.cpp widgets/select-toolbar.cpp widgets/toolbox.cpp
fd9ba6922d65c04e71e9b018e7ffdc270425ef5a 07-Jun-2013 VinĂ­cius dos Santos Oliveira <vini.ipsmaker@gmail.com>

Refactor --export-pdf-version detection. If the user try to export the pdf and ps versions at one run, the sp_export_pdf detection would fail. A better approach (this commit) is to check the mime argument.

1bb16e051f38f36841ad5c9a5d0d553e954370ea 06-Jun-2013 VinĂ­cius dos Santos Oliveira <vini.ipsmaker@gmail.com>

Fixes r12348 and r12350. Typo error (sp_export_pdf_version instead sp_export_pdf).

7776f066c66a9be51de5153265850d115fac1bf8 05-Jun-2013 VinĂ­cius dos Santos Oliveira <vini.ipsmaker@gmail.com>

Add option to set --export-ps-level. Fixes bug #669748. Moreover, a bug in --export-pdf-version was fixed. The bug made Inkscape crash if someone try to export a ps file.

7d0a24e5df88fe8f24c72a6d5ef1d96e13ae9bd8 05-Jun-2013 VinĂ­cius dos Santos Oliveira <vini.ipsmaker@gmail.com>

Add command line option to specify PDF export version. Patch from schwieni. From the patch's author: Additional command line option added to export to different PDF-versions supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must provide the exact string found in the PDF-export dialog of Inkscape. This feature was previously only accessible via the GUI of Inkscape. This option is useful for people opting for PDF-a conformance in their PDFs. Moreover, the Extension and Parameter classes are extended by setters for enum parameters (used in combo boxes).

ce7f8ea4d3bacd06724d8b0143cf13f7770460d8 10-Apr-2013 Markus Engel <markus.engel@tum.de>

Removed old SPObject factory.

197f4f627044258ec5846db5304be2a96ff3320f 06-Apr-2013 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>

add --export-margin option to PDF/EPS/PS export cmdline

0a7b156efd8eda8ee5e09f6fb37a83f308b9fc82 02-Apr-2013 Markus Engel <markus.engel@tum.de>

Cleaned up a bit. Uses some C++11 features.

92eb663500564c06258bc74260952f9fe89258d1 26-Mar-2013 Alex Valavanis <valavanisalex@googlemail.com>

Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible check for X11 backend

2a0770ab8e651d1796b513a24205f30e458357b1 30-Nov-2012 John Smith <john.smith7545@yahoo.com>

Fix for 430301 : core dump exporting to non existing folder

0925dca1a75222e8ea0f8a458ce3cfc3bd171042 29-Nov-2012 John Smith <john.smith7545@yahoo.com>

Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive is present

4ccb9ee772c82b365be7c93b0776250c57f6d126 09-Oct-2012 JazzyNico <nicoduf@yahoo.fr>

Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Philipp Hagemeister. Greek and French man page translations updated.

e4a094fa5446f7e5e226a3b10fdb7bf676808863 07-Oct-2012 JazzyNico <nicoduf@yahoo.fr>

Translations. Fix for Bug #425202 (Script messages not translated).

/inkscape/share/extensions/convert2dashes.py /inkscape/share/extensions/dimension.py /inkscape/share/extensions/draw_from_triangle.py /inkscape/share/extensions/dxf_outlines.py /inkscape/share/extensions/embedimage.py /inkscape/share/extensions/export_gimp_palette.py /inkscape/share/extensions/extractimage.py /inkscape/share/extensions/funcplot.py /inkscape/share/extensions/gcodetools.py /inkscape/share/extensions/generate_voronoi.py /inkscape/share/extensions/gimp_xcf.py /inkscape/share/extensions/guides_creator.py /inkscape/share/extensions/guillotine.py /inkscape/share/extensions/inkex.py /inkscape/share/extensions/interp_att_g.py /inkscape/share/extensions/jessyInk_autoTexts.py /inkscape/share/extensions/jessyInk_effects.py /inkscape/share/extensions/jessyInk_export.py /inkscape/share/extensions/jessyInk_keyBindings.py /inkscape/share/extensions/jessyInk_masterSlide.py /inkscape/share/extensions/jessyInk_mouseHandler.py /inkscape/share/extensions/jessyInk_summary.py /inkscape/share/extensions/jessyInk_transitions.py /inkscape/share/extensions/jessyInk_video.py /inkscape/share/extensions/jessyInk_view.py /inkscape/share/extensions/launch_webbrowser.py /inkscape/share/extensions/markers_strokepaint.py /inkscape/share/extensions/pathalongpath.py /inkscape/share/extensions/pathmodifier.py /inkscape/share/extensions/pathscatter.py /inkscape/share/extensions/perspective.py /inkscape/share/extensions/polyhedron_3d.py /inkscape/share/extensions/render_alphabetsoup.py /inkscape/share/extensions/render_barcode_datamatrix.py /inkscape/share/extensions/replace_font.py /inkscape/share/extensions/summersnight.py /inkscape/share/extensions/svg_and_media_zip_output.py /inkscape/share/extensions/uniconv-ext.py /inkscape/share/extensions/uniconv_output.py /inkscape/share/extensions/voronoi2svg.py /inkscape/share/extensions/web-set-att.py /inkscape/share/extensions/web-transmit-att.py /inkscape/share/extensions/webslicer_create_group.py /inkscape/share/extensions/webslicer_create_rect.py /inkscape/share/extensions/webslicer_export.py /inkscape/share/extensions/wireframe_sphere.py main.cpp
17238dd97c572210f1036dd8a7a8657e67bfa9c3 04-Oct-2012 Campbell Barton <ideasman42@gmail.com>

code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere.

arc-context.cpp box3d.cpp color.cpp conn-avoid-ref.cpp desktop-events.cpp desktop-handles.cpp desktop-style.cpp device-manager.cpp dir-util.cpp document.cpp draw-context.cpp dropper-context.cpp dyna-draw-context.cpp ege-adjustment-action.cpp eraser-context.cpp event-context.cpp extract-uri.cpp filter-chemistry.cpp flood-context.cpp gradient-chemistry.cpp gradient-context.cpp gradient-drag.cpp ink-comboboxentry-action.cpp inkscape.cpp interface.cpp main.cpp measure-context.cpp mod360.cpp pen-context.cpp rect-context.cpp removeoverlap.cpp resource-manager.cpp satisfied-guide-cns.cpp select-context.cpp selection-chemistry.cpp selection-describer.cpp sp-image.cpp sp-item-notify-moveto.cpp sp-item-rm-unsatisfied-cns.cpp sp-item-transform.cpp sp-item-update-cns.cpp sp-item.cpp sp-mesh-array.cpp sp-object-repr.cpp sp-object.cpp sp-offset.cpp sp-pattern.cpp spiral-context.cpp splivarot.cpp spray-context.cpp star-context.cpp style.cpp text-chemistry.cpp tweak-context.cpp unclump.cpp vanishing-point.cpp
0b23283fdad70584cd777fa4bfccf0a1367dc192 01-Oct-2012 John Smith <john.smith7545@yahoo.com>

Fix for 1059132 : --export-pdf crashes with inkscape trunk

9f7129a3f49f08aabb009542d8e410de71a90d9f 16-Jul-2012 JazzyNico <nicoduf@yahoo.fr>

Fix for Bug #425202 (Script messages not translated).

7a7345e59acafc35c32fdae5f0ceb5cf4b62bdfc 05-Jul-2012 Alex Valavanis <valavanisalex@gmail.com>

Drop GTK+ 2.20 support.

/inkscape/configure.ac Makefile_insert arc-context.cpp box3d-context.cpp compat-key-syms.h connector-context.cpp desktop-events.cpp device-manager.cpp dialogs/dialog-events.cpp draw-context.cpp dropper-context.cpp dyna-draw-context.cpp ege-adjustment-action.cpp eraser-context.cpp event-context.cpp extension/param/bool.cpp extension/param/description.cpp extension/param/enum.cpp extension/param/float.cpp extension/param/int.cpp extension/param/radiobutton.cpp extension/param/string.cpp flood-context.cpp gradient-context.cpp inkview.cpp interface.cpp knot.cpp libgdl/gdl-dock-item-grip.c libgdl/gdl-dock-item.c main.cpp measure-context.cpp mesh-context.cpp pen-context.cpp pencil-context.cpp rect-context.cpp select-context.cpp seltrans.cpp shortcuts.cpp spiral-context.cpp spray-context.cpp star-context.cpp text-context.cpp tweak-context.cpp ui/dialog/aboutbox.cpp ui/dialog/color-item.cpp ui/dialog/dialog.cpp ui/dialog/document-properties.cpp ui/dialog/export.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/glyphs.cpp ui/dialog/input.cpp ui/dialog/xml-tree.cpp ui/tool/control-point-selection.cpp ui/tool/control-point.cpp ui/tool/event-utils.cpp ui/tool/modifier-tracker.cpp ui/tool/multi-path-manipulator.cpp ui/tool/node-tool.cpp ui/tool/node.cpp ui/tool/selector.cpp ui/widget/filter-effect-chooser.cpp ui/widget/object-composite-settings.cpp ui/widget/preferences-widget.cpp ui/widget/spinbutton.cpp verbs.cpp widgets/button.cpp widgets/desktop-widget.cpp widgets/spinbutton-events.cpp widgets/toolbox.cpp zoom-context.cpp
4ec2118d69b6f286b99e6d907fd9cf96f4f7cc9b 26-May-2012 John Smith <removethis.john.q.public@bigmail.com>

Fix for 903772 : Support --export-text-to-path when outputting plain SVG

ede33ce30cc5c82eb86178da0d073191deb75696 12-May-2012 Kris <Kris.De.Gussem@hotmail.com>

Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape should return non-0 on 'errors')

cb636f65fa2a5cd40ff3d571719326351ae68ad8 03-May-2012 Jon A. Cruz <jon@joncruz.org>

Eliminated duplication of GTK key defines.

Makefile_insert arc-context.cpp box3d-context.cpp compat-key-syms.h connector-context.cpp desktop-events.cpp dialogs/dialog-events.cpp draw-context.cpp dropper-context.cpp dyna-draw-context.cpp ege-adjustment-action.cpp eraser-context.cpp event-context.cpp flood-context.cpp gradient-context.cpp inkview.cpp interface.cpp knot.cpp main.cpp pen-context.cpp pencil-context.cpp rect-context.cpp select-context.cpp seltrans.cpp shortcuts.cpp spiral-context.cpp spray-context.cpp star-context.cpp text-context.cpp tweak-context.cpp ui/dialog/xml-tree.cpp ui/tool/control-point-selection.cpp ui/tool/control-point.cpp ui/tool/event-utils.cpp ui/tool/modifier-tracker.cpp ui/tool/multi-path-manipulator.cpp ui/tool/node-tool.cpp ui/tool/node.cpp ui/tool/selector.cpp ui/widget/spinbutton.cpp verbs.cpp widgets/toolbox.cpp zoom-context.cpp
32add6f916cb26b468b5bec439ba18dc2629a200 22-Apr-2012 Kris <Kris.De.Gussem@hotmail.com>

some more string class usage

126aa5b056be3aec870a698c7a7d99df41ce12d8 15-Apr-2012 Alex Valavanis <valavanisalex@gmail.com>

Get rid of remaining deprecated GDK Key symbols

1b3a8414f17dc95fc921d999ea715c99d10dd4aa 26-Feb-2012 Alex Valavanis <valavanisalex@gmail.com>

Clean up all remaining false warnings from Gtkmm

libnrtype/font-lister.h live_effects/effect.cpp live_effects/lpe-lattice.h live_effects/lpe-powerstroke.h live_effects/lpe-rough-hatches.cpp live_effects/lpe-ruler.h live_effects/lpe-spiro.h live_effects/parameter/bool.cpp live_effects/parameter/originalpath.cpp live_effects/parameter/path.cpp live_effects/parameter/point.cpp live_effects/parameter/text.cpp live_effects/parameter/vector.cpp main.cpp ui/context-menu.cpp ui/dialog/aboutbox.cpp ui/dialog/align-and-distribute.cpp ui/dialog/align-and-distribute.h ui/dialog/calligraphic-profile-rename.cpp ui/dialog/dialog.cpp ui/dialog/document-metadata.cpp ui/dialog/document-metadata.h ui/dialog/document-properties.cpp ui/dialog/document-properties.h ui/dialog/extension-editor.cpp ui/dialog/extension-editor.h ui/dialog/extensions.cpp ui/dialog/filedialog.cpp ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/filedialogimpl-gtkmm.h ui/dialog/fill-and-stroke.h ui/dialog/filter-effects-dialog.cpp ui/dialog/find.cpp ui/dialog/find.h ui/dialog/floating-behavior.cpp ui/dialog/floating-behavior.h ui/dialog/glyphs.cpp ui/dialog/glyphs.h ui/dialog/icon-preview.cpp ui/dialog/inkscape-preferences.cpp ui/dialog/inkscape-preferences.h ui/dialog/input.cpp ui/dialog/layer-properties.cpp ui/dialog/layer-properties.h ui/dialog/layers.cpp ui/dialog/layers.h ui/dialog/livepatheffect-editor.cpp ui/dialog/livepatheffect-editor.h ui/dialog/memory.cpp ui/dialog/object-properties.cpp ui/dialog/object-properties.h ui/dialog/ocaldialogs.cpp ui/dialog/panel-dialog.h ui/dialog/scriptdialog.cpp ui/dialog/spellcheck.cpp ui/dialog/spellcheck.h ui/dialog/svg-fonts-dialog.cpp ui/dialog/svg-fonts-dialog.h ui/dialog/swatches.cpp ui/dialog/swatches.h ui/dialog/text-edit.cpp ui/dialog/text-edit.h ui/dialog/tile.cpp ui/dialog/tile.h ui/dialog/tracedialog.cpp ui/dialog/tracedialog.h ui/dialog/transformation.cpp ui/dialog/undo-history.cpp ui/dialog/undo-history.h ui/tool/path-manipulator.cpp ui/widget/color-picker.cpp ui/widget/dock-item.cpp ui/widget/dock.cpp ui/widget/dock.h ui/widget/filter-effect-chooser.cpp ui/widget/filter-effect-chooser.h ui/widget/labelled.cpp ui/widget/labelled.h ui/widget/layer-selector.cpp ui/widget/licensor.cpp ui/widget/notebook-page.h ui/widget/object-composite-settings.cpp ui/widget/object-composite-settings.h ui/widget/page-sizer.cpp ui/widget/page-sizer.h ui/widget/point.h ui/widget/preferences-widget.cpp ui/widget/preferences-widget.h ui/widget/selected-style.cpp ui/widget/selected-style.h ui/widget/style-swatch.cpp ui/widget/style-swatch.h ui/widget/text.cpp ui/widget/text.h verbs.cpp widgets/dash-selector.cpp widgets/dash-selector.h widgets/desktop-widget.cpp widgets/paint-selector.cpp widgets/spw-utilities.cpp widgets/stroke-style.cpp widgets/toolbox.cpp
74f9c778a773984d73b82d8b954e13c4e0e40183 25-Feb-2012 Alex Valavanis <valavanisalex@gmail.com>

Header cleaning

47badd0035ae8c9135c51444f3770b17ae504dda 12-Feb-2012 Alex Valavanis <valavanisalex@gmail.com>

Header cleaning

arc-context.cpp attributes.h box3d-context.cpp conn-avoid-ref.cpp connector-context.cpp desktop-events.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/spellcheck.cpp dialogs/text-edit.cpp dialogs/xml-tree.cpp display/canvas-grid.cpp document.cpp document.h draw-context.cpp dropper-context.cpp dyna-draw-context.cpp eraser-context.cpp extension/effect.cpp extension/effect.h extension/execution-env.cpp extension/internal/gdkpixbuf-input.cpp extension/internal/pdfinput/pdf-input.cpp extension/system.cpp file.cpp flood-context.cpp gradient-context.cpp gradient-drag.cpp inkscape.cpp inkview.cpp interface.cpp knot.cpp knotholder.cpp live_effects/lpe-knot.cpp live_effects/lpe-patternalongpath.h live_effects/parameter/enum.h live_effects/parameter/path.cpp live_effects/parameter/unit.cpp live_effects/parameter/vector.cpp main.cpp path-chemistry.cpp persp3d.cpp profile-manager.cpp rect-context.cpp resource-manager.cpp select-context.cpp selection-chemistry.cpp seltrans.cpp sp-filter.h sp-font-face.cpp sp-glyph-kerning.cpp sp-glyph.cpp sp-guide.cpp sp-item-group.cpp sp-namedview.cpp sp-object.h spiral-context.cpp splivarot.cpp spray-context.cpp spray-context.h star-context.cpp text-chemistry.cpp text-context.cpp trace/trace.cpp tweak-context.cpp ui/context-menu.cpp ui/dialog/align-and-distribute.cpp ui/dialog/color-item.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/glyphs.cpp ui/dialog/guides.cpp ui/dialog/icon-preview.cpp ui/dialog/layer-properties.cpp ui/dialog/layers.cpp ui/dialog/livepatheffect-editor.cpp ui/dialog/object-properties.cpp ui/dialog/print.cpp ui/dialog/print.h ui/dialog/svg-fonts-dialog.cpp ui/dialog/swatches.cpp ui/dialog/tile.cpp ui/dialog/transformation.cpp ui/dialog/undo-history.cpp ui/tool/multi-path-manipulator.cpp ui/widget/color-picker.cpp ui/widget/color-picker.h ui/widget/combo-enums.h ui/widget/entity-entry.cpp ui/widget/layer-selector.cpp ui/widget/licensor.cpp ui/widget/object-composite-settings.cpp ui/widget/registered-widget.h ui/widget/ruler.cpp ui/widget/selected-style.cpp ui/widget/tolerance-slider.cpp vanishing-point.cpp verbs.h widgets/desktop-widget.cpp widgets/fill-style.cpp widgets/font-selector.h widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/select-toolbar.cpp widgets/sp-attribute-widget.cpp widgets/sp-color-selector.h widgets/sp-xmlview-content.cpp widgets/stroke-style.cpp widgets/swatch-selector.cpp xml/node.h
907793259ac834a90b0ea42827e89406eeb06f6e 07-Jan-2012 Kris <Kris.De.Gussem@hotmail.com>

dropped deprecated function sp_repr_get_double_attribute

153bb1867986d6db392e2cfa711ad6231fce8abe 27-Oct-2011 Jon A. Cruz <jon@joncruz.org>

Fixing more broken and split doc comments.

2geom/sbasis-geometric.cpp 2geom/sbasis-roots.cpp 2geom/shape.cpp 2geom/svg-path-parser.cpp 2geom/utils.cpp bind/dobinding.cpp color.cpp connector-context.cpp deptool.cpp desktop-style.cpp desktop.cpp desktop.h display/canvas-temporary-item-list.cpp display/canvas-temporary-item.cpp display/snap-indicator.cpp display/sp-canvas.cpp document-undo.cpp document.cpp dom/cssreader.cpp dom/domimpl.cpp dom/domptr.cpp dom/domstring.cpp dom/io/base64stream.cpp dom/io/bufferstream.cpp dom/io/domstream.cpp dom/io/gzipstream.cpp dom/io/stringstream.cpp dom/io/uristream.cpp dom/lsimpl.cpp dom/odf/odfdocument.cpp dom/prop-css.cpp dom/prop-css2.cpp dom/prop-svg.cpp dom/smilimpl.cpp dom/svgimpl.cpp dom/svgreader.cpp dom/uri.cpp dom/util/digest.cpp dom/util/thread.cpp dom/util/ziptool.cpp dom/xmlreader.cpp dom/xmlwriter.cpp dom/xpathimpl.cpp dom/xpathparser.cpp dom/xpathtoken.cpp event-context.cpp extension/internal/odf.cpp extension/internal/pdfinput/pdf-input.cpp extension/internal/pdfinput/pdf-parser.cpp extension/internal/pdfinput/svg-builder.cpp extension/script/InkscapeScript.cpp guide-snapper.cpp helper/action.cpp helper/geom-nodetype.cpp helper/geom.cpp id-clash.cpp io/base64stream.cpp io/gzipstream.cpp io/inkscapestream.cpp io/resource.cpp io/stringstream.cpp io/uristream.cpp io/xsltstream.cpp io/xsltstream.h knot-holder-entity.cpp knot.cpp knot.h libvpsc/block.cpp libvpsc/block.h libvpsc/blocks.cpp libvpsc/blocks.h libvpsc/csolve_VPSC.cpp libvpsc/remove_rectangle_overlap.cpp libvpsc/remove_rectangle_overlap.h libvpsc/solve_VPSC.cpp libvpsc/solve_VPSC.h libvpsc/variable.cpp line-snapper.cpp main.cpp object-hierarchy.cpp object-hierarchy.h object-snapper.cpp object-snapper.h registrytool.cpp registrytool.h rubberband.cpp selection.cpp selection.h snap-preferences.cpp snap-preferences.h snap.cpp snap.h sp-object.cpp sp-object.h svg-view-widget.cpp svg-view-widget.h svg-view.cpp svg-view.h trace/trace.cpp trace/trace.h ui/dialog/desktop-tracker.cpp ui/dialog/desktop-tracker.h ui/dialog/find.cpp ui/view/view-widget.cpp ui/view/view-widget.h ui/view/view.cpp ui/view/view.h ui/widget/button.cpp ui/widget/color-picker.cpp ui/widget/color-preview.cpp ui/widget/dock-item.cpp ui/widget/entity-entry.cpp ui/widget/entry.cpp ui/widget/handlebox.cpp ui/widget/icon-widget.cpp ui/widget/labelled.cpp ui/widget/labelled.h ui/widget/licensor.cpp ui/widget/notebook-page.cpp ui/widget/notebook-page.h ui/widget/page-sizer.cpp ui/widget/panel.cpp ui/widget/panel.h ui/widget/point.cpp ui/widget/point.h ui/widget/preferences-widget.cpp ui/widget/preferences-widget.h ui/widget/random.cpp ui/widget/random.h ui/widget/registered-widget.cpp ui/widget/registered-widget.h ui/widget/registry.cpp ui/widget/rendering-options.cpp ui/widget/rendering-options.h ui/widget/rotateable.cpp ui/widget/scalar-unit.cpp ui/widget/scalar-unit.h ui/widget/scalar.cpp ui/widget/scalar.h ui/widget/selected-style.cpp ui/widget/spin-slider.cpp ui/widget/spinbutton.cpp ui/widget/spinbutton.h ui/widget/style-subject.cpp ui/widget/svg-canvas.cpp ui/widget/text.cpp ui/widget/text.h ui/widget/tolerance-slider.cpp ui/widget/tolerance-slider.h ui/widget/toolbox.cpp ui/widget/unit-menu.cpp ui/widget/unit-menu.h ui/widget/zoom-status.cpp uri.cpp uri.h util/expression-evaluator.cpp util/expression-evaluator.h
36bb2154f1627a17c3591eb4d7f89335e8b5dadd 27-Aug-2011 Krzysztof Kosinski <tweenk.pl@gmail.com>

Refactor SPItem bounding box methods: remove NRRect usage and make code using them more obvious. Fix filter region computation.

conn-avoid-ref.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/spellcheck.cpp display/nr-filter-image.cpp document.cpp eraser-context.cpp extension/dbus/document-interface.cpp extension/internal/bitmap/crop.cpp extension/internal/cairo-render-context.cpp extension/internal/cairo-render-context.h extension/internal/cairo-renderer.cpp extension/internal/emf-win32-print.cpp extension/internal/grid.cpp extension/internal/latex-text-renderer.cpp extension/internal/odf.cpp file.cpp filter-chemistry.cpp flood-context.cpp gradient-chemistry.cpp gradient-drag.cpp graphlayout.cpp interface.cpp libnrtype/Layout-TNG-Output.cpp libnrtype/Layout-TNG.h live_effects/lpe-extrude.cpp live_effects/lpe-mirror_symmetry.cpp live_effects/lpe-rough-hatches.cpp live_effects/lpegroupbbox.cpp main.cpp marker.cpp object-snapper.cpp print.cpp print.h removeoverlap.cpp selcue.cpp selection-chemistry.cpp selection.cpp selection.h seltrans.cpp seltrans.h sp-clippath.cpp sp-clippath.h sp-flowtext.cpp sp-image.cpp sp-item-group.cpp sp-item-group.h sp-item-transform.cpp sp-item.cpp sp-item.h sp-mask.cpp sp-mask.h sp-offset.cpp sp-shape.cpp sp-shape.h sp-symbol.cpp sp-text.cpp sp-tref.cpp sp-tspan.cpp sp-use.cpp splivarot.cpp spray-context.cpp text-chemistry.cpp text-context.cpp tweak-context.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/align-and-distribute.h ui/dialog/filedialogimpl-win32.cpp ui/dialog/tile.cpp ui/dialog/transformation.cpp ui/widget/style-subject.cpp ui/widget/style-subject.h unclump.cpp verbs.cpp widgets/desktop-widget.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/stroke-style.cpp widgets/toolbox.cpp
e898e8dd3fbc3e21f3a35f089a0d1c1dc6d48850 17-Jul-2011 Johan Engelen <goejendaagh@zonnet.nl>

- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded

arc-context.cpp box3d.cpp connector-context.cpp desktop-style.cpp desktop.cpp dialogs/export.cpp dialogs/spellcheck.cpp draw-context.cpp extension/internal/cairo-renderer.cpp extension/internal/emf-win32-print.cpp extension/internal/javafx-out.cpp extension/internal/latex-pstricks.cpp extension/internal/latex-text-renderer.cpp extension/internal/odf.cpp extension/internal/pov-out.cpp filter-chemistry.cpp gradient-chemistry.cpp interface.cpp knot-holder-entity.cpp knotholder.cpp live_effects/lpe-mirror_symmetry.cpp live_effects/parameter/path.cpp main.cpp object-edit.cpp object-snapper.cpp selcue.cpp selection-chemistry.cpp seltrans.cpp sp-ellipse.cpp sp-flowtext.cpp sp-image.cpp sp-item-notify-moveto.cpp sp-item-transform.cpp sp-item.cpp sp-item.h sp-line.cpp sp-path.cpp sp-rect.cpp sp-shape.cpp sp-spiral.cpp sp-star.cpp sp-text.cpp splivarot.cpp spray-context.cpp text-context.cpp text-editing.cpp tweak-context.cpp ui/dialog/align-and-distribute.cpp ui/dialog/filedialogimpl-win32.cpp ui/dialog/tile.cpp ui/tool/node-tool.cpp ui/tool/path-manipulator.cpp unclump.cpp
de0a546f63f67df68b0d4c5a3032865ed9977b66 28-Jun-2011 Gellule Xg <gellule.xg@gmail.com>

If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to start the GUI version.

07b7f1aaaf1087716e784a50cf574a059f7018d3 04-Jun-2011 Jon A. Cruz <jon@joncruz.org>

Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro.

box3d-context.cpp box3d-side.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/find.cpp dialogs/spellcheck.cpp document-private.h document.cpp document.h extension/internal/cairo-renderer.cpp extension/internal/filter/filter.cpp extension/internal/javafx-out.cpp extension/internal/latex-text-renderer.cpp extension/internal/latex-text-renderer.h extension/internal/pdfinput/svg-builder.cpp extension/internal/pov-out.cpp extension/internal/svg.cpp extension/param/parameter.cpp extension/patheffect.cpp file.cpp filter-chemistry.cpp forward.h gradient-chemistry.cpp helper/stock-items.cpp id-clash.cpp live_effects/effect.cpp live_effects/lpeobject.cpp main.cpp marker.cpp object-snapper.cpp persp3d.cpp rdf.cpp selection-chemistry.cpp sp-clippath.cpp sp-item-group.cpp sp-mask.cpp sp-metadata.cpp sp-namedview.cpp sp-object-repr.cpp sp-object-repr.h sp-object.cpp sp-pattern.cpp sp-root.h ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/document-properties.cpp ui/dialog/find.cpp ui/dialog/layers.cpp ui/dialog/svg-fonts-dialog.cpp ui/dialog/swatches.cpp ui/widget/entity-entry.cpp ui/widget/page-sizer.cpp widgets/desktop-widget.cpp widgets/gradient-selector.cpp widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/stroke-style.cpp
70207641401debe608223aa2febe3c50f412bcbd 03-Jun-2011 Alex Valavanis <valavanisalex@gmail.com>

Use generic headers in preparation for GTK+ 3 transition

color.h context-fns.h debug/gdk-event-latency-tracker.h debug/log-display-config.cpp desktop-events.h desktop.h device-manager.cpp dialogs/clonetiler.h dialogs/dialog-events.h dialogs/find.h dialogs/item-properties.cpp dialogs/item-properties.h dialogs/object-attributes.h dialogs/spellcheck.h display/canvas-temporary-item.cpp display/grayscale.h display/nr-3dutils.h display/nr-filter-diffuselighting.h display/nr-filter-specularlighting.h display/nr-light.h display/sodipodi-ctrl.h display/sp-canvas-item.h display/sp-canvas.cpp display/sp-canvas.h document.cpp ege-adjustment-action.cpp ege-adjustment-action.h ege-color-prof-tracker.cpp ege-output-action.cpp ege-output-action.h ege-select-one-action.cpp ege-select-one-action.h event-context.cpp event-context.h extension/effect.h extension/implementation/implementation.h extension/input.h extension/internal/pdfinput/pdf-input.cpp extension/output.h file.h help.h helper/unit-menu.cpp helper/unit-menu.h helper/unit-tracker.cpp helper/unit-tracker.h helper/window.cpp helper/window.h icon-size.h ink-action.cpp ink-action.h ink-comboboxentry-action.cpp ink-comboboxentry-action.h inkscape.cpp inkview.cpp interface.h io/sys.cpp knot.h libgdl/gdl-dock-bar.h libgdl/gdl-dock-item-grip.c libgdl/gdl-dock-item-grip.h libgdl/gdl-dock-master.h libgdl/gdl-dock-object.h libgdl/gdl-dock-paned.c libgdl/gdl-stock.c libgdl/gdl-switcher.c libgdl/gdl-switcher.h libgdl/gdl-tools.h libnrtype/Layout-TNG-Input.cpp live_effects/parameter/path.cpp main.cpp modifier-fns.h select-context.h seltrans-handles.h shortcuts.cpp sp-gradient.h sp-pattern.h spiral-context.h svg-view-widget.cpp text-context.cpp text-context.h ui/context-menu.cpp ui/context-menu.h ui/dialog/color-item.cpp ui/dialog/extensions.cpp ui/dialog/filedialogimpl-gtkmm.h ui/dialog/glyphs.cpp ui/dialog/inkscape-preferences.cpp ui/dialog/layers.cpp ui/dialog/ocaldialogs.h ui/dialog/print.h ui/dialog/swatches.cpp ui/dialog/tile.cpp ui/dialog/tracedialog.cpp ui/dialog/undo-history.cpp ui/view/view-widget.h ui/view/view.h ui/widget/combo-text.cpp ui/widget/panel.cpp ui/widget/selected-style.cpp ui/widget/toolbox.cpp verbs.cpp widgets/button.h widgets/desktop-widget.h widgets/eek-preview.h widgets/fill-style.cpp widgets/font-selector.cpp widgets/font-selector.h widgets/gradient-image.h widgets/gradient-selector.cpp widgets/gradient-selector.h widgets/gradient-toolbar.h widgets/gradient-vector.h widgets/icon.h widgets/paint-selector.cpp widgets/paint-selector.h widgets/ruler.h widgets/select-toolbar.cpp widgets/select-toolbar.h widgets/shrink-wrap-button.cpp widgets/sp-attribute-widget.cpp widgets/sp-attribute-widget.h widgets/sp-color-gtkselector.h widgets/sp-color-icc-selector.cpp widgets/sp-color-icc-selector.h widgets/sp-color-notebook.h widgets/sp-color-preview.h widgets/sp-color-scales.h widgets/sp-color-selector.h widgets/sp-color-slider.cpp widgets/sp-color-slider.h widgets/sp-color-wheel-selector.cpp widgets/sp-color-wheel-selector.h widgets/sp-widget.h widgets/sp-xmlview-attr-list.h widgets/sp-xmlview-content.h widgets/sp-xmlview-tree.h widgets/spinbutton-events.h widgets/spw-utilities.h widgets/toolbox.h
02625209e903da96db1db8902354d4324afd5a84 15-Apr-2011 Jasper van de Gronde <jasper.vandegronde@gmail.com>

No more PrintWin32, including no special cases for non-Unicode Windows anymore.

60282e8335d7b6ae7020613bb22c7c69a6909fbb 22-Feb-2011 Jon A. Cruz <jon@joncruz.org>

Finished cleanup of outdated SP_OBJECT_REPR C macro.

connector-context.cpp dialogs/find.cpp dialogs/item-properties.cpp dialogs/object-attributes.cpp dialogs/spellcheck.cpp draw-context.cpp extension/implementation/implementation.cpp extension/internal/bitmap/imagemagick.cpp extension/internal/bluredge.cpp extension/internal/filter/filter.cpp extension/internal/grid.cpp extension/internal/pdfinput/svg-builder.cpp extension/param/parameter.cpp extension/patheffect.cpp file.cpp filters/colormatrix.cpp filters/componenttransfer.cpp filters/convolvematrix.cpp filters/diffuselighting.cpp filters/flood.cpp filters/image.cpp filters/merge.cpp filters/mergenode.cpp filters/morphology.cpp filters/offset.cpp filters/specularlighting.cpp filters/tile.cpp filters/turbulence.cpp helper/stock-items.cpp jabber_whiteboard/node-tracker.cpp live_effects/lpe-curvestitch.cpp main.cpp marker.cpp object-edit.cpp persp3d-reference.cpp persp3d.cpp sp-anchor.cpp sp-conn-end.cpp sp-desc.cpp sp-ellipse.cpp sp-filter-primitive.cpp sp-flowdiv.cpp sp-font-face.cpp sp-gaussian-blur.cpp sp-glyph-kerning.cpp sp-glyph.cpp sp-guide.cpp sp-guide.h sp-item-notify-moveto.cpp sp-item-transform.cpp sp-lpe-item.cpp sp-metadata.cpp sp-missing-glyph.cpp sp-object.h sp-offset.cpp sp-path.cpp sp-polyline.cpp sp-root.cpp sp-skeleton.cpp sp-spiral.cpp sp-star.cpp sp-string.cpp sp-symbol.cpp sp-title.cpp sp-tref-reference.cpp ui/clipboard.cpp ui/dialog/document-metadata.cpp ui/dialog/document-properties.cpp ui/dialog/find.cpp ui/dialog/svg-fonts-dialog.cpp ui/dialog/tile.cpp ui/widget/attr-widget.h ui/widget/page-sizer.cpp ui/widget/registered-widget.cpp ui/widget/registered-widget.h ui/widget/ruler.cpp ui/widget/selected-style.cpp ui/widget/tolerance-slider.cpp unclump.cpp verbs.cpp widgets/paint-selector.cpp xml/rebase-hrefs.cpp
0c737ce52f97c4a146d9bafab095ded5033a862b 13-Oct-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Fix build breakage on Windows after the recent "new gui" removal.

98642e1599b79dd4207c88375e2a030f5f570a4b 12-Oct-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Remove the failed and unused "new gui" stuff.

a633a3ef3de605ad960373ce28dc7916750bd4d8 04-Aug-2010 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>

Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Coverity

2b635337710b879262acf4906dd85ee99b69f474 01-Jul-2010 Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom>

C++fied SPDocument added

application/editor.cpp color-profile.cpp conn-avoid-ref.cpp connector-context.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp display/nr-filter-image.cpp document-undo.cpp document.cpp document.h draw-context.cpp eraser-context.cpp extension/implementation/script.cpp extension/implementation/xslt.cpp extension/internal/cairo-png-out.cpp extension/internal/cairo-ps-out.cpp extension/internal/cairo-renderer-pdf-out.cpp extension/internal/cairo-renderer.cpp extension/internal/emf-win32-inout.cpp extension/internal/emf-win32-print.cpp extension/internal/gdkpixbuf-input.cpp extension/internal/gimpgrad.cpp extension/internal/grid.cpp extension/internal/latex-pstricks-out.cpp extension/internal/latex-pstricks.cpp extension/internal/latex-text-renderer.cpp extension/internal/odf.cpp extension/internal/pdf-input-cairo.cpp extension/internal/pdfinput/pdf-input.cpp extension/internal/svg.cpp extension/internal/win32.cpp extension/internal/wpg-input.cpp extension/system.cpp file.cpp filters/componenttransfer-funcnode.cpp filters/componenttransfer.cpp filters/distantlight.cpp filters/pointlight.cpp filters/spotlight.cpp flood-context.cpp gradient-chemistry.cpp helper/pixbuf-ops.cpp helper/png-write.cpp helper/stock-items.cpp inkview.cpp interface.cpp jabber_whiteboard/session-manager.cpp layer-manager.cpp lpe-tool-context.cpp main.cpp object-snapper.cpp persp3d.cpp print.cpp profile-manager.cpp select-context.cpp selection-chemistry.cpp sp-clippath.cpp sp-filter.cpp sp-flowtext.cpp sp-font.cpp sp-gradient.cpp sp-guide.cpp sp-image.cpp sp-item-group.cpp sp-item.cpp sp-mask.cpp sp-object.cpp sp-pattern.cpp sp-root.cpp sp-script.cpp sp-shape.cpp sp-text.cpp svg-view-widget.cpp svg-view.cpp test-helpers.h text-chemistry.cpp trace/trace.cpp ui/clipboard.cpp ui/dialog/aboutbox.cpp ui/dialog/align-and-distribute.cpp ui/dialog/document-properties.cpp ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/filedialogimpl-win32.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/print.cpp ui/dialog/svg-fonts-dialog.cpp ui/dialog/swatches.cpp ui/dialog/tile.cpp ui/tool/node-tool.cpp ui/view/edit-widget.cpp ui/widget/imageicon.cpp ui/widget/page-sizer.cpp widgets/desktop-widget.cpp widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/icon.cpp widgets/paint-selector.cpp widgets/select-toolbar.cpp widgets/sp-color-icc-selector.cpp widgets/stroke-style.cpp xml/rebase-hrefs.cpp
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f 29-Jun-2010 Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom>

This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].

application/editor.cpp arc-context.cpp box3d.cpp color-profile-test.h conn-avoid-ref.cpp connector-context.cpp desktop-style.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/spellcheck.cpp display/nr-filter-image.cpp document.cpp document.h draw-context.cpp dyna-draw-context.cpp eraser-context.cpp extension/internal/cairo-png-out.cpp extension/internal/cairo-ps-out.cpp extension/internal/cairo-ps-out.h extension/internal/cairo-render-context.cpp extension/internal/cairo-renderer-pdf-out.cpp extension/internal/cairo-renderer.cpp extension/internal/cairo-renderer.h extension/internal/emf-win32-inout.cpp extension/internal/emf-win32-print.cpp extension/internal/gdkpixbuf-input.cpp extension/internal/gimpgrad.cpp extension/internal/javafx-out.cpp extension/internal/latex-pstricks-out.cpp extension/internal/latex-text-renderer.cpp extension/internal/odf.cpp extension/internal/odf.h extension/internal/pdf-input-cairo.cpp extension/internal/pdfinput/pdf-input.cpp extension/internal/pov-out.cpp extension/internal/svg.cpp extension/internal/wpg-input.cpp extension/print.h file.cpp filter-chemistry.cpp flood-context.cpp forward.h gradient-chemistry.cpp gradient-drag.cpp graphlayout.cpp helper/pixbuf-ops.cpp helper/png-write.cpp helper/stock-items.cpp inkview.cpp interface.cpp interface.h jabber_whiteboard/session-manager.cpp knot-holder-entity.cpp knotholder.cpp live_effects/lpe-mirror_symmetry.cpp live_effects/lpegroupbbox.cpp live_effects/parameter/path-reference.h live_effects/parameter/path.cpp main.cpp marker.cpp object-edit.cpp object-snapper.cpp print.cpp rect-context.cpp removeoverlap.cpp selcue.cpp selection-chemistry.cpp selection-chemistry.h selection-describer.cpp selection.cpp seltrans.cpp sp-clippath.cpp sp-conn-end-pair.cpp sp-ellipse.cpp sp-flowtext.cpp sp-gradient-test.h sp-guide-attachment.h sp-image.cpp sp-item-group.cpp sp-item-notify-moveto.cpp sp-item-rm-unsatisfied-cns.cpp sp-item-transform.cpp sp-item-update-cns.cpp sp-item.cpp sp-item.h sp-line.cpp sp-line.h sp-mask.cpp sp-offset.cpp sp-path.cpp sp-pattern.cpp sp-pattern.h sp-polyline.cpp sp-polyline.h sp-rect.cpp sp-shape.cpp sp-spiral.cpp sp-star.cpp sp-style-elem-test.h sp-switch.cpp sp-text.cpp sp-tref-reference.h sp-tref.cpp sp-tspan.cpp sp-use-reference.h sp-use.cpp spiral-context.cpp splivarot.cpp spray-context.cpp star-context.cpp style-test.h svg-view.cpp test-helpers.h text-chemistry.cpp text-context.cpp text-editing.cpp trace/trace.cpp tweak-context.cpp ui/clipboard.cpp ui/dialog/aboutbox.cpp ui/dialog/align-and-distribute.cpp ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/filedialogimpl-win32.cpp ui/dialog/icon-preview.cpp ui/dialog/tile.cpp ui/dialog/transformation.cpp ui/tool/node-tool.cpp ui/tool/path-manipulator.cpp ui/view/edit-widget.cpp ui/widget/imageicon.cpp ui/widget/style-subject.cpp unclump.cpp widgets/desktop-widget.cpp widgets/icon.cpp widgets/paint-selector.cpp widgets/stroke-style.cpp
e17b4ad27fa4f13915af895604534786e99cfc90 03-Apr-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Fix command line invocation on Windows (LP #167455).

344a3633dd82b5f47aa9cbc6ae1f1c6e68d6f2ce 02-Apr-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Do not print PYTHONPATH on every invocation (stale debug output)

d3915dd7c0e58110960c9256e5ca33f22bc5e2de 30-Mar-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Make all paths in PYTHONPATH absolute.

2cbc3f167bb47f2580274c8d1456a1e2de38b232 30-Mar-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

More correct setting of PYTHONPATH at startup

c62c37b445ed8e1dec2c16ed1e199379cd3fffa5 29-Mar-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Oops - obviously the previous fix didn't work outside Windows

f940dc6dec129f21b6a9938dd8322995113aa3d4 29-Mar-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Fix regression (inkex.py not found for extensions in user's directory)

fc619a4a231d691cde619438a5ad8c73126ba98e 28-Mar-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Allow Inkscape to run from Unicode directories on Windows

291a36596c2ad735aa6c37ece0936f1147bdea57 05-Mar-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Patch from Fridrich - LP #520532

839598cdda20adbc1a3b5d0982c13558440d1fcb 02-Mar-2010 Jon A. Cruz <jon@joncruz.org>

Cleanup on id access.

f3462bff432feef773f99bab7d5ae208d077ddb1 22-Feb-2010 Johan Engelen <goejendaagh@zonnet.nl>

- change cmdline option to --export-latex. - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell

51790ed24be8d453fbb8d7a84c515e6acc9b2fab 21-Feb-2010 Johan Engelen <goejendaagh@zonnet.nl>

add --export-pdf-latex option to the cmdline

f5394d3bac1d27ed34b58cc3253e0ace8a30283e 20-Dec-2009 Chris Morgan <chris.morganiser@gmail.com>

Make Inkscape Portable not fiddle with the registry.

ab5b79df9e6fa31f3482d118900c2dcd1b98664a 18-Aug-2009 buliabyak <buliabyak@users.sourceforge.net>

fix 396851: move absolutizing relative path (added by Ted) out of sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode

1dd082e25599433b757e357cbf503bc461497d78 07-Aug-2009 tavmjong <tavmjong@users.sourceforge.net>

Change "canvas" to "page" to be consistent with use in all other dialogs and menus. '-C' is kept, as '-P' is used for PostScript export.

09ba3247163582bf2e30e17c4c154aa259ce038a 06-Aug-2009 cilix42 <cilix42@users.sourceforge.net>

Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily.

Makefile_insert application/editor.cpp application/editor.h arc-context.cpp bind/javabind.cpp box3d-context.cpp box3d-side.cpp box3d.cpp color-profile-fns.h color-profile-test.h color-profile.cpp color-profile.h composite-undo-stack-observer.cpp composite-undo-stack-observer.h conditions.cpp conn-avoid-ref.cpp connector-context.cpp desktop-events.cpp desktop-handles.cpp desktop-handles.h desktop.cpp desktop.h dialogs/clonetiler.cpp dialogs/export.cpp dialogs/xml-tree.cpp display/canvas-axonomgrid.cpp display/canvas-axonomgrid.h display/canvas-grid.cpp display/canvas-grid.h display/nr-filter-image.cpp display/nr-filter-image.h document-private.h document-subset.h document-undo.cpp document.cpp document.h doxygen-main.cpp draw-context.cpp event-log.cpp event-log.h extension/effect.cpp extension/effect.h extension/execution-env.cpp extension/extension.cpp extension/extension.h extension/implementation/implementation.cpp extension/implementation/implementation.h extension/implementation/script.cpp extension/implementation/script.h extension/implementation/xslt.cpp extension/implementation/xslt.h extension/input.cpp extension/input.h extension/internal/bitmap/imagemagick.cpp extension/internal/cairo-png-out.cpp extension/internal/cairo-png-out.h extension/internal/cairo-ps-out.cpp extension/internal/cairo-ps-out.h extension/internal/cairo-render-context.cpp extension/internal/cairo-renderer-pdf-out.cpp extension/internal/cairo-renderer-pdf-out.h extension/internal/cairo-renderer.cpp extension/internal/cairo-renderer.h extension/internal/emf-win32-inout.cpp extension/internal/emf-win32-inout.h extension/internal/emf-win32-print.cpp extension/internal/emf-win32-print.h extension/internal/gdkpixbuf-input.cpp extension/internal/gdkpixbuf-input.h extension/internal/gimpgrad.cpp extension/internal/gimpgrad.h extension/internal/grid.cpp extension/internal/javafx-out.cpp extension/internal/javafx-out.h extension/internal/latex-pstricks-out.cpp extension/internal/latex-pstricks-out.h extension/internal/latex-pstricks.cpp extension/internal/latex-pstricks.h extension/internal/odf.cpp extension/internal/odf.h extension/internal/pdf-input-cairo.cpp extension/internal/pdf-input-cairo.h extension/internal/pdfinput/pdf-input.cpp extension/internal/pdfinput/pdf-input.h extension/internal/pdfinput/svg-builder.cpp extension/internal/pdfinput/svg-builder.h extension/internal/pov-out.cpp extension/internal/pov-out.h extension/internal/svg.cpp extension/internal/svg.h extension/internal/win32.cpp extension/internal/win32.h extension/internal/wpg-input.cpp extension/internal/wpg-input.h extension/output.cpp extension/output.h extension/param/bool.cpp extension/param/bool.h extension/param/color.cpp extension/param/color.h extension/param/description.cpp extension/param/description.h extension/param/enum.cpp extension/param/enum.h extension/param/float.cpp extension/param/float.h extension/param/int.cpp extension/param/int.h extension/param/notebook.cpp extension/param/notebook.h extension/param/parameter.cpp extension/param/parameter.h extension/param/radiobutton.cpp extension/param/radiobutton.h extension/param/string.cpp extension/param/string.h extension/patheffect.cpp extension/patheffect.h extension/print.cpp extension/print.h extension/system.cpp extension/system.h file.cpp file.h filter-chemistry.cpp filter-chemistry.h filters/blend.cpp filters/colormatrix.cpp filters/componenttransfer-funcnode.cpp filters/componenttransfer.cpp filters/composite.cpp filters/convolvematrix.cpp filters/diffuselighting.cpp filters/displacementmap.cpp filters/distantlight.cpp filters/flood.cpp filters/image.cpp filters/image.h filters/merge.cpp filters/mergenode.cpp filters/morphology.cpp filters/offset.cpp filters/pointlight.cpp filters/specularlighting.cpp filters/spotlight.cpp filters/tile.cpp filters/turbulence.cpp flood-context.cpp forward.h gradient-chemistry.cpp gradient-chemistry.h gradient-context.cpp gradient-drag.cpp helper/action.cpp helper/pixbuf-ops.cpp helper/pixbuf-ops.h helper/png-write.cpp helper/png-write.h helper/stock-items.cpp id-clash.cpp id-clash.h inkscape-private.h inkscape.cpp inkscape.h inkview.cpp interface.cpp jabber_whiteboard/node-tracker.h jabber_whiteboard/session-manager.cpp jabber_whiteboard/session-manager.h layer-fns.cpp layer-manager.cpp layer-manager.h livarot/LivarotDefs.h live_effects/effect.cpp live_effects/effect.h live_effects/lpeobject.cpp live_effects/lpeobject.h lpe-tool-context.cpp lpe-tool-context.h main-cmdlineact.cpp main.cpp marker.cpp marker.h nodepath.cpp path-chemistry.cpp persp3d.cpp persp3d.h print.cpp print.h profile-manager.cpp profile-manager.h rdf.cpp rdf.h selection-chemistry.cpp selection-chemistry.h snap.cpp snap.h sp-anchor.cpp sp-animation.cpp sp-clippath.cpp sp-clippath.h sp-ellipse.cpp sp-filter-primitive.cpp sp-filter-reference.h sp-filter.cpp sp-flowdiv.cpp sp-flowtext.cpp sp-font-face.cpp sp-font.cpp sp-gaussian-blur.cpp sp-glyph-kerning.cpp sp-glyph.cpp sp-gradient-test.h sp-gradient.cpp sp-guide.cpp sp-image.cpp sp-item-group.cpp sp-item.cpp sp-line.cpp sp-lpe-item.cpp sp-mask.cpp sp-mask.h sp-metadata.cpp sp-metadata.h sp-missing-glyph.cpp sp-namedview.cpp sp-namedview.h sp-object-repr.cpp sp-object-repr.h sp-object.cpp sp-object.h sp-offset.cpp sp-paint-server.h sp-path.cpp sp-pattern.cpp sp-pattern.h sp-polygon.cpp sp-polyline.cpp sp-rect.cpp sp-root.cpp sp-script.cpp sp-shape.cpp sp-skeleton.cpp sp-spiral.cpp sp-star.cpp sp-string.cpp sp-style-elem-test.h sp-style-elem.cpp sp-symbol.cpp sp-text.cpp sp-tref.cpp sp-tspan.cpp sp-use.cpp splivarot.cpp style-test.h style.cpp style.h svg-view-widget.cpp svg-view-widget.h svg-view.cpp svg-view.h test-helpers.h text-chemistry.cpp trace/trace.cpp tweak-context.cpp ui/clipboard.cpp ui/clipboard.h ui/dialog/aboutbox.cpp ui/dialog/document-metadata.cpp ui/dialog/document-metadata.h ui/dialog/document-properties.cpp ui/dialog/document-properties.h ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/filedialogimpl-gtkmm.h ui/dialog/filedialogimpl-win32.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/filter-effects-dialog.h ui/dialog/guides.cpp ui/dialog/icon-preview.cpp ui/dialog/layers.cpp ui/dialog/layers.h ui/dialog/livepatheffect-editor.cpp ui/dialog/panel-dialog.h ui/dialog/print.cpp ui/dialog/print.h ui/dialog/svg-fonts-dialog.cpp ui/dialog/swatches.cpp ui/dialog/swatches.h ui/dialog/undo-history.h ui/view/edit-widget.cpp ui/view/edit-widget.h ui/view/view.cpp ui/view/view.h ui/widget/entity-entry.cpp ui/widget/entity-entry.h ui/widget/imageicon.cpp ui/widget/imageicon.h ui/widget/layer-selector.h ui/widget/licensor.cpp ui/widget/licensor.h ui/widget/object-composite-settings.cpp ui/widget/page-sizer.cpp ui/widget/panel.cpp ui/widget/panel.h ui/widget/registered-enums.h ui/widget/registered-widget.cpp ui/widget/registered-widget.h ui/widget/tolerance-slider.cpp uri-references.cpp uri-references.h vanishing-point.cpp vanishing-point.h verbs.cpp verbs.h widgets/desktop-widget.cpp widgets/fill-style.cpp widgets/gradient-selector.cpp widgets/gradient-selector.h widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/gradient-vector.h widgets/icon.cpp widgets/paint-selector.cpp widgets/select-toolbar.cpp widgets/stroke-style.cpp widgets/toolbox.cpp xml/document.h xml/node.h xml/rebase-hrefs.cpp xml/rebase-hrefs.h xml/repr-css.cpp xml/repr.h xml/xml-forward.h
b45b3ca12c271745b18a142d10a6ac8efd9f79cc 05-Aug-2009 johnce <johnce@users.sourceforge.net>

SPDocument->Document

/inkscape/configure.ac Makefile_insert bind/javabind.cpp box3d-context.cpp box3d-side.cpp box3d.cpp color-profile-fns.h color-profile-test.h color-profile.cpp color-profile.h composite-undo-stack-observer.cpp composite-undo-stack-observer.h conditions.cpp conn-avoid-ref.cpp connector-context.cpp desktop-events.cpp desktop-handles.cpp desktop-handles.h desktop.cpp desktop.h document-private.h document-subset.h document-undo.cpp document.cpp document.h doxygen-main.cpp draw-context.cpp event-log.cpp event-log.h file.cpp file.h filter-chemistry.cpp filter-chemistry.h flood-context.cpp forward.h gradient-chemistry.cpp gradient-chemistry.h gradient-context.cpp gradient-drag.cpp id-clash.cpp id-clash.h inkscape-private.h inkscape.cpp inkscape.h inkview.cpp interface.cpp jabber_whiteboard/node-tracker.h jabber_whiteboard/session-manager.h layer-fns.cpp layer-manager.cpp layer-manager.h livarot/LivarotDefs.h live_effects/effect.h lpe-tool-context.cpp lpe-tool-context.h main-cmdlineact.cpp main.cpp marker.cpp marker.h nodepath.cpp path-chemistry.cpp persp3d.cpp persp3d.h print.cpp print.h profile-manager.cpp profile-manager.h rdf.cpp rdf.h selection-chemistry.cpp selection-chemistry.h snap.cpp snap.h sp-anchor.cpp sp-animation.cpp sp-clippath.cpp sp-clippath.h sp-ellipse.cpp sp-filter-primitive.cpp sp-filter-reference.h sp-filter.cpp sp-flowdiv.cpp sp-flowtext.cpp sp-font-face.cpp sp-font.cpp sp-gaussian-blur.cpp sp-glyph-kerning.cpp sp-glyph.cpp sp-gradient-test.h sp-gradient.cpp sp-guide.cpp sp-image.cpp sp-item-group.cpp sp-item.cpp sp-line.cpp sp-lpe-item.cpp sp-mask.cpp sp-mask.h sp-metadata.cpp sp-metadata.h sp-missing-glyph.cpp sp-namedview.cpp sp-namedview.h sp-object-repr.cpp sp-object-repr.h sp-object.cpp sp-object.h sp-offset.cpp sp-paint-server.h sp-path.cpp sp-pattern.cpp sp-pattern.h sp-polygon.cpp sp-polyline.cpp sp-rect.cpp sp-root.cpp sp-script.cpp sp-shape.cpp sp-skeleton.cpp sp-spiral.cpp sp-star.cpp sp-string.cpp sp-style-elem-test.h sp-style-elem.cpp sp-symbol.cpp sp-text.cpp sp-tref.cpp sp-tspan.cpp sp-use.cpp splivarot.cpp style-test.h style.cpp style.h svg-view-widget.cpp svg-view-widget.h svg-view.cpp svg-view.h test-helpers.h text-chemistry.cpp tweak-context.cpp uri-references.cpp uri-references.h vanishing-point.cpp vanishing-point.h verbs.cpp verbs.h widgets/desktop-widget.cpp widgets/fill-style.cpp widgets/gradient-selector.cpp widgets/gradient-selector.h widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/gradient-vector.h widgets/icon.cpp widgets/paint-selector.cpp widgets/select-toolbar.cpp widgets/stroke-style.cpp widgets/toolbox.cpp xml/rebase-hrefs.h
98b4958fec682130e18f15bf5ddcab0c35fa8a32 12-Jun-2009 joncruz <joncruz@users.sourceforge.net>

Mark areas with charset conversion issues

63e3b8a7c227f111c060e81e1941679a156b1999 06-May-2009 helix84 <helix84@users.sourceforge.net>

* [INTL:*] fixed typos (by Yuri Chornoivan)

d85ed5469e3e305b1e5561cb4ab85848b499375a 30-Apr-2009 buliabyak <buliabyak@users.sourceforge.net>

copyedit labels, expand range

6045ac39647c85e04a50481b413b8cfbb90d8127 30-Apr-2009 buliabyak <buliabyak@users.sourceforge.net>

allow --export-dpi to be used for setting the filter rasterization resolution in PS/EPS/PDF export

ec35142cad8ce4f534989cacd6cc98e276263548 07-Apr-2009 pjrm <pjrm@users.sourceforge.net>

Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename.

3dd7292a3f23ac0b771374df8c275eeeea665ac4 03-Apr-2009 joncruz <joncruz@users.sourceforge.net>

Add XDG locations for icons

02baf0b35e9fd593a89d252e40aae6bfab7af3b9 16-Mar-2009 speare <speare@users.sourceforge.net>

response to bug #167290; add another undoc option to support alt-key tracking for osx x11 and other gdk systems that cannot sense alt key properly

4cb9ed4c3d183554e888e636844f8e3c2e666c40 26-Feb-2009 tweenk <tweenk@users.sourceforge.net>

Patch from Lubomir Rintel: fixes for GCC 4.4

e49c087d2ea128bdf66cc60871649b49a6ac97af 26-Feb-2009 tweenk <tweenk@users.sourceforge.net>

Several icon name fixes

aa241d9832f2ce76dfd2adf9d6bcbfcfff518ddd 26-Feb-2009 theadib <theadib@users.sourceforge.net>

add #include <gtk/gtk.h> to fix defect #333767

035e109c2dce9f6a9552f75d09b1573311d02546 20-Feb-2009 tweenk <tweenk@users.sourceforge.net>

Make all icons themable (except the filter icons).

d45d0bf91888ee9773dbf5743d121b5fc205bf76 13-Jan-2009 tweenk <tweenk@users.sourceforge.net>

Improved version reporting. Add SVN revision and custom status to version string on Linux.

7cff29615374c1b9d7e7e88cf9cbe787b5c732e1 10-Jan-2009 jaspervdg <jaspervdg@users.sourceforge.net>

Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to wrap GdkPixbuf".

06aecef405c4cf6f7551ab622c3040562cb62c78 28-Dec-2008 verbalshadow <verbalshadow@users.sourceforge.net>

More NR ==> Geom changes

display/nr-filter-image.cpp dyna-draw-context.cpp gradient-drag.cpp graphlayout/graphlayout.cpp interface.cpp knot-holder-entity.cpp knot.cpp libnrtype/Layout-TNG-OutIter.cpp libnrtype/Layout-TNG-Output.cpp livarot/Path.cpp livarot/Path.h livarot/PathConversion.cpp livarot/PathCutting.cpp livarot/PathOutline.cpp livarot/PathSimplify.cpp livarot/PathStroke.cpp livarot/Shape.cpp livarot/Shape.h livarot/ShapeMisc.cpp livarot/ShapeRaster.cpp livarot/ShapeSweep.cpp livarot/path-description.cpp livarot/path-description.h livarot/sweep-event-queue.h livarot/sweep-event.cpp livarot/sweep-event.h livarot/sweep-tree.cpp livarot/sweep-tree.h lpe-tool-context.cpp main.cpp marker.cpp node-context.cpp object-edit.cpp pen-context.cpp selcue.cpp select-context.cpp selection-chemistry.cpp sp-conn-end.cpp sp-image.cpp sp-item-group.cpp sp-root.cpp sp-shape.cpp sp-symbol.cpp sp-tspan.cpp sp-use-reference.cpp sp-use.cpp splivarot.cpp splivarot.h text-chemistry.cpp trace/trace.cpp ui/view/edit-widget.cpp
025db6f90298127a666cd24bcfc2e22fd35ca84d 16-Dec-2008 speleo3 <speleo3@users.sourceforge.net>

* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox)

c3d688e0db18349170361840c5834631a4d8ea70 30-Nov-2008 buliabyak <buliabyak@users.sourceforge.net>

add --export-ignore-filters

6c3e745a94ef6b25a4ef9f018d350a7535aa45af 21-Nov-2008 Ted Gould <ted@canonical.com>

Merge from fe-moved

/inkscape/AUTHORS /inkscape/Doxyfile /inkscape/build-lx.xml /inkscape/configure.ac /inkscape/doc/keys.xml /inkscape/mkinstalldirs /inkscape/po/POTFILES.in /inkscape/po/gl.po /inkscape/po/he.po /inkscape/po/nl.po /inkscape/po/ru.po /inkscape/share/Makefile.am /inkscape/share/README /inkscape/share/extensions/Inkscape.pm /inkscape/share/extensions/Makefile.am /inkscape/share/extensions/cut-marks.inx /inkscape/share/extensions/cut-marks.pl /inkscape/share/extensions/dxf_input.inx /inkscape/share/extensions/dxf_input.py /inkscape/share/extensions/simpletransform.py /inkscape/share/filters/Makefile.am /inkscape/share/filters/README /inkscape/share/filters/filters.svg /inkscape/share/keys/default.xml /inkscape/share/keys/inkscape.xml /inkscape/share/templates/LaTeX_Beamer.svg /inkscape/share/templates/default.ca.svg /inkscape/share/templates/default.fi.svg /inkscape/share/templates/default.svg /inkscape/share/templates/fontforge_glyph.svg 2geom/bezier-curve.h 2geom/bezier.h 2geom/concepts.h 2geom/crossing.h 2geom/curve.h 2geom/d2-sbasis.cpp 2geom/d2-sbasis.h 2geom/d2.h 2geom/elliptical-arc.cpp 2geom/elliptical-arc.h 2geom/forward.h 2geom/geom.cpp 2geom/geom.h 2geom/hvlinesegment.h 2geom/interval.h 2geom/linear.h 2geom/nearest-point.cpp 2geom/path-intersection.cpp 2geom/path.cpp 2geom/path.h 2geom/pathvector.cpp 2geom/pathvector.h 2geom/piecewise.h 2geom/point.h 2geom/rect.h 2geom/region.h 2geom/sbasis-2d.cpp 2geom/sbasis-curve.h 2geom/sbasis-geometric.cpp 2geom/sbasis-math.cpp 2geom/sbasis-math.h 2geom/sbasis-roots.cpp 2geom/sbasis.cpp 2geom/sbasis.h 2geom/shape.cpp 2geom/svg-elliptical-arc.cpp 2geom/svg-elliptical-arc.h 2geom/svg-path-parser.cpp 2geom/sweep.cpp CMakeLists.txt Doxyfile Makefile.am Makefile_insert application/app-prototype.cpp application/app-prototype.h application/application.cpp application/application.h application/editor.cpp application/editor.h attributes-test.h attributes.cpp attributes.h bind/dobinding.cpp bind/javabind-private.h bind/javabind.cpp bind/javabind.h box3d-side.cpp conn-avoid-ref.cpp connector-context.cpp desktop-style.cpp desktop.cpp dialogs/CMakeLists.txt dialogs/Makefile_insert dialogs/clonetiler.cpp dialogs/clonetiler.h dialogs/dialog-events.cpp dialogs/dialog-events.h dialogs/eek-color-def.cpp dialogs/eek-color-def.h dialogs/eek-preview.cpp dialogs/eek-preview.h dialogs/export.cpp dialogs/export.h dialogs/extensions.cpp dialogs/extensions.h dialogs/fill-style.cpp dialogs/fill-style.h dialogs/find.cpp dialogs/find.h dialogs/guidelinedialog.cpp dialogs/iconpreview.cpp dialogs/iconpreview.h dialogs/in-dt-coordsys.h dialogs/input.cpp dialogs/input.h dialogs/item-properties.cpp dialogs/item-properties.h dialogs/layer-properties.cpp dialogs/layer-properties.h dialogs/layers-panel.h dialogs/object-attributes.cpp dialogs/object-attributes.h dialogs/rdf.cpp dialogs/rdf.h dialogs/sp-attribute-widget.cpp dialogs/sp-attribute-widget.h dialogs/stroke-style.cpp dialogs/stroke-style.h dialogs/swatches.cpp dialogs/swatches.h dialogs/text-edit.cpp dialogs/text-edit.h dialogs/unclump.cpp dialogs/unclump.h dialogs/xml-tree.cpp dialogs/xml-tree.h display/canvas-bpath.cpp display/inkscape-cairo.cpp display/inkscape-cairo.h display/nr-arena-group.cpp display/nr-arena-image.cpp display/nr-arena-item.cpp display/nr-arena-item.h display/nr-arena-shape.cpp display/nr-filter-composite.cpp display/nr-filter-composite.h display/nr-filter-diffuselighting.h display/nr-filter-displacement-map.h display/nr-filter-image.cpp display/nr-filter-merge.cpp display/nr-filter-merge.h display/nr-filter-specularlighting.h display/nr-filter-units.h display/nr-filter.cpp display/nr-light.cpp display/nr-svgfonts.cpp display/snap-indicator.cpp display/sodipodi-ctrl.cpp display/sp-canvas.cpp document.cpp document.h doxygen-main.cpp eraser-context.cpp event-context.cpp extension/init.cpp extension/internal/Makefile_insert extension/internal/cairo-pdf-out.cpp extension/internal/cairo-pdf-out.h extension/internal/cairo-ps-out.cpp extension/internal/cairo-renderer-pdf-out.cpp extension/internal/cairo-renderer.cpp extension/internal/eps-out.cpp extension/internal/eps-out.h extension/internal/filter/drop-shadow.h extension/internal/filter/filter-all.cpp extension/internal/filter/filter-file.cpp extension/internal/filter/filter.cpp extension/internal/filter/filter.h extension/internal/filter/snow.h extension/internal/grid.cpp extension/internal/javafx-out.cpp extension/internal/odf.cpp extension/internal/pdf-cairo.cpp extension/internal/pdf-cairo.h extension/internal/ps-out.cpp extension/internal/ps-out.h extension/internal/ps.cpp extension/internal/ps.h extension/output.h extension/system.cpp file.cpp filter-chemistry.cpp filter-enums.h filters/Makefile_insert filters/blend-fns.h filters/blend.cpp filters/blend.h filters/colormatrix-fns.h filters/colormatrix.cpp filters/colormatrix.h filters/componenttransfer-fns.h filters/componenttransfer-funcnode.cpp filters/componenttransfer-funcnode.h filters/componenttransfer.cpp filters/componenttransfer.h filters/composite-fns.h filters/composite.cpp filters/composite.h filters/convolvematrix-fns.h filters/convolvematrix.cpp filters/convolvematrix.h filters/diffuselighting-fns.h filters/diffuselighting.cpp filters/diffuselighting.h filters/displacementmap-fns.h filters/displacementmap.cpp filters/displacementmap.h filters/distantlight.cpp filters/distantlight.h filters/flood-fns.h filters/flood.cpp filters/flood.h filters/image-fns.h filters/image.cpp filters/image.h filters/makefile.in filters/merge-fns.h filters/merge.cpp filters/merge.h filters/mergenode.cpp filters/mergenode.h filters/morphology-fns.h filters/morphology.cpp filters/morphology.h filters/offset-fns.h filters/offset.cpp filters/offset.h filters/pointlight.cpp filters/pointlight.h filters/specularlighting-fns.h filters/specularlighting.cpp filters/specularlighting.h filters/spotlight.cpp filters/spotlight.h filters/tile-fns.h filters/tile.cpp filters/tile.h filters/turbulence-fns.h filters/turbulence.cpp filters/turbulence.h flood-context.cpp gradient-chemistry.cpp gradient-context.cpp gradient-drag.cpp gradient-drag.h graphlayout/graphlayout.cpp helper/Makefile_insert helper/geom.cpp helper/geom.h helper/png-write.cpp helper/png-write.h helper/recthull.h inkscape.cpp interface.cpp libnr/nr-convert2geom.h libnr/nr-rect.cpp libnr/nr-rect.h libnrtype/FontInstance.cpp libnrtype/Layout-TNG-Compute.cpp libnrtype/Layout-TNG-Input.cpp libnrtype/Layout-TNG-OutIter.cpp libnrtype/Layout-TNG-Output.cpp libnrtype/Layout-TNG.h libnrtype/RasterFont.cpp libnrtype/font-instance.h line-snapper.cpp line-snapper.h live_effects/CMakeLists.txt live_effects/Makefile_insert live_effects/effect-enum.h live_effects/effect.cpp live_effects/effect.h live_effects/lpe-circle_with_radius.cpp live_effects/lpe-circle_with_radius.h live_effects/lpe-curvestitch.cpp live_effects/lpe-hatches.cpp live_effects/lpe-hatches.h live_effects/lpe-interpolate.cpp live_effects/lpe-knot.cpp live_effects/lpe-knot.h live_effects/lpe-patternalongpath.cpp live_effects/lpe-patternalongpath.h live_effects/lpe-perspective_path.cpp live_effects/lpe-perspective_path.h live_effects/lpe-skeleton.cpp live_effects/lpe-skeleton.h live_effects/lpe-sketch.cpp live_effects/lpe-sketch.h live_effects/lpegroupbbox.cpp live_effects/parameter/CMakeLists.txt live_effects/parameter/Makefile_insert live_effects/parameter/array.cpp live_effects/parameter/array.h live_effects/parameter/parameter.h live_effects/parameter/point.cpp live_effects/parameter/point.h live_effects/parameter/pointparam-knotholder.cpp live_effects/parameter/pointparam-knotholder.h live_effects/parameter/vector.cpp live_effects/parameter/vector.h lpe-tool-context.cpp main.cpp node-context.cpp nodepath.cpp nodepath.h object-snapper.cpp object-snapper.h pencil-context.cpp pencil-context.h preferences-skeleton.h removeoverlap/removeoverlap.cpp rubberband.cpp rubberband.h selcue.cpp select-context.cpp selection-chemistry.cpp selection.cpp selection.h seltrans.h shape-editor.cpp snap.cpp snap.h snapper.h sp-conn-end-pair.cpp sp-conn-end.cpp sp-ellipse.cpp sp-flowtext.cpp sp-item-group.cpp sp-item-transform.cpp sp-item-transform.h sp-item.cpp sp-item.h sp-lpe-item.cpp sp-lpe-item.h sp-namedview.cpp sp-namedview.h sp-object-repr.cpp sp-offset.cpp sp-path.cpp sp-pattern.cpp sp-shape.cpp sp-spiral.cpp sp-star.cpp splivarot.cpp streams-gzip.cpp streams-gzip.h streams-handles.cpp streams-handles.h streams-jar.cpp streams-jar.h streams-zlib.cpp streams-zlib.h svg/svg-affine.cpp svg/svg.h text-context.cpp tweak-context.cpp ui/clipboard.cpp ui/dialog/CMakeLists.txt ui/dialog/Makefile_insert ui/dialog/align-and-distribute.cpp ui/dialog/align-and-distribute.h ui/dialog/debug.cpp ui/dialog/debug.h ui/dialog/dialog-manager.cpp ui/dialog/document-properties.cpp ui/dialog/document-properties.h ui/dialog/filedialogimpl-win32.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/inkscape-preferences.cpp ui/dialog/inkscape-preferences.h ui/dialog/livepatheffect-editor.cpp ui/dialog/livepatheffect-editor.h ui/dialog/messages.cpp ui/dialog/tile.cpp ui/dialog/tile.h ui/dialog/transformation.cpp ui/view/edit-widget.cpp ui/widget/object-composite-settings.cpp ui/widget/preferences-widget.cpp ui/widget/preferences-widget.h ui/widget/style-subject.cpp ui/widget/style-subject.h verbs.cpp verbs.h widgets/Makefile_insert widgets/calligraphic-profile-rename.cpp widgets/calligraphic-profile-rename.h widgets/desktop-widget.cpp widgets/font-selector.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/toolbox.cpp zoom-context.cpp
7079a43aa387066c2f67402d77dbe3db981b1054 31-Oct-2008 Ted Gould <ted@canonical.com>

Merge from trunk

/inkscape/build.xml /inkscape/configure.ac /inkscape/share/icons/icons.svg Makefile.am dialogs/xml-tree.cpp display/sp-canvas.cpp draw-context.cpp extension/internal/Makefile_insert extension/internal/cairo-render-context.cpp extension/internal/cairo-renderer.cpp extension/internal/emf-win32-inout.cpp extension/internal/emf-win32-inout.h extension/internal/emf-win32-print.cpp extension/internal/emf-win32-print.h extension/internal/win32.cpp extension/internal/win32.h gradient-chemistry.cpp gradient-chemistry.h libgdl/Makefile_insert libgdl/gdl-win32.c libgdl/gdl-win32.h libnrtype/FontFactory.cpp libnrtype/FontInstance.cpp libnrtype/Layout-TNG-Input.cpp main.cpp nodepath.cpp pen-context.cpp selection-chemistry.cpp seltrans.cpp snap-preferences.cpp snap.cpp snap.h snapped-point.cpp snapped-point.h sp-gradient-test.h sp-gradient.cpp sp-gradient.h sp-paint-server.cpp sp-paint-server.h sp-pattern.cpp sp-pattern.h sp-shape.cpp svg/path-string.cpp svg/path-string.h svg/svg-affine.cpp ui/dialog/Makefile_insert ui/dialog/filedialogimpl-gtkmm.h ui/dialog/filedialogimpl-win32.cpp ui/dialog/filter-effects-dialog.cpp ui/dialog/filter-effects-dialog.h ui/widget/object-composite-settings.cpp ui/widget/object-composite-settings.h
01d27eab5fca2dcb8e883011f8be77ae6b78a11c 28-Oct-2008 Ted Gould <ted@canonical.com>

Merge from trunk

/inkscape/po/de.po 2geom/basic-intersection.cpp 2geom/basic-intersection.h 2geom/bezier-curve.h 2geom/bezier-to-sbasis.h 2geom/bezier-utils.h 2geom/bezier.h 2geom/choose.h 2geom/circle.h 2geom/circulator.h 2geom/concepts.h 2geom/conjugate_gradient.h 2geom/convex-cover.h 2geom/coord.h 2geom/crossing.h 2geom/curve.h 2geom/curves.h 2geom/d2-sbasis.h 2geom/d2.h 2geom/ellipse.h 2geom/elliptical-arc.h 2geom/exception.h 2geom/forward.h 2geom/geom.cpp 2geom/geom.h 2geom/hvlinesegment.h 2geom/interval.h 2geom/isnan.h 2geom/linear.h 2geom/matrix.h 2geom/nearest-point.h 2geom/ord.h 2geom/path-intersection.cpp 2geom/path-intersection.h 2geom/path.h 2geom/pathvector.h 2geom/piecewise.h 2geom/point.cpp 2geom/point.h 2geom/poly.h 2geom/quadtree.h 2geom/rect.h 2geom/region.h 2geom/sbasis-2d.cpp 2geom/sbasis-2d.h 2geom/sbasis-curve.h 2geom/sbasis-geometric.cpp 2geom/sbasis-geometric.h 2geom/sbasis-math.cpp 2geom/sbasis-math.h 2geom/sbasis-poly.cpp 2geom/sbasis-poly.h 2geom/sbasis-roots.cpp 2geom/sbasis-to-bezier.cpp 2geom/sbasis-to-bezier.h 2geom/sbasis.cpp 2geom/sbasis.h 2geom/shape.h 2geom/solver.h 2geom/svg-elliptical-arc.h 2geom/svg-path-parser.cpp 2geom/svg-path-parser.h 2geom/svg-path.h 2geom/sweep.h 2geom/transforms.h 2geom/utils.h livarot/PathCutting.cpp main.cpp preferences.cpp svg/path-string.h svg/svg-path.cpp
e9b6af083e34e2397a8ddbe9781920733d09d151 27-Oct-2008 Ted Gould <ted@canonical.com>

From trunk

/inkscape/AUTHORS /inkscape/inkscape.pod /inkscape/po/POTFILES.in /inkscape/po/ko.po /inkscape/po/pl.po /inkscape/po/ru.po /inkscape/share/extensions/dimension.py /inkscape/share/extensions/draw_from_triangle.inx /inkscape/share/extensions/draw_from_triangle.py /inkscape/share/extensions/dxf_outlines.py /inkscape/share/extensions/polyhedron_3d.inx /inkscape/share/extensions/polyhedron_3d.py /inkscape/share/extensions/render_barcode.inx /inkscape/share/extensions/simplestyle.py /inkscape/share/icons/icons.svg Makefile_insert arc-context.cpp attributes-test.h attributes.cpp attributes.h box3d-context.cpp box3d-side.cpp box3d.cpp color-profile.cpp common-context.cpp conn-avoid-ref.cpp connector-context.cpp connector-context.h context-fns.cpp debug/gdk-event-latency-tracker.cpp desktop-events.cpp desktop-handles.h desktop-style.cpp desktop-style.h desktop.cpp desktop.h dialogs/clonetiler.cpp dialogs/dialog-events.cpp dialogs/export.cpp dialogs/fill-style.cpp dialogs/find.cpp dialogs/iconpreview.cpp dialogs/input.cpp dialogs/item-properties.cpp dialogs/layers-panel.cpp dialogs/stroke-style.cpp dialogs/swatches.cpp dialogs/swatches.h dialogs/text-edit.cpp dialogs/tiledialog.cpp dialogs/xml-tree.cpp display/bezier-utils-test.cpp display/bezier-utils-test.h display/bezier-utils.cpp display/canvas-arena.h display/canvas-axonomgrid.cpp display/canvas-grid.cpp display/canvas-grid.h display/canvas-text.cpp display/canvas-text.h display/nr-arena-glyphs.cpp display/nr-arena-glyphs.h display/nr-arena-image.cpp display/nr-arena-item.cpp display/nr-arena-shape.cpp display/nr-arena-shape.h display/nr-filter-gaussian.cpp display/nr-filter-slot.cpp display/nr-filter-slot.h display/nr-filter-types.h display/nr-filter.cpp display/nr-filter.h display/nr-svgfonts.cpp display/sp-canvas.cpp display/sp-canvas.h display/sp-ctrlquadr.cpp document.cpp draw-anchor.cpp draw-anchor.h draw-context.cpp dropper-context.cpp dyna-draw-context.cpp eraser-context.cpp event-context.cpp event-context.h extension/error-file.cpp extension/implementation/script.cpp extension/init.cpp extension/internal/bluredge.cpp extension/internal/cairo-ps-out.cpp extension/internal/cairo-renderer-pdf-out.cpp extension/internal/cairo-renderer.cpp extension/internal/gdkpixbuf-input.cpp extension/internal/pdfinput/svg-builder.cpp extension/param/bool.cpp extension/param/color.cpp extension/param/color.h extension/param/description.cpp extension/param/enum.cpp extension/param/float.cpp extension/param/int.cpp extension/param/notebook.cpp extension/param/parameter.cpp extension/param/parameter.h extension/param/radiobutton.cpp extension/param/string.cpp file.cpp flood-context.cpp fontsize-expansion.cpp fontsize-expansion.h gradient-chemistry.cpp gradient-context.cpp gradient-drag.cpp graphlayout/graphlayout.cpp guide-snapper.cpp helper/png-write.cpp inkscape.cpp inkscape.h inkview.cpp interface.cpp io/sys.cpp knot-holder-entity.cpp knot.cpp layer-manager.cpp line-snapper.cpp line-snapper.h live_effects/effect.cpp live_effects/effect.h live_effects/lpe-bendpath.cpp live_effects/lpe-bendpath.h live_effects/lpe-curvestitch.cpp live_effects/lpe-envelope.cpp live_effects/lpe-envelope.h live_effects/lpe-knot.cpp live_effects/lpe-patternalongpath.cpp live_effects/lpe-patternalongpath.h live_effects/lpe-sketch.cpp live_effects/lpe-sketch.h live_effects/lpe-vonkoch.cpp live_effects/lpe-vonkoch.h live_effects/lpegroupbbox.cpp live_effects/lpeobject-reference.cpp lpe-tool-context.cpp main.cpp marker.cpp marker.h menus-skeleton.h node-context.cpp nodepath.cpp nodepath.h object-edit.cpp object-snapper.cpp object-snapper.h path-chemistry.cpp path-chemistry.h pen-context.cpp pencil-context.cpp pencil-context.h preferences-skeleton.h preferences.cpp preferences.h prefs-utils.cpp prefs-utils.h rect-context.cpp selcue.cpp select-context.cpp selection-chemistry.cpp selection.cpp selection.h seltrans.cpp shape-editor.cpp snap-preferences.cpp snap-preferences.h snap.cpp snap.h snapper.cpp snapper.h sp-ellipse.cpp sp-flowtext.cpp sp-flowtext.h sp-guide.cpp sp-guide.h sp-image.cpp sp-item-group.cpp sp-item-notify-moveto.cpp sp-item-rm-unsatisfied-cns.cpp sp-item-update-cns.cpp sp-item.cpp sp-item.h sp-lpe-item.cpp sp-namedview.cpp sp-offset.cpp sp-offset.h sp-path.cpp sp-rect.cpp sp-shape.cpp sp-spiral.cpp sp-star.cpp sp-text.cpp sp-use-reference.cpp sp-use.cpp spiral-context.cpp splivarot.cpp star-context.cpp style.cpp style.h svg-view.cpp svg/css-ostringstream.cpp svg/path-string.cpp svg/stringstream.cpp svg/svg-affine.cpp svg/svg-color-test.h svg/svg-color.cpp svg/svg-path-geom-test.h text-context.cpp text-context.h text-editing.cpp tools-switch.cpp tweak-context.cpp ui/clipboard.cpp ui/context-menu.cpp ui/dialog/aboutbox.cpp ui/dialog/aboutbox.h ui/dialog/align-and-distribute.cpp ui/dialog/align-and-distribute.h ui/dialog/behavior.h ui/dialog/dialog-manager.cpp ui/dialog/dialog-manager.h ui/dialog/dialog.cpp ui/dialog/dialog.h ui/dialog/dock-behavior.cpp ui/dialog/dock-behavior.h ui/dialog/document-metadata.cpp ui/dialog/document-metadata.h ui/dialog/document-properties.cpp ui/dialog/document-properties.h ui/dialog/extension-editor.cpp ui/dialog/extension-editor.h ui/dialog/filedialog.cpp ui/dialog/filedialog.h ui/dialog/filedialogimpl-gtkmm.cpp ui/dialog/filedialogimpl-gtkmm.h ui/dialog/filedialogimpl-win32.cpp ui/dialog/filedialogimpl-win32.h ui/dialog/fill-and-stroke.cpp ui/dialog/fill-and-stroke.h ui/dialog/filter-effects-dialog.cpp ui/dialog/filter-effects-dialog.h ui/dialog/find.cpp ui/dialog/find.h ui/dialog/floating-behavior.cpp ui/dialog/floating-behavior.h ui/dialog/inkscape-preferences.cpp ui/dialog/inkscape-preferences.h ui/dialog/input.cpp ui/dialog/input.h ui/dialog/livepatheffect-editor.cpp ui/dialog/livepatheffect-editor.h ui/dialog/memory.cpp ui/dialog/memory.h ui/dialog/messages.cpp ui/dialog/messages.h ui/dialog/ocaldialogs.cpp ui/dialog/ocaldialogs.h ui/dialog/panel-dialog.h ui/dialog/print.cpp ui/dialog/print.h ui/dialog/scriptdialog.cpp ui/dialog/scriptdialog.h ui/dialog/session-player.cpp ui/dialog/session-player.h ui/dialog/svg-fonts-dialog.cpp ui/dialog/svg-fonts-dialog.h ui/dialog/tracedialog.cpp ui/dialog/tracedialog.h ui/dialog/transformation.cpp ui/dialog/transformation.h ui/dialog/undo-history.cpp ui/dialog/undo-history.h ui/dialog/whiteboard-connect.cpp ui/dialog/whiteboard-connect.h ui/dialog/whiteboard-sharewithchat.cpp ui/dialog/whiteboard-sharewithchat.h ui/dialog/whiteboard-sharewithuser.cpp ui/dialog/whiteboard-sharewithuser.h ui/view/edit-widget.cpp ui/widget/dock-item.cpp ui/widget/dock.cpp ui/widget/dock.h ui/widget/panel.cpp ui/widget/panel.h ui/widget/preferences-widget.cpp ui/widget/preferences-widget.h ui/widget/registered-widget.cpp ui/widget/style-swatch.cpp ui/widget/style-swatch.h vanishing-point.cpp verbs.cpp widgets/dash-selector.cpp widgets/dash-selector.h widgets/desktop-widget.cpp widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/sp-color-icc-selector.cpp widgets/sp-color-notebook.cpp widgets/toolbox.cpp widgets/toolbox.h xml/node-observer.h xml/repr-io.cpp zoom-context.cpp /inkscape/utf8-to-roff
90a3966dd44e306d23febc15ebd65cde07d7a4dd 11-Oct-2008 Ted Gould <ted@canonical.com>

Merging from trunk

/inkscape/AUTHORS /inkscape/build-lx.xml /inkscape/build.xml /inkscape/buildtool.cpp /inkscape/configure.ac /inkscape/po/be.po /inkscape/po/pt_BR.po /inkscape/po/sl.po /inkscape/share/extensions/dxf_outlines.py /inkscape/share/extensions/hpgl_output.py /inkscape/share/icons/icons.svg 2geom/piecewise.cpp 2geom/piecewise.h 2geom/rect.h 2geom/sbasis.cpp 2geom/transforms.h box3d.cpp conn-avoid-ref.cpp conn-avoid-ref.h connector-context.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/layers-panel.cpp dialogs/stroke-style.cpp dialogs/tiledialog.cpp dialogs/unclump.cpp display/canvas-bpath.cpp display/curve.cpp display/curve.h display/inkscape-cairo.cpp display/inkscape-cairo.h display/nr-arena-glyphs.cpp display/nr-arena-group.cpp display/nr-arena-group.h display/nr-arena-image.cpp display/nr-arena-image.h display/nr-arena-item.cpp display/nr-arena-item.h display/nr-arena-shape.cpp display/nr-arena-shape.h display/nr-filter-image.cpp display/nr-filter-turbulence.cpp display/nr-filter.cpp display/nr-filter.h display/nr-svgfonts.cpp display/nr-svgfonts.h display/sp-canvas.cpp document.cpp dyna-draw-context.cpp eraser-context.cpp extension/internal/cairo-render-context.cpp extension/internal/cairo-render-context.h extension/internal/cairo-renderer.cpp extension/internal/grid.cpp extension/internal/odf.cpp extension/internal/ps.cpp extension/internal/win32.cpp file.cpp filter-chemistry.cpp flood-context.cpp gradient-chemistry.cpp gradient-drag.cpp graphlayout/graphlayout.cpp helper/geom.cpp helper/geom.h helper/pixbuf-ops.cpp helper/png-write.cpp helper/recthull.h inkscape.cpp interface.cpp knot-holder-entity.cpp libnr/nr-convert2geom.h libnr/nr-rect.cpp libnr/nr-rect.h livarot/PathConversion.cpp livarot/PathStroke.cpp live_effects/lpe-knot.cpp live_effects/lpe-mirror_symmetry.cpp live_effects/lpe-ruler.cpp live_effects/lpe-sketch.cpp live_effects/lpe-spiro.cpp live_effects/lpe-vonkoch.cpp live_effects/lpe-vonkoch.h live_effects/lpegroupbbox.cpp live_effects/lpeobject.cpp live_effects/lpeobject.h live_effects/parameter/pointparam-knotholder.cpp main.cpp marker.cpp nodepath.cpp object-edit.cpp object-snapper.cpp preferences.cpp removeoverlap/removeoverlap.cpp satisfied-guide-cns.cpp satisfied-guide-cns.h selcue.cpp selection-chemistry.cpp selection.cpp selection.h seltrans-handles.h seltrans.cpp seltrans.h snap.cpp sp-clippath.cpp sp-conn-end-pair.cpp sp-conn-end.cpp sp-flowtext.cpp sp-gradient-test.h sp-gradient.cpp sp-image.cpp sp-item-group.cpp sp-item-notify-moveto.cpp sp-item-rm-unsatisfied-cns.cpp sp-item-transform.cpp sp-item-transform.h sp-item-update-cns.cpp sp-item-update-cns.h sp-item.cpp sp-item.h sp-line.cpp sp-lpe-item.cpp sp-mask.cpp sp-offset.cpp sp-path.cpp sp-pattern.cpp sp-rect.cpp sp-shape.cpp sp-star.cpp sp-symbol.cpp sp-text.cpp sp-use-reference.cpp sp-use.cpp splivarot.cpp svg-view.cpp svg/svg-affine.cpp text-context.cpp trace/trace.cpp tweak-context.cpp tweak-context.h ui/cache/svg_preview_cache.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/filedialogimpl-win32.cpp ui/dialog/livepatheffect-editor.cpp ui/dialog/livepatheffect-editor.h ui/dialog/transformation.cpp ui/view/edit-widget.cpp ui/widget/object-composite-settings.cpp ui/widget/style-subject.cpp ui/widget/style-subject.h verbs.cpp widgets/desktop-widget.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/toolbox.cpp
791ececb38de50ef3d52d64d7c3cbdc3575b6828 22-Sep-2008 buliabyak <buliabyak@users.sourceforge.net>

releasing fails to delete document, even when memory is scarce, so delete it explicitly

c091d84f7f76ea0c814df9e30a5beddbbca2befe 16-Sep-2008 buliabyak <buliabyak@users.sourceforge.net>

the proper way to delete a SPDocument, according to mental

4e2443d33426ad00e57c3ef258727f6a6820f580 16-Sep-2008 joncruz <joncruz@users.sourceforge.net>

Finish the original command-name addition.

22300de4ee19ebbafdf2f4c8cc60764fe2577c06 15-Sep-2008 buliabyak <buliabyak@users.sourceforge.net>

fix first argument being lost in shell mode

394b186a901853a7c3b52a4b6ff405db3b537cf6 14-Sep-2008 joncruz <joncruz@users.sourceforge.net>

Handle optional bbox behavior. Fixes warning.

b6bc15a4702ab63cae52f39437639f937ab17ac5 14-Sep-2008 joncruz <joncruz@users.sourceforge.net>

Applied cleaned-up patch for 'server' or 'shell' mode. Fixes bug #259303

ddf75e186aecfac23975241ff0177ed738b3f7be 13-Sep-2008 joncruz <joncruz@users.sourceforge.net>

More tabs

414a64988719ff0815eeedd43296341ce43cfbd2 13-Sep-2008 joncruz <joncruz@users.sourceforge.net>

Whitespace cleanup

e981c84492bd299c641a8076ffad78ac0ef81513 20-Aug-2008 johncliff <johncliff@users.sourceforge.net>

Fix to bug with export-width and export-height due to errno not being reset during strtoul. See jabber logs at 4pm 8/20/08

26b62dfb088a00b6debad350538a64c2af145f50 08-Aug-2008 johanengelen <johanengelen@users.sourceforge.net>

remove many unnecessary to_2geom and from_2geom calls

arc-context.cpp box3d.cpp conn-avoid-ref.cpp connector-context.cpp desktop-style.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/stroke-style.cpp dialogs/tiledialog.cpp dialogs/unclump.cpp display/canvas-bpath.cpp display/inkscape-cairo.cpp display/nr-arena-glyphs.cpp display/nr-arena-shape.cpp draw-context.cpp dyna-draw-context.cpp eraser-context.cpp extension/internal/cairo-renderer.cpp extension/internal/emf-win32-print.cpp extension/internal/latex-pstricks.cpp extension/internal/odf.cpp extension/internal/pdf-cairo.cpp extension/internal/ps.cpp filter-chemistry.cpp flood-context.cpp gradient-chemistry.cpp helper/pixbuf-ops.cpp helper/png-write.cpp interface.cpp knot-holder-entity.cpp knotholder.cpp libnrtype/Layout-TNG-Output.cpp livarot/PathCutting.cpp live_effects/lpe-mirror_symmetry.cpp live_effects/lpegroupbbox.cpp live_effects/parameter/point.cpp main.cpp marker.cpp nodepath.cpp object-snapper.cpp path-chemistry.cpp pen-context.cpp selection-chemistry.cpp selection.cpp seltrans.cpp shape-editor.cpp snap.cpp sp-conn-end-pair.cpp sp-conn-end.cpp sp-ellipse.cpp sp-flowregion.cpp sp-flowtext.cpp sp-image.cpp sp-item-notify-moveto.cpp sp-item-transform.cpp sp-item.cpp sp-item.h sp-path.cpp sp-rect.cpp sp-shape.cpp sp-text.cpp sp-tspan.cpp sp-use-reference.cpp splivarot.cpp svg/svg-affine.cpp text-chemistry.cpp text-context.cpp text-editing.cpp tweak-context.cpp ui/cache/svg_preview_cache.cpp ui/clipboard.cpp ui/dialog/filedialogimpl-win32.cpp ui/dialog/transformation.cpp widgets/font-selector.cpp widgets/icon.cpp
8b9a820756fdf348239872236be2257f854e094a 06-Aug-2008 johanengelen <johanengelen@users.sourceforge.net>

NR::Maybe => boost::optional

conn-avoid-ref.cpp connector-context.cpp desktop.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/stroke-style.cpp dialogs/tiledialog.cpp dialogs/unclump.cpp display/inkscape-cairo.cpp display/inkscape-cairo.h display/nr-arena-item.cpp display/nr-arena-item.h display/nr-arena-shape.cpp display/nr-filter-image.cpp display/sp-canvas.cpp document.cpp dyna-draw-context.cpp eraser-context.cpp event-context.cpp extension/internal/cairo-renderer.cpp extension/internal/grid.cpp extension/internal/odf.cpp file.cpp filter-chemistry.cpp flood-context.cpp gradient-chemistry.cpp gradient-context.cpp gradient-drag.cpp graphlayout/graphlayout.cpp interface.cpp libnr/nr-convex-hull.h libnr/nr-rect-l.cpp libnr/nr-rect-l.h libnr/nr-rect.cpp libnr/nr-rect.h libnrtype/FontInstance.cpp libnrtype/Layout-TNG-OutIter.cpp libnrtype/Layout-TNG-Output.cpp libnrtype/Layout-TNG.h libnrtype/RasterFont.cpp libnrtype/font-instance.h line-geometry.cpp line-geometry.h line-snapper.cpp line-snapper.h main.cpp node-context.cpp nodepath.cpp nodepath.h object-snapper.cpp object-snapper.h removeoverlap/removeoverlap.cpp rubberband.cpp rubberband.h selcue.cpp select-context.cpp selection-chemistry.cpp selection.cpp selection.h seltrans.cpp seltrans.h shape-editor.cpp shape-editor.h snap.cpp snap.h snapper.h sp-conn-end-pair.cpp sp-conn-end.cpp sp-flowtext.cpp sp-item-group.cpp sp-item-transform.cpp sp-item-transform.h sp-item.cpp sp-item.h sp-offset.cpp sp-shape.cpp splivarot.cpp splivarot.h text-context.cpp tweak-context.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/align-and-distribute.h ui/dialog/filedialogimpl-win32.cpp ui/dialog/transformation.cpp ui/widget/object-composite-settings.cpp ui/widget/style-subject.cpp ui/widget/style-subject.h vanishing-point.cpp verbs.cpp widgets/font-selector.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/toolbox.cpp zoom-context.cpp
e77e2e02d8ab186389f86e48b1834d95f51cf68d 12-Jun-2008 johanengelen <johanengelen@users.sourceforge.net>

change NR::Matrix to Geom:: for many sp_item_xxx_affine functions

arc-context.cpp box3d.cpp conn-avoid-ref.cpp connector-context.cpp desktop-style.cpp dialogs/clonetiler.cpp dialogs/export.cpp dialogs/stroke-style.cpp dialogs/tiledialog.cpp dialogs/unclump.cpp draw-context.cpp dyna-draw-context.cpp extension/internal/cairo-renderer.cpp extension/internal/emf-win32-print.cpp extension/internal/odf.cpp extension/internal/pdf-cairo.cpp extension/internal/pov-out.cpp extension/internal/ps.cpp filter-chemistry.cpp flood-context.cpp gradient-chemistry.cpp interface.cpp knot-holder-entity.cpp knotholder.cpp live_effects/lpe-perp_bisector.cpp live_effects/lpegroupbbox.cpp live_effects/parameter/pointparam-knotholder.cpp main.cpp node-context.cpp nodepath.cpp object-edit.cpp object-snapper.cpp selcue.cpp selection-chemistry.cpp selection.cpp seltrans.cpp shape-editor.cpp sp-conn-end-pair.cpp sp-conn-end.cpp sp-ellipse.cpp sp-flowregion.cpp sp-flowtext.cpp sp-image.cpp sp-item-notify-moveto.cpp sp-item-transform.cpp sp-item.cpp sp-item.h sp-path.cpp sp-rect.cpp sp-shape.cpp sp-text.cpp sp-tspan.cpp splivarot.cpp text-chemistry.cpp text-context.cpp text-editing.cpp tweak-context.cpp ui/clipboard.cpp ui/dialog/align-and-distribute.cpp ui/dialog/filedialogimpl-win32.cpp widgets/icon.cpp
43d06c7da14a174c6b2b41f9849b0cf098de4770 11-Jun-2008 mental <mental@users.sourceforge.net>

plumb XML::Documents in everywhere

box3d-side.cpp box3d.cpp color-profile.cpp color-profile.h dialogs/tiledialog.cpp extension/internal/svg.cpp gradient-chemistry.cpp knotholder.cpp live_effects/lpeobject.cpp main.cpp marker.cpp persp3d.cpp sp-anchor.cpp sp-clippath.cpp sp-defs.cpp sp-ellipse.cpp sp-feblend.cpp sp-fecolormatrix.cpp sp-fecomponenttransfer-funcnode.cpp sp-fecomponenttransfer.cpp sp-fecomposite.cpp sp-feconvolvematrix.cpp sp-fediffuselighting.cpp sp-fedisplacementmap.cpp sp-fedistantlight.cpp sp-feflood.cpp sp-feimage.cpp sp-femerge.cpp sp-femergenode.cpp sp-femorphology.cpp sp-feoffset.cpp sp-fepointlight.cpp sp-fespecularlighting.cpp sp-fespotlight.cpp sp-fetile.cpp sp-feturbulence.cpp sp-filter-primitive.cpp sp-filter.cpp sp-flowdiv.cpp sp-flowregion.cpp sp-flowtext.cpp sp-font-face.cpp sp-font.cpp sp-gaussian-blur.cpp sp-glyph-kerning.cpp sp-glyph.cpp sp-gradient.cpp sp-image.cpp sp-item-group.cpp sp-item.cpp sp-line.cpp sp-lpe-item.cpp sp-mask.cpp sp-metadata.cpp sp-missing-glyph.cpp sp-namedview.cpp sp-object-group.cpp sp-object.cpp sp-object.h sp-offset.cpp sp-path.cpp sp-polygon.cpp sp-polyline.cpp sp-rect.cpp sp-root.cpp sp-shape.cpp sp-skeleton.cpp sp-spiral.cpp sp-star.cpp sp-style-elem.cpp sp-symbol.cpp sp-text.cpp sp-tref.cpp sp-tspan.cpp sp-use.cpp text-editing.cpp widgets/toolbox.cpp
f2ea7ba114e45f3bf90d630a965c96870c564c0d 29-May-2008 ishmal <ishmal@users.sourceforge.net>

Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix.

147b1a6f8f9c2e9e0daec70dcc9b92ac2707ee7e 03-May-2008 ishmal <ishmal@users.sourceforge.net>

Remove invalid struct initialization warnings.

8508cf251222a557e69d261b697f788ab85dcf4e 02-May-2008 joncruz <joncruz@users.sourceforge.net>

Switch to alternate const correction.

e06eadaa4386ea49a02efc71d893cb6eeaa09581 02-May-2008 joncruz <joncruz@users.sourceforge.net>

Const cleanup on strings.

7efd3764721d61e678031b6dfcf52560475a4515 01-May-2008 buliabyak <buliabyak@users.sourceforge.net>

enable text-to-path command line control for pdf export

0d1d9b01d8ed957c2bed1e7fd371457612fe8035 29-Apr-2008 ozmikepittman <ozmikepittman@users.sourceforge.net>

Uniconvertor import extension changes for Win32 - Fixes LP# 197617

99075926c1b3d64a38b5550b65ea98cb80f39992 16-Apr-2008 buliabyak <buliabyak@users.sourceforge.net>

make sure --export-area-canvas works for pdf export too

3a13f949a6708458a8b757a4c5855b08baeaef90 21-Mar-2008 jaspervdg <jaspervdg@users.sourceforge.net>

Replace char buffer by std::string to prevent buffer overflow when computing the new PATH.

16ed349cd6f193bb5eef5678f6bdb87e3c92b676 16-Mar-2008 theadib <theadib@users.sourceforge.net>

prepend correctly the PATH and append an existist PYTHONPATH if existing

448c98239ed00327cc3d6cf0fa284e6965602dd7 13-Mar-2008 ishmal <ishmal@users.sourceforge.net>

added missing ';'

05eb039990d07b9577010bc9e8be0fae5a6aabc9 12-Mar-2008 theadib <theadib@users.sourceforge.net>

tweaked patch from Ulf to make extension working

281f415c86e8fdd9d9d6455d247fa5d00d9ccd3b 12-Mar-2008 buliabyak <buliabyak@users.sourceforge.net>

enable --export-id and --export-area-drawing for PDF export

66632b492f9cd54e5667fd4e1fca8e457f59b282 31-Jan-2008 bryce <bryce@users.sourceforge.net>

Applying fixes for gcc 4.3 build issues (closes LP: #169115)

color-profile.cpp conn-avoid-ref.cpp connector-context.cpp desktop-style.cpp dialogs/object-attributes.cpp dir-util.cpp display/canvas-grid.h display/curve.cpp display/nr-arena-item.cpp display/nr-filter-gaussian.cpp display/nr-filter.cpp document-undo.cpp document.cpp dyna-draw-context.cpp event-context.cpp gc.cpp gradient-drag.cpp graphlayout/graphlayout.cpp inkjar/jar.cpp inkscape.cpp io/gzipstream.cpp io/simple-sax.cpp io/uristream.cpp libavoid/connector.cpp libavoid/makepath.cpp libavoid/router.cpp libavoid/visibility.cpp libcola/straightener.cpp libnr/n-art-bpath.h libnr/nr-matrix.cpp libnr/nr-pixblock.cpp libvpsc/csolve_VPSC.cpp libvpsc/generate-constraints.cpp livarot/BitLigne.cpp livarot/PathCutting.cpp livarot/Shape.cpp livarot/ShapeDraw.cpp livarot/ShapeMisc.cpp livarot/ShapeSweep.cpp livarot/float-line.cpp livarot/int-line.cpp main.cpp marker.cpp message-stack.cpp node-context.cpp nodepath.cpp path-chemistry.cpp pedro/pedroconfig.cpp pedro/pedroxmpp.cpp pen-context.cpp prefix.cpp rect-context.cpp select-context.cpp selection-chemistry.cpp seltrans.cpp shortcuts.cpp sp-clippath.cpp sp-conn-end-pair.cpp sp-conn-end.cpp sp-cursor.cpp sp-filter.cpp sp-flowtext.cpp sp-gradient.cpp sp-guide.cpp sp-image.cpp sp-item-group.cpp sp-item-rm-unsatisfied-cns.cpp sp-mask.cpp sp-namedview.cpp sp-object.cpp sp-offset.cpp sp-pattern.cpp sp-root.cpp sp-star.cpp sp-symbol.cpp sp-tspan.cpp sp-use-reference.cpp sp-use.cpp spiral-context.cpp splivarot.cpp star-context.cpp streams-gzip.cpp streams-zlib.cpp streq.h style.cpp svg/gnome-canvas-bpath-util.cpp svg/itos.cpp svg/strip-trailing-zeros.cpp svg/svg-affine.cpp svg/svg-color.cpp svg/svg-length.cpp svg/svg-path.cpp svg/svg.h text-chemistry.cpp text-editing.cpp tools-switch.cpp ui/widget/style-swatch.cpp uri-references.cpp verbs.cpp verbs.h widgets/dash-selector.cpp widgets/icon.cpp widgets/layer-selector.cpp widgets/paint-selector.cpp widgets/ruler.cpp widgets/sp-color-notebook.cpp widgets/sp-color-wheel.cpp widgets/sp-xmlview-attr-list.cpp widgets/sp-xmlview-content.cpp widgets/sp-xmlview-tree.cpp widgets/spw-utilities.cpp widgets/toolbox.cpp xml/composite-node-observer.cpp xml/croco-node-iface.cpp xml/node-fns.cpp xml/quote-test.cpp xml/quote.cpp xml/repr-action-test.cpp xml/repr-css.cpp xml/repr-io.cpp xml/repr-util.cpp xml/repr.cpp xml/simple-node.cpp
d7e450f5a59e704774ac67cb5c2778230572cce0 31-Dec-2007 bryce <bryce@users.sourceforge.net>

Applying patch from tbnorth to add a --query-all command to dump object data from the .svg. (Closes LP: #174701)

08135712f567d09af39220ac04fc083244a649d9 16-Nov-2007 johanengelen <johanengelen@users.sourceforge.net>

hopefully fix compile (#include <errno.h>

b51ec9ee0a6f46a4616c6a8b64edafc41263c660 16-Nov-2007 johanengelen <johanengelen@users.sourceforge.net>

Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535

186e627fe87af6a18d8981b79c1a653cf498a425 08-Nov-2007 joncruz <joncruz@users.sourceforge.net>

warning cleanup

246b1e7cbda3fac6085b27ad0f568928d6785a72 13-Oct-2007 johanengelen <johanengelen@users.sourceforge.net>

Commit patch 1787855: fix for [ 1723558 ] Command line export for emf files

24d8e4e55d59c8e5ad81431dab0a68e9ce5ed1d6 29-Aug-2007 mental <mental@users.sourceforge.net>

add experimental modifier remapping

aa6c6b7b32ff7c408ff0d7062e086e7c549b1ab8 10-May-2007 mental <mental@users.sourceforge.net>

add logging of basic display properties

1725ab07344c038c814f91fb3d948d8c81f73f23 22-Mar-2007 buliabyak <buliabyak@users.sourceforge.net>

remove useless and half-broken slideshow mode in favor of inkview

090b64622aefb974887ffe27031360a5022acc99 04-Mar-2007 mental <mental@users.sourceforge.net>

adapt code to new Maybe/bbox regime

b949b7ecee708059c921bb8afdd1c5461026bc66 04-Mar-2007 mental <mental@users.sourceforge.net>

switch from invokeBbox to getBounds (need to fix problems with empty rect handling, though)

dfa5c099f00ba83d36471acf50df55654522c1c7 02-Mar-2007 buliabyak <buliabyak@users.sourceforge.net>

ted's fix

7c49c68cb7768a1f227bfbfc37b4ed12533fa5f7 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14651@tres: ted | 2007-02-28 23:23:41 -0800 Wow, lost namespacing too. Err, SVK.

4b4bd4fc0604303d7ff0bb8c0d549bac32101ee9 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14649@tres: ted | 2007-02-28 23:21:44 -0800 Somehow that didn't get deleted.

9912b702d1f761cbcb527644c2c637e6a84466e8 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14632@tres: ted | 2007-02-28 23:12:58 -0800 Splitting out the command line action class to try and leave SOME dependencies out of main.cpp.

15e9c801fa11bae620f13bdb59c257ecf52b5848 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14583@tres: ted | 2007-02-28 19:29:48 -0800 Selection is working too!

c2a4dc2de6f9b9b1725671be102371e3603a2064 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14582@tres: ted | 2007-02-28 19:07:35 -0800 Oh Yeah! Verbs work!

63dfc16a2f3d08e01ea186ff798ce9c03b46fbcd 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14581@tres: ted | 2007-02-27 19:36:54 -0800 Calling everything on the command line. Good stopping point.

3abacc56a45005317f51918f7c96c898065cb738 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14579@tres: ted | 2007-02-27 19:00:22 -0800 Adding in an extension init in arguably the wrong place, but it does make the code much more readable. I guess that makes it the right place then doesn't it? ;)

759784e69278fdab4873ab9bff6ec9ddaf734f19 01-Mar-2007 gouldtj <gouldtj@users.sourceforge.net>

r14576@tres: ted | 2007-02-26 23:29:13 -0800 Basic construction in place to --verb-list

60bfa7e2e086c7fa95a93033ce64b4a39e026581 14-Feb-2007 mjwybrow <mjwybrow@users.sourceforge.net>

* src/main.cpp: Allow the user to override the locale directory by setting the environment variable INKSCAPE_LOCALEDIR. This is required for OS X where the install location is not known at compile time and relative paths can'r be used. Fixes bug #1641705 and possibly some others.

46449d31b3475c99193f378352353330a9a1ee27 11-Feb-2007 kidproto <kidproto@users.sourceforge.net>

Actually, just ditched the whole option...its useless I decided...

4c38f98aec76497808cf14864ee2d45e123568b6 11-Feb-2007 kidproto <kidproto@users.sourceforge.net>

oops...commented out my fix for new cli option...ugh...oops...

4daf8f89039a1881c25f9743d7143e5755063b4d 11-Feb-2007 kidproto <kidproto@users.sourceforge.net>

Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library.

da6d56189d23135bd93853f4d7516c0bb39da900 10-Jan-2007 buliabyak <buliabyak@users.sourceforge.net>

remove duplicate include

2ebae4c87c79dc0f626084f038a7710177eaabe9 18-Nov-2006 buliabyak <buliabyak@users.sourceforge.net>

patch 1219308 for embedding type 1 fonts into ps/eps output

c15efac8f95eb7228c63cf88f79157cd1053f1c1 15-Nov-2006 prokoudine <prokoudine@users.sourceforge.net>

removed obsolete -G option from main.cpp and therefore from '--help' output

f4f507228b30d55fd7e39386ba513f3a0a54bd5d 25-Aug-2006 kidproto <kidproto@users.sourceforge.net>

peeled back the gboolean code as it hit on some complexity theory principles... need to rethink and incrementally change gbooleans to bools

color.cpp color.h conn-avoid-ref.cpp connector-context.cpp dialogs/clonetiler.cpp dialogs/dialog-events.cpp dialogs/dialog-events.h dialogs/filedialog-win32.cpp dialogs/find.cpp dialogs/input.cpp dialogs/item-properties.cpp dialogs/object-properties.cpp dialogs/stroke-style.cpp dialogs/swatches.cpp dialogs/text-edit.cpp dialogs/xml-tree.cpp display/canvas-arena.cpp display/canvas-arena.h document-undo.cpp document.cpp document.h draw-anchor.cpp draw-anchor.h draw-context.cpp draw-context.h dyna-draw-context.cpp extension/init.cpp extension/input.cpp extension/internal/ps.cpp extension/internal/svg.cpp extension/internal/win32.cpp extension/internal/win32.h extension/system.cpp file.cpp file.h helper/unit-menu.cpp helper/unit-menu.h helper/units.cpp helper/units.h helper/window.cpp inkscape.cpp inkscape.h interface.cpp interface.h knot.cpp knotholder.h main.cpp node-context.cpp node-context.h nodepath.cpp nodepath.h path-chemistry.cpp pen-context.cpp selection.cpp selection.h seltrans-handles.h seltrans.cpp seltrans.h sp-ellipse.cpp sp-guide.cpp sp-guide.h sp-image.cpp sp-metrics.cpp sp-metrics.h sp-namedview.cpp sp-namedview.h sp-object.cpp sp-polygon.cpp sp-polyline.cpp sp-rect.cpp sp-rect.h spiral-context.cpp star-context.cpp svg-view.cpp svg/svg-color.cpp svg/svg-path.cpp ui/dialog/dialog.cpp ui/view/view-widget.h ui/widget/registered-widget.cpp ui/widget/tolerance-slider.cpp version.cpp version.h widgets/button.cpp widgets/button.h widgets/desktop-widget.h widgets/gradient-selector.cpp widgets/gradient-vector.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/sp-color-notebook.cpp widgets/sp-color-notebook.h widgets/sp-color-scales.cpp widgets/sp-color-scales.h widgets/sp-color-selector.cpp widgets/sp-color-selector.h widgets/sp-color-wheel-selector.h widgets/sp-color-wheel.cpp widgets/sp-color-wheel.h widgets/spinbutton-events.cpp widgets/spinbutton-events.h widgets/toolbox.cpp xml/repr-io.cpp xml/repr.h
c87d0307348fcfdc65b6b4ab6999a3cb0de2431f 23-Aug-2006 kidproto <kidproto@users.sourceforge.net>

Ok, committed msgloan's patch to convert gbooleans to bools thus completing one major janitorial task we identified....

/inkscape/AUTHORS color.cpp color.h conn-avoid-ref.cpp connector-context.cpp dialogs/clonetiler.cpp dialogs/dialog-events.cpp dialogs/dialog-events.h dialogs/filedialog-win32.cpp dialogs/find.cpp dialogs/input.cpp dialogs/item-properties.cpp dialogs/object-properties.cpp dialogs/stroke-style.cpp dialogs/swatches.cpp dialogs/text-edit.cpp dialogs/xml-tree.cpp display/canvas-arena.cpp display/canvas-arena.h document-undo.cpp document.cpp document.h draw-anchor.cpp draw-anchor.h draw-context.cpp draw-context.h dyna-draw-context.cpp extension/init.cpp extension/input.cpp extension/internal/ps.cpp extension/internal/svg.cpp extension/internal/win32.cpp extension/internal/win32.h extension/system.cpp file.cpp file.h helper/unit-menu.cpp helper/unit-menu.h helper/units.cpp helper/units.h helper/window.cpp inkscape.cpp inkscape.h interface.cpp interface.h knot.cpp knotholder.h main.cpp node-context.cpp node-context.h nodepath.cpp nodepath.h path-chemistry.cpp pen-context.cpp selection.cpp selection.h seltrans-handles.h seltrans.cpp seltrans.h sp-ellipse.cpp sp-guide.cpp sp-guide.h sp-image.cpp sp-metrics.cpp sp-metrics.h sp-namedview.cpp sp-namedview.h sp-object.cpp sp-polygon.cpp sp-polyline.cpp sp-rect.cpp sp-rect.h spiral-context.cpp star-context.cpp svg-view.cpp svg/svg-color.cpp svg/svg-path.cpp ui/dialog/dialog.cpp ui/view/view-widget.h ui/widget/registered-widget.cpp ui/widget/tolerance-slider.cpp version.cpp version.h widgets/button.cpp widgets/button.h widgets/desktop-widget.h widgets/gradient-selector.cpp widgets/gradient-vector.cpp widgets/icon.cpp widgets/select-toolbar.cpp widgets/sp-color-notebook.cpp widgets/sp-color-notebook.h widgets/sp-color-scales.cpp widgets/sp-color-scales.h widgets/sp-color-selector.cpp widgets/sp-color-selector.h widgets/sp-color-wheel-selector.h widgets/sp-color-wheel.cpp widgets/sp-color-wheel.h widgets/spinbutton-events.cpp widgets/spinbutton-events.h widgets/toolbox.cpp xml/repr-io.cpp xml/repr.h
d067a873246bc4e8a1dd7170c1831113167c80aa 18-Jul-2006 tgdwyer <tgdwyer@users.sourceforge.net>

Committed again without the essential fix on line 84 commented out!

484c6ac92181ef820ce4b6f9fe242c8712f66367 18-Jul-2006 tgdwyer <tgdwyer@users.sourceforge.net>

added include of "helper/png-write.h" to fix compile error: main.cpp:973: error: ‘sp_export_png_file’ was not declared in this scope Did someone else do an incomplete commit?

a92d87502013171b3edf046aa33e5494e21c6c72 01-Jul-2006 buliabyak <buliabyak@users.sourceforge.net>

remove text-to-path option for command line pdf export, it's not supported for now

4e645f62356271ad22d2d03f2c6795be9e5e9c59 27-Jun-2006 buliabyak <buliabyak@users.sourceforge.net>

pdf export from commandline

1a02c2b616bd167a58870ad9ed33af5e042c9daf 22-Jun-2006 rwst <rwst@users.sourceforge.net>

apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")

745d4fc251ed710cba892fd177e92c6502eea736 26-Mar-2006 acspike <acspike@users.sourceforge.net>

clarify case for --export-id and --export-drawing

b8c051048f147b0925d61d86804f996bba91ae11 26-Mar-2006 acspike <acspike@users.sourceforge.net>

Added --export-area-canvas (-C). Area specifying options (--export-area, --export-area-canvas and --export-area-drawing) can now be used in combination with --export-id.

91ff754f4da47efc8f558ea87cfcf92f86934944 13-Mar-2006 pjrm <pjrm@users.sourceforge.net>

#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.

679a570061239d307155806b135d71fd6935412c 04-Feb-2006 buliabyak <buliabyak@users.sourceforge.net>

query: report true svg bbox, not inkscape's desktop bbox (makes more sense for scripting), remove newline

a486e5614854c20a8acfb61041d3a625f4bc51d1 30-Jan-2006 rwst <rwst@users.sourceforge.net>

separated doxygen main page from main.cpp for readability

6b15695578f07a3f72c4c9475c1a261a3021472a 16-Jan-2006 mental <mental@users.sourceforge.net>

moving trunk for module inkscape

/inkscape/.cvsignore /inkscape/AUTHORS /inkscape/COPYING /inkscape/COPYING.LIB /inkscape/ChangeLog /inkscape/HACKING.de.txt /inkscape/HACKING.fr.txt /inkscape/HACKING.it.txt /inkscape/HACKING.txt /inkscape/INSTALL /inkscape/Info.plist.in /inkscape/Makefile.am /inkscape/Makefile.mingw /inkscape/Makefile.mingw.common /inkscape/Makefile.mingw.common.old /inkscape/Makefile.mingw.old /inkscape/NEWS /inkscape/README /inkscape/README.ca.txt /inkscape/README.de.txt /inkscape/README.es.txt /inkscape/README.fr.txt /inkscape/README.it.txt /inkscape/TRANSLATORS /inkscape/autogen.sh /inkscape/config.h.mingw /inkscape/configure.ac /inkscape/cxxtest/COPYING /inkscape/cxxtest/README /inkscape/cxxtest/TODO /inkscape/cxxtest/Versions /inkscape/cxxtest/cxxtest.spec /inkscape/cxxtest/cxxtest/Descriptions.cpp /inkscape/cxxtest/cxxtest/Descriptions.h /inkscape/cxxtest/cxxtest/DummyDescriptions.cpp /inkscape/cxxtest/cxxtest/DummyDescriptions.h /inkscape/cxxtest/cxxtest/ErrorFormatter.h /inkscape/cxxtest/cxxtest/ErrorPrinter.h /inkscape/cxxtest/cxxtest/Flags.h /inkscape/cxxtest/cxxtest/GlobalFixture.cpp /inkscape/cxxtest/cxxtest/GlobalFixture.h /inkscape/cxxtest/cxxtest/Gui.h /inkscape/cxxtest/cxxtest/LinkedList.cpp /inkscape/cxxtest/cxxtest/LinkedList.h /inkscape/cxxtest/cxxtest/Mock.h /inkscape/cxxtest/cxxtest/ParenPrinter.h /inkscape/cxxtest/cxxtest/QtGui.h /inkscape/cxxtest/cxxtest/RealDescriptions.cpp /inkscape/cxxtest/cxxtest/RealDescriptions.h /inkscape/cxxtest/cxxtest/Root.cpp /inkscape/cxxtest/cxxtest/SelfTest.h /inkscape/cxxtest/cxxtest/StdHeaders.h /inkscape/cxxtest/cxxtest/StdValueTraits.h /inkscape/cxxtest/cxxtest/StdioFilePrinter.h /inkscape/cxxtest/cxxtest/StdioPrinter.h /inkscape/cxxtest/cxxtest/TeeListener.h /inkscape/cxxtest/cxxtest/TestListener.h /inkscape/cxxtest/cxxtest/TestRunner.h /inkscape/cxxtest/cxxtest/TestSuite.cpp /inkscape/cxxtest/cxxtest/TestSuite.h /inkscape/cxxtest/cxxtest/TestTracker.cpp /inkscape/cxxtest/cxxtest/TestTracker.h /inkscape/cxxtest/cxxtest/ValueTraits.cpp /inkscape/cxxtest/cxxtest/ValueTraits.h /inkscape/cxxtest/cxxtest/Win32Gui.h /inkscape/cxxtest/cxxtest/X11Gui.h /inkscape/cxxtest/cxxtest/YesNoRunner.h /inkscape/cxxtest/cxxtestgen.pl /inkscape/cxxtest/cxxtestgen.py /inkscape/cxxtest/docs/convert.pl /inkscape/cxxtest/docs/guide.html /inkscape/cxxtest/docs/index.html /inkscape/cxxtest/docs/qt.png /inkscape/cxxtest/docs/qt2.png /inkscape/cxxtest/docs/win32.png /inkscape/cxxtest/docs/x11.png /inkscape/cxxtest/sample/Construct /inkscape/cxxtest/sample/CreatedTest.h /inkscape/cxxtest/sample/DeltaTest.h /inkscape/cxxtest/sample/EnumTraits.h /inkscape/cxxtest/sample/ExceptionTest.h /inkscape/cxxtest/sample/FixtureTest.h /inkscape/cxxtest/sample/Makefile.PL /inkscape/cxxtest/sample/Makefile.bcc32 /inkscape/cxxtest/sample/Makefile.msvc /inkscape/cxxtest/sample/Makefile.unix /inkscape/cxxtest/sample/MessageTest.h /inkscape/cxxtest/sample/SimpleTest.h /inkscape/cxxtest/sample/TraitsTest.h /inkscape/cxxtest/sample/aborter.tpl /inkscape/cxxtest/sample/file_printer.tpl /inkscape/cxxtest/sample/gui/GreenYellowRed.h /inkscape/cxxtest/sample/mock/Dice.cpp /inkscape/cxxtest/sample/mock/Dice.h /inkscape/cxxtest/sample/mock/Makefile /inkscape/cxxtest/sample/mock/MockStdlib.h /inkscape/cxxtest/sample/mock/T/stdlib.h /inkscape/cxxtest/sample/mock/TestDice.h /inkscape/cxxtest/sample/mock/mock_stdlib.cpp /inkscape/cxxtest/sample/mock/real_stdlib.cpp /inkscape/cxxtest/sample/mock/roll.cpp /inkscape/cxxtest/sample/msvc/CxxTest_1_Run.dsp /inkscape/cxxtest/sample/msvc/CxxTest_2_Build.dsp /inkscape/cxxtest/sample/msvc/CxxTest_3_Generate.dsp /inkscape/cxxtest/sample/msvc/CxxTest_Workspace.dsw /inkscape/cxxtest/sample/msvc/FixFiles.bat /inkscape/cxxtest/sample/msvc/Makefile /inkscape/cxxtest/sample/msvc/ReadMe.txt /inkscape/cxxtest/sample/only.tpl /inkscape/cxxtest/sample/parts/Makefile.unix /inkscape/cxxtest/sample/winddk/Makefile /inkscape/cxxtest/sample/winddk/Makefile.inc /inkscape/cxxtest/sample/winddk/RunTests.tpl /inkscape/cxxtest/sample/winddk/SOURCES /inkscape/cxxtest/sample/yes_no_runner.cpp /inkscape/debian/.cvsignore /inkscape/debian/changelog /inkscape/debian/compat /inkscape/debian/control /inkscape/debian/copyright /inkscape/debian/dirs /inkscape/debian/docs /inkscape/debian/inkscape.applications /inkscape/debian/inkscape.menu /inkscape/debian/inkscape.xpm /inkscape/debian/mime /inkscape/debian/rules /inkscape/delautogen.sh /inkscape/distro /inkscape/doc/.cvsignore /inkscape/doc/API /inkscape/doc/ChangeLog_archive.txt /inkscape/doc/Makefile.am /inkscape/doc/NewAppArchitecture/01-title.svg /inkscape/doc/NewAppArchitecture/02-outline.svg /inkscape/doc/NewAppArchitecture/03-current.svg /inkscape/doc/NewAppArchitecture/04-current-main.svg /inkscape/doc/NewAppArchitecture/05-current-objects.svg /inkscape/doc/NewAppArchitecture/06-current-desktop-view.svg /inkscape/doc/NewAppArchitecture/07-current-problems.svg /inkscape/doc/NewAppArchitecture/08-inkscape-gtkmm.svg /inkscape/doc/NewAppArchitecture/09-future-capabilities.svg /inkscape/doc/NewAppArchitecture/10-future-main.svg /inkscape/doc/NewAppArchitecture/11-future-ink-app.svg /inkscape/doc/NewAppArchitecture/12-future-run-modes.svg /inkscape/doc/NewAppArchitecture/13-future-ink-app-editor.svg /inkscape/doc/NewAppArchitecture/14-evolving.svg /inkscape/doc/README.document /inkscape/doc/WISHLIST /inkscape/doc/architecture.svg /inkscape/doc/architecture.txt /inkscape/doc/class-hierarchy.dia /inkscape/doc/coordinates.txt /inkscape/doc/extension_system.txt /inkscape/doc/extension_system.xml /inkscape/doc/fonts.txt /inkscape/doc/inkscape-shadow.README /inkscape/doc/inkscape-uml.dia /inkscape/doc/keys-html.xsl /inkscape/doc/keys-svg.xsl /inkscape/doc/keys.README /inkscape/doc/keys.fr.html /inkscape/doc/keys.fr.xml /inkscape/doc/keys.html /inkscape/doc/keys.xml /inkscape/doc/spsvgview.txt /inkscape/fix-roff-punct /inkscape/inkscape.desktop.in /inkscape/inkscape.fr.pod /inkscape/inkscape.ico /inkscape/inkscape.nsi /inkscape/inkscape.png /inkscape/inkscape.pod /inkscape/inkscape.spec.in /inkscape/inkscape16.ico /inkscape/inkscape32-16.ico /inkscape/inkscape32.ico /inkscape/inkscape32x16col.ico /inkscape/inkscape64.ico /inkscape/inkview.1.in /inkscape/libgc.supp /inkscape/m4/Makefile.am /inkscape/m4/codeset.m4 /inkscape/m4/gettext.m4 /inkscape/m4/glibc21.m4 /inkscape/m4/iconv.m4 /inkscape/m4/isc-posix.m4 /inkscape/m4/lcmessage.m4 /inkscape/m4/progtest.m4 /inkscape/mingwenv.bat /inkscape/mkinstalldirs /inkscape/packaging/autopackage/.cvsignore /inkscape/packaging/autopackage/default.apspec.in /inkscape/packaging/inkscape.16.png.bz2 /inkscape/packaging/inkscape.32.png.bz2 /inkscape/packaging/inkscape.48.png.bz2 /inkscape/packaging/macosx/Resources/EPS.icns /inkscape/packaging/macosx/Resources/EPSI.icns /inkscape/packaging/macosx/Resources/Inkscape.icns /inkscape/packaging/macosx/Resources/MenuBar.nib/classes.nib /inkscape/packaging/macosx/Resources/MenuBar.nib/info.nib /inkscape/packaging/macosx/Resources/MenuBar.nib/objects.xib /inkscape/packaging/macosx/Resources/ProgressWindow.nib/classes.nib /inkscape/packaging/macosx/Resources/ProgressWindow.nib/info.nib /inkscape/packaging/macosx/Resources/ProgressWindow.nib/objects.xib /inkscape/packaging/macosx/Resources/SVG_plain.icns /inkscape/packaging/macosx/Resources/bin/getdisplay.sh /inkscape/packaging/macosx/Resources/bin/inkscape /inkscape/packaging/macosx/Resources/inkscape_svg.icns /inkscape/packaging/macosx/Resources/openDoc /inkscape/packaging/macosx/Resources/postscript.icns /inkscape/packaging/macosx/Resources/script /inkscape/packaging/macosx/ScriptExec/English.lproj/InfoPlist.strings /inkscape/packaging/macosx/ScriptExec/English.lproj/main.nib/classes.nib /inkscape/packaging/macosx/ScriptExec/English.lproj/main.nib/info.nib /inkscape/packaging/macosx/ScriptExec/English.lproj/main.nib/objects.xib /inkscape/packaging/macosx/ScriptExec/Info.plist /inkscape/packaging/macosx/ScriptExec/MenuBar.nib/classes.nib /inkscape/packaging/macosx/ScriptExec/MenuBar.nib/info.nib /inkscape/packaging/macosx/ScriptExec/MenuBar.nib/objects.xib /inkscape/packaging/macosx/ScriptExec/ScriptExec.xcode/project.pbxproj /inkscape/packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser /inkscape/packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser /inkscape/packaging/macosx/ScriptExec/ScriptExec_Prefix.pch /inkscape/packaging/macosx/ScriptExec/main.c /inkscape/packaging/macosx/ScriptExec/openDoc /inkscape/packaging/macosx/ScriptExec/script /inkscape/packaging/macosx/ScriptExec/version.plist /inkscape/packaging/osx-app.sh /inkscape/packaging/win32/english.nsh /inkscape/packaging/win32/german.nsh /inkscape/packaging/win32/header.bmp /inkscape/packaging/win32/inkscape.nsi /inkscape/packaging/win32/inkscape.nsi.uninstall /inkscape/po/.cvsignore /inkscape/po/ChangeLog /inkscape/po/Makefile.mingw /inkscape/po/Makevars /inkscape/po/POTFILES.in /inkscape/po/am.po /inkscape/po/az.po /inkscape/po/bad.po.test /inkscape/po/bad.po.test.exp /inkscape/po/be.po /inkscape/po/ca.po /inkscape/po/check-markup /inkscape/po/cs.po /inkscape/po/da.po /inkscape/po/de.po /inkscape/po/el.po /inkscape/po/es.po /inkscape/po/es_MX.po /inkscape/po/et.po /inkscape/po/eu.po /inkscape/po/fr.po /inkscape/po/ga.po /inkscape/po/gl.po /inkscape/po/hu.po /inkscape/po/it.po /inkscape/po/ja.po /inkscape/po/mk.po /inkscape/po/nb.po /inkscape/po/nl.po /inkscape/po/nn.po /inkscape/po/pa.po /inkscape/po/pl.po /inkscape/po/pt.po /inkscape/po/pt_BR.po /inkscape/po/ru.po /inkscape/po/sk.po /inkscape/po/sl.po /inkscape/po/sr.po /inkscape/po/sr@Latn.po /inkscape/po/sv.po /inkscape/po/tr.po /inkscape/po/uk.po /inkscape/po/zh_CN.po /inkscape/share/.cvsignore /inkscape/share/Makefile.am /inkscape/share/README /inkscape/share/clipart/.cvsignore /inkscape/share/clipart/Makefile.am /inkscape/share/clipart/README /inkscape/share/clipart/README-ribbon.txt /inkscape/share/clipart/inkscape.logo.svg /inkscape/share/clipart/orav.svg /inkscape/share/clipart/ribbon.svg /inkscape/share/clipart/tux.png /inkscape/share/clipart/tux.svg /inkscape/share/examples/.cvsignore /inkscape/share/examples/Makefile.am /inkscape/share/examples/README /inkscape/share/examples/art-nouveau-P3.svg /inkscape/share/examples/data_uri.svg /inkscape/share/examples/eastern-motive-P4G.svg /inkscape/share/examples/flow-go.svg /inkscape/share/examples/flowsample.svg /inkscape/share/examples/gradient.svg /inkscape/share/examples/i18n.svg /inkscape/share/examples/istest.pov /inkscape/share/examples/markers.svg /inkscape/share/examples/stars.svgz /inkscape/share/examples/tesselation-P3.svg /inkscape/share/examples/text-on-path.svg /inkscape/share/examples/tiger.svgz /inkscape/share/extensions/.cvsignore /inkscape/share/extensions/Makefile.am /inkscape/share/extensions/README /inkscape/share/extensions/SpSVG.pm /inkscape/share/extensions/addnodes.inx /inkscape/share/extensions/addnodes.py /inkscape/share/extensions/ai_input.inx /inkscape/share/extensions/ai_output.inx /inkscape/share/extensions/bezmisc.py /inkscape/share/extensions/bluredge.inx /inkscape/share/extensions/cubicsuperpath.py /inkscape/share/extensions/dia.inx /inkscape/share/extensions/dia2svg.sh /inkscape/share/extensions/dots.inx /inkscape/share/extensions/dots.py /inkscape/share/extensions/dropshadow.inx /inkscape/share/extensions/dxf_input.inx /inkscape/share/extensions/dxf_output.inx /inkscape/share/extensions/embed_raster_in_svg.pl /inkscape/share/extensions/embedimage.inx /inkscape/share/extensions/embedimage.py /inkscape/share/extensions/eps_input.inx /inkscape/share/extensions/epsi_output.inx /inkscape/share/extensions/extractimage.inx /inkscape/share/extensions/extractimage.py /inkscape/share/extensions/ffgeom.py /inkscape/share/extensions/ffmet.inx /inkscape/share/extensions/ffms.inx /inkscape/share/extensions/ffproc.py /inkscape/share/extensions/ffscale.py /inkscape/share/extensions/ffset.inx /inkscape/share/extensions/ffss.inx /inkscape/share/extensions/fretfind.py /inkscape/share/extensions/gimpgrad.inx /inkscape/share/extensions/grid.inx /inkscape/share/extensions/handles.inx /inkscape/share/extensions/handles.py /inkscape/share/extensions/ill2svg.pl /inkscape/share/extensions/inkex.py /inkscape/share/extensions/inkscape-shadow-white.sh /inkscape/share/extensions/inkscape-shadow.sh /inkscape/share/extensions/interp.inx /inkscape/share/extensions/interp.py /inkscape/share/extensions/kochify.inx /inkscape/share/extensions/kochify.py /inkscape/share/extensions/kochify_load.inx /inkscape/share/extensions/kochify_load.py /inkscape/share/extensions/lindenmayer.inx /inkscape/share/extensions/lindenmayer.py /inkscape/share/extensions/motion.inx /inkscape/share/extensions/motion.py /inkscape/share/extensions/pdf_output.inx /inkscape/share/extensions/pdf_output_via_gs_on_win32.inx /inkscape/share/extensions/ps2dxf.sh /inkscape/share/extensions/ps2epsi.sh /inkscape/share/extensions/ps2pdf.cmd /inkscape/share/extensions/ps2pdf.sh /inkscape/share/extensions/ps_input.inx /inkscape/share/extensions/pturtle.py /inkscape/share/extensions/radiusrand.inx /inkscape/share/extensions/radiusrand.py /inkscape/share/extensions/randompnt.inx /inkscape/share/extensions/randompos.inx /inkscape/share/extensions/rtree.inx /inkscape/share/extensions/rtree.py /inkscape/share/extensions/simplepath.py /inkscape/share/extensions/simplestyle.py /inkscape/share/extensions/sk2svg.sh /inkscape/share/extensions/sk_input.inx /inkscape/share/extensions/straightseg.inx /inkscape/share/extensions/straightseg.py /inkscape/share/extensions/summersnight.inx /inkscape/share/extensions/summersnight.py /inkscape/share/extensions/svg_and_media_zip_output.inx /inkscape/share/extensions/svg_and_media_zip_output.py /inkscape/share/extensions/svg_dropshadow /inkscape/share/extensions/svgz_input.inx /inkscape/share/extensions/svgz_output.inx /inkscape/share/extensions/txt2svg.inx /inkscape/share/extensions/txt2svg.pl /inkscape/share/extensions/wavy.inx /inkscape/share/extensions/wavy.py /inkscape/share/extensions/whirl.inx /inkscape/share/extensions/whirl.py /inkscape/share/extensions/wmf_input.inx /inkscape/share/fonts/.cvsignore /inkscape/share/fonts/Makefile.am /inkscape/share/fonts/README /inkscape/share/gradients/.cvsignore /inkscape/share/gradients/Makefile.am /inkscape/share/gradients/README /inkscape/share/icons/.cvsignore /inkscape/share/icons/David_icons.svg /inkscape/share/icons/Makefile.am /inkscape/share/icons/README /inkscape/share/icons/README.David_icons /inkscape/share/icons/README.crispy_icons /inkscape/share/icons/README.icon_themes /inkscape/share/icons/crispy_icons.svg /inkscape/share/icons/icons.svg /inkscape/share/icons/inkscape.svg /inkscape/share/keyboards/.cvsignore /inkscape/share/keyboards/Makefile.am /inkscape/share/keyboards/README /inkscape/share/markers/.cvsignore /inkscape/share/markers/Makefile.am /inkscape/share/markers/markers.svg /inkscape/share/palettes/.cvsignore /inkscape/share/palettes/Makefile.am /inkscape/share/palettes/README /inkscape/share/palettes/Tango-Palette.gpl /inkscape/share/palettes/svg.gpl /inkscape/share/palettes/webhex.gpl /inkscape/share/palettes/websafe22.gpl /inkscape/share/patterns/.cvsignore /inkscape/share/patterns/Makefile.am /inkscape/share/patterns/README /inkscape/share/screens/.cvsignore /inkscape/share/screens/Makefile.am /inkscape/share/screens/README /inkscape/share/screens/about.svg /inkscape/share/screens/keys.fr.svg /inkscape/share/screens/keys.sl.svg /inkscape/share/screens/keys.svg /inkscape/share/templates/.cvsignore /inkscape/share/templates/A4.svg /inkscape/share/templates/A4_landscape.svg /inkscape/share/templates/CD_cover_300dpi.svg /inkscape/share/templates/Letter.svg /inkscape/share/templates/Letter_landscape.svg /inkscape/share/templates/Makefile.am /inkscape/share/templates/README /inkscape/share/templates/black_opaque.svg /inkscape/share/templates/business_card_85x54mm.svg /inkscape/share/templates/business_card_90x50mm.svg /inkscape/share/templates/default.cs.svg /inkscape/share/templates/default.de.svg /inkscape/share/templates/default.es.svg /inkscape/share/templates/default.fr.svg /inkscape/share/templates/default.hu.svg /inkscape/share/templates/default.it.svg /inkscape/share/templates/default.pl.svg /inkscape/share/templates/default.svg /inkscape/share/templates/default_mm.svg /inkscape/share/templates/default_pt.svg /inkscape/share/templates/desktop_1024x768.svg /inkscape/share/templates/desktop_1600x1200.svg /inkscape/share/templates/desktop_640x480.svg /inkscape/share/templates/desktop_800x600.svg /inkscape/share/templates/icon_16x16.svg /inkscape/share/templates/icon_32x32.svg /inkscape/share/templates/icon_48x48.svg /inkscape/share/templates/icon_64x64.svg /inkscape/share/templates/no_borders.svg /inkscape/share/templates/no_layers.svg /inkscape/share/templates/web_banner_468x60.svg /inkscape/share/templates/web_banner_728x90.svg /inkscape/share/templates/white_opaque.svg /inkscape/share/tutorials/.cvsignore /inkscape/share/tutorials/Makefile.am /inkscape/share/tutorials/README /inkscape/share/tutorials/gpl-2.svg /inkscape/share/tutorials/making_markers.svg /inkscape/share/tutorials/oldguitar.jpg /inkscape/share/tutorials/potrace-de.png /inkscape/share/tutorials/potrace-fr.png /inkscape/share/tutorials/potrace.png /inkscape/share/tutorials/tutorial-advanced.es.svg /inkscape/share/tutorials/tutorial-advanced.fr.svg /inkscape/share/tutorials/tutorial-advanced.ja.svg /inkscape/share/tutorials/tutorial-advanced.sl.svg /inkscape/share/tutorials/tutorial-advanced.svg /inkscape/share/tutorials/tutorial-basic.ca.svg /inkscape/share/tutorials/tutorial-basic.de.svg /inkscape/share/tutorials/tutorial-basic.es.svg /inkscape/share/tutorials/tutorial-basic.fr.svg /inkscape/share/tutorials/tutorial-basic.ja.svg /inkscape/share/tutorials/tutorial-basic.nn.svg /inkscape/share/tutorials/tutorial-basic.ru.svg /inkscape/share/tutorials/tutorial-basic.sl.svg /inkscape/share/tutorials/tutorial-basic.svg /inkscape/share/tutorials/tutorial-calligraphy.es.svg /inkscape/share/tutorials/tutorial-calligraphy.fr.svg /inkscape/share/tutorials/tutorial-calligraphy.sl.svg /inkscape/share/tutorials/tutorial-calligraphy.svg /inkscape/share/tutorials/tutorial-elements.es.svg /inkscape/share/tutorials/tutorial-elements.fr.svg /inkscape/share/tutorials/tutorial-elements.sl.svg /inkscape/share/tutorials/tutorial-elements.svg /inkscape/share/tutorials/tutorial-shapes.ca.svg /inkscape/share/tutorials/tutorial-shapes.es.svg /inkscape/share/tutorials/tutorial-shapes.fr.svg /inkscape/share/tutorials/tutorial-shapes.ja.svg /inkscape/share/tutorials/tutorial-shapes.sl.svg /inkscape/share/tutorials/tutorial-shapes.svg /inkscape/share/tutorials/tutorial-tips.es.svg /inkscape/share/tutorials/tutorial-tips.fr.svg /inkscape/share/tutorials/tutorial-tips.sl.svg /inkscape/share/tutorials/tutorial-tips.svg /inkscape/share/tutorials/tutorial-tracing.de.svg /inkscape/share/tutorials/tutorial-tracing.es.svg /inkscape/share/tutorials/tutorial-tracing.fr.svg /inkscape/share/tutorials/tutorial-tracing.sl.svg /inkscape/share/tutorials/tutorial-tracing.svg /inkscape/share/tutorials/tux.png /inkscape/share/ui/.cvsignore /inkscape/share/ui/Makefile.am /inkscape/share/ui/keybindings.rc /inkscape/share/ui/menus-bars.xml /inkscape/share/ui/toolbox.xml /inkscape/share/ui/units.txt /inkscape/share/ui/units.xml .cvsignore Doxyfile Makefile.am Makefile.mingw Makefile.mingw.old Makefile_insert algorithms/.cvsignore algorithms/Makefile_insert algorithms/find-if-before.h algorithms/find-last-if.h algorithms/longest-common-suffix.h algorithms/makefile.in application/.cvsignore application/Makefile_insert application/app-prototype.cpp application/app-prototype.h application/application.cpp application/application.h application/editor.cpp application/editor.h application/makefile.in approx-equal.h arc-context.cpp arc-context.h attributes-test.cpp attributes.cpp attributes.h bad-uri-exception.h brokenimage.xpm check-header-compile.in color-rgba.h color.cpp color.h composite-undo-stack-observer.cpp composite-undo-stack-observer.h conn-avoid-ref.cpp conn-avoid-ref.h connector-context.cpp connector-context.h context-fns.cpp context-fns.h debug/.cvsignore debug/Makefile_insert debug/event-tracker.h debug/event.h debug/gc-heap.h debug/heap.cpp debug/heap.h debug/logger.cpp debug/logger.h debug/makefile.in debug/simple-event.h debug/sysv-heap.cpp debug/sysv-heap.h decimal-round.h desktop-affine.cpp desktop-affine.h desktop-events.cpp desktop-events.h desktop-handles.cpp desktop-handles.h desktop-style.cpp desktop-style.h desktop.cpp desktop.h dialogs/.cvsignore dialogs/Makefile_insert dialogs/clonetiler.cpp dialogs/clonetiler.h dialogs/debugdialog.cpp dialogs/debugdialog.h dialogs/dialog-events.cpp dialogs/dialog-events.h dialogs/display-settings.cpp dialogs/display-settings.h dialogs/eek-preview.cpp dialogs/eek-preview.h dialogs/export.cpp dialogs/export.h dialogs/extensions.cpp dialogs/extensions.h dialogs/filedialog-win32.cpp dialogs/filedialog.cpp dialogs/filedialog.h dialogs/fill-style.cpp dialogs/fill-style.h dialogs/find.cpp dialogs/find.h dialogs/iconpreview.cpp dialogs/iconpreview.h dialogs/in-dt-coordsys.cpp dialogs/in-dt-coordsys.h dialogs/input.cpp dialogs/input.h dialogs/item-properties.cpp dialogs/item-properties.h dialogs/layer-properties.cpp dialogs/layer-properties.h dialogs/makefile.in dialogs/object-attributes.cpp dialogs/object-attributes.h dialogs/object-properties.cpp dialogs/object-properties.h dialogs/rdf.cpp dialogs/rdf.h dialogs/sp-attribute-widget.cpp dialogs/sp-attribute-widget.h dialogs/stroke-style.cpp dialogs/stroke-style.h dialogs/swatches.cpp dialogs/swatches.h dialogs/text-edit.cpp dialogs/text-edit.h dialogs/tiledialog.cpp dialogs/tiledialog.h dialogs/unclump.cpp dialogs/unclump.h dialogs/xml-tree.cpp dialogs/xml-tree.h dir-util-test.cpp dir-util.cpp dir-util.h display/.cvsignore display/Makefile_insert display/bezier-utils-test.cpp display/bezier-utils-work.txt display/bezier-utils.cpp display/bezier-utils.h display/canvas-arena.cpp display/canvas-arena.h display/canvas-bpath.cpp display/canvas-bpath.h display/canvas-grid.cpp display/canvas-grid.h display/curve.cpp display/curve.h display/display-forward.h display/gnome-canvas-acetate.cpp display/gnome-canvas-acetate.h display/guideline.cpp display/guideline.h display/makefile.in display/nr-arena-forward.h display/nr-arena-glyphs.cpp display/nr-arena-glyphs.h display/nr-arena-group.cpp display/nr-arena-group.h display/nr-arena-image.cpp display/nr-arena-image.h display/nr-arena-item.cpp display/nr-arena-item.h display/nr-arena-shape.cpp display/nr-arena-shape.h display/nr-arena.cpp display/nr-arena.h display/nr-gradient-gpl.cpp display/nr-gradient-gpl.h display/nr-plain-stuff-gdk.cpp display/nr-plain-stuff-gdk.h display/nr-plain-stuff.cpp display/nr-plain-stuff.h display/sodipodi-ctrl.cpp display/sodipodi-ctrl.h display/sodipodi-ctrlrect.cpp display/sodipodi-ctrlrect.h display/sp-canvas-util.cpp display/sp-canvas-util.h display/sp-canvas.cpp display/sp-canvas.h display/sp-ctrlline.cpp display/sp-ctrlline.h display/sp-ctrlquadr.cpp display/sp-ctrlquadr.h display/testnr.cpp document-private.h document-undo.cpp document.cpp document.h dom/.cvsignore dom/001.css dom/Filt.java dom/ImplGen.java dom/Makefile.static dom/Makefile_insert dom/README dom/acid.css dom/base.css dom/charclass.cpp dom/charclass.h dom/css.h dom/css.idl dom/cssparser.cpp dom/cssparser.h dom/cssprop.txt dom/dom.h dom/dom.idl dom/domimpl.cpp dom/domimpl.h dom/domstream.cpp dom/domstream.h dom/domstring.cpp dom/domstring.h dom/domstringimpl.h dom/events.h dom/events.idl dom/inkscape.css dom/inkscape.logo.svg dom/js/Makefile dom/js/README dom/js/fdlibm/e_acos.c dom/js/fdlibm/e_acosh.c dom/js/fdlibm/e_asin.c dom/js/fdlibm/e_atan2.c dom/js/fdlibm/e_atanh.c dom/js/fdlibm/e_cosh.c dom/js/fdlibm/e_exp.c dom/js/fdlibm/e_fmod.c dom/js/fdlibm/e_gamma.c dom/js/fdlibm/e_gamma_r.c dom/js/fdlibm/e_hypot.c dom/js/fdlibm/e_j0.c dom/js/fdlibm/e_j1.c dom/js/fdlibm/e_jn.c dom/js/fdlibm/e_lgamma.c dom/js/fdlibm/e_lgamma_r.c dom/js/fdlibm/e_log.c dom/js/fdlibm/e_log10.c dom/js/fdlibm/e_pow.c dom/js/fdlibm/e_rem_pio2.c dom/js/fdlibm/e_remainder.c dom/js/fdlibm/e_scalb.c dom/js/fdlibm/e_sinh.c dom/js/fdlibm/e_sqrt.c dom/js/fdlibm/fdlibm.h dom/js/fdlibm/k_cos.c dom/js/fdlibm/k_rem_pio2.c dom/js/fdlibm/k_sin.c dom/js/fdlibm/k_standard.c dom/js/fdlibm/k_tan.c dom/js/fdlibm/s_asinh.c dom/js/fdlibm/s_atan.c dom/js/fdlibm/s_cbrt.c dom/js/fdlibm/s_ceil.c dom/js/fdlibm/s_copysign.c dom/js/fdlibm/s_cos.c dom/js/fdlibm/s_erf.c dom/js/fdlibm/s_expm1.c dom/js/fdlibm/s_fabs.c dom/js/fdlibm/s_finite.c dom/js/fdlibm/s_floor.c dom/js/fdlibm/s_frexp.c dom/js/fdlibm/s_ilogb.c dom/js/fdlibm/s_isnan.c dom/js/fdlibm/s_ldexp.c dom/js/fdlibm/s_lib_version.c dom/js/fdlibm/s_log1p.c dom/js/fdlibm/s_logb.c dom/js/fdlibm/s_matherr.c dom/js/fdlibm/s_modf.c dom/js/fdlibm/s_nextafter.c dom/js/fdlibm/s_rint.c dom/js/fdlibm/s_scalbn.c dom/js/fdlibm/s_signgam.c dom/js/fdlibm/s_significand.c dom/js/fdlibm/s_sin.c dom/js/fdlibm/s_tan.c dom/js/fdlibm/s_tanh.c dom/js/fdlibm/w_acos.c dom/js/fdlibm/w_acosh.c dom/js/fdlibm/w_asin.c dom/js/fdlibm/w_atan2.c dom/js/fdlibm/w_atanh.c dom/js/fdlibm/w_cosh.c dom/js/fdlibm/w_exp.c dom/js/fdlibm/w_fmod.c dom/js/fdlibm/w_gamma.c dom/js/fdlibm/w_gamma_r.c dom/js/fdlibm/w_hypot.c dom/js/fdlibm/w_j0.c dom/js/fdlibm/w_j1.c dom/js/fdlibm/w_jn.c dom/js/fdlibm/w_lgamma.c dom/js/fdlibm/w_lgamma_r.c dom/js/fdlibm/w_log.c dom/js/fdlibm/w_log10.c dom/js/fdlibm/w_pow.c dom/js/fdlibm/w_remainder.c dom/js/fdlibm/w_scalb.c dom/js/fdlibm/w_sinh.c dom/js/fdlibm/w_sqrt.c dom/js/js.c dom/js/js.mak dom/js/js.msg dom/js/jsapi.c dom/js/jsapi.h dom/js/jsarena.c dom/js/jsarena.h dom/js/jsarray.c dom/js/jsarray.h dom/js/jsatom.c dom/js/jsatom.h dom/js/jsautocfg.h dom/js/jsbit.h dom/js/jsbool.c dom/js/jsbool.h dom/js/jsclist.h dom/js/jscntxt.c dom/js/jscntxt.h dom/js/jscompat.h dom/js/jsconfig.h dom/js/jscpucfg.c dom/js/jscpucfg.h dom/js/jsdate.c dom/js/jsdate.h dom/js/jsdbgapi.c dom/js/jsdbgapi.h dom/js/jsdhash.c dom/js/jsdhash.h dom/js/jsdtoa.c dom/js/jsdtoa.h dom/js/jsemit.c dom/js/jsemit.h dom/js/jsexn.c dom/js/jsexn.h dom/js/jsfile.c dom/js/jsfile.h dom/js/jsfun.c dom/js/jsfun.h dom/js/jsgc.c dom/js/jsgc.h dom/js/jshash.c dom/js/jshash.h dom/js/jsinterp.c dom/js/jsinterp.h dom/js/jslibmath.h dom/js/jslock.c dom/js/jslock.h dom/js/jslocko.asm dom/js/jslog2.c dom/js/jslong.c dom/js/jslong.h dom/js/jsmath.c dom/js/jsmath.h dom/js/jsnum.c dom/js/jsnum.h dom/js/jsobj.c dom/js/jsobj.h dom/js/jsopcode.c dom/js/jsopcode.h dom/js/jsopcode.tbl dom/js/jsosdep.h dom/js/jsotypes.h dom/js/jsparse.c dom/js/jsparse.h dom/js/jsprf.c dom/js/jsprf.h dom/js/jsprvtd.h dom/js/jspubtd.h dom/js/jsregexp.c dom/js/jsregexp.h dom/js/jsscan.c dom/js/jsscan.h dom/js/jsscope.c dom/js/jsscope.h dom/js/jsscript.c dom/js/jsscript.h dom/js/jsshell.msg dom/js/jsstddef.h dom/js/jsstr.c dom/js/jsstr.h dom/js/jstypes.h dom/js/jsutil.c dom/js/jsutil.h dom/js/jsxdrapi.c dom/js/jsxdrapi.h dom/js/prmjtime.c dom/js/prmjtime.h dom/js/resource.h dom/knut.svg dom/ls.h dom/ls.idl dom/lsimpl.cpp dom/lsimpl.cpp.orig dom/lsimpl.h dom/makefile.in dom/meyerweb.css dom/mingwenv.bat dom/phoebedom.h dom/prop-css.cpp dom/prop-css.txt dom/prop-css2.cpp dom/prop-svg.cpp dom/prop-svg.txt dom/ranges.idl dom/sandb1.css dom/smil.h dom/smil.idl dom/smilimpl.cpp dom/smilimpl.h dom/stringstream.cpp dom/stringstream.h dom/stylesheets.h dom/stylesheets.idl dom/svg.h dom/svg.idl dom/svgimpl.cpp dom/svgimpl.h dom/svglsimpl.cpp dom/svglsimpl.h dom/svgparser.cpp dom/svgparser.h dom/svgtypes.h dom/testdom.cpp dom/testsvg.cpp dom/transforms.svg dom/traversal.h dom/traversal.idl dom/uri.cpp dom/uri.h dom/uristream.cpp dom/uristream.h dom/uritest.cpp dom/views.h dom/views.idl dom/xmlreader.cpp dom/xmlreader.h dom/xpath.h dom/xpath.idl dom/xpathimpl.cpp dom/xpathimpl.h dom/xpathparser.cpp dom/xpathparser.h dom/xpathtest.cpp dom/xpathtests.cpp draw-anchor.cpp draw-anchor.h draw-context.cpp draw-context.h dropper-context.cpp dropper-context.h dyna-draw-context.cpp dyna-draw-context.h enums.h event-context.cpp event-context.h extension/.cvsignore extension/Makefile_insert extension/api.cpp extension/db.cpp extension/db.h extension/dependency.cpp extension/dependency.h extension/dxf2svg/GPL.txt extension/dxf2svg/LGPL.txt extension/dxf2svg/Makefile extension/dxf2svg/README extension/dxf2svg/aci2rgb.cpp extension/dxf2svg/blocks.cpp extension/dxf2svg/blocks.h extension/dxf2svg/dxf2svg.cpp extension/dxf2svg/dxf_input.inx extension/dxf2svg/dxf_input_windows.inx extension/dxf2svg/entities.cpp extension/dxf2svg/entities.h extension/dxf2svg/entities2elements.cpp extension/dxf2svg/entities2elements.h extension/dxf2svg/read_dxf.cpp extension/dxf2svg/read_dxf.h extension/dxf2svg/tables.cpp extension/dxf2svg/tables.h extension/dxf2svg/tables2svg_info.cpp extension/dxf2svg/tables2svg_info.h extension/dxf2svg/test_dxf.cpp extension/effect.cpp extension/effect.h extension/error-file.cpp extension/error-file.h extension/extension-forward.h extension/extension.cpp extension/extension.h extension/implementation/.cvsignore extension/implementation/Makefile_insert extension/implementation/implementation.cpp extension/implementation/implementation.h extension/implementation/makefile.in extension/implementation/plugin-link.h extension/implementation/plugin.cpp extension/implementation/plugin.h extension/implementation/script.cpp extension/implementation/script.h extension/init.cpp extension/init.h extension/input.cpp extension/input.h extension/internal/.cvsignore extension/internal/Makefile_insert extension/internal/bluredge.cpp extension/internal/bluredge.h extension/internal/eps-out.cpp extension/internal/eps-out.h extension/internal/gdkpixbuf-input.cpp extension/internal/gdkpixbuf-input.h extension/internal/gimpgrad.cpp extension/internal/gimpgrad.h extension/internal/gnome.cpp extension/internal/gnome.h extension/internal/grid.cpp extension/internal/grid.h extension/internal/latex-pstricks-out.cpp extension/internal/latex-pstricks-out.h extension/internal/latex-pstricks.cpp extension/internal/latex-pstricks.h extension/internal/makefile.in extension/internal/pov-out.cpp extension/internal/pov-out.h extension/internal/ps-out.cpp extension/internal/ps-out.h extension/internal/ps.cpp extension/internal/ps.h extension/internal/svg.cpp extension/internal/svg.h extension/internal/svgz.cpp extension/internal/svgz.h extension/internal/win32.cpp extension/internal/win32.h extension/makefile.in extension/output.cpp extension/output.h extension/parameter.cpp extension/parameter.h extension/plugin/.cvsignore extension/plugin/Makefile_insert extension/plugin/makefile.in extension/prefdialog.cpp extension/prefdialog.h extension/print.cpp extension/print.h extension/script/.cvsignore extension/script/InkscapeBinding.cpp extension/script/InkscapeBinding.h extension/script/InkscapeInterpreter.cpp extension/script/InkscapeInterpreter.h extension/script/InkscapePerl.cpp extension/script/InkscapePerl.h extension/script/InkscapePython.cpp extension/script/InkscapePython.h extension/script/InkscapeScript.cpp extension/script/InkscapeScript.h extension/script/Makefile.tmp extension/script/Makefile_insert extension/script/README.txt extension/script/bindtest.cpp extension/script/cpptest.cpp extension/script/inkscape_perl.i extension/script/inkscape_perl.pm extension/script/inkscape_perl.pm.h extension/script/inkscape_perl_wrap.cpp extension/script/inkscape_py.i extension/script/inkscape_py.py extension/script/inkscape_py.py.h extension/script/inkscape_py_wrap.cpp extension/script/js/Makefile extension/script/js/README extension/script/js/fdlibm/e_acos.c extension/script/js/fdlibm/e_acosh.c extension/script/js/fdlibm/e_asin.c extension/script/js/fdlibm/e_atan2.c extension/script/js/fdlibm/e_atanh.c extension/script/js/fdlibm/e_cosh.c extension/script/js/fdlibm/e_exp.c extension/script/js/fdlibm/e_fmod.c extension/script/js/fdlibm/e_gamma.c extension/script/js/fdlibm/e_gamma_r.c extension/script/js/fdlibm/e_hypot.c extension/script/js/fdlibm/e_j0.c extension/script/js/fdlibm/e_j1.c extension/script/js/fdlibm/e_jn.c extension/script/js/fdlibm/e_lgamma.c extension/script/js/fdlibm/e_lgamma_r.c extension/script/js/fdlibm/e_log.c extension/script/js/fdlibm/e_log10.c extension/script/js/fdlibm/e_pow.c extension/script/js/fdlibm/e_rem_pio2.c extension/script/js/fdlibm/e_remainder.c extension/script/js/fdlibm/e_scalb.c extension/script/js/fdlibm/e_sinh.c extension/script/js/fdlibm/e_sqrt.c extension/script/js/fdlibm/fdlibm.h extension/script/js/fdlibm/k_cos.c extension/script/js/fdlibm/k_rem_pio2.c extension/script/js/fdlibm/k_sin.c extension/script/js/fdlibm/k_standard.c extension/script/js/fdlibm/k_tan.c extension/script/js/fdlibm/s_asinh.c extension/script/js/fdlibm/s_atan.c extension/script/js/fdlibm/s_cbrt.c extension/script/js/fdlibm/s_ceil.c extension/script/js/fdlibm/s_copysign.c extension/script/js/fdlibm/s_cos.c extension/script/js/fdlibm/s_erf.c extension/script/js/fdlibm/s_expm1.c extension/script/js/fdlibm/s_fabs.c extension/script/js/fdlibm/s_finite.c extension/script/js/fdlibm/s_floor.c extension/script/js/fdlibm/s_frexp.c extension/script/js/fdlibm/s_ilogb.c extension/script/js/fdlibm/s_isnan.c extension/script/js/fdlibm/s_ldexp.c extension/script/js/fdlibm/s_lib_version.c extension/script/js/fdlibm/s_log1p.c extension/script/js/fdlibm/s_logb.c extension/script/js/fdlibm/s_matherr.c extension/script/js/fdlibm/s_modf.c extension/script/js/fdlibm/s_nextafter.c extension/script/js/fdlibm/s_rint.c extension/script/js/fdlibm/s_scalbn.c extension/script/js/fdlibm/s_signgam.c extension/script/js/fdlibm/s_significand.c extension/script/js/fdlibm/s_sin.c extension/script/js/fdlibm/s_tan.c extension/script/js/fdlibm/s_tanh.c extension/script/js/fdlibm/w_acos.c extension/script/js/fdlibm/w_acosh.c extension/script/js/fdlibm/w_asin.c extension/script/js/fdlibm/w_atan2.c extension/script/js/fdlibm/w_atanh.c extension/script/js/fdlibm/w_cosh.c extension/script/js/fdlibm/w_exp.c extension/script/js/fdlibm/w_fmod.c extension/script/js/fdlibm/w_gamma.c extension/script/js/fdlibm/w_gamma_r.c extension/script/js/fdlibm/w_hypot.c extension/script/js/fdlibm/w_j0.c extension/script/js/fdlibm/w_j1.c extension/script/js/fdlibm/w_jn.c extension/script/js/fdlibm/w_lgamma.c extension/script/js/fdlibm/w_lgamma_r.c extension/script/js/fdlibm/w_log.c extension/script/js/fdlibm/w_log10.c extension/script/js/fdlibm/w_pow.c extension/script/js/fdlibm/w_remainder.c extension/script/js/fdlibm/w_scalb.c extension/script/js/fdlibm/w_sinh.c extension/script/js/fdlibm/w_sqrt.c extension/script/js/js.c extension/script/js/js.mak extension/script/js/js.msg extension/script/js/jsapi.c extension/script/js/jsapi.h extension/script/js/jsarena.c extension/script/js/jsarena.h extension/script/js/jsarray.c extension/script/js/jsarray.h extension/script/js/jsatom.c extension/script/js/jsatom.h extension/script/js/jsautocfg.h extension/script/js/jsbit.h extension/script/js/jsbool.c extension/script/js/jsbool.h extension/script/js/jsclist.h extension/script/js/jscntxt.c extension/script/js/jscntxt.h extension/script/js/jscompat.h extension/script/js/jsconfig.h extension/script/js/jscpucfg.c extension/script/js/jscpucfg.h extension/script/js/jsdate.c extension/script/js/jsdate.h extension/script/js/jsdbgapi.c extension/script/js/jsdbgapi.h extension/script/js/jsdhash.c extension/script/js/jsdhash.h extension/script/js/jsdtoa.c extension/script/js/jsdtoa.h extension/script/js/jsemit.c extension/script/js/jsemit.h extension/script/js/jsexn.c extension/script/js/jsexn.h extension/script/js/jsfile.c extension/script/js/jsfile.h extension/script/js/jsfun.c extension/script/js/jsfun.h extension/script/js/jsgc.c extension/script/js/jsgc.h extension/script/js/jshash.c extension/script/js/jshash.h extension/script/js/jsinterp.c extension/script/js/jsinterp.h extension/script/js/jslibmath.h extension/script/js/jslock.c extension/script/js/jslock.h extension/script/js/jslocko.asm extension/script/js/jslog2.c extension/script/js/jslong.c extension/script/js/jslong.h extension/script/js/jsmath.c extension/script/js/jsmath.h extension/script/js/jsnum.c extension/script/js/jsnum.h extension/script/js/jsobj.c extension/script/js/jsobj.h extension/script/js/jsopcode.c extension/script/js/jsopcode.h extension/script/js/jsopcode.tbl extension/script/js/jsosdep.h extension/script/js/jsotypes.h extension/script/js/jsparse.c extension/script/js/jsparse.h extension/script/js/jsprf.c extension/script/js/jsprf.h extension/script/js/jsprvtd.h extension/script/js/jspubtd.h extension/script/js/jsregexp.c extension/script/js/jsregexp.h extension/script/js/jsscan.c extension/script/js/jsscan.h extension/script/js/jsscope.c extension/script/js/jsscope.h extension/script/js/jsscript.c extension/script/js/jsscript.h extension/script/js/jsshell.msg extension/script/js/jsstddef.h extension/script/js/jsstr.c extension/script/js/jsstr.h extension/script/js/jstypes.h extension/script/js/jsutil.c extension/script/js/jsutil.h extension/script/js/jsxdrapi.c extension/script/js/jsxdrapi.h extension/script/js/prmjtime.c extension/script/js/prmjtime.h extension/script/js/resource.h extension/script/makefile.in extension/script/quotefile.pl extension/script/runme.py extension/script/wrap_swig_module.sh extension/system.cpp extension/system.h extension/timer.cpp extension/timer.h extract-uri-test.cpp extract-uri.cpp extract-uri.h file.cpp file.h fill-or-stroke.h fixes.cpp fontsize-expansion.cpp fontsize-expansion.h forward.h gc-alloc.h gc-anchored.cpp gc-anchored.h gc-core.h gc-finalized.h gc-managed.h gc.cpp geom.cpp geom.h gnuc-attribute.h gradient-chemistry.cpp gradient-chemistry.h gradient-context.cpp gradient-context.h gradient-drag.cpp gradient-drag.h grid-snapper.cpp grid-snapper.h guide-snapper.cpp guide-snapper.h help.cpp help.h helper/.cvsignore helper/HACKING helper/Makefile_insert helper/action.cpp helper/action.h helper/gnome-utils.cpp helper/gnome-utils.h helper/helper-forward.h helper/makefile.in helper/png-write.cpp helper/png-write.h helper/sp-marshal.cpp.mingw helper/sp-marshal.h.mingw helper/sp-marshal.list helper/stlport.h helper/stock-items.cpp helper/stock-items.h helper/unit-menu.cpp helper/unit-menu.h helper/units-test.cpp helper/units.cpp helper/units.h helper/window.cpp helper/window.h inkjar/.cvsignore inkjar/Makefile_insert inkjar/jar.cpp inkjar/jar.h inkjar/makefile.in inkscape-private.h inkscape-stock.cpp inkscape-stock.h inkscape.cpp inkscape.h inkscape.rc inkscape_version.h.mingw inkview.cpp interface.cpp interface.h io/.cvsignore io/Makefile.tst io/Makefile_insert io/base64stream.cpp io/base64stream.h io/crystalegg.xml io/doc2html.xsl io/ftos.cpp io/ftos.h io/gzipstream.cpp io/gzipstream.h io/inkscapestream.cpp io/inkscapestream.h io/makefile.in io/simple-sax.cpp io/simple-sax.h io/streamtest.cpp io/stringstream.cpp io/stringstream.h io/sys.cpp io/sys.h io/uristream.cpp io/uristream.h io/xsltstream.cpp io/xsltstream.h isnan.h jabber_whiteboard/.cvsignore jabber_whiteboard/Makefile_insert jabber_whiteboard/buddy-list-manager.cpp jabber_whiteboard/buddy-list-manager.h jabber_whiteboard/callbacks.cpp jabber_whiteboard/callbacks.h jabber_whiteboard/chat-handler.cpp jabber_whiteboard/chat-handler.h jabber_whiteboard/connection-establishment.cpp jabber_whiteboard/defines.h jabber_whiteboard/deserializer.cpp jabber_whiteboard/deserializer.h jabber_whiteboard/empty.cpp jabber_whiteboard/error-codes.h jabber_whiteboard/internal-constants.cpp jabber_whiteboard/internal-constants.h jabber_whiteboard/invitation-confirm-dialog.cpp jabber_whiteboard/invitation-confirm-dialog.h jabber_whiteboard/jabber-handlers.cpp jabber_whiteboard/jabber-handlers.h jabber_whiteboard/makefile.in jabber_whiteboard/message-aggregator.cpp jabber_whiteboard/message-aggregator.h jabber_whiteboard/message-contexts.cpp jabber_whiteboard/message-contexts.h jabber_whiteboard/message-handler.cpp jabber_whiteboard/message-handler.h jabber_whiteboard/message-node.h jabber_whiteboard/message-processors.cpp jabber_whiteboard/message-processors.h jabber_whiteboard/message-queue.cpp jabber_whiteboard/message-queue.h jabber_whiteboard/message-tags.cpp jabber_whiteboard/message-tags.h jabber_whiteboard/message-utilities.cpp jabber_whiteboard/message-utilities.h jabber_whiteboard/node-tracker-event-tracker.cpp jabber_whiteboard/node-tracker-event-tracker.h jabber_whiteboard/node-tracker-observer.h jabber_whiteboard/node-tracker.cpp jabber_whiteboard/node-tracker.h jabber_whiteboard/node-utilities.cpp jabber_whiteboard/node-utilities.h jabber_whiteboard/pedrodom.cpp jabber_whiteboard/pedrodom.h jabber_whiteboard/pedroxmpp.cpp jabber_whiteboard/pedroxmpp.h jabber_whiteboard/serializer.cpp jabber_whiteboard/serializer.h jabber_whiteboard/session-file-player.cpp jabber_whiteboard/session-file-player.h jabber_whiteboard/session-file-selector.cpp jabber_whiteboard/session-file-selector.h jabber_whiteboard/session-file.cpp jabber_whiteboard/session-file.h jabber_whiteboard/session-manager.cpp jabber_whiteboard/session-manager.h jabber_whiteboard/tracker-node.h jabber_whiteboard/typedefs.h jabber_whiteboard/undo-stack-observer.cpp jabber_whiteboard/undo-stack-observer.h knot-enums.h knot-holder-entity.h knot.cpp knot.h knotholder.cpp knotholder.h layer-fns.cpp layer-fns.h libavoid/.cvsignore libavoid/Makefile_insert libavoid/README libavoid/connector.cpp libavoid/connector.h libavoid/debug.h libavoid/geometry.cpp libavoid/geometry.h libavoid/geomtypes.h libavoid/graph.cpp libavoid/graph.h libavoid/incremental.cpp libavoid/incremental.h libavoid/libavoid.h libavoid/makefile.in libavoid/makepath.cpp libavoid/makepath.h libavoid/polyutil.cpp libavoid/polyutil.h libavoid/shape.cpp libavoid/shape.h libavoid/static.cpp libavoid/static.h libavoid/timer.cpp libavoid/timer.h libavoid/vertices.cpp libavoid/vertices.h libavoid/visibility.cpp libavoid/visibility.h libcroco/.cvsignore libcroco/Makefile_insert libcroco/README libcroco/cr-additional-sel.c libcroco/cr-additional-sel.h libcroco/cr-attr-sel.c libcroco/cr-attr-sel.h libcroco/cr-cascade.c libcroco/cr-cascade.h libcroco/cr-declaration.c libcroco/cr-declaration.h libcroco/cr-doc-handler.c libcroco/cr-doc-handler.h libcroco/cr-enc-handler.c libcroco/cr-enc-handler.h libcroco/cr-fonts.c libcroco/cr-fonts.h libcroco/cr-input.c libcroco/cr-input.h libcroco/cr-libxml-node-iface.c libcroco/cr-libxml-node-iface.h libcroco/cr-node-iface.h libcroco/cr-num.c libcroco/cr-num.h libcroco/cr-om-parser.c libcroco/cr-om-parser.h libcroco/cr-parser.c libcroco/cr-parser.h libcroco/cr-parsing-location.c libcroco/cr-parsing-location.h libcroco/cr-prop-list.c libcroco/cr-prop-list.h libcroco/cr-pseudo.c libcroco/cr-pseudo.h libcroco/cr-rgb.c libcroco/cr-rgb.h libcroco/cr-sel-eng.c libcroco/cr-sel-eng.h libcroco/cr-selector.c libcroco/cr-selector.h libcroco/cr-simple-sel.c libcroco/cr-simple-sel.h libcroco/cr-statement.c libcroco/cr-statement.h libcroco/cr-string.c libcroco/cr-string.h libcroco/cr-style.c libcroco/cr-style.h libcroco/cr-stylesheet.c libcroco/cr-stylesheet.h libcroco/cr-term.c libcroco/cr-term.h libcroco/cr-tknzr.c libcroco/cr-tknzr.h libcroco/cr-token.c libcroco/cr-token.h libcroco/cr-utils.c libcroco/cr-utils.h libcroco/libcroco.h libcroco/makefile.in libnr/.cvsignore libnr/Makefile_insert libnr/have_mmx.S libnr/in-svg-plane-test.cpp libnr/in-svg-plane-test.h libnr/in-svg-plane.h libnr/libnr.def libnr/makefile.in libnr/n-art-bpath.h libnr/nr-blit.cpp libnr/nr-blit.h libnr/nr-compose-transform.cpp libnr/nr-compose-transform.h libnr/nr-compose.cpp libnr/nr-compose.h libnr/nr-convex-hull-ops.h libnr/nr-convex-hull.h libnr/nr-coord.h libnr/nr-dim2.h libnr/nr-forward.h libnr/nr-gradient.cpp libnr/nr-gradient.h libnr/nr-i-coord.h libnr/nr-macros.h libnr/nr-matrix-div.cpp libnr/nr-matrix-div.h libnr/nr-matrix-fns.cpp libnr/nr-matrix-fns.h libnr/nr-matrix-ops.h libnr/nr-matrix-rotate-ops.cpp libnr/nr-matrix-rotate-ops.h libnr/nr-matrix-scale-ops.cpp libnr/nr-matrix-scale-ops.h libnr/nr-matrix-test.cpp libnr/nr-matrix-test.h libnr/nr-matrix-translate-ops.cpp libnr/nr-matrix-translate-ops.h libnr/nr-matrix.cpp libnr/nr-matrix.h libnr/nr-maybe.h libnr/nr-object.cpp libnr/nr-object.h libnr/nr-path-code.h libnr/nr-path.cpp libnr/nr-path.h libnr/nr-pixblock-line.cpp libnr/nr-pixblock-line.h libnr/nr-pixblock-pattern.cpp libnr/nr-pixblock-pattern.h libnr/nr-pixblock-pixel.cpp libnr/nr-pixblock-pixel.h libnr/nr-pixblock.cpp libnr/nr-pixblock.h libnr/nr-pixops.h libnr/nr-point-fns-test.cpp libnr/nr-point-fns-test.h libnr/nr-point-fns.cpp libnr/nr-point-fns.h libnr/nr-point-l.h libnr/nr-point-matrix-ops.h libnr/nr-point-ops.h libnr/nr-point.h libnr/nr-rect-l.cpp libnr/nr-rect-l.h libnr/nr-rect-ops.h libnr/nr-rect.cpp libnr/nr-rect.h libnr/nr-render.h libnr/nr-rotate-fns-test.cpp libnr/nr-rotate-fns-test.h libnr/nr-rotate-fns.cpp libnr/nr-rotate-fns.h libnr/nr-rotate-matrix-ops.cpp libnr/nr-rotate-matrix-ops.h libnr/nr-rotate-ops.h libnr/nr-rotate-test.cpp libnr/nr-rotate-test.h libnr/nr-rotate.h libnr/nr-scale-matrix-ops.cpp libnr/nr-scale-matrix-ops.h libnr/nr-scale-ops.h libnr/nr-scale-test.cpp libnr/nr-scale-test.h libnr/nr-scale-translate-ops.cpp libnr/nr-scale-translate-ops.h libnr/nr-scale.h libnr/nr-svp-private.h libnr/nr-svp-render.cpp libnr/nr-svp-render.h libnr/nr-svp.cpp libnr/nr-svp.h libnr/nr-translate-matrix-ops.cpp libnr/nr-translate-matrix-ops.h libnr/nr-translate-ops.h libnr/nr-translate-rotate-ops.cpp libnr/nr-translate-rotate-ops.h libnr/nr-translate-scale-ops.cpp libnr/nr-translate-scale-ops.h libnr/nr-translate-test.cpp libnr/nr-translate-test.h libnr/nr-translate.h libnr/nr-types-test.cpp libnr/nr-types-test.h libnr/nr-types.cpp libnr/nr-types.h libnr/nr-values.cpp libnr/nr-values.h libnr/nr_config.h.mingw libnr/nr_config.h.win32 libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S libnr/testnr.cpp libnrtype/.cvsignore libnrtype/FontFactory.cpp libnrtype/FontFactory.h libnrtype/FontInstance.cpp libnrtype/Layout-TNG-Compute.cpp libnrtype/Layout-TNG-Input.cpp libnrtype/Layout-TNG-OutIter.cpp libnrtype/Layout-TNG-Output.cpp libnrtype/Layout-TNG-Scanline-Maker.h libnrtype/Layout-TNG-Scanline-Makers.cpp libnrtype/Layout-TNG.cpp libnrtype/Layout-TNG.h libnrtype/Makefile_insert libnrtype/RasterFont.cpp libnrtype/RasterFont.h libnrtype/TextWrapper.cpp libnrtype/TextWrapper.h libnrtype/boundary-type.h libnrtype/font-glyph.h libnrtype/font-instance.h libnrtype/font-style-to-pos.cpp libnrtype/font-style-to-pos.h libnrtype/font-style.h libnrtype/libnrtype.def libnrtype/makefile.in libnrtype/nr-type-pos-def.cpp libnrtype/nr-type-pos-def.h libnrtype/nr-type-primitives.cpp libnrtype/nr-type-primitives.h libnrtype/nrtype-forward.h libnrtype/one-box.h libnrtype/one-glyph.h libnrtype/one-para.h libnrtype/raster-glyph.h libnrtype/raster-position.h libnrtype/text-boundary.h line-snapper.cpp line-snapper.h livarot/.cvsignore livarot/AVL.cpp livarot/AVL.h livarot/AlphaLigne.cpp livarot/AlphaLigne.h livarot/BitLigne.cpp livarot/BitLigne.h livarot/Livarot.h livarot/LivarotDefs.h livarot/Makefile_insert livarot/MyMath.h livarot/MySeg.cpp livarot/MySeg.h livarot/Path.cpp livarot/Path.h livarot/PathConversion.cpp livarot/PathCutting.cpp livarot/PathOutline.cpp livarot/PathSimplify.cpp livarot/PathStroke.cpp livarot/Shape.cpp livarot/Shape.h livarot/ShapeDraw.cpp livarot/ShapeMisc.cpp livarot/ShapeRaster.cpp livarot/ShapeSweep.cpp livarot/float-line.cpp livarot/float-line.h livarot/int-line.cpp livarot/int-line.h livarot/livarot-forward.h livarot/makefile.in livarot/path-description.cpp livarot/path-description.h livarot/sweep-event-queue.h livarot/sweep-event.cpp livarot/sweep-event.h livarot/sweep-tree-list.cpp livarot/sweep-tree-list.h livarot/sweep-tree.cpp livarot/sweep-tree.h macros.h main.cpp make.dep make.exclude make.files make.ofiles makedef.pl marker-status.cpp marker-status.h media.cpp media.h memeq.h menus-skeleton.h message-context.cpp message-context.h message-stack.cpp message-stack.h message.h mkdep.pl mkfiles.pl mod360-test.cpp mod360.cpp mod360.h modifier-fns.h node-context.cpp node-context.h nodepath.cpp nodepath.h object-edit.cpp object-edit.h object-hierarchy.cpp object-hierarchy.h object-snapper.cpp object-snapper.h object-ui.cpp object-ui.h path-chemistry.cpp path-chemistry.h path-prefix.h pen-context.cpp pen-context.h pencil-context.cpp pencil-context.h pixmaps/cursor-arc.xpm pixmaps/cursor-arrow.xpm pixmaps/cursor-calligraphy.xpm pixmaps/cursor-connector.xpm pixmaps/cursor-dropper.xpm pixmaps/cursor-ellipse.xpm pixmaps/cursor-gradient.xpm pixmaps/cursor-node-d.xpm pixmaps/cursor-node-m.xpm pixmaps/cursor-node.xpm pixmaps/cursor-pen.xpm pixmaps/cursor-pencil.xpm pixmaps/cursor-rect.xpm pixmaps/cursor-select-d.xpm pixmaps/cursor-select-m.xpm pixmaps/cursor-spiral.xpm pixmaps/cursor-star.xpm pixmaps/cursor-text-insert.xpm pixmaps/cursor-text.xpm pixmaps/cursor-zoom-out.xpm pixmaps/cursor-zoom.xpm pixmaps/handles.xpm plugin.def preferences-skeleton.h preferences.cpp preferences.h prefix.cpp prefix.h prefs-utils.cpp prefs-utils.h print.cpp print.h proofs rect-context.cpp rect-context.h registrytool.cpp registrytool.h remove-last.h removeoverlap/.cvsignore removeoverlap/Makefile_insert removeoverlap/block.cpp removeoverlap/block.h removeoverlap/blocks.cpp removeoverlap/blocks.h removeoverlap/constraint.cpp removeoverlap/constraint.h removeoverlap/generate-constraints.cpp removeoverlap/generate-constraints.h removeoverlap/makefile.in removeoverlap/pairingheap/.cvsignore removeoverlap/pairingheap/PairingHeap.cpp removeoverlap/pairingheap/PairingHeap.h removeoverlap/pairingheap/dsexceptions.h removeoverlap/placement_SolveVPSC.cpp removeoverlap/placement_SolveVPSC.h removeoverlap/remove_rectangle_overlap-test.cpp removeoverlap/remove_rectangle_overlap.cpp removeoverlap/remove_rectangle_overlap.h removeoverlap/removeoverlap.cpp removeoverlap/removeoverlap.h removeoverlap/solve_VPSC.cpp removeoverlap/solve_VPSC.h removeoverlap/variable.cpp removeoverlap/variable.h require-config.h round-test.cpp round.h rubberband.cpp rubberband.h satisfied-guide-cns.cpp satisfied-guide-cns.h selcue.cpp selcue.h select-context.cpp select-context.h selection-chemistry.cpp selection-chemistry.h selection-describer.cpp selection-describer.h selection.cpp selection.h seltrans-handles.cpp seltrans-handles.h seltrans.cpp seltrans.h shortcuts-default-xml.cpp shortcuts.cpp shortcuts.h slideshow.cpp slideshow.h snap.cpp snap.h snapped-point.cpp snapped-point.h snapper.cpp snapper.h sp-anchor.cpp sp-anchor.h sp-animation.cpp sp-animation.h sp-clippath.cpp sp-clippath.h sp-conn-end-pair.cpp sp-conn-end-pair.h sp-conn-end.cpp sp-conn-end.h sp-cursor.cpp sp-cursor.h sp-defs.cpp sp-defs.h sp-ellipse.cpp sp-ellipse.h sp-flowdiv.cpp sp-flowdiv.h sp-flowregion.cpp sp-flowregion.h sp-flowtext.cpp sp-flowtext.h sp-gradient-fns.h sp-gradient-reference.cpp sp-gradient-reference.h sp-gradient-spread.h sp-gradient-test.cpp sp-gradient-units.h sp-gradient-vector.h sp-gradient.cpp sp-gradient.h sp-guide-attachment.h sp-guide-constraint.h sp-guide.cpp sp-guide.h sp-image.cpp sp-image.h sp-item-group.cpp sp-item-group.h sp-item-notify-moveto.cpp sp-item-notify-moveto.h sp-item-rm-unsatisfied-cns.cpp sp-item-rm-unsatisfied-cns.h sp-item-transform.cpp sp-item-transform.h sp-item-update-cns.cpp sp-item-update-cns.h sp-item.cpp sp-item.h sp-line.cpp sp-line.h sp-linear-gradient-fns.h sp-linear-gradient.h sp-marker-loc.h sp-marker.cpp sp-marker.h sp-mask.cpp sp-mask.h sp-metadata.cpp sp-metadata.h sp-metric.h sp-metrics.cpp sp-metrics.h sp-namedview.cpp sp-namedview.h sp-object-group.cpp sp-object-group.h sp-object-repr.cpp sp-object-repr.h sp-object.cpp sp-object.h sp-offset.cpp sp-offset.h sp-paint-server.cpp sp-paint-server.h sp-path.cpp sp-path.h sp-pattern.cpp sp-pattern.h sp-polygon.cpp sp-polygon.h sp-polyline.cpp sp-polyline.h sp-radial-gradient-fns.h sp-radial-gradient.h sp-rect.cpp sp-rect.h sp-root.cpp sp-root.h sp-shape.cpp sp-shape.h sp-skeleton.cpp sp-skeleton.h sp-spiral.cpp sp-spiral.h sp-star.cpp sp-star.h sp-stop-fns.h sp-stop.h sp-string.cpp sp-string.h sp-style-elem-test.cpp sp-style-elem.cpp sp-style-elem.h sp-symbol.cpp sp-symbol.h sp-text.cpp sp-text.h sp-textpath.h sp-tspan.cpp sp-tspan.h sp-use-reference.cpp sp-use-reference.h sp-use.cpp sp-use.h spiral-context.cpp spiral-context.h splivarot.cpp splivarot.h star-context.cpp star-context.h streams-gzip.cpp streams-gzip.h streams-handles.cpp streams-handles.h streams-jar.cpp streams-jar.h streams-zlib.cpp streams-zlib.h streq.h strneq.h style-test.cpp style.cpp style.h svg-profile.h svg-view-widget.cpp svg-view-widget.h svg-view.cpp svg-view.h svg/.cvsignore svg/HACKING svg/Makefile_insert svg/css-ostringstream-test.h svg/css-ostringstream.cpp svg/css-ostringstream.h svg/ftos.cpp svg/ftos.h svg/gnome-canvas-bpath-util.cpp svg/gnome-canvas-bpath-util.h svg/itos.cpp svg/makefile.in svg/round.cpp svg/sp-svg.def svg/stringstream-test.h svg/stringstream.cpp svg/stringstream.h svg/strip-trailing-zeros.cpp svg/strip-trailing-zeros.h svg/svg-affine.cpp svg/svg-color.cpp svg/svg-length.cpp svg/svg-length.h svg/svg-path.cpp svg/svg.h text-chemistry.cpp text-chemistry.h text-context.cpp text-context.h text-editing.cpp text-editing.h text-tag-attributes.h tools-switch.cpp tools-switch.h trace/.cvsignore trace/Makefile_insert trace/filterset.cpp trace/filterset.h trace/imagemap-gdk.cpp trace/imagemap-gdk.h trace/imagemap.cpp trace/imagemap.h trace/makefile.in trace/potrace/.cvsignore trace/potrace/auxiliary.h trace/potrace/bitmap.h trace/potrace/curve.cpp trace/potrace/curve.h trace/potrace/decompose.cpp trace/potrace/decompose.h trace/potrace/greymap.cpp trace/potrace/greymap.h trace/potrace/inkscape-potrace.cpp trace/potrace/inkscape-potrace.h trace/potrace/lists.h trace/potrace/potracelib.cpp trace/potrace/potracelib.h trace/potrace/progress.h trace/potrace/render.cpp trace/potrace/render.h trace/potrace/trace.cpp trace/potrace/trace.h trace/trace.cpp trace/trace.h traits/.cvsignore traits/Makefile_insert traits/copy.h traits/function.h traits/list-copy.h traits/makefile.in traits/reference.h ui/.cvsignore ui/Makefile_insert ui/dialog/.cvsignore ui/dialog/Makefile_insert ui/dialog/aboutbox.cpp ui/dialog/aboutbox.h ui/dialog/align-and-distribute.cpp ui/dialog/align-and-distribute.h ui/dialog/dialog-manager.cpp ui/dialog/dialog-manager.h ui/dialog/dialog.cpp ui/dialog/dialog.h ui/dialog/document-metadata.cpp ui/dialog/document-metadata.h ui/dialog/document-properties.cpp ui/dialog/document-properties.h ui/dialog/export.cpp ui/dialog/export.h ui/dialog/extension-editor.cpp ui/dialog/extension-editor.h ui/dialog/fill-and-stroke.cpp ui/dialog/fill-and-stroke.h ui/dialog/find.cpp ui/dialog/find.h ui/dialog/inkscape-preferences.cpp ui/dialog/inkscape-preferences.h ui/dialog/layer-editor.cpp ui/dialog/layer-editor.h ui/dialog/makefile.in ui/dialog/memory.cpp ui/dialog/memory.h ui/dialog/messages.cpp ui/dialog/messages.h ui/dialog/scriptdialog.cpp ui/dialog/scriptdialog.h ui/dialog/session-player.cpp ui/dialog/session-player.h ui/dialog/text-properties.cpp ui/dialog/text-properties.h ui/dialog/tracedialog.cpp ui/dialog/tracedialog.h ui/dialog/transformation.cpp ui/dialog/transformation.h ui/dialog/tree-editor.cpp ui/dialog/tree-editor.h ui/dialog/whiteboard-connect.cpp ui/dialog/whiteboard-connect.h ui/dialog/whiteboard-sharewithchat.cpp ui/dialog/whiteboard-sharewithchat.h ui/dialog/whiteboard-sharewithuser.cpp ui/dialog/whiteboard-sharewithuser.h ui/dialog/xml-editor.cpp ui/dialog/xml-editor.h ui/icons.cpp ui/icons.h ui/makefile.in ui/previewable.h ui/previewfillable.h ui/previewholder.cpp ui/previewholder.h ui/stock-items.cpp ui/stock-items.h ui/stock.cpp ui/stock.h ui/view/.cvsignore ui/view/Makefile_insert ui/view/desktop-affine.cpp ui/view/desktop-affine.h ui/view/desktop-events.cpp ui/view/desktop-events.h ui/view/desktop-handles.cpp ui/view/desktop-handles.h ui/view/desktop-style.cpp ui/view/desktop-style.h ui/view/desktop.cpp ui/view/desktop.h ui/view/edit-widget-interface.h ui/view/edit-widget.cpp ui/view/edit-widget.h ui/view/edit.cpp ui/view/edit.h ui/view/makefile.in ui/view/view-widget.cpp ui/view/view-widget.h ui/view/view.cpp ui/view/view.h ui/widget/.cvsignore ui/widget/Makefile_insert ui/widget/button.cpp ui/widget/button.h ui/widget/color-picker.cpp ui/widget/color-picker.h ui/widget/color-preview.cpp ui/widget/color-preview.h ui/widget/combo-text.cpp ui/widget/combo-text.h ui/widget/entity-entry.cpp ui/widget/entity-entry.h ui/widget/handlebox.cpp ui/widget/handlebox.h ui/widget/icon-widget.cpp ui/widget/icon-widget.h ui/widget/imageicon.cpp ui/widget/imageicon.h ui/widget/labelled.cpp ui/widget/labelled.h ui/widget/licensor.cpp ui/widget/licensor.h ui/widget/makefile.in ui/widget/notebook-page.cpp ui/widget/notebook-page.h ui/widget/page-sizer.cpp ui/widget/page-sizer.h ui/widget/panel.cpp ui/widget/panel.h ui/widget/preferences-widget.cpp ui/widget/preferences-widget.h ui/widget/registered-widget.cpp ui/widget/registered-widget.h ui/widget/registry.cpp ui/widget/registry.h ui/widget/ruler.cpp ui/widget/ruler.h ui/widget/scalar-unit.cpp ui/widget/scalar-unit.h ui/widget/scalar.cpp ui/widget/scalar.h ui/widget/selected-style.cpp ui/widget/selected-style.h ui/widget/style-swatch.cpp ui/widget/style-swatch.h ui/widget/svg-canvas.cpp ui/widget/svg-canvas.h ui/widget/tolerance-slider.cpp ui/widget/tolerance-slider.h ui/widget/toolbox.cpp ui/widget/toolbox.h ui/widget/unit-menu.cpp ui/widget/unit-menu.h ui/widget/zoom-status.cpp ui/widget/zoom-status.h undo-stack-observer.h unit-constants.h uri-references.cpp uri-references.h uri.cpp uri.h utest/.cvsignore utest/Makefile_insert utest/makefile.in utest/test-1ary-cases.h utest/test-2ary-cases.h utest/utest.h util/.cvsignore util/Makefile_insert util/compose.hpp util/filter-list.h util/forward-pointer-iterator.h util/glib-list-iterators.h util/list-container-test.cpp util/list-container.h util/list.h util/makefile.in util/map-list.h util/reverse-list.h util/shared-c-string-ptr.cpp util/shared-c-string-ptr.h util/tuple.h util/ucompose.hpp util/units.cpp util/units.h verbs.cpp verbs.h version.cpp version.h widgets/.cvsignore widgets/Makefile_insert widgets/button.cpp widgets/button.h widgets/dash-selector.cpp widgets/dash-selector.h widgets/desktop-widget.cpp widgets/desktop-widget.h widgets/font-selector.cpp widgets/font-selector.h widgets/gradient-image.cpp widgets/gradient-image.h widgets/gradient-selector.cpp widgets/gradient-selector.h widgets/gradient-toolbar.cpp widgets/gradient-toolbar.h widgets/gradient-vector.cpp widgets/gradient-vector.h widgets/icon.cpp widgets/icon.h widgets/layer-selector.cpp widgets/layer-selector.h widgets/makefile.in widgets/paint-selector.cpp widgets/paint-selector.h widgets/ruler.cpp widgets/ruler.h widgets/select-toolbar.cpp widgets/select-toolbar.h widgets/shrink-wrap-button.cpp widgets/shrink-wrap-button.h widgets/sp-color-gtkselector.cpp widgets/sp-color-gtkselector.h widgets/sp-color-notebook.cpp widgets/sp-color-notebook.h widgets/sp-color-preview.cpp widgets/sp-color-preview.h widgets/sp-color-scales.cpp widgets/sp-color-scales.h widgets/sp-color-selector.cpp widgets/sp-color-selector.h widgets/sp-color-slider.cpp widgets/sp-color-slider.h widgets/sp-color-wheel-selector.cpp widgets/sp-color-wheel-selector.h widgets/sp-color-wheel.cpp widgets/sp-color-wheel.h widgets/sp-widget.cpp widgets/sp-widget.h widgets/sp-xmlview-attr-list.cpp widgets/sp-xmlview-attr-list.h widgets/sp-xmlview-content.cpp widgets/sp-xmlview-content.h widgets/sp-xmlview-tree.cpp widgets/sp-xmlview-tree.h widgets/spinbutton-events.cpp widgets/spinbutton-events.h widgets/spw-utilities.cpp widgets/spw-utilities.h widgets/toolbox.cpp widgets/toolbox.h widgets/widget-sizes.h winmain.cpp xml/.cvsignore xml/Makefile_insert xml/attribute-record.h xml/comment-node.h xml/composite-node-observer.cpp xml/composite-node-observer.h xml/croco-node-iface.cpp xml/croco-node-iface.h xml/document.h xml/element-node.h xml/event-fns.h xml/event.cpp xml/event.h xml/invalid-operation-exception.h xml/log-builder.cpp xml/log-builder.h xml/makefile.in xml/node-event-vector.h xml/node-fns.cpp xml/node-fns.h xml/node-iterators.h xml/node-observer.h xml/node.h xml/quote-test.cpp xml/quote-test.h xml/quote.cpp xml/quote.h xml/repr-action-test.cpp xml/repr-action-test.h xml/repr-css.cpp xml/repr-io.cpp xml/repr-sorting.cpp xml/repr-sorting.h xml/repr-util.cpp xml/repr.cpp xml/repr.h xml/session.h xml/simple-document.cpp xml/simple-document.h xml/simple-node.cpp xml/simple-node.h xml/simple-session.cpp xml/simple-session.h xml/sp-css-attr.h xml/text-node.h xml/transaction-logger.h zoom-context.cpp zoom-context.h /inkscape/tools-version.sh /inkscape/utf8-to-roff