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