summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-29Remove debugging messagesMaximilian Albert1-20/+0
2008-07-29Update helperpaths live also when any of the item's LPEs is modifiedMaximilian Albert1-2/+3
2008-07-29slightly increase legibilityMaximilian Albert1-2/+3
2008-07-29cleanupMaximilian Albert1-2/+0
2008-07-29Update helperpaths when a nodepath's item is updated. TODO: They also need to...Maximilian Albert1-1/+36
2008-07-29Along with nodepath also create/destroy the helperpaths of any LPEs associate...Maximilian Albert1-11/+93
2008-07-29Refactor some code in nodepath.cpp (eliminate duplicates in generate_helperpa...Maximilian Albert1-12/+26
2008-07-25purge livarot stuff from nodepathJohan B. C. Engelen1-36/+0
2008-07-25in node tool to select a segment of a path, use 2geom methods instead of liva...Johan B. C. Engelen1-7/+15
2008-07-25when doubleclicking a nodepath to create new knot, use 2geom methods instead ...Johan B. C. Engelen1-8/+20
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-21Disable snapping when holding the shift-key while dragging node-handlesDiederik van Lierop1-5/+17
2008-07-20optimize nodepath editing of lpe pathparam's a bit.Johan B. C. Engelen1-7/+6
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-4/+4
2008-07-14complete 2geomifying subpath adding in nodepathJohan B. C. Engelen1-65/+15
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-0/+4
2008-07-13small code cleanup using newly discovered 2geom method :)Johan B. C. Engelen1-3/+3
2008-07-13if the closing line segment has zero length, don't include it in the nodepath!Johan B. C. Engelen1-3/+8
2008-07-132geomify generation of nodetool's nodepath. have done testing, but needs more...Johan B. C. Engelen1-5/+72
2008-07-12fix proper type for type array when initializing nodepathJohan B. C. Engelen1-11/+11
2008-07-11apply patch by Stefaan, fixes bug #168589Johan B. C. Engelen1-10/+18
2008-06-26don't use splivarot to get livarot path, use livarot's LoadPathVector method ...Johan B. C. Engelen1-1/+1
2008-06-26don't use splivarot to get livarot path, just use LoadPathVector methodJohan B. C. Engelen1-2/+2
2008-06-22read PathVector instead of NArtBpathJohan B. C. Engelen1-4/+2
2008-06-18Display helper grid for LPELattice; automatically add helper paths for LPE Pa...Maximilian Albert1-3/+3
2008-06-18Separate version of sp_nodepath_generate_helperpath() to generate a helperpat...Maximilian Albert1-5/+9
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-12/+22
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-0/+17
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-06-06for nodepath, start using 2geompath for svg_write: sp_svg_write_path(np->curv...Johan B. C. Engelen1-3/+3
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-5/+5
2008-05-30LPE STACKING!Johan B. C. Engelen1-3/+4
2008-05-21- Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrlDiederik van Lierop1-9/+27
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