summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-1/+1
* Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert2008-06-161-7/+8
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-12/+7
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
* check if item is LPEItem before casting!!! fixes bug 236788Johan B. C. Engelen2008-06-021-6/+14
* LPE STACKING!Johan B. C. Engelen2008-05-301-3/+3
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-1/+2
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-1/+8
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
* Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2008-03-201-6/+15
* fix FIXME: remove setting knotholder to NULL, because it is already nulled by...Johan B. C. Engelen2008-03-121-2/+0
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen2008-02-271-3/+11
* * on-canvas clip and mask editing :) in the object menu you can find how to ...Johan B. C. Engelen2008-02-231-0/+4
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
* fix over_the_stroke for paths in transformed groupsbulia byak2008-01-121-6/+5
* Warning cleanupJon A. Cruz2007-11-041-16/+16
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-1/+1
* fix undoing of LPE paths again. please test. (now nodepath is only updated wh...Johan B. C. Engelen2007-10-231-3/+8
* Revert undo LPE paths fix; crashed on linux :(Johan B. C. Engelen2007-10-231-1/+3
* LPE: fix undoing changes to pathparameter on-canvas.Johan B. C. Engelen2007-10-201-9/+18
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-12/+10
* Fix undo bug when on-canvas editing LPE path parameter!Johan B. C. Engelen2007-10-171-3/+6
* scroll desktop to selected node after Tab/Shift-Tabbulia byak2007-10-121-2/+10
* Purged fill type enumJon A. Cruz2007-09-101-1/+1
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-3/+33
* fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...Johan B. C. Engelen2007-05-111-9/+23
* flipping patch by maximilian albertbulia byak2007-04-171-2/+2
* redo NR::Maybe to be less cleverMenTaLguY2007-03-041-3/+7
* removing forward declaration of a enum - is it valid at all? at least it work...bulia byak2007-02-131-2/+2
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak2007-02-131-0/+435