summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/pointparam-knotholder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-21Merge from fe-movedTed Gould1-148/+0
(bzr r6891)
2008-10-11Merging from trunkTed Gould1-1/+2
(bzr r6884)
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-8/+7
(bzr r6513)
2008-08-01replace matrix division code.Johan B. C. Engelen1-8/+7
(bzr r6512)
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-1/+1
(bzr r6511)
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert1-1/+1
and make inheritance from it a bit less clumsy (bzr r6448)
2008-07-16warning cleanupJon A. Cruz1-1/+1
(bzr r6329)
2008-07-04Warning cleanupJon A. Cruz1-1/+2
(bzr r6156)
2008-06-18Make knotholder members protectedMaximilian Albert1-2/+2
(bzr r5994)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
(bzr r5915)
2008-06-04Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert1-2/+16
--> knot_(get|set_click) for reduced verbosity (bzr r5802)
2008-06-04C++ify knotholdersMaximilian Albert1-86/+19
(bzr r5797)
2008-03-29svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder1-201/+201
packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
2008-03-22fix fileJohan B. C. Engelen1-204/+0
(bzr r5166)
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen1-0/+204
displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
2008-03-22Line-end fixupsJon A. Cruz1-201/+201
(bzr r5161)
2008-03-21temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen1-1/+1
(bzr r5153)
2008-03-21clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ↵Johan B. C. Engelen1-23/+26
object. It's the next step. (bzr r5151)
2008-03-21Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen1-74/+5
(bzr r5144)
2008-03-20forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen1-0/+267
(bzr r5136)