summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-14dynamic, linked offsets applied to clone originalRaphael Rosch1-0/+2
2015-02-27more cast cleanupMarc Jeanmougin1-5/+5
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-13/+8
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-15/+15
2015-02-18I can't really understand why, but i can now launch inkscape without it segfa...mc1-3/+3
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-55/+47
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-11/+11
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-4/+4
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
2014-06-07Undo changes in r13391Liam P. White1-24/+24
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White1-24/+24
2014-04-29Fix bug #1290573 and #1310802Liam P. White1-6/+10
2014-04-14Improve calculation precision of stroke-to-path, for very large user units th...Johan B. C. Engelen1-7/+8
2014-03-12Reverted swatchesLiam P. White1-6/+22
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-2/+2
2014-02-05Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour1-5/+5
2013-11-14splivarot: Clean up assertions where possibleAlex Valavanis1-20/+11
2013-11-12splivarot: scan-build fixes and cleanupAlex Valavanis1-22/+14
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-09-30memleaks!Johan B. C. Engelen1-1/+2
2013-08-08Fix to do the "right thing" for difference/intersection boolean ops whenEric Greveson1-5/+31
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-1/+1
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-36/+45
2013-05-01Fix for Bug #629081 (Spiro and path operations fails) by Matthew Petroff.Nicolas Dufour1-0/+5
2013-03-19Fixing regressionjtx1-33/+3
2013-03-17Working with widjetsJabier Arraiza Cenoz1-3/+33
2013-03-16fix/suppress build warningsKris De Gussem1-33/+3
2013-03-06boolops union. fix for disappearing objects (Bug 168907)Alvin Penner1-4/+7
2013-02-22Path->Division. patch for case where cutter is a line (Bug 177956)Alvin Penner1-1/+4
2013-01-29for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug 82042...Alvin Penner1-2/+2
2013-01-28Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug 820...Alvin Penner1-2/+2
2013-01-05visual bbox minimum width (Bug 1094802)Alvin Penner1-2/+2
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2
2012-09-23From bug #1048845: proposed addition to livarot for boolean operationssu_v1-3/+217
2012-02-23avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner1-26/+22
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-6/+6
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-1/+1
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-34/+22
2012-01-04for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner1-3/+7
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-2/+2
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+2
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-05-01Fix crashes on empty marker definitions.Johan B. C. Engelen1-1/+6
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-3/+3
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-21/+54
2011-03-17Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, B...Nicolas Dufour1-5/+2
2011-03-12Allow for item groups in marker definitions when calculating the path outline.Johan B. C. Engelen1-11/+30
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-58/+64