summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-09Fix silly bug with snapping node edits.Carl Hetherington1-1/+1
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-2/+2
2006-05-05More snapping cleanups.Carl Hetherington1-11/+8
2006-05-05Various snapping cleanups and bug fixes.Carl Hetherington1-1/+1
2006-05-03Give SPNamedView a SnapManager instance and use it for all management of snap...Carl Hetherington1-1/+1
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-6/+6
2006-04-15fix node position when joining to close subpath; allow to lock the position o...bulia byak1-6/+12
2006-04-14Attempt to preserve the shape of the path when deleting nodesAaron Spike1-18/+127
2006-04-12remove the old _d_changed and _typestr_changed hacks, replacing by an int-val...bulia byak1-58/+10
2006-04-01forgot to check if the knot existsbulia byak1-2/+2
2006-04-01when switching node type, preserve the position of the mouseovered handlebulia byak1-2/+10
2006-04-01more optimizations: do not fire knot/handle moved events if the position is i...bulia byak1-161/+156
2006-04-01store and update livarot_path in nodepath; switch curve_drag to not updating ...bulia byak1-42/+73
2006-03-29fix selected node size when switching typebulia byak1-2/+2
2006-03-28optimizations: prevent handle move callback unless handle is indeed moved; pr...bulia byak1-45/+47
2006-03-28optimization: create side knots and lines only on demandbulia byak1-68/+62
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-52/+52
2006-02-10fix crash when selecting a subpath endnodebulia byak1-2/+3