| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 4 | -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 calls | Johan B. C. Engelen | 2008-07-04 | 1 | -18/+16 | |
| | | | | (bzr r6157) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 8 | -11/+13 | |
| | | | | (bzr r6156) | |||||
| * | change some SP_CURVE_BPATH to get_bpath | Johan B. C. Engelen | 2008-07-04 | 4 | -5/+6 | |
| | | | | (bzr r6155) | |||||
| * | add readme file to 2geom directory to warn people not to make code changes there | Johan B. C. Engelen | 2008-07-04 | 1 | -0/+7 | |
| | | | | (bzr r6154) | |||||
| * | Make pen/pencil shapes work in spiro mode, too | Maximilian Albert | 2008-07-04 | 1 | -5/+4 | |
| | | | | (bzr r6152) | |||||
| * | Remove oncanvas_editable attribute for PointParams; use their internal shape ↵ | Maximilian Albert | 2008-07-04 | 3 | -5/+7 | |
| | | | | | | settings for the knotholder handle (bzr r6151) | |||||
| * | Keep original path by default for LPEMirrorReflect | Maximilian Albert | 2008-07-04 | 2 | -0/+6 | |
| | | | | (bzr r6150) | |||||
| * | EOL fixup | Jon A. Cruz | 2008-07-04 | 11 | -4522/+4522 | |
| | | | | (bzr r6149) | |||||
| * | Fixed includes | Jon A. Cruz | 2008-07-04 | 1 | -2/+2 | |
| | | | | (bzr r6148) | |||||
| * | Correct path separators and missed variable assignment due to indention | Jon A. Cruz | 2008-07-04 | 1 | -103/+103 | |
| | | | | (bzr r6147) | |||||
| * | Fixed EOLs | Jon A. Cruz | 2008-07-04 | 1 | -111/+111 | |
| | | | | (bzr r6146) | |||||
| * | Poly::shifted: simplify to discard mention of handling negative argument value. | Peter Moulder | 2008-07-04 | 2 | -22/+8 | |
| | | | | (bzr r6145) | |||||
| * | Fixed initialization order. | Jon A. Cruz | 2008-07-04 | 1 | -1/+1 | |
| | | | | (bzr r6144) | |||||
| * | Mark suspicious ignoring of parameters | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 | |
| | | | | (bzr r6143) | |||||
| * | Mark a missing case statement | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 | |
| | | | | (bzr r6142) | |||||
| * | Mask out dead code causing warning | Jon A. Cruz | 2008-07-04 | 1 | -8/+10 | |
| | | | | (bzr r6141) | |||||
| * | remove left-overs from making SPCurve a proper class with methods | Johan B. C. Engelen | 2008-07-03 | 1 | -27/+0 | |
| | | | | (bzr r6140) | |||||
| * | start removing old path code in spcurve. start with const functions | Johan B. C. Engelen | 2008-07-03 | 1 | -39/+2 | |
| | | | | (bzr r6139) | |||||
| * | improve pencil-context logic | Johan B. C. Engelen | 2008-07-03 | 1 | -1/+1 | |
| | | | | (bzr r6138) | |||||
| * | improve spcurve::second_point and document its behavior | Johan B. C. Engelen | 2008-07-03 | 1 | -4/+18 | |
| | | | | (bzr r6137) | |||||
| * | noop, add comment | Johan B. C. Engelen | 2008-07-03 | 1 | -0/+4 | |
| | | | | (bzr r6136) | |||||
| * | update 2geom (svn rev1433). how far away is automatic filelist building on ↵ | Johan B. C. Engelen | 2008-07-03 | 1 | -98/+103 | |
| | | | | | | linux? (i.e. btool) (bzr r6135) | |||||
| * | update 2geom (svn rev1433) | Johan B. C. Engelen | 2008-07-03 | 100 | -891/+4734 | |
| | | | | (bzr r6134) | |||||
| * | Patch so Inkscape will compile on Solaris 10 from LP ↵ | Joshua L. Blocher | 2008-07-03 | 7 | -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 Gronde | 2008-07-03 | 3 | -0/+510 | |
| | | | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132) | |||||
| * | add comments | Maximilian Albert | 2008-07-03 | 1 | -0/+4 | |
| | | | | (bzr r6130) | |||||
| * | Add new shape 'crescendo' in dropdown box of pen tool | Maximilian Albert | 2008-07-03 | 2 | -1/+18 | |
| | | | | (bzr r6129) | |||||
| * | When drawing with activated shape in pencil/pen tool, apply the original ↵ | Maximilian Albert | 2008-07-03 | 1 | -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 Albert | 2008-07-03 | 5 | -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: Offset | Maximilian Albert | 2008-07-03 | 5 | -1/+158 | |
| | | | | (bzr r6126) | |||||
| * | Partial 2geom update (anticipating changes that will be part of the next ↵ | Maximilian Albert | 2008-07-03 | 2 | -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 Silver | 2008-07-03 | 1 | -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.cpp | Johan B. C. Engelen | 2008-07-02 | 1 | -8/+9 | |
| | | | | (bzr r6123) | |||||
| * | lpe-skeleton: add boilerplate code to create knotholder handles for LPEs | Maximilian Albert | 2008-07-02 | 2 | -0/+34 | |
| | | | | (bzr r6122) | |||||
| * | lpe-skeleton: add variable to control display of original path | Maximilian Albert | 2008-07-02 | 1 | -1/+4 | |
| | | | | (bzr r6121) | |||||
| * | Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵ | Maximilian Albert | 2008-07-02 | 2 | -5/+64 | |
| | | | | | | than entering values by hand) (bzr r6120) | |||||
| * | Remove now obsolete 'edit on canvas' button for PointParams | Maximilian Albert | 2008-07-02 | 1 | -10/+0 | |
| | | | | (bzr r6119) | |||||
| * | Enable status bar tips for LPE handles that are automatically created from ↵ | Maximilian Albert | 2008-07-02 | 6 | -24/+31 | |
| | | | | | | PointParams (bzr r6118) | |||||
| * | Don't dereference NULL knotholder; fixes instant crash, but using the ↵ | Maximilian Albert | 2008-07-02 | 1 | -0/+1 | |
| | | | | | | handles still results in a crash :( (bzr r6117) | |||||
| * | Use hscale instead of scalebutton by default | Jon A. Cruz | 2008-07-02 | 1 | -4/+0 | |
| | | | | (bzr r6116) | |||||
| * | add shadow to layers list | MenTaLguY | 2008-07-02 | 1 | -0/+1 | |
| | | | | (bzr r6115) | |||||
| * | add tab to layers dialog | MenTaLguY | 2008-07-02 | 2 | -3/+9 | |
| | | | | (bzr r6114) | |||||
| * | missed a spot | MenTaLguY | 2008-07-01 | 1 | -14/+0 | |
| | | | | (bzr r6113) | |||||
| * | dead code removal | MenTaLguY | 2008-07-01 | 11 | -565/+0 | |
| | | | | (bzr r6112) | |||||
| * | fix inkboard node position bugs | MenTaLguY | 2008-07-01 | 2 | -7/+3 | |
| | | | | (bzr r6111) | |||||
| * | remove "public private" virtual methods from XML::Node | MenTaLguY | 2008-07-01 | 3 | -26/+8 | |
| | | | | (bzr r6110) | |||||
| * | remove additional unnecessary indirection in tree operations | MenTaLguY | 2008-07-01 | 2 | -22/+22 | |
| | | | | (bzr r6109) | |||||
| * | access some SimpleNode fields directly | MenTaLguY | 2008-07-01 | 1 | -29/+44 | |
| | | | | (bzr r6108) | |||||
| * | remove last traces of "floating nodes" | MenTaLguY | 2008-07-01 | 6 | -50/+8 | |
| | | | | (bzr r6107) | |||||
