Code

First GSoC node tool commit to Bazaar
authorKrzysztof Kosiński <tweenk.pl@gmail.com>
Sun, 29 Nov 2009 15:33:18 +0000 (16:33 +0100)
committerKrzysztof Kosiński <tweenk.pl@gmail.com>
Sun, 29 Nov 2009 15:33:18 +0000 (16:33 +0100)
commit16a8c7d5e433b176636a4a1260c42ea43932110b
treec714ce9b38e9b75680b61e7e0992aa2ab40e2584
parentbb1c97d66ed035554ef6d68f52f2c666c9da3b5f
First GSoC node tool commit to Bazaar
69 files changed:
configure.ac
po/POTFILES.in
po/POTFILES.skip
src/2geom/chebyshev.cpp
src/2geom/svg-path-parser.cpp
src/Makefile.am
src/Makefile_insert
src/desktop.cpp
src/desktop.h
src/display/sp-canvas-util.cpp
src/display/sp-canvas.cpp
src/display/sp-canvas.h
src/dom/io/httpclient.cpp
src/dom/odf/SvgOdg.cpp
src/event-context.cpp
src/extension/dxf2svg/entities2elements.cpp
src/extension/dxf2svg/read_dxf.cpp
src/extension/dxf2svg/tables2svg_info.cpp
src/extension/internal/cairo-renderer.cpp
src/gc-allocator.h
src/libnrtype/FontFactory.cpp
src/libnrtype/FontFactory.h
src/libnrtype/FontInstance.cpp
src/libnrtype/font-instance.h
src/libvpsc/pairingheap/.dirstamp [deleted file]
src/live_effects/parameter/path.cpp
src/preferences-skeleton.h
src/preferences.cpp
src/preferences.h
src/selection-chemistry.cpp
src/shape-editor.cpp
src/shape-editor.h
src/sp-lpe-item.cpp
src/tools-switch.cpp
src/ui/dialog/aboutbox.cpp
src/ui/dialog/align-and-distribute.cpp
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/inkscape-preferences.h
src/ui/tool/Makefile_insert [new file with mode: 0644]
src/ui/tool/commit-events.h [new file with mode: 0644]
src/ui/tool/control-point-selection.cpp [new file with mode: 0644]
src/ui/tool/control-point-selection.h [new file with mode: 0644]
src/ui/tool/control-point.cpp [new file with mode: 0644]
src/ui/tool/control-point.h [new file with mode: 0644]
src/ui/tool/curve-drag-point.cpp [new file with mode: 0644]
src/ui/tool/curve-drag-point.h [new file with mode: 0644]
src/ui/tool/event-utils.cpp [new file with mode: 0644]
src/ui/tool/event-utils.h [new file with mode: 0644]
src/ui/tool/manipulator.cpp [new file with mode: 0644]
src/ui/tool/manipulator.h [new file with mode: 0644]
src/ui/tool/multi-path-manipulator.cpp [new file with mode: 0644]
src/ui/tool/multi-path-manipulator.h [new file with mode: 0644]
src/ui/tool/node-tool.cpp [new file with mode: 0644]
src/ui/tool/node-tool.h [new file with mode: 0644]
src/ui/tool/node-types.h [new file with mode: 0644]
src/ui/tool/node.cpp [new file with mode: 0644]
src/ui/tool/node.h [new file with mode: 0644]
src/ui/tool/path-manipulator.cpp [new file with mode: 0644]
src/ui/tool/path-manipulator.h [new file with mode: 0644]
src/ui/tool/selectable-control-point.cpp [new file with mode: 0644]
src/ui/tool/selectable-control-point.h [new file with mode: 0644]
src/ui/tool/selector.cpp [new file with mode: 0644]
src/ui/tool/selector.h [new file with mode: 0644]
src/ui/tool/transform-handle-set.cpp [new file with mode: 0644]
src/ui/tool/transform-handle-set.h [new file with mode: 0644]
src/util/accumulators.h [new file with mode: 0644]
src/util/hash.h [new file with mode: 0644]
src/verbs.cpp
src/widgets/toolbox.cpp