summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed path-along-path with correct filling now! (2geom fix)Johan B. C. Engelen2007-08-191-7/+5
| | | | | * sp_shape_update_effect is now called much less than before. (bzr r3524)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-5/+174
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* Don't return too much snappointsDiederik van Lierop2007-05-301-0/+5
| | | (bzr r3045)
* Fix bug #1077600 -> correct mirroring and no drifting of originDiederik van Lierop2007-04-301-4/+0
| | | (bzr r2971)
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵Diederik van Lierop2007-04-081-0/+1
| | | | | or GEOMETRIC_BBOX (bzr r2833)
* implement GEOMETRIC_BBOXbulia byak2007-04-061-29/+31
| | | (bzr r2823)
* add a snappoint at the rotation-axis of any shapeDiederik van Lierop2007-03-301-0/+4
| | | (bzr r2788)
* Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436Diederik van Lierop2007-03-261-4/+4
| | | (bzr r2767)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-4/+8
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-2/+2
| | | | | rect handling, though) (bzr r2536)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
| | | (bzr r2077)
* Cleanup work for markers - adding some documentation to areas of codeBryce Harrington2006-11-181-4/+0
| | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987)
* switch to sigc++ SPObject signals for SPShapeMenTaLguY2006-07-281-9/+33
| | | (bzr r1495)
* DocumentationBryce Harrington2006-05-291-22/+120
| | | (bzr r1075)
* export markers APIbulia byak2006-05-261-6/+4
| | | (bzr r1012)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-10/+10
| | | (bzr r787)
* now sp_item_invoke_bbox_full does union of the item's bbox (after clippath ↵bulia byak2006-04-051-4/+2
| | | | | cropping) with the box passed as parameter, instead of subclass bbox methods as before; this fixes a bug with bbox of a group containig a clipped item (bzr r430)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+919
(bzr r1)