summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-31/+32
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-10/+10
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-5/+4
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-1/+1
2011-05-01Fix crashes on empty marker definitions.Johan B. C. Engelen1-5/+7
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-0/+36
2011-03-13make a strange cast more obviousJohan B. C. Engelen1-1/+3
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-17/+16
2011-02-02update to latest 2geom !Johan B. C. Engelen1-25/+25
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-23Beware: some 2geom functions can throw useful exceptions! fixing crash bug 61...Johan B. C. Engelen1-5/+12
2010-10-23Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen1-4/+8
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-3/+3
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-5/+1
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-45/+45
2010-07-19Fix snapping to midpoints of closing segmentsDiederik van Lierop1-40/+46
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-95/+97
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-13/+13
2010-05-21- "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop1-1/+18
2010-04-10* improve boundingbox calculation: include strokecaps.Johan B. C. Engelen1-137/+166
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