summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-3/+3
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-07fix bug when editing endnodesbulia byak1-0/+2
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-31/+29
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-10/+8
2008-04-14whitespace + commentJohan B. C. Engelen1-2/+6
2008-04-14shift+s converts node to half-smooth first if adjacent to line, then to full ...bulia byak1-99/+182
2008-04-12with ctrl, snap handles also to the direction of the opposite handle or line ...bulia byak1-9/+43
2008-04-10make handle length/angle display immediatebulia byak1-1/+1
2008-04-10fix bug: extra node added when joining two-node subpaths; commentsbulia byak1-0/+11
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-7/+8
2008-04-01move helper path to the bottom so it doesnt get in the way with editing nodesbulia byak1-0/+3
2008-03-30Factor out join endpoints validation & initialization codeJohn Bintz1-54/+65
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-3/+3
2008-03-08Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop1-4/+22
2008-03-06add preferences for path flashing on mouseoverJohan B. C. Engelen1-1/+1
2008-03-04snapindicator for nodehandle editing. buggy when doing constraintsnap, don't ...Johan B. C. Engelen1-3/+7
2008-03-04Show snapindicator in nodetool :-)Johan B. C. Engelen1-1/+9
2008-02-27fix initialization of nodehelperpath showingJohan B. C. Engelen1-1/+1
2008-02-23* on-canvas clip and mask editing :) in the object menu you can find how to ...Johan B. C. Engelen1-0/+22
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-02fix for gcc 3.3 by John Faith. https://bugs.launchpad.net/inkscape/+bug/178180JiHO1-1/+2
2008-01-02fix typo notepath => nodepathJohan B. C. Engelen1-2/+2
2007-12-05Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...Maximilian Albert1-7/+60
2007-12-02Fix compile. Don't #include .cpp files!Johan B. C. Engelen1-10/+2
2007-11-21patch 1833571: better handle calculation for nodes converted to smooth/symmbulia byak1-9/+21
2007-11-04Warning cleanupJon A. Cruz1-36/+36
2007-11-03make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen1-6/+8
2007-10-30LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen1-2/+13
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-20/+29
2007-08-29Don't snap node handles to the parent path, plus a small string changeDiederik van Lierop1-2/+2
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-35/+167
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-3/+3
2007-05-11fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...Johan B. C. Engelen1-24/+12
2007-04-25In node tool: make rotation by [] and scaling by <> also use the active node ...Maximilian Albert1-4/+16
2007-04-17flipping patch by maximilian albertbulia byak1-15/+28
2007-04-14Don't snap nodes to their parent pathDiederik van Lierop1-1/+1
2007-04-02fix 1675213: update symm nodes when moving with Ctrl and when adding new nodebulia byak1-3/+7
2007-04-02fix 1472297bulia byak1-4/+8
2007-04-02fix 1243587 and misc fixesbulia byak1-15/+8
2007-04-02fix 1390904bulia byak1-5/+24
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
2007-03-10fix setting knot->pos for node handles, but remove coords updating - now done...bulia byak1-4/+2
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-2/+10
2007-02-13isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak1-8/+9
2007-01-24fix crash when switching away from node tool while redrawing after a handle m...bulia byak1-1/+2
2007-01-08fix 1517414bulia byak1-1/+4
2007-01-08fix 1630193bulia byak1-4/+10
2007-01-05robustize remembering the dragged segment - store node number, not pointer; f...bulia byak1-1/+3