summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-25/+18
2009-11-08Patch for 456148 by JohanJosh Andler1-161/+247
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-04-28Fix the crash reported in bug #342755Diederik van Lierop1-56/+62
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-7/+14
2009-02-14warning fixbulia byak1-1/+1
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-13/+28
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-5/+5
2009-01-04fix bbox calculation of markersJohan B. C. Engelen1-58/+73
2009-01-02make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen1-102/+109
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-4/+4
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-133/+156
2008-11-21Merge from fe-movedTed Gould1-88/+88
2008-11-01Merge from trunkTed Gould1-2/+8
2008-10-31Merge from trunkTed Gould1-0/+3
2008-10-27From trunkTed Gould1-39/+42
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-23it's not a good idea to change key of arenaitem in the middle of an update; n...bulia byak1-10/+0
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-17/+17
2008-08-25fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...bulia byak1-1/+1
2008-08-25whitespacebulia byak1-62/+61
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-8/+8
2008-08-08fix marker behavior for moveto-only pathsJohan B. C. Engelen1-16/+54
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-8/+8
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-07-142geomify snappoint finding for SPShapes.Johan B. C. Engelen1-30/+32
2008-07-122geomify print, fill and stroke methods of extensionsJohan B. C. Engelen1-6/+2
2008-07-07substitute macro with function callJohan B. C. Engelen1-2/+2
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