summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* redo NR::Maybe to be less cleverMenTaLguY2007-03-041-3/+7
| | | (bzr r2532)
* removing forward declaration of a enum - is it valid at all? at least it ↵bulia byak2007-02-131-2/+2
| | | | | worked for me (bzr r2375)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-0/+435
handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)