summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* From trunkTed Gould2008-10-271-39/+42
* Merging from trunkTed Gould2008-10-111-2/+2
* it's not a good idea to change key of arenaitem in the middle of an update; n...bulia byak2008-09-231-10/+0
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-17/+17
* fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...bulia byak2008-08-251-1/+1
* whitespacebulia byak2008-08-251-62/+61
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-8/+8
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-16/+54
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-8/+8
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* 2geomify snappoint finding for SPShapes.Johan B. C. Engelen2008-07-141-30/+32
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-6/+2
* substitute macro with function callJohan B. C. Engelen2008-07-071-2/+2
* fix number of marker counting in shapeJohan B. C. Engelen2008-07-071-8/+32
* remove dead codeJohan B. C. Engelen2008-07-071-267/+4
* fix orientation of markersJohan B. C. Engelen2008-07-071-38/+40
* Warning cleanupJon A. Cruz2008-07-051-0/+1
* 2geomify calculation of number of markers on a pathJohan B. C. Engelen2008-07-041-3/+8
* sp_shape now uses 2geom PathVector for all marker positionsJohan B. C. Engelen2008-06-201-20/+132
* sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen2008-06-201-1/+1
* 2geomify sp_shape_update_marker_view.Johan B. C. Engelen2008-06-201-16/+94
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-161-7/+7
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-3/+3
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+2
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-16/+16
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+3
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-8/+8
* Fixed LPE crash with unitialized pointerJon A. Cruz2008-04-031-11/+5
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-184/+7
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
* comment fixbulia byak2008-02-251-1/+3
* avoid dangerous equality comparison on doubles; remove useless asserts that w...bulia byak2008-02-061-15/+13
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+20
* 1) solve bug #177995Diederik van Lierop2007-12-221-29/+23
* Solve crash on assert (see bugs #173555 and #173568 in launchpad)Diederik van Lierop2007-12-031-6/+3
* Fix compile. Don't #include .cpp files!Johan B. C. Engelen2007-12-021-2/+2
* only snap to non-smooth nodes, 2nd try. Hopefully this one is more robustDiederik van Lierop2007-12-021-24/+37
* Fix Bug #172582 crash when dragging line with mouseJohan B. C. Engelen2007-11-281-7/+7
* use size_t for comparison with strlen() to be more portableBob Jamison2007-11-271-1/+1
* Don't snap the smooth nodes of a pathDiederik van Lierop2007-11-261-4/+20
* warning cleanupJon A. Cruz2007-11-081-3/+3
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+8
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-141-1/+9
* Purged fill type enumJon A. Cruz2007-09-101-3/+3
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-1/+1
* store and properly disconnect lpe modified connectionbulia byak2007-09-061-3/+9
* * Fixed path-along-path with correct filling now! (2geom fix)Johan B. C. Engelen2007-08-191-7/+5
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-5/+174
* Don't return too much snappointsDiederik van Lierop2007-05-301-0/+5