summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix number of marker counting in shapeJohan B. C. Engelen2008-07-071-8/+32
* remove dead codeJohan B. C. Engelen2008-07-072-269/+4
* 2geomify marker code in stroke-to-pathJohan B. C. Engelen2008-07-071-25/+58
* fix orientation of markersJohan B. C. Engelen2008-07-073-49/+47
* change part of calligraphic/eraser code to 2geom.Johan B. C. Engelen2008-07-072-22/+32
* improve documentation of SPCurve::last_segmentJohan B. C. Engelen2008-07-071-3/+2
* clean up matrix transform svg-write functionJohan B. C. Engelen2008-07-071-2/+1
* Use icons in tool overflow menu now that stock icon hook is inJon A. Cruz2008-07-071-1/+6
* Refactoring to be able to use standard themeable iconsJon A. Cruz2008-07-071-76/+82
* fix 245960, switch most of the rest of calligraphic controls to 0..100bulia byak2008-07-071-28/+28
* a simpler and more reliable method of doing caps: always perpendicular to fro...bulia byak2008-07-071-30/+16
* modified is_positive and is_negative implementation for Vector and Matrix in ...mcecchetti2008-07-063-6/+28
* agree with the FIXMEBob Jamison2008-07-061-2/+1
* move undo commits closer to the UIbulia byak2008-07-053-5/+5
* fix 245806bulia byak2008-07-051-4/+14
* Change link line for a couple of the test programs, so that `make check' comp...Peter Moulder2008-07-052-0/+4
* Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde2008-07-055-18/+921
* widgets/select-toolbar.h: Supply missing #includes/declarations so that we do...Peter Moulder2008-07-051-4/+5
* widgets/calligraphic-profile-rename.h: Supply missing #includes/declarations ...Peter Moulder2008-07-051-0/+1
* ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that w...Peter Moulder2008-07-051-1/+4
* text-editing.h: Supply missing #includes/declarations so that we don't depend...Peter Moulder2008-07-051-1/+6
* svg/svg-length.h: Supply missing #includes/declarations so that we don't depe...Peter Moulder2008-07-051-1/+4
* splivarot.h: Supply missing #includes/declarations so that we don't depend on...Peter Moulder2008-07-051-0/+3
* spiral-context.h: Supply missing #includes/declarations so that we don't depe...Peter Moulder2008-07-051-2/+4
* sp-stop.h: Supply missing #includes/declarations so that we don't depend on o...Peter Moulder2008-07-051-4/+4
* shape-editor.h: Supply missing #includes/declarations so that we don't depend...Peter Moulder2008-07-051-5/+3
* select-context.h: Supply missing #includes/declarations so that we don't depe...Peter Moulder2008-07-051-0/+2
* removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that ...Peter Moulder2008-07-051-2/+5
* nodepath.h: Supply missing #includes/declarations so that we don't depend on ...Peter Moulder2008-07-051-0/+3
* node-context.h: Supply missing #includes/declarations so that we don't depend...Peter Moulder2008-07-051-0/+1
* main-cmdlineact.h: Supply missing #includes/declarations so that we don't dep...Peter Moulder2008-07-051-0/+1
* live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...Peter Moulder2008-07-051-0/+1
* libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't de...Peter Moulder2008-07-051-0/+2
* libgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we don't...Peter Moulder2008-07-051-0/+1
* libavoid/region.h: Supply missing #includes/declarations so that we don't dep...Peter Moulder2008-07-051-0/+2
* jabber_whiteboard/message-node.h: Supply missing #includes/declarations so th...Peter Moulder2008-07-051-0/+1
* ink-action.h: Supply missing #includes/declarations so that we don't depend o...Peter Moulder2008-07-051-0/+1
* helper/unit-tracker.h: Supply missing #includes/declarations so that we don't...Peter Moulder2008-07-051-0/+1
* display/nr-filter-pixops.h: Supply missing #includes/declarations so that we ...Peter Moulder2008-07-051-0/+2
* display/inkscape-cairo.h: Supply missing #includes/declarations so that we do...Peter Moulder2008-07-051-1/+6
* context-fns.h: Supply missing #includes/declarations so that we don't depend ...Peter Moulder2008-07-051-0/+2
* conn-avoid-ref.h: Supply missing #includes/declarations so that we don't depe...Peter Moulder2008-07-051-6/+6
* check-header-compile.in: Update list of needed CPPFLAGS.Peter Moulder2008-07-051-3/+10
* fix a long-standing bug with Undo after Fit canvas to selection/drawing.Peter Moulder2008-07-053-21/+56
* EOL fixupsJon A. Cruz2008-07-0511-14897/+14897
* Warning cleanupJon A. Cruz2008-07-052-7/+8
* another fix for parallel knotholder and nodepathbulia byak2008-07-051-3/+2
* fix crash triggered by having both knotholder and nodepath at the same timebulia byak2008-07-051-6/+2
* create pathvector_for_curve method.Johan B. C. Engelen2008-07-043-2/+25
* 2geomify calculation of number of markers on a pathJohan B. C. Engelen2008-07-041-3/+8