summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-044-20/+19
| | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)
* convert a path to guides using 2geom callsJohan B. C. Engelen2008-07-041-18/+16
| | | (bzr r6157)
* Warning cleanupJon A. Cruz2008-07-048-11/+13
| | | (bzr r6156)
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-044-5/+6
| | | (bzr r6155)
* add readme file to 2geom directory to warn people not to make code changes thereJohan B. C. Engelen2008-07-041-0/+7
| | | (bzr r6154)
* Make pen/pencil shapes work in spiro mode, tooMaximilian Albert2008-07-041-5/+4
| | | (bzr r6152)
* Remove oncanvas_editable attribute for PointParams; use their internal shape ↵Maximilian Albert2008-07-043-5/+7
| | | | | settings for the knotholder handle (bzr r6151)
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-042-0/+6
| | | (bzr r6150)
* EOL fixupJon A. Cruz2008-07-0411-4522/+4522
| | | (bzr r6149)
* Fixed includesJon A. Cruz2008-07-041-2/+2
| | | (bzr r6148)
* Correct path separators and missed variable assignment due to indentionJon A. Cruz2008-07-041-103/+103
| | | (bzr r6147)
* Fixed EOLsJon A. Cruz2008-07-041-111/+111
| | | (bzr r6146)
* Poly::shifted: simplify to discard mention of handling negative argument value.Peter Moulder2008-07-042-22/+8
| | | (bzr r6145)
* Fixed initialization order.Jon A. Cruz2008-07-041-1/+1
| | | (bzr r6144)
* Mark suspicious ignoring of parametersJon A. Cruz2008-07-041-0/+1
| | | (bzr r6143)
* Mark a missing case statementJon A. Cruz2008-07-041-0/+1
| | | (bzr r6142)
* Mask out dead code causing warningJon A. Cruz2008-07-041-8/+10
| | | (bzr r6141)
* remove left-overs from making SPCurve a proper class with methodsJohan B. C. Engelen2008-07-031-27/+0
| | | (bzr r6140)
* start removing old path code in spcurve. start with const functionsJohan B. C. Engelen2008-07-031-39/+2
| | | (bzr r6139)
* improve pencil-context logicJohan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6138)
* improve spcurve::second_point and document its behaviorJohan B. C. Engelen2008-07-031-4/+18
| | | (bzr r6137)
* noop, add commentJohan B. C. Engelen2008-07-031-0/+4
| | | (bzr r6136)
* update 2geom (svn rev1433). how far away is automatic filelist building on ↵Johan B. C. Engelen2008-07-031-98/+103
| | | | | linux? (i.e. btool) (bzr r6135)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-03100-891/+4734
| | | (bzr r6134)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-037-10/+10
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* Tests for svg-affine and svg-length (the latter is not much more than a ↵Jasper van de Gronde2008-07-033-0/+510
| | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132)
* add commentsMaximilian Albert2008-07-031-0/+4
| | | (bzr r6130)
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-032-1/+18
| | | (bzr r6129)
* When drawing with activated shape in pencil/pen tool, apply the original ↵Maximilian Albert2008-07-031-2/+19
| | | | | stroke color as fill and unset stroke (bzr r6128)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-035-9/+115
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)
* New LPE: OffsetMaximilian Albert2008-07-035-1/+158
| | | (bzr r6126)
* Partial 2geom update (anticipating changes that will be part of the next ↵Maximilian Albert2008-07-032-3/+19
| | | | | major update anyway, so overwriting them on next update is not a problem) (bzr r6125)
* Check that objects are of the right type before casting them.Stephen Silver2008-07-031-14/+17
| | | | | Fixes crash that occurs when transforming a 3D box with a title or description (bug 237331). (bzr r6124)
* 2geomify deletion of node in pen-context.cppJohan B. C. Engelen2008-07-021-8/+9
| | | (bzr r6123)
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
| | | (bzr r6122)
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
| | | (bzr r6121)
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵Maximilian Albert2008-07-022-5/+64
| | | | | than entering values by hand) (bzr r6120)
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
| | | (bzr r6119)
* Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert2008-07-026-24/+31
| | | | | PointParams (bzr r6118)
* Don't dereference NULL knotholder; fixes instant crash, but using the ↵Maximilian Albert2008-07-021-0/+1
| | | | | handles still results in a crash :( (bzr r6117)
* Use hscale instead of scalebutton by defaultJon A. Cruz2008-07-021-4/+0
| | | (bzr r6116)
* add shadow to layers listMenTaLguY2008-07-021-0/+1
| | | (bzr r6115)
* add tab to layers dialogMenTaLguY2008-07-022-3/+9
| | | (bzr r6114)
* missed a spotMenTaLguY2008-07-011-14/+0
| | | (bzr r6113)
* dead code removalMenTaLguY2008-07-0111-565/+0
| | | (bzr r6112)
* fix inkboard node position bugsMenTaLguY2008-07-012-7/+3
| | | (bzr r6111)
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-013-26/+8
| | | (bzr r6110)
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-012-22/+22
| | | (bzr r6109)
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
| | | (bzr r6108)
* remove last traces of "floating nodes"MenTaLguY2008-07-016-50/+8
| | | (bzr r6107)