summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/pointparam-knotholder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-148/+0
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-1/+2
| | | (bzr r6884)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-8/+7
| | | (bzr r6513)
* replace matrix division code.Johan B. C. Engelen2008-08-011-8/+7
| | | (bzr r6512)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+1
| | | (bzr r6511)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-291-1/+1
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* warning cleanupJon A. Cruz2008-07-161-1/+1
| | | (bzr r6329)
* Warning cleanupJon A. Cruz2008-07-041-1/+2
| | | (bzr r6156)
* Make knotholder members protectedMaximilian Albert2008-06-181-2/+2
| | | (bzr r5994)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert2008-06-041-2/+16
| | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802)
* C++ify knotholdersMaximilian Albert2008-06-041-86/+19
| | | (bzr r5797)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-291-201/+201
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* fix fileJohan B. C. Engelen2008-03-221-204/+0
| | | (bzr r5166)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-221-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)
* Line-end fixupsJon A. Cruz2008-03-221-201/+201
| | | (bzr r5161)
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-211-1/+1
| | | (bzr r5153)
* clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ↵Johan B. C. Engelen2008-03-211-23/+26
| | | | | object. It's the next step. (bzr r5151)
* Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen2008-03-211-74/+5
| | | (bzr r5144)
* forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen2008-03-201-0/+267
(bzr r5136)