summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-3/+3
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+14
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+6
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop2010-11-071-34/+16
* | - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-35/+34
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+2
* | Implement constrained snapping to nodesDiederik van Lierop2010-08-101-1/+1
* | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-1/+1
|/
* fix wrong transform for dot drawing with pen or pencil toolJohan B. C. Engelen2010-06-221-2/+1
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-9/+7
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-3/+1
* fix bug 427267, single dots inside transformed groups misplacedThomas Holder2009-11-231-1/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* restore the pattern from clipboard abilitybulia byak2009-03-291-1/+1
* for the stretched pattern-on-path, length makes no difference, but it saves a...bulia byak2009-03-261-1/+1
* Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop2009-03-151-1/+1
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-071-3/+9
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-2/+2
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-191-2/+2
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-2/+2
* avoiding freehand drawings with LPEs with no fill at all. Using black by defa...Felipe Corr??a da Silva Sanches2009-01-141-1/+6
* Make all tools consider full parent transform (up to document, not just up to...Thomas Holder2008-12-081-2/+2
* Merge from trunkTed Gould2008-10-311-1/+1
* 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