summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-02fix for bug 310206: although the path is made with only cubic beziers (bezier...Johan B. C. Engelen1-9/+16
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-48/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-4/+4
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-13/+65
2012-03-07cppcheckKris De Gussem1-1/+1
2012-02-15cppcheckKris De Gussem1-1/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-1/+2
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-2/+5
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+2
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-6/+6
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-22Snapmanager in pencil tool: setup() must be followed by unSetup() to clear po...Diederik van Lierop1-3/+4
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+2
2010-02-08Second attempt at fixing LP452174 (first node in freehand is ignored)Diederik van Lierop1-1/+7
2010-02-07Pencil tool: fix drawing when starting a new freehand path on top of the pre-...Diederik van Lierop1-5/+26
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-5/+1
2010-02-04Don't discard first point in pencil's freehand mode, and add a missing return...Diederik van Lierop1-0/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-1/+6
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-13/+13
2009-09-03restore ctrl+click dots in pencilbulia byak1-1/+12
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-8/+4
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-8/+8
2009-02-24limit dot creation to straight line modes of Pen onlybulia byak1-14/+2
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-3/+3
2009-01-27simplify sketch result to fix crashJohan B. C. Engelen1-0/+9
2009-01-27fix crash when drawing very quickly while still loading inkscape.Johan B. C. Engelen1-3/+4
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-43/+41
2009-01-08fix buildJohan B. C. Engelen1-1/+1
2008-12-22fix crash bug 310206Johan B. C. Engelen1-7/+7
2008-12-13remove 2geom transition codeJohan B. C. Engelen1-12/+23
2008-12-13pencil sketching now allows for different smooth settingsJohan B. C. Engelen1-28/+19
2008-12-13add sketch mode to pencil toolJohan B. C. Engelen1-18/+159
2008-12-06simplify interpolating the curve in pencil-context.Johan B. C. Engelen1-19/+6
2008-12-05NR::LInfty => Geom::Johan B. C. Engelen1-1/+1
2008-11-21Merge from fe-movedTed Gould1-10/+88
2008-10-27From trunkTed Gould1-12/+29
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-23/+23
2008-09-01Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert1-1/+1
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-1/+1
2008-08-15Correct fix for Esc and Shift+Z in pencil toolMaximilian Albert1-5/+9
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-1/+1
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-1/+1
2008-08-13return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen1-1/+1
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-10/+12
2008-08-06Esc and Ctrl+Z in pencil tool should also cancel when we're drawing straight ...Maximilian Albert1-9/+4
2008-08-04While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop1-2/+9