summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-28Pen context, paraxial mode: don't add a L-shaped path to close the shape when...Diederik van Lierop1-9/+14
2010-02-27Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...Diederik van Lierop1-0/+1
2010-02-23Pen tool in paraxial mode: fix automatic orientation of first line segmentDiederik van Lierop1-1/+6
2010-02-221) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop1-21/+33
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-3/+3
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-2/+16
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-8/+8
2010-01-14Do not append a segment when finishing an open path with right clickKrzysztof Kosi??ski1-13/+15
2009-08-18patch from 289774bulia byak1-7/+2
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-3/+1
2009-06-05comment out apparently unused codebulia byak1-0/+2
2009-04-26Do not end path editing on double-clicks other than first mouse buttonKrzysztof Kosi??ski1-1/+2
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-3/+3
2009-03-07- When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop1-1/+1
2009-02-24limit dot creation to straight line modes of Pen onlybulia byak1-6/+6
2009-02-22Removed broken-and-unused functionJon A. Cruz1-12/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-1/+1
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-15/+26
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-8/+8
2008-12-05NR::LInfty => Geom::Johan B. C. Engelen1-1/+1
2008-10-31Merge from trunkTed Gould1-3/+2
2008-10-27From trunkTed Gould1-12/+17
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-40/+40
2008-09-01Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert1-1/+1
2008-08-18Remove debugging messagesMaximilian Albert1-7/+0
2008-08-18Add function to cancel wait-for-LPE mode in pen contextMaximilian Albert1-0/+11
2008-08-18Add button whether to display limiting bounding box; add 'all inactive' toggl...Maximilian Albert1-1/+3
2008-08-18Many debugging messagesMaximilian Albert1-0/+1
2008-08-18Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert1-0/+1
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-2/+5
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-1/+1
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-4/+4
2008-08-06Improve comment in pen-context.cppMaximilian Albert1-1/+1
2008-08-06cleanup (remove obsolete code)Maximilian Albert1-20/+0
2008-08-06New mode in pen tool to draw paraxial linesMaximilian Albert1-15/+121
2008-08-04While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop1-6/+18
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-31New 'zigzag' (polylines) mode in pen toolMaximilian Albert1-5/+3
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-1/+1
2008-07-022geomify deletion of node in pen-context.cppJohan B. C. Engelen1-8/+9
2008-06-30fix the snapindicator stealing release event by grabbing the acetate on click...bulia byak1-14/+15
2008-06-29pen tool: use SPCurve::last_segment in favor of last_bpathJohan B. C. Engelen1-9/+12
2008-06-29replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen1-2/+1
2008-06-18Temporary shortcut for LPEParallel in pen toolMaximilian Albert1-2/+1
2008-06-16Temporarily add shortcuts in pen context to activate some LPEs which need pat...Maximilian Albert1-0/+35
2008-06-16Separate function to put pen context into 'wait for LPE mouse clicks' modeMaximilian Albert1-0/+9
2008-06-12When expecting mouse clicks for a LPE in pen context, don't concatenate with ...Maximilian Albert1-27/+30
2008-06-12More infrastructure to have waiting LPEs that are freshly created and applied...Maximilian Albert1-2/+8
2008-06-12Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert1-3/+3
2008-06-12Pen context can now wait for a specified number of clicks and finish the path...Maximilian Albert1-3/+32