summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-9/+7
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-3/+1
2009-11-23fix bug 427267, single dots inside transformed groups misplacedThomas Holder1-1/+2
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-03-29restore the pattern from clipboard abilitybulia byak1-1/+1
2009-03-26for the stretched pattern-on-path, length makes no difference, but it saves a...bulia byak1-1/+1
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-1/+1
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-2/+1
2009-03-07- When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop1-3/+9
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-2/+2
2009-02-19Remove superfluous FreehandShape LPEMaximilian Albert1-2/+2
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-2/+2
2009-01-14avoiding freehand drawings with LPEs with no fill at all. Using black by defa...Felipe Corr??a da Silva Sanches1-1/+6
2008-12-08Make all tools consider full parent transform (up to document, not just up to...Thomas Holder1-2/+2
2008-10-31Merge from trunkTed Gould1-1/+1
2008-10-27From trunkTed Gould1-18/+23
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-11/+11
2008-09-01Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert1-0/+59
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-2/+2
2008-08-19Apply instant-LPEs _before_ adding new items to selection (so that they can b...Maximilian Albert1-4/+4
2008-08-18Switch back to all_inactive mode after applying a geometric LPEMaximilian Albert1-0/+6
2008-08-18Don't draw anchors in LPEToolContextMaximilian Albert1-2/+4
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-2/+0
2008-08-14fixme is solvedMaximilian Albert1-1/+0
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-2/+2
2008-08-13Initialize the pointer variables in draw-context with NULL, just to be on the...Maximilian Albert1-0/+18
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-2/+6
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
2008-08-06New mode in pen tool to draw paraxial linesMaximilian Albert1-2/+2
2008-08-04While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop1-15/+9
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-31New 'zigzag' (polylines) mode in pen toolMaximilian Albert1-2/+2
2008-07-30noop: better namesMaximilian Albert1-1/+1
2008-07-22rename, rearrange stroke shapes; add ellipticbulia byak1-16/+33
2008-07-22Separate shape settings for pen and pencil toolMaximilian Albert1-1/+1
2008-07-22Separate spiro modes for pen and pencil toolMaximilian Albert1-9/+9
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-7/+7
2008-07-15New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert1-10/+11
2008-07-14fix check for empty path for draw-contextJohan B. C. Engelen1-1/+1
2008-07-14draw-context: replace check for empty path with 2geomified method of spcurveJohan B. C. Engelen1-1/+1
2008-07-04Make pen/pencil shapes work in spiro mode, tooMaximilian Albert1-5/+4
2008-07-03add commentsMaximilian Albert1-0/+4
2008-07-03Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert1-1/+17
2008-07-03When drawing with activated shape in pencil/pen tool, apply the original stro...Maximilian Albert1-2/+19
2008-07-03First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert1-2/+45
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
2008-06-12Fix bug: allow curved paths again when switching back from 'wait for path' mo...Maximilian Albert1-4/+3
2008-06-12When expecting mouse clicks for a LPE in pen context, don't concatenate with ...Maximilian Albert1-0/+7
2008-06-12More infrastructure to have waiting LPEs that are freshly created and applied...Maximilian Albert1-4/+6