summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* improve pencil-context logicJohan B. C. Engelen2008-07-031-1/+1
* improve spcurve::second_point and document its behaviorJohan B. C. Engelen2008-07-031-4/+18
* noop, add commentJohan B. C. Engelen2008-07-031-0/+4
* update 2geom (svn rev1433). how far away is automatic filelist building on li...Johan B. C. Engelen2008-07-031-98/+103
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-03100-891/+4734
* Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.n...Joshua L. Blocher2008-07-037-10/+10
* Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde2008-07-033-0/+510
* add commentsMaximilian Albert2008-07-031-0/+4
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-032-1/+18
* When drawing with activated shape in pencil/pen tool, apply the original stro...Maximilian Albert2008-07-031-2/+19
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-035-9/+115
* New LPE: OffsetMaximilian Albert2008-07-035-1/+158
* Partial 2geom update (anticipating changes that will be part of the next majo...Maximilian Albert2008-07-032-3/+19
* Check that objects are of the right type before casting them.Stephen Silver2008-07-031-14/+17
* 2geomify deletion of node in pen-context.cppJohan B. C. Engelen2008-07-021-8/+9
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better tha...Maximilian Albert2008-07-022-5/+64
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
* Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert2008-07-026-24/+31
* Don't dereference NULL knotholder; fixes instant crash, but using the handles...Maximilian Albert2008-07-021-0/+1
* Use hscale instead of scalebutton by defaultJon A. Cruz2008-07-021-4/+0
* add shadow to layers listMenTaLguY2008-07-021-0/+1
* add tab to layers dialogMenTaLguY2008-07-022-3/+9
* missed a spotMenTaLguY2008-07-011-14/+0
* dead code removalMenTaLguY2008-07-0111-565/+0
* fix inkboard node position bugsMenTaLguY2008-07-012-7/+3
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-013-26/+8
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-012-22/+22
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
* remove last traces of "floating nodes"MenTaLguY2008-07-016-50/+8