summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-06-08simplify code that puts anchors at start and end of paths in draw context.Johan B. C. Engelen1-6/+3
2008-06-06spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses curve->get_pathvect...Johan B. C. Engelen1-1/+1
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-2/+2
2008-06-04New 'spiro spline mode' in pen/pencil tool which automatically adds the spiro...Maximilian Albert1-2/+11
2008-06-04Groundwork to allow automatic application of an LPE to a newly drawn pathMaximilian Albert1-0/+14
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-2/+2
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-5/+2
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-4/+5
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-38/+38
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-11/+6
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-4/+4
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-3/+1