summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-07fix number of marker counting in shapeJohan B. C. Engelen1-8/+32
2008-07-07remove dead codeJohan B. C. Engelen1-267/+4
2008-07-07fix orientation of markersJohan B. C. Engelen1-38/+40
2008-07-05Warning cleanupJon A. Cruz1-0/+1
2008-07-042geomify calculation of number of markers on a pathJohan B. C. Engelen1-3/+8
2008-06-20sp_shape now uses 2geom PathVector for all marker positionsJohan B. C. Engelen1-20/+132
2008-06-20sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen1-1/+1
2008-06-202geomify sp_shape_update_marker_view.Johan B. C. Engelen1-16/+94
2008-06-16use 2geom method to calc boundingbox of shapeJohan B. C. Engelen1-7/+7
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-3/+3
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-2/+2
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-16/+16
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-2/+3
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-8/+8
2008-04-03Fixed LPE crash with unitialized pointerJon A. Cruz1-11/+5
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-184/+7
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-2/+2
2008-02-25comment fixbulia byak1-1/+3
2008-02-06avoid dangerous equality comparison on doubles; remove useless asserts that w...bulia byak1-15/+13
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-0/+20
2007-12-221) solve bug #177995Diederik van Lierop1-29/+23
2007-12-03Solve crash on assert (see bugs #173555 and #173568 in launchpad)Diederik van Lierop1-6/+3
2007-12-02Fix compile. Don't #include .cpp files!Johan B. C. Engelen1-2/+2
2007-12-02only snap to non-smooth nodes, 2nd try. Hopefully this one is more robustDiederik van Lierop1-24/+37
2007-11-28Fix Bug #172582 crash when dragging line with mouseJohan B. C. Engelen1-7/+7
2007-11-27use size_t for comparison with strlen() to be more portableBob Jamison1-1/+1
2007-11-26Don't snap the smooth nodes of a pathDiederik van Lierop1-4/+20
2007-11-08warning cleanupJon A. Cruz1-3/+3
2007-10-28LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen1-0/+8
2007-09-14fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen1-1/+9
2007-09-10Purged fill type enumJon A. Cruz1-3/+3
2007-09-06Preserve paint styles with multiple componentsJon A. Cruz1-1/+1
2007-09-06store and properly disconnect lpe modified connectionbulia byak1-3/+9
2007-08-19* Fixed path-along-path with correct filling now! (2geom fix)Johan B. C. Engelen1-7/+5
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-5/+174
2007-05-30Don't return too much snappointsDiederik van Lierop1-0/+5
2007-04-30Fix bug #1077600 -> correct mirroring and no drifting of originDiederik van Lierop1-4/+0
2007-04-08Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop1-0/+1
2007-04-06implement GEOMETRIC_BBOXbulia byak1-29/+31
2007-03-30add a snappoint at the rotation-axis of any shapeDiederik van Lierop1-0/+4
2007-03-26Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436Diederik van Lierop1-4/+4
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-4/+8
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-2/+2
2006-12-06Renaming sp-marker.* to marker.*Bryce Harrington1-1/+1
2006-11-18Cleanup work for markers - adding some documentation to areas of codeBryce Harrington1-4/+0
2006-07-28switch to sigc++ SPObject signals for SPShapeMenTaLguY1-9/+33
2006-05-29DocumentationBryce Harrington1-22/+120
2006-05-26export markers APIbulia byak1-6/+4
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-10/+10