summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+2
| | | (bzr r9697)
* Implement constrained snapping to nodesDiederik van Lierop2010-08-101-1/+1
| | | (bzr r9696)
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-1/+1
| | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
* fix wrong transform for dot drawing with pen or pencil toolJohan B. C. Engelen2010-06-221-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/597136 (bzr r9529)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-9/+7
| | | | | specified explicitly) (bzr r9014)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-3/+1
| | | | | for the devs) (bzr r8960)
* fix bug 427267, single dots inside transformed groups misplacedThomas Holder2009-11-231-1/+2
| | | (bzr r8835)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* restore the pattern from clipboard abilitybulia byak2009-03-291-1/+1
| | | (bzr r7590)
* for the stretched pattern-on-path, length makes no difference, but it saves ↵bulia byak2009-03-261-1/+1
| | | | | at least the ellipse from going bananas when you rotate the path with lpe (a stopgap solution, until we resolve the transform issue) (bzr r7570)
* Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop2009-03-151-1/+1
| | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
| | | (bzr r7478)
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-071-3/+9
| | | | | - When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course) (bzr r7438)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-2/+2
| | | | | displayed "B". (bzr r7335)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-191-2/+2
| | | (bzr r7330)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-2/+2
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* avoiding freehand drawings with LPEs with no fill at all. Using black by ↵Felipe Corr??a da Silva Sanches2009-01-141-1/+6
| | | | | default. Johan, please correct-me in case I am mistaken. (bzr r7131)
* Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder2008-12-081-2/+2
| | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
* Merge from trunkTed Gould2008-10-311-1/+1
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-18/+23
| | | (bzr r6885)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-11/+11
| | | (bzr r6835)
* Move single-dot-creation function to a better location (and rename it ↵Maximilian Albert2008-09-011-0/+59
| | | | | accordingly) (bzr r6746)
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-2/+2
| | | (bzr r6722)
* Apply instant-LPEs _before_ adding new items to selection (so that they can ↵Maximilian Albert2008-08-191-4/+4
| | | | | be taken into account on new items) (bzr r6701)
* Switch back to all_inactive mode after applying a geometric LPEMaximilian Albert2008-08-181-0/+6
| | | (bzr r6674)
* Don't draw anchors in LPEToolContextMaximilian Albert2008-08-181-2/+4
| | | (bzr r6655)
* Remove done_pathparam_set and friends because it currently isn't used any ↵Maximilian Albert2008-08-181-2/+0
| | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643)
* fixme is solvedMaximilian Albert2008-08-141-1/+0
| | | (bzr r6624)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-2/+2
| | | (bzr r6617)
* Initialize the pointer variables in draw-context with NULL, just to be on ↵Maximilian Albert2008-08-131-0/+18
| | | | | the safe side (bzr r6614)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-2/+6
| | | (bzr r6606)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-061-2/+2
| | | (bzr r6575)
* While drawing and constraining to specific angles (using CTRL): don't try a ↵Diederik van Lierop2008-08-041-15/+9
| | | | | freeSnap() after we've already tried a constrainedSnap() (bzr r6560)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* New 'zigzag' (polylines) mode in pen toolMaximilian Albert2008-07-311-2/+2
| | | (bzr r6485)
* noop: better namesMaximilian Albert2008-07-301-1/+1
| | | (bzr r6481)
* rename, rearrange stroke shapes; add ellipticbulia byak2008-07-221-16/+33
| | | (bzr r6400)
* Separate shape settings for pen and pencil toolMaximilian Albert2008-07-221-1/+1
| | | (bzr r6397)
* Separate spiro modes for pen and pencil toolMaximilian Albert2008-07-221-9/+9
| | | (bzr r6396)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-7/+7
| | | (bzr r6339)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-151-10/+11
| | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322)
* fix check for empty path for draw-contextJohan B. C. Engelen2008-07-141-1/+1
| | | (bzr r6304)
* draw-context: replace check for empty path with 2geomified method of spcurveJohan B. C. Engelen2008-07-141-1/+1
| | | (bzr r6300)
* Make pen/pencil shapes work in spiro mode, tooMaximilian Albert2008-07-041-5/+4
| | | (bzr r6152)
* add commentsMaximilian Albert2008-07-031-0/+4
| | | (bzr r6130)
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-031-1/+17
| | | (bzr r6129)
* When drawing with activated shape in pencil/pen tool, apply the original ↵Maximilian Albert2008-07-031-2/+19
| | | | | stroke color as fill and unset stroke (bzr r6128)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-031-2/+45
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)