summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-15make tolerance range exponentialbulia byak1-3/+3
2008-07-09move tolerance range towards roughnessbulia byak1-2/+2
2008-07-08patch by FreqMod for bug 246389bulia byak1-0/+18
2008-07-072geomify more of pencil-context.cppJohan B. C. Engelen1-5/+4
2008-07-03improve pencil-context logicJohan B. C. Engelen1-1/+1
2008-06-30pencil tool: don't use sp_curve_length macro but good function ;)Johan B. C. Engelen1-1/+1
2008-06-26use spcurve methods instead of macro (which references to old nartbpath) to d...Johan B. C. Engelen1-2/+1
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-2/+2
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-3/+2
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-0/+1
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-14/+14
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-10/+6
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-2/+2
2008-03-04snapindicator in freehandJohan B. C. Engelen1-1/+8
2008-02-19Revert #17388 as per buliabyaks comment in LPMaximilian Albert1-2/+1
2008-02-19Union paths automatically in pencil and calligraphy context when Shift-Lock i...Maximilian Albert1-1/+2
2008-01-29Don't freeze when pressing Ctrl in the pencil tool (closes: LP #181898)Maximilian Albert1-1/+2
2008-01-20Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...Maximilian Albert1-1/+1
2008-01-19Make creation of dots via Ctrl+click also possible in pen context; fill dots ...Maximilian Albert1-20/+1
2008-01-16Make path segments convertable to guides, tooMaximilian Albert1-0/+9
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-1/+36
2007-11-02warning cleanupJon A. Cruz1-1/+1
2007-08-07Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...Diederik van Lierop1-2/+2
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-4/+7
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-2/+2
2007-03-03enable esc and ctrl-z to cancel drawingbulia byak1-1/+50
2006-10-19remove color cursorsJosh Andler1-6/+0
2006-06-19initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler1-0/+6
2006-05-03Give SPNamedView a SnapManager instance and use it for all management of snap...Carl Hetherington1-2/+3
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-2/+2