summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-044-20/+19
* convert a path to guides using 2geom callsJohan B. C. Engelen2008-07-041-18/+16
* Warning cleanupJon A. Cruz2008-07-048-11/+13
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-044-5/+6
* add readme file to 2geom directory to warn people not to make code changes thereJohan B. C. Engelen2008-07-041-0/+7
* Make pen/pencil shapes work in spiro mode, tooMaximilian Albert2008-07-041-5/+4
* Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert2008-07-043-5/+7
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-042-0/+6
* EOL fixupJon A. Cruz2008-07-0411-4522/+4522
* Fixed includesJon A. Cruz2008-07-041-2/+2
* Correct path separators and missed variable assignment due to indentionJon A. Cruz2008-07-041-103/+103
* Fixed EOLsJon A. Cruz2008-07-041-111/+111
* Poly::shifted: simplify to discard mention of handling negative argument value.Peter Moulder2008-07-042-22/+8
* Fixed initialization order.Jon A. Cruz2008-07-041-1/+1
* Mark suspicious ignoring of parametersJon A. Cruz2008-07-041-0/+1
* Mark a missing case statementJon A. Cruz2008-07-041-0/+1
* Mask out dead code causing warningJon A. Cruz2008-07-041-8/+10
* remove left-overs from making SPCurve a proper class with methodsJohan B. C. Engelen2008-07-031-27/+0
* start removing old path code in spcurve. start with const functionsJohan B. C. Engelen2008-07-031-39/+2