summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* From trunkTed Gould2008-10-271-18/+23
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-11/+11
* Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert2008-09-011-0/+59
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-2/+2
* Apply instant-LPEs _before_ adding new items to selection (so that they can b...Maximilian Albert2008-08-191-4/+4
* Switch back to all_inactive mode after applying a geometric LPEMaximilian Albert2008-08-181-0/+6
* Don't draw anchors in LPEToolContextMaximilian Albert2008-08-181-2/+4
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-181-2/+0
* fixme is solvedMaximilian Albert2008-08-141-1/+0
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-2/+2
* Initialize the pointer variables in draw-context with NULL, just to be on the...Maximilian Albert2008-08-131-0/+18
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-2/+6
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-061-2/+2
* While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop2008-08-041-15/+9
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* New 'zigzag' (polylines) mode in pen toolMaximilian Albert2008-07-311-2/+2
* noop: better namesMaximilian Albert2008-07-301-1/+1
* rename, rearrange stroke shapes; add ellipticbulia byak2008-07-221-16/+33
* Separate shape settings for pen and pencil toolMaximilian Albert2008-07-221-1/+1
* Separate spiro modes for pen and pencil toolMaximilian Albert2008-07-221-9/+9
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-7/+7
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-151-10/+11
* fix check for empty path for draw-contextJohan B. C. Engelen2008-07-141-1/+1
* draw-context: replace check for empty path with 2geomified method of spcurveJohan B. C. Engelen2008-07-141-1/+1
* Make pen/pencil shapes work in spiro mode, tooMaximilian Albert2008-07-041-5/+4
* add commentsMaximilian Albert2008-07-031-0/+4
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-031-1/+17
* When drawing with activated shape in pencil/pen tool, apply the original stro...Maximilian Albert2008-07-031-2/+19
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-031-2/+45
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* Fix bug: allow curved paths again when switching back from 'wait for path' mo...Maximilian Albert2008-06-121-4/+3
* When expecting mouse clicks for a LPE in pen context, don't concatenate with ...Maximilian Albert2008-06-121-0/+7
* More infrastructure to have waiting LPEs that are freshly created and applied...Maximilian Albert2008-06-121-4/+6
* simplify code that puts anchors at start and end of paths in draw context.Johan B. C. Engelen2008-06-081-6/+3
* spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses curve->get_pathvect...Johan B. C. Engelen2008-06-061-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+2
* New 'spiro spline mode' in pen/pencil tool which automatically adds the spiro...Maximilian Albert2008-06-041-2/+11
* Groundwork to allow automatic application of an LPE to a newly drawn pathMaximilian Albert2008-06-041-0/+14
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-2/+2
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-5/+2
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-4/+5
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-38/+38
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-11/+6
* Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop2008-04-071-4/+4
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-3/+1
* enable pen and pencil to correctly work with LPE; fix bug with disappearing p...bulia byak2008-03-201-2/+16
* snapindicator in freehandJohan B. C. Engelen2008-03-041-3/+12
* warning cleanupJon A. Cruz2007-11-021-3/+3
* Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...Diederik van Lierop2007-08-071-3/+2