summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-06-12Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)Maximilian Albert1-2/+1
2008-06-12New 'polylines only' mode in pen context; to be used later when LPEs are wait...Maximilian Albert1-4/+15
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-9/+4
2008-05-24Removed g_free() calls that now refer to static stringsJon A. Cruz1-2/+0
2008-05-22Fixed concat of i18n stringsJon A. Cruz1-16/+6
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-26/+26
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+2
2008-03-09Don't steal 'del' key in pen context when there is no curve being drawn (clos...Maximilian Albert1-2/+6
2008-03-09Factor out duplicated angle/distance statusbar code into separate functionJohn Bintz1-28/+43
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-20Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...Maximilian Albert1-1/+1